SWivid commited on
Commit
2cd03c9
·
1 Parent(s): 2b37f5d

Update README.md. #76

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -20,17 +20,17 @@ git clone https://github.com/SWivid/F5-TTS.git
20
  cd F5-TTS
21
  ```
22
 
23
- Install packages:
24
 
25
  ```bash
26
- pip install -r requirements.txt
 
27
  ```
28
 
29
- Install torch with your CUDA version, e.g. :
30
 
31
  ```bash
32
- pip install torch==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
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`.