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