Spaces:
Configuration error
Configuration error
Update README.md. #76
Browse files
README.md
CHANGED
@@ -20,17 +20,17 @@ git clone https://github.com/SWivid/F5-TTS.git
|
|
20 |
cd F5-TTS
|
21 |
```
|
22 |
|
23 |
-
Install
|
24 |
|
25 |
```bash
|
26 |
-
pip install -
|
|
|
27 |
```
|
28 |
|
29 |
-
Install
|
30 |
|
31 |
```bash
|
32 |
-
pip install
|
33 |
-
pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
34 |
```
|
35 |
|
36 |
**Note**: install numpy with version < 2.x, e.g. `pip install numpy==1.22.0`.
|
|
|
20 |
cd F5-TTS
|
21 |
```
|
22 |
|
23 |
+
Install torch with your CUDA version, e.g. :
|
24 |
|
25 |
```bash
|
26 |
+
pip install torch==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
27 |
+
pip install torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
28 |
```
|
29 |
|
30 |
+
Install other packages:
|
31 |
|
32 |
```bash
|
33 |
+
pip install -r requirements.txt
|
|
|
34 |
```
|
35 |
|
36 |
**Note**: install numpy with version < 2.x, e.g. `pip install numpy==1.22.0`.
|