v6.2.1
KalyanKS-NLP/llm-engineer-toolkitv6.2.1Feb 24, 2026by adamnsandle
AI Summary
This release makes ONNX Runtime an optional dependency instead of a required one for the llm-engineer-toolkit, allowing users to choose whether to install it based on their needs.
Key Highlights
- ONNX Runtime is now optional instead of required
- Users must explicitly install ONNX Runtime
- Provides installation commands for both CPU and GPU versions
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