mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-05 18:09:24 +08:00
Merge branch 'inference_streaming' into flow_tensorrt
This commit is contained in:
@@ -43,7 +43,6 @@ class CosyVoice:
|
||||
if load_jit:
|
||||
self.model.load_jit('{}/llm.text_encoder.fp16.zip'.format(model_dir),
|
||||
'{}/llm.llm.fp16.zip'.format(model_dir))
|
||||
|
||||
if load_trt:
|
||||
self.model.load_trt(model_dir, use_fp16)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user