mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-12 15:50:07 -08:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -25,19 +25,11 @@
|
|||||||
# Create a python 3.10 conda env (you could also use virtualenv)
|
# Create a python 3.10 conda env (you could also use virtualenv)
|
||||||
conda create -n f5-tts python=3.10
|
conda create -n f5-tts python=3.10
|
||||||
conda activate f5-tts
|
conda activate f5-tts
|
||||||
```
|
|
||||||
|
|
||||||
### Nvidia GPU
|
# NVIDIA GPU: install pytorch with your CUDA version, e.g.
|
||||||
|
|
||||||
```bash
|
|
||||||
# Install pytorch with your CUDA version, e.g.
|
|
||||||
pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
```
|
|
||||||
|
|
||||||
### AMD GPU
|
# AMD GPU: install pytorch with your ROCm version, e.g.
|
||||||
|
|
||||||
```bash
|
|
||||||
# Install pytorch with your ROCm version, e.g.
|
|
||||||
pip install torch==2.5.1+rocm6.2 torchaudio==2.5.1+rocm6.2 --extra-index-url https://download.pytorch.org/whl/rocm6.2
|
pip install torch==2.5.1+rocm6.2 torchaudio==2.5.1+rocm6.2 --extra-index-url https://download.pytorch.org/whl/rocm6.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user