File tree Expand file tree Collapse file tree
docs/source/features/speculative_decoding/eagle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ python3 tools/spec_benchmark.py \
8282- ` --base-model-path ` : 基础模型路径(必需)
8383- ` --eagle-model-path ` : Eagle辅助模型路径(必需)
8484- ` --model-id ` : 模型标识符(必需)
85+ - ` --is-tts ` : 是否为TTS模型,默认为False
8586
8687** 基准测试配置:**
8788- ` --bench-name ` : 基准数据集名称,可参考【` tts_fake_data ` 】
@@ -121,7 +122,9 @@ python3 tools/spec_benchmark.py \
121122 --model-id cosyvoice3 \
122123 --mode both \
123124 --output-dir ./results \
124- --deploy-backend pytorch_tts \
125+ --deploy-backend pytorch \
126+ --is-tts \
127+ --bench-name tts_fake_data \
125128 --generate-audio
126129```
127130
@@ -146,5 +149,7 @@ python3 tools/spec_benchmark.py \
146149 --model-id cosyvoice3 \
147150 --mode both \
148151 --output-dir ./results \
149- --deploy-backend pytorch_tts
152+ --deploy-backend pytorch \
153+ --is-tts \
154+ --bench-name tts_fake_data \
150155` ` `
You can’t perform that action at this time.
0 commit comments