Skip to content

v8.3.3: Fix Blis crashes, widen numpy pin

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 12:34
· 74 commits to main since this release
  • Update blis pin to v1.1. This updates the vendored blis code to 1.1, which should fix crashes from the previously vendored v0.9 code on Windows.
  • Widen numpy pin, allowing versions across v1 and v2. Previously I had thought that if I build against numpy v2, I couldn't also have v1 as a runtime dependency. This is actually incorrect, so we can widen the numpy pin
  • Set flag on loading PyTorch models to improve safety of loading PyTorch models.