From: Piotr Wilkin (ilintar) Date: Thu, 1 Jan 2026 17:45:55 +0000 (+0100) Subject: Add conversion support for IQuestCoderForCausalLM (#18524) X-Git-Tag: upstream/0.0.7721~115 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3ccccc83f79c187e7fd3e19bdc5bf4efe8928697;p=pkg%2Fggml%2Fsources%2Fllama.cpp Add conversion support for IQuestCoderForCausalLM (#18524) --- diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index f26f4de6..cfa60c4e 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -2492,6 +2492,7 @@ class StableLMModel(TextModel): "VLlama3ForCausalLM", "LlavaForConditionalGeneration", "VoxtralForConditionalGeneration", + "IQuestCoderForCausalLM", "LlamaModel") class LlamaModel(TextModel): model_arch = gguf.MODEL_ARCH.LLAMA