Spaces:
Runtime error
Runtime error
Update cosyvoice/cli/model.py
Browse files- cosyvoice/cli/model.py +1 -1
cosyvoice/cli/model.py
CHANGED
|
@@ -395,7 +395,7 @@ class CosyVoice3Model(CosyVoice2Model):
|
|
| 395 |
# NOTE must matching training static_chunk_size
|
| 396 |
self.token_hop_len = 25
|
| 397 |
# rtf and decoding related
|
| 398 |
-
self.llm_context =
|
| 399 |
self.lock = threading.Lock()
|
| 400 |
# dict used to store session related variable
|
| 401 |
self.tts_speech_token_dict = {}
|
|
|
|
| 395 |
# NOTE must matching training static_chunk_size
|
| 396 |
self.token_hop_len = 25
|
| 397 |
# rtf and decoding related
|
| 398 |
+
self.llm_context = nullcontext()
|
| 399 |
self.lock = threading.Lock()
|
| 400 |
# dict used to store session related variable
|
| 401 |
self.tts_speech_token_dict = {}
|