mobius¶
ONNX model definitions for generative AI architectures using the onnxscript nn API.
Build ONNX models directly from HuggingFace model IDs with automatic weight downloading, dtype casting, and multi-component export.
Execution Providers
- EP-Aware Building: Quick Start
- Execution Provider (EP) Aware Building
- Quick Start
- Supported Execution Providers
- Three-Tier Support Strategy
- The
EpCapabilitiesDataclass - The Optimization Pipeline
- The Default EP: Portable ONNX
- Adding a New Execution Provider
- Adding EP Support to a New Model
- Debugging: Trace Mode
- EP Validation
- Design Decisions
- When to Use
build_context()vsoptimize_model()Directly - Build-Time EP Queries
Design
- Design Documents
- System Architecture
- Config System Redesign: mobius
- DeepSeek-V4-Flash export design
- Qwen4-Exp multimodal pipeline
- GGUF Support Proposal for mobius
- Golden File Infrastructure Design — L4 & L5 Testing
- Multi-Tier Testing Strategy
- Per-Component Quantized Checkpoint Loading
- Performance Evaluation & Regression Testing Infrastructure
- Phi-4-Multimodal-Instruct Architecture Breakdown
- Phi4MM Four-Model Split Design
- Phi4MM ORT-GenAI Integration Spec
- SenseNova-U1.5 (NEO-unify) architecture
- ONNX GenAI Models - Test Infrastructure Comprehensive Map
Contributing
Research