unsloth/studio/backend
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
..
assets studio: per-model inference defaults, GGUF slider fix, reasoning toggle (#4325) 2026-03-16 06:37:55 -07:00
auth fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
core studio: cross-platform llama.cpp builder (Linux, macOS, Windows) 2026-03-16 14:21:54 +00:00
loggers Final cleanup 2026-03-12 18:28:04 +00:00
models studio: per-model inference defaults, GGUF slider fix, reasoning toggle (#4325) 2026-03-16 06:37:55 -07:00
plugins Final cleanup 2026-03-12 18:28:04 +00:00
requirements fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
routes [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-03-16 14:02:50 +00:00
state Final cleanup 2026-03-12 18:28:04 +00:00
tests fix(seed): disable remote code execution in seed inspect dataset loads (#4275) 2026-03-13 19:37:43 +04:00
utils [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-03-16 14:02:50 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
colab.py Final cleanup 2026-03-12 18:28:04 +00:00
main.py studio: training progress visibility + deferred llama.cpp compilation 2026-03-16 14:02:20 +00:00
run.py fix: Ctrl+C not terminating backend on Linux (#4316) 2026-03-16 11:58:09 +04:00