v6.2.1

RightNow-AI/openfangv6.2.1Feb 24, 2026by adamnsandle

AI Summary

Makes ONNX Runtime an optional dependency rather than a required one, requiring users to install it explicitly based on their needs.

Key Highlights

  • ONNX Runtime is now optional
  • Instructions for CPU and GPU specific installation

Breaking Changes

  • Users must now explicitly install ONNX Runtime if required

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