mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 03:49:42 +00:00
reuse qwen2vl converter instead
This commit is contained in:
parent
8fcf682b28
commit
c4898d3dee
1 changed files with 0 additions and 5 deletions
|
@ -2298,11 +2298,6 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue