Skip to content

Major Release: Artifact-based Binary Distribution

Latest

Choose a tag to compare

@krishnaveti krishnaveti released this 20 Jul 18:32
· 2 commits to master since this release
3af5dc1

What's New

  • Automatic binary downloads - No more manual building required
  • GPU auto-detection - Automatically uses CUDA when available
  • Windows x64 support - Complete toolset with all llama.cpp utilities
  • Seamless integration - Julia artifact system

Breaking Changes

  • Removed vendors/ directory - now uses artifact-based binaries
  • Removed init_apis_not_windows!() - Windows-only for now
  • Requires using LlamaCppOutlines; init_apis!() for initialization

Installation

using Pkg
Pkg.add(url="https://github.com/krishnaveti/LlamaCppOutlines.jl")
or
] LlamaCppOutlines

**Full Changelog**: https://github.com/krishnaveti/LlamaCppOutlines.jl/compare/v0.1.1...1.0.0