huzetao.hzt 11 bulan lalu
induk
melakukan
2a0dd5447a
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -128,6 +128,8 @@ import torchaudio
 
 **CosyVoice2 Usage**
 ```python
+# NOTE if you want to use tensorRT to accerlate the flow matching inference, please set load_trt=True.
+# if you don't want to save tensorRT model on disk, please set environment variable `NOT_SAVE_TRT=1`.
 cosyvoice = CosyVoice2('pretrained_models/CosyVoice2-0.5B', load_jit=False, load_trt=False, fp16=False)
 
 # NOTE if you want to reproduce the results on https://funaudiollm.github.io/cosyvoice2, please add text_frontend=False during inference