mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-09-01 14:55:37 +08:00
14 lines
293 B
Markdown
14 lines
293 B
Markdown
# Export onnx or JIT models for deployment
|
|
|
|
## Run `pip install onnx -U`.
|
|
|
|
## Export GPT
|
|
|
|
3. Run `python examples/onnx/exporter.py --gpt`
|
|
|
|
|
|
## Export other models
|
|
Run `python examples/onnx/exporter.py --decoder --vocos`
|
|
|
|
## Reference
|
|
[Run LLMs on Sophon TPU](https://github.com/sophgo/LLM-TPU) |