v6.2.1
YassKhazzan/openperplex_backend_osv6.2.1Feb 24, 2026by adamnsandle
AI Summary
This version makes ONNX Runtime an optional dependency, allowing users to reduce their dependency footprint if they don't need ONNX execution.
Key Highlights
- Made ONNX Runtime an optional dependency instead of required
- Users can now install ONNX Runtime explicitly for CPU or GPU
New Features
- Optional ONNX Runtime 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