v0.8.1 — hologram-ai unblock + reachability hardening
Hologram v0.8.1
Installation
Via Git Dependency
Add to your Cargo.toml:
[dependencies]
# Depend on the specific crates you need (all share one version):
hologram-compiler = { git = "https://github.com/Hologram-Technologies/hologram", tag = "v0.8.1" }
hologram-exec = { git = "https://github.com/Hologram-Technologies/hologram", tag = "v0.8.1" }
hologram-backend = { git = "https://github.com/Hologram-Technologies/hologram", tag = "v0.8.1" }CLI Binary
Download the appropriate binary for your platform from the assets below and add it to your PATH.
Changes
Commits since v0.8.0
- test(ffi): make the external-const temp file name collision-proof (0120c94)
- test(exec): witness every quant tier through the binding a consumer actually ships (d3c1a57)
- fix(backend): norm gamma/beta must fail loud, not degrade to identity; pin cross-lane bits (0fa338a)
- fix(compiler,graph,exec): weightless weights can declare OUTPUT_MAJOR; witness it end to end (4cc3388)
What's Changed
- fix: weightless weights can declare OUTPUT_MAJOR; first positive end-to-end witness (v0.8.1) by @afflom in #38
- test(ffi): fix the macOS temp-file race that flakes external-const CI by @afflom in #39
Full Changelog: v0.8.0...v0.8.1