sob111 commited on
Commit
d2aa88e
·
verified ·
1 Parent(s): d3e80d8

Update finetune_xtts_hf.py

Browse files
Files changed (1) hide show
  1. finetune_xtts_hf.py +1 -0
finetune_xtts_hf.py CHANGED
@@ -9,6 +9,7 @@ os.environ["NUMBA_CACHE_DIR"] = "/tmp/numba_cache"
9
  os.environ["HF_HOME"] = "/tmp/hf_home"
10
  os.environ["HF_HUB_CACHE"] = "/tmp/hf_cache"
11
  os.environ["CHECKPOINTS_OUT_PATH"] = "/tmp/xtts_checkpoints"
 
12
  os.makedirs("/tmp/numba_cache", exist_ok=True)
13
  os.makedirs("/tmp/hf_cache", exist_ok=True)
14
  os.makedirs("/tmp/hf_home", exist_ok=True)
 
9
  os.environ["HF_HOME"] = "/tmp/hf_home"
10
  os.environ["HF_HUB_CACHE"] = "/tmp/hf_cache"
11
  os.environ["CHECKPOINTS_OUT_PATH"] = "/tmp/xtts_checkpoints"
12
+ os.environ["OUT_PATH"] = "/tmp/output_model"
13
  os.makedirs("/tmp/numba_cache", exist_ok=True)
14
  os.makedirs("/tmp/hf_cache", exist_ok=True)
15
  os.makedirs("/tmp/hf_home", exist_ok=True)