Skip to content

Commit 3ccccc8

Browse files
authored
Add conversion support for IQuestCoderForCausalLM (ggml-org#18524)
1 parent d0a6a31 commit 3ccccc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

convert_hf_to_gguf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,6 +2492,7 @@ def prepare_tensors(self):
24922492
"VLlama3ForCausalLM",
24932493
"LlavaForConditionalGeneration",
24942494
"VoxtralForConditionalGeneration",
2495+
"IQuestCoderForCausalLM",
24952496
"LlamaModel")
24962497
class LlamaModel(TextModel):
24972498
model_arch = gguf.MODEL_ARCH.LLAMA

0 commit comments

Comments
 (0)