Skip to content

v0.47.0

Choose a tag to compare

@michaelneale michaelneale released this 26 Mar 02:40
· 1867 commits to main since this release
  • Linux support: build from source with CUDA, CPU-only, or Jetson/Tegra
  • Linux RAM detection: CPU-only machines detect system RAM, GPU machines report VRAM + RAM offload capacity
  • Jetson/Tegra: tegrastats fallback for VRAM detection (nvidia-smi broken on Orin AGX)
  • Linux build scripts: just build auto-detects platform (macOS→Metal, Linux→CUDA)
  • CUDA arch auto-detection: nvidia-smi → deviceQuery → GPU model lookup
  • CI: adds cargo build --release + CLI smoke test
  • Docs: Linux install instructions on docs site and README
  • Install: mkdir -p ~/.local/bin in curl command for fresh systems