mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-12 01:25:48 +08:00
[Bugfix] Fix Qwen2_5_VLForConditionalGeneration packed_modules_mapping (#12905)
This commit is contained in:
parent
3243158336
commit
306923da82
@ -760,9 +760,12 @@ class Qwen2_5_VLForConditionalGeneration(nn.Module, SupportsMultiModal,
|
|||||||
"q_proj",
|
"q_proj",
|
||||||
"k_proj",
|
"k_proj",
|
||||||
"v_proj",
|
"v_proj",
|
||||||
]
|
],
|
||||||
|
"gate_up_proj": [
|
||||||
|
"gate_proj",
|
||||||
|
"up_proj",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
# LoRA specific attributes, TODO: double check
|
# LoRA specific attributes, TODO: double check
|
||||||
supported_lora_modules = [
|
supported_lora_modules = [
|
||||||
"qkv_proj",
|
"qkv_proj",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user