Spaces:
Configuration error
Configuration error
0.4.3 Bug-fixes for finetune-gradio component mismatch & checkpoint loading error loop
Browse files- README.md +2 -2
- pyproject.toml +1 -1
README.md
CHANGED
@@ -30,10 +30,10 @@ conda activate f5-tts
|
|
30 |
# NVIDIA GPU: install pytorch with your CUDA version, e.g.
|
31 |
pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
32 |
|
33 |
-
# AMD GPU: install pytorch with your ROCm version, e.g.
|
34 |
pip install torch==2.5.1+rocm6.2 torchaudio==2.5.1+rocm6.2 --extra-index-url https://download.pytorch.org/whl/rocm6.2
|
35 |
|
36 |
-
#
|
37 |
# Intel® Deep Learning Essentials or Intel® oneAPI Base Toolkit must be installed
|
38 |
pip install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
|
39 |
```
|
|
|
30 |
# NVIDIA GPU: install pytorch with your CUDA version, e.g.
|
31 |
pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
32 |
|
33 |
+
# AMD GPU: install pytorch with your ROCm version, e.g. (Linux only)
|
34 |
pip install torch==2.5.1+rocm6.2 torchaudio==2.5.1+rocm6.2 --extra-index-url https://download.pytorch.org/whl/rocm6.2
|
35 |
|
36 |
+
# Intel GPU: install pytorch with your XPU version, e.g.
|
37 |
# Intel® Deep Learning Essentials or Intel® oneAPI Base Toolkit must be installed
|
38 |
pip install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/xpu
|
39 |
```
|
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
[project]
|
6 |
name = "f5-tts"
|
7 |
-
version = "0.4.
|
8 |
description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
|
9 |
readme = "README.md"
|
10 |
license = {text = "MIT License"}
|
|
|
4 |
|
5 |
[project]
|
6 |
name = "f5-tts"
|
7 |
+
version = "0.4.3"
|
8 |
description = "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
|
9 |
readme = "README.md"
|
10 |
license = {text = "MIT License"}
|