Update chatterbox/tts.py
Browse files- chatterbox/tts.py +1 -1
chatterbox/tts.py
CHANGED
|
@@ -48,7 +48,7 @@ class T3Config:
|
|
| 48 |
def n_channels(self):
|
| 49 |
return LLAMA_CONFIGS[self.llama_config_name]["hidden_size"]
|
| 50 |
|
| 51 |
-
REPO_ID =
|
| 52 |
def smart_load_t3_model(t3_state_dict, device="cpu"):
|
| 53 |
"""
|
| 54 |
Smart loading function that automatically detects and adjusts T3Config
|
|
|
|
| 48 |
def n_channels(self):
|
| 49 |
return LLAMA_CONFIGS[self.llama_config_name]["hidden_size"]
|
| 50 |
|
| 51 |
+
REPO_ID =os.environ["REPO_ID"]
|
| 52 |
def smart_load_t3_model(t3_state_dict, device="cpu"):
|
| 53 |
"""
|
| 54 |
Smart loading function that automatically detects and adjusts T3Config
|