This commit is contained in:
SWivid
2024-10-24 01:19:01 +08:00
parent 8e0edfcf8f
commit d3951b93a7
2 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,13 @@ pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url https:/
Then you can choose from a few options below:
### 1. Local editable
### 1. As a pip package (if just for inference)
```bash
pip install git+https://github.com/SWivid/F5-TTS.git
```
### 2. Local editable (if also do training, finetuning & evaluation)
```bash
git clone https://github.com/SWivid/F5-TTS.git
@@ -37,12 +43,6 @@ cd F5-TTS
pip install -e .
```
### 2. As a pip package
```bash
pip install git+https://github.com/SWivid/F5-TTS.git
```
### 3. Build from dockerfile
```bash
docker build -t f5tts:v1 .