Skip to content

Commit ff19185

Browse files
committed
add support for Qwen2_5_VLForConditionalGeneration
1 parent 4dfaae1 commit ff19185

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

convert_hf_to_gguf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,6 +2298,11 @@ def get_tensors(self) -> Iterator[tuple[str, Tensor]]:
22982298
yield name, data
22992299

23002300

2301+
@Model.register("Qwen2_5_VLForConditionalGeneration")
2302+
class Qwen25VLModel(Qwen2VLModel):
2303+
model_arch = gguf.MODEL_ARCH.QWEN2VL
2304+
2305+
23012306
@Model.register("WavTokenizerDec")
23022307
class WavTokenizerDecModel(Model):
23032308
model_arch = gguf.MODEL_ARCH.WAVTOKENIZER_DEC

0 commit comments

Comments
 (0)