AIAny
AI Infra2017
Icon for item

ONNX

Defines a portable model format and operator set for moving trained machine learning models across frameworks, runtimes, and hardware targets without locking the model to one toolchain.

Introduction

Model portability is not just saving weights; another runtime must preserve enough graph semantics to execute the model correctly. ONNX gives the AI stack a shared contract between training frameworks, deployment runtimes, and hardware vendors.

What Sets It Apart

It specifies an extensible computation graph, built-in operators, and standard data types, with a strong focus on inference. That makes it a practical baseline for model export, compatibility tests, and hardware-specific optimization paths.

Who Should Use It

Great fit if you move models between training frameworks, inference runtimes, and accelerator toolchains. Look elsewhere if your workflow relies on dynamic framework behavior that cannot be captured cleanly.

Information

  • Websitegithub.com
  • OrganizationsLinux Foundation AI & Data, Meta, Microsoft
  • AuthorsONNX Project Contributors, Meta (Facebook), Microsoft
  • Published date2017/09/29

More Items

GitHub
AI Deploy2026

Deploy and manage applications and containers to your own servers or Openship Cloud from a single desktop, web, or CLI interface. Built-in CI/CD with push-to-deploy and preview environments, automatic SSL, managed databases, CDN, backups, and multi-node portability for VPS-to-production workflows.

GitHub
AI API2026

Self-hosted CPA / CLIProxyAPI management and observability panel that stores request history, tracks cost/usage/quota, and centralizes provider/credential/OAuth and plugin management. Designed for local analytics, failure diagnosis and account automation without telemetry.

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.