Update README.md. #76

This commit is contained in:
SWivid
2024-10-15 03:27:25 +08:00
parent 2b37f5d4ff
commit 2cd03c9134

View File

@@ -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