Update runtime README

This commit is contained in:
Yushen CHEN
2025-10-22 08:37:32 +08:00
committed by GitHub
parent a17c5ae435
commit f2a4f8581f

View File

@@ -24,7 +24,9 @@ Inside docker container, we would follow the official guide of TensorRT-LLM to b
bash run.sh 0 4 F5TTS_v1_Base bash run.sh 0 4 F5TTS_v1_Base
``` ```
> [!NOTE] > [!NOTE]
> 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). > 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).
>
> If use checkpoint of different structure, see `scripts/convert_checkpoint.py`, and perform modification if necessary. > If use checkpoint of different structure, see `scripts/convert_checkpoint.py`, and perform modification if necessary.
> [!IMPORTANT] > [!IMPORTANT]