mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-12 15:50:07 -08:00
Update README.md. #76
This commit is contained in:
12
README.md
12
README.md
@@ -20,12 +20,6 @@ git clone https://github.com/SWivid/F5-TTS.git
|
||||
cd F5-TTS
|
||||
```
|
||||
|
||||
Install packages:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Install torch with your CUDA version, e.g. :
|
||||
|
||||
```bash
|
||||
@@ -33,6 +27,12 @@ pip install torch==2.3.0+cu118 --extra-index-url https://download.pytorch.org/wh
|
||||
pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
||||
```
|
||||
|
||||
Install other packages:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
**Note**: install numpy with version < 2.x, e.g. `pip install numpy==1.22.0`.
|
||||
|
||||
## Prepare Dataset
|
||||
|
||||
Reference in New Issue
Block a user