Spaces:
Running
on
Zero
Running
on
Zero
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
- README_REPO.md +5 -0
README_REPO.md
CHANGED
|
@@ -92,6 +92,11 @@ On Windows:
|
|
| 92 |
```
|
| 93 |
set WANDB_API_KEY=<YOUR WANDB API KEY>
|
| 94 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
|
| 96 |
## Inference
|
| 97 |
|
|
|
|
| 92 |
```
|
| 93 |
set WANDB_API_KEY=<YOUR WANDB API KEY>
|
| 94 |
```
|
| 95 |
+
Moreover, if you couldn't access Wandb and want to log metrics offline, you can the environment variable as follows:
|
| 96 |
+
|
| 97 |
+
```
|
| 98 |
+
export WANDB_MODE=offline
|
| 99 |
+
```
|
| 100 |
|
| 101 |
## Inference
|
| 102 |
|