mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 09:49:21 +08:00
Initial commit
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# example of file for storing private and user specific environment variables, like keys or system paths
|
||||
# rename it to ".env" (excluded from version control by default)
|
||||
# .env is loaded by train.py automatically
|
||||
# hydra allows you to reference variables in .yaml configs with special syntax: ${oc.env:MY_VAR}
|
||||
|
||||
MY_VAR="/home/user/my/system/path"
|
||||
Reference in New Issue
Block a user