add support for Qwen2_5_VLForConditionalGeneration

This commit is contained in:
HimariO 2025-02-04 22:24:27 +08:00
parent 9c827814e6
commit 7e5d20852d

View file

@ -2298,6 +2298,11 @@ class Qwen2VLModel(Model):
yield name, data
@Model.register("Qwen2_5_VLForConditionalGeneration")
class Qwen25VLModel(Qwen2VLModel):
model_arch = gguf.MODEL_ARCH.QWEN2VL
@Model.register("WavTokenizerDec")
class WavTokenizerDecModel(Model):
model_arch = gguf.MODEL_ARCH.WAVTOKENIZER_DEC