Skip to content

Commit e1f32d5

Browse files
Update examples/quantization_w4a4_fp4/llama4_example.py
Co-authored-by: Fynn Schmitt-Ulms <[email protected]>
1 parent 6127a0d commit e1f32d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quantization_w4a4_fp4/llama4_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def data_collator(batch):
6969
"re:.*lm_head",
7070
"re:.*self_attn",
7171
"re:.*router",
72-
"re:.*vision_model.*.*",
72+
"re:.*vision_model.*",
7373
"re:.*multi_modal_projector.*",
7474
"Llama4TextAttention",
7575
],

0 commit comments

Comments
 (0)