mrfakename commited on
Commit
6b82a0e
1 Parent(s): ef90edf

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. 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