Daniel_He

Results 1 issues of Daniel_He

我要用TensorRT 加快推理过程, 最后一个参数 use_flow_cache 我不想用stream 所以用了False cosyvoice = CosyVoice2(args.model_dir, False, True, False, False ) 出现错误:AssertionError: get_trt_kwargs is set for flow cache mode. If you want to use trt with use_flow_cache=False,...