mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-09 07:16:44 +02:00
convert : fix Qwen3 ASR conversion (#23081)
* fix qwen3asr * fix qwen3asr
This commit is contained in:
@@ -183,6 +183,9 @@ class Qwen3OmniMmprojModel(Qwen3VLVisionModel, Qwen25AudioModel):
|
||||
if name.startswith("model.visual."):
|
||||
name = name.replace("model.visual.", "visual.", 1)
|
||||
|
||||
if name.startswith("thinker.audio_tower."):
|
||||
name = name.replace("thinker.audio_tower.", "audio_tower.", 1)
|
||||
|
||||
if "visual." not in name and "audio_tower." not in name:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user