Skip to content

Commit 0a306ce

Browse files
dsikkaaireilly
authored andcommitted
[Tests] Fix Qwen2.5-VL-7B-Instruct Recipe (vllm-project#1548)
SUMMARY: - Update ignore list as per vllm-project#1545 - Note: We don't use an ignore list for for the Qwen2.5-VL FP8_Dynamic test?
1 parent 0035c36 commit 0a306ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/vLLM/recipes/INT8/recipe_int8_channel_weight_dynamic_per_token.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ quant_stage:
33
SmoothQuantModifier:
44
smoothing_strength: 0.8
55
GPTQModifier:
6-
ignore: ["lm_head", "re:vision_tower.*", "re:multi_modal_projector.*", "re:visual.*", "re:vision_model.*"]
6+
ignore: ["lm_head", "re:vision_tower.*", "re:multi_modal_projector.*", "re:visual.*", "re:vision_model.*", "re:model.visual.*"]
77
config_groups:
88
group_0:
99
weights: {num_bits: 8, type: int, symmetric: true, strategy: channel}

tests/e2e/vLLM/recipes/actorder/recipe_w4a16_actorder_weight.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
quant_stage:
22
quant_modifiers:
33
GPTQModifier:
4-
ignore: ["lm_head", "re:vision_tower.*", "re:multi_modal_projector.*", "re:visual.*", "re:vision_model.*"]
4+
ignore: ["lm_head", "re:vision_tower.*", "re:multi_modal_projector.*", "re:visual.*", "re:vision_model.*", "re:model.visual.*"]
55
config_groups:
66
group_0:
77
weights:

0 commit comments

Comments
 (0)