Files
ChatTTS/examples/onnx/README.md
T
2024-07-30 00:55:52 +08:00

293 B

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