Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
9bf4487
1
Parent(s):
7fc7ada
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
src/f5_tts/train/README.md
CHANGED
@@ -41,6 +41,9 @@ accelerate config
|
|
41 |
|
42 |
# .yaml files are under src/f5_tts/configs directory
|
43 |
accelerate launch src/f5_tts/train/train.py --config-name F5TTS_Base_train.yaml
|
|
|
|
|
|
|
44 |
```
|
45 |
|
46 |
### 2. Finetuning practice
|
|
|
41 |
|
42 |
# .yaml files are under src/f5_tts/configs directory
|
43 |
accelerate launch src/f5_tts/train/train.py --config-name F5TTS_Base_train.yaml
|
44 |
+
|
45 |
+
# possible to overwrite accelerate and hydra config
|
46 |
+
accelerate launch --mixed_precision=fp16 src/f5_tts/train/train.py --config-name F5TTS_Small_train.yaml ++datasets.batch_size_per_gpu=19200
|
47 |
```
|
48 |
|
49 |
### 2. Finetuning practice
|