We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029c693 commit d5c6309Copy full SHA for d5c6309
convert_hf_to_gguf.py
@@ -2269,7 +2269,7 @@ def set_gguf_parameters(self):
2269
self.gguf_writer.add_rope_scaling_orig_ctx_len(self.hparams["rope_scaling"]["original_max_position_embeddings"])
2270
2271
2272
-@Model.register("Qwen2VLForConditionalGeneration")
+@Model.register("Qwen2VLForConditionalGeneration", "Qwen2_5_VLForConditionalGeneration")
2273
class Qwen2VLModel(Model):
2274
model_arch = gguf.MODEL_ARCH.QWEN2VL
2275
0 commit comments