unsloth/studio
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
..
backend studio: thread List[str] quantization_method through orchestrator + worker 2026-04-14 22:46:29 +04:00
frontend [Studio] Show non exported models in chat UI (#4892) 2026-04-14 15:03:58 +04:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Add AMD ROCm/HIP support across installer and hardware detection (#4720) 2026-04-10 01:56:12 -07:00
install_python_stack.py Pin bitsandbytes to continuous-release_main on ROCm (4-bit decode fix) (#4954) 2026-04-10 06:25:39 -07:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 split venv_t5 into tiered 5.3.0/5.5.0 and fix trust_remote_code (#4878) 2026-04-07 20:05:01 +04:00
setup.sh Add AMD ROCm/HIP support across installer and hardware detection (#4720) 2026-04-10 01:56:12 -07:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00