Skip to content

v1.3.2

Choose a tag to compare

@mohitsoni48 mohitsoni48 released this 22 Jun 12:42
· 24 commits to main since this release
ad2af6d

TurboQuant now installs on macOS end-to-end.

Fixed

  • macOS Gatekeeper blocking engine binaries. Downloaded engine binaries carry the com.apple.quarantine attribute, so Gatekeeper blocked execution and the probe timed out even after the right binary downloaded. TurboLLM now strips the quarantine attribute from every extracted engine on macOS (and on re-install). Thanks @manish026 (#16).
  • TurboQuant install/update failing on macOS with no_release_asset — now scans for the newest release carrying a binary for the current platform.
  • Metal engines timing out on first launch (shader JIT) — probe now allows 60s on macOS, 15s elsewhere.

Added

  • macOS CPU backend variant; TurboQuant listed installable on Linux (x64 Vulkan).

Changed

  • Unified TurboQuant's install and update paths onto one per-platform resolver.

Supersedes v1.3.1, which was tagged but never published to npm.