unsloth/studio/backend/core
Daniel Han 2b7a787075 studio: cross-platform llama.cpp builder (Linux, macOS, Windows)
- Linux: CUDA detection via /usr/local/cuda*, Ninja preferred
- macOS: Metal backend auto-enabled (llama.cpp default), no CUDA
- Windows: CUDA via CUDA_PATH env and toolkit dirs, VS generator
  fallback, binaries in build/bin/Release/, copy instead of symlink
- Reuse existing source (don't re-clone if CMakeLists.txt present)
- Both llama-server and llama-quantize verified and built
2026-03-16 14:21:54 +00:00
..
data_recipe Improve AI Assist: Update default model, model output parsing, logging, and dataset mapping UX (#4323) 2026-03-16 16:04:35 +04:00
export Final cleanup 2026-03-12 18:28:04 +00:00
inference studio: cross-platform llama.cpp builder (Linux, macOS, Windows) 2026-03-16 14:21:54 +00:00
training studio: training progress visibility + deferred llama.cpp compilation 2026-03-16 14:02:20 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00