unsloth/studio/backend/core
Roland Tannous b9e5a13d4e studio: thread List[str] quantization_method through orchestrator + worker
ExportOrchestrator.export_gguf's parameter type is widened from str to
List[str]. Worker's cmd.get default becomes ["Q4_K_M"] to match.

The orchestrator pickles the list into the mp.Queue cmd dict; the
subprocess worker hands it to ExportBackend.export_gguf unchanged.
Both layers are pure passthrough for this field.
2026-04-14 22:46:29 +04:00
..
data_recipe build(deps): bump oxc-parser (#4776) 2026-04-08 03:35:33 -07:00
export studio: thread List[str] quantization_method through orchestrator + worker 2026-04-14 22:46:29 +04:00
inference Studio: Expose openai and anthropic compatible external API end points (#4956) 2026-04-13 21:08:11 +04:00
training Add AMD ROCm/HIP support across installer and hardware detection (#4720) 2026-04-10 01:56:12 -07:00
__init__.py [Studio] Show non exported models in chat UI (#4892) 2026-04-14 15:03:58 +04:00