Skip to content

Commit d5c6309

Browse files
convert : Support Qwen2_5_VLForConditionalGeneration (#12595)
1 parent 029c693 commit d5c6309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ def set_gguf_parameters(self):
22692269
self.gguf_writer.add_rope_scaling_orig_ctx_len(self.hparams["rope_scaling"]["original_max_position_embeddings"])
22702270

22712271

2272-
@Model.register("Qwen2VLForConditionalGeneration")
2272+
@Model.register("Qwen2VLForConditionalGeneration", "Qwen2_5_VLForConditionalGeneration")
22732273
class Qwen2VLModel(Model):
22742274
model_arch = gguf.MODEL_ARCH.QWEN2VL
22752275

0 commit comments

Comments
 (0)