Skip to content

Commit d1c4720

Browse files
author
lijiaojiao
committed
--amend
Signed-off-by: lijiaojiao <[email protected]>
1 parent abdac0e commit d1c4720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm_ascend/models/qwen2_5_vl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ def load_weights(self, weights: Iterable[Tuple[str,
355355
default_weight_loader)
356356
weight_loader(param, loaded_weight)
357357
if ("attn.proj.weight_scale" in name or "attn.proj.weight_offset" in name) and self.enable_pad:
358-
...
358+
continue
359359
elif ("attn.proj.deq_scale" in name or "attn.proj.quant_bias" in name) and self.enable_pad:
360-
...
360+
continue
361361
elif ("attn.qkv.weight_scale" in name or "attn.qkv.weight_offset" in name) and self.enable_pad:
362362
param.data = self.pad_qkv_weight_scale_offset(param.data)
363363
elif ("attn.qkv.deq_scale" in name or "attn.qkv.quant_bias" in name) and self.enable_pad:

0 commit comments

Comments
 (0)