Hindi
SachinTelecmi commited on
Commit
acf43a3
·
verified ·
1 Parent(s): 5c20715

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -24,8 +24,10 @@ pip install torch==2.5.1+rocm6.2 torchaudio==2.5.1+rocm6.2 --extra-index-url htt
24
  # Intel® Deep Learning Essentials or Intel® oneAPI Base Toolkit must be installed
25
  pip install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
26
  ```
27
-
28
  As a pip package (if just for inference) <br>
29
- pip install git+https://github.com/SWivid/F5-TTS.git
 
30
 
 
31
 
 
24
  # Intel® Deep Learning Essentials or Intel® oneAPI Base Toolkit must be installed
25
  pip install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
26
  ```
27
+ ## Package installation
28
  As a pip package (if just for inference) <br>
29
+ pip install git+https://github.com/SWivid/F5-TTS.git <br>
30
+
31
 
32
+ Download the ckpoint and vocab.txt file and keep the path of them in the infer_simplified.py script as mentioned!!
33