1. unify env for TTS and ASR; 2. avoid transformers 5.0.0 temporarily

This commit is contained in:
YaoyaoChang
2026-01-26 03:26:52 -08:00
parent a00f431e14
commit a69e77c036
4 changed files with 13 additions and 25 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ This directory contains scripts for LoRA (Low-Rank Adaptation) fine-tuning of th
## Requirements
```bash
# you need to install vibevoice first
# pip install -e .[asr]
# Install vibevoice first
pip install -e .
pip install peft
```