mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 09:59:41 +00:00
add support for Qwen2_5_VLForConditionalGeneration
This commit is contained in:
parent
9c827814e6
commit
7e5d20852d
1 changed files with 5 additions and 0 deletions
|
@ -2298,6 +2298,11 @@ class Qwen2VLModel(Model):
|
||||||
yield name, data
|
yield name, data
|
||||||
|
|
||||||
|
|
||||||
|
@Model.register("Qwen2_5_VLForConditionalGeneration")
|
||||||
|
class Qwen25VLModel(Qwen2VLModel):
|
||||||
|
model_arch = gguf.MODEL_ARCH.QWEN2VL
|
||||||
|
|
||||||
|
|
||||||
@Model.register("WavTokenizerDec")
|
@Model.register("WavTokenizerDec")
|
||||||
class WavTokenizerDecModel(Model):
|
class WavTokenizerDecModel(Model):
|
||||||
model_arch = gguf.MODEL_ARCH.WAVTOKENIZER_DEC
|
model_arch = gguf.MODEL_ARCH.WAVTOKENIZER_DEC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue