diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index f26f4de652..cfa60c4ede 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