Skip to content

Commit 5ca7910

Browse files
committed
Fix missing comma in the ignore list
1 parent c1c7d29 commit 5ca7910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multimodal_vision/qwen2_vl_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def data_collator(batch):
8383
targets="Linear",
8484
scheme="W4A16",
8585
sequential_targets=["Qwen2VLDecoderLayer"],
86-
ignore=["lm_head", "re:visual.*","re:model.visual.*"],
86+
ignore=["lm_head", "re:visual.*", "re:model.visual.*"],
8787
),
8888
]
8989

0 commit comments

Comments
 (0)