Skip to content

Commit f2a4f85

Browse files
authored
Update runtime README
1 parent a17c5ae commit f2a4f85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/f5_tts/runtime/triton_trtllm/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Inside docker container, we would follow the official guide of TensorRT-LLM to b
2424
bash run.sh 0 4 F5TTS_v1_Base
2525
```
2626
> [!NOTE]
27-
> If use custom checkpoint, set `ckpt_file` and `vocab_file` in `run.sh`. Remember to used matched model version (`F5TTS_v1_*` for v1, `F5TTS_*` for v0).
27+
> If use custom checkpoint, set `ckpt_file` and `vocab_file` in `run.sh`.
28+
> Remember to used matched model version (`F5TTS_v1_*` for v1, `F5TTS_*` for v0).
29+
>
2830
> If use checkpoint of different structure, see `scripts/convert_checkpoint.py`, and perform modification if necessary.
2931
3032
> [!IMPORTANT]

0 commit comments

Comments
 (0)