Files
llama.cpp/conversion
David Friehs 8a963fc10e convert : fix conversion for Mistral-Medium-3.5-128B (#24268)
Mistral explicitly sets `moe` and `llama_4_scaling` to `null` in
params.json, breaking `key in dict` checks during conversion. Replace
with `dict.get(key) is not None` where this matters.

Fixes `convert-hf-to-gguf.py --mistral-format Mistral-Medium-3.5-128B`
2026-06-07 21:41:39 +02:00
..
2026-06-07 20:50:54 +08:00
2026-06-07 20:50:54 +08:00
2026-06-02 17:44:35 +02:00
2026-05-15 15:18:12 +02:00