Skip to content

Latest commit

 

History

History
 
 

onnx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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