unsloth/studio/backend/core/export
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
..
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
export.py feat: support GGUF export for non-PEFT models + fix venv_t5 switching for local checkpoints (#4455) 2026-03-20 12:13:18 +04:00
orchestrator.py studio: thread List[str] quantization_method through orchestrator + worker 2026-04-14 22:46:29 +04:00
worker.py studio: thread List[str] quantization_method through orchestrator + worker 2026-04-14 22:46:29 +04:00