Skip to content

Commit 80c344e

Browse files
committed
skip gate
Summary Signed-off-by: HDCharles <charlesdavidhernandez@gmail.com>
1 parent 41f4481 commit 80c344e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/e2e_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ def data_collator(batch):
8484
targets="Linear",
8585
scheme=scheme,
8686
actorder=None, # added for consistency with past testing configs
87-
ignore=["lm_head"],
87+
ignore=["lm_head", "re:.*mlp.gate.*"],
8888
)
8989
else:
9090
oneshot_kwargs["recipe"] = QuantizationModifier(
91-
targets="Linear", scheme=scheme, ignore=["lm_head"]
91+
targets="Linear", scheme=scheme, ignore=["lm_head", "re:.*mlp.gate.*"]
9292
)
9393

9494
# Apply quantization.

0 commit comments

Comments
 (0)