Update README.md
Browse files
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 |
|