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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| export.py | ||
| orchestrator.py | ||
| worker.py | ||