Skip to content

Commit ebfe17c

Browse files
authored
modify audio_tts_eagle.md (#205)
1 parent 4cf6d70 commit ebfe17c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/source/features/speculative_decoding/eagle/audio_tts_eagle.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)