unsloth/studio/backend/routes
Roland Tannous 176ae1f17a studio: route /export/gguf through quantization_method normalizer
Call normalize_gguf_quantization_method on request.quantization_method
before invoking the export backend. Empty lists surface as HTTP 400
via the helper's ValueError. Legacy single-string callers are wrapped
transparently; batch callers pass the list directly.

After this commit the route always hands the backend a List[str].
2026-04-14 22:39:02 +04:00
..
data_recipe Let recipes use the model loaded in Chat (#4840) 2026-04-08 03:48:22 -07:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py feat(studio): training history persistence and past runs viewer (#4501) 2026-03-25 00:58:55 -07:00
auth.py Studio: Expose openai and anthropic compatible external API end points (#4956) 2026-04-13 21:08:11 +04:00
datasets.py fix: subprocess crash during map operation on Windows (#4507) 2026-03-22 05:21:09 -07:00
export.py studio: route /export/gguf through quantization_method normalizer 2026-04-14 22:39:02 +04:00
inference.py Studio: Expose openai and anthropic compatible external API end points (#4956) 2026-04-13 21:08:11 +04:00
models.py [Studio] Show non exported models in chat UI (#4892) 2026-04-14 15:03:58 +04:00
training.py [Studio] multi gpu finetuning/inference via "balanced_low0/sequential" device_map (#4602) 2026-03-30 02:33:15 -07:00
training_history.py feat(studio): training history persistence and past runs viewer (#4501) 2026-03-25 00:58:55 -07:00