What is ONNX?
AI InfrastructureLast updated:
An open interchange format for representing ML models that enables portability across frameworks and runtimes.
ONNX (Open Neural Network Exchange) allows models trained in PyTorch, TensorFlow, or other frameworks to be exported and run in optimized runtimes. ONNX Runtime provides cross-platform acceleration for production inference.