v6.2.1

siyuan-note/siyuanv6.2.1Feb 24, 2026by adamnsandle

AI Summary

Modifies the dependency structure to make ONNX Runtime optional, requiring users to install it explicitly based on their hardware needs.

Key Highlights

  • onnxruntime is now an optional dependency instead of required
  • Install commands for CPU and GPU

Breaking Changes

  • onnxruntime is now an optional dependency instead of required

New Features

  • Optional dependency support
  • CPU installation path
  • GPU installation path

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