We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6127a0d commit e1f32d5Copy full SHA for e1f32d5
examples/quantization_w4a4_fp4/llama4_example.py
@@ -69,7 +69,7 @@ def data_collator(batch):
69
"re:.*lm_head",
70
"re:.*self_attn",
71
"re:.*router",
72
- "re:.*vision_model.*.*",
+ "re:.*vision_model.*",
73
"re:.*multi_modal_projector.*",
74
"Llama4TextAttention",
75
],
0 commit comments