v0.3.7-hotfix
TimmyOVO/deepseek-ocr.rsv0.3.7-hotfixNov 4, 2025by github-actions[bot]
AI Summary
This hotfix resolves a critical threading issue affecting the macOS Metal backend on Apple Silicon. It pins candle-core and candle-nn to version 0.9.x to ensure the model runs stably on the stable, thread-tolerant implementation.
Key Highlights
- Pinned candle-core/candle-nn to 0.9.x for macOS Metal backend stability
- Fixes model invocation issues when running off the creating thread
Full Release Notes
## Bug Fixes - Pin candle-core/candle-nn to the crates.io 0.9.x release so the macOS Metal backend runs on the stable, thread-tolerant implementation (0.9.2-alpha.1 breaks when the model is invoked off the creating thread, which hits our server). > This hotfix only affects the Metal backend on Apple Silicon