v6.2.1
a16z-infra/llm-app-stackv6.2.1Feb 24, 2026by adamnsandle
AI Summary
This version makes ONNX Runtime an optional dependency to reduce installation complexity, requiring users to install it explicitly if they need it.
Key Highlights
- ONNX Runtime is now optional instead of required
- Explicit installation instructions provided for CPU and GPU versions
New Features
- ONNX Runtime as an optional dependency
Full Release Notes
- onnxruntime is now an optional dependency instead of required. You now need to install ONNX Runtime explicitly: `pip install onnxruntime` # for CPU `pip install onnxruntime-gpu` # for GPU