unsloth/studio/backend
2026-02-12 19:00:05 +00:00
..
assets added model yaml config files 2026-02-02 18:22:14 +00:00
auth chore: untrack auth.db (already in .gitignore) 2026-02-11 12:21:54 +00:00
core use get_device() for device selection and clear_gpu_cache() for GPU memory cleanup in inference, trainer, and export 2026-02-11 16:56:52 +00:00
loggers root studio folder 2026-02-02 09:13:49 +00:00
models feat: add OpenAI-compatible POST /chat/completions endpoint with streaming and non-streaming support 2026-02-12 19:00:05 +00:00
routes feat: add OpenAI-compatible POST /chat/completions endpoint with streaming and non-streaming support 2026-02-12 19:00:05 +00:00
state root studio folder 2026-02-02 09:13:49 +00:00
tests added @needs_torch to test_cuda_oom 2026-02-11 16:12:37 +00:00
utils replace torch MPS with MLX 2026-02-11 16:04:35 +00:00
main.py reset DEVICE type on fastapi lifespan exit 2026-02-11 15:58:13 +00:00
requirements.txt root studio folder 2026-02-02 09:13:49 +00:00
run.py feat(datasets): check-format to return preview samples 2026-02-12 11:25:47 +00:00