Files
ChatTTS/examples/onnx
github-actions[bot] e4cd66e06a chore(format): run black on dev (#643)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-30 01:12:37 +08:00
..
2024-07-30 01:12:37 +08:00

Export onnx or JIT models for deployment

Run pip install onnx -U.

Export GPT

  1. Run python examples/onnx/exporter.py --gpt

Export other models

Run python examples/onnx/exporter.py --decoder --vocos

Reference

Run LLMs on Sophon TPU