Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Apr 12, 2024
1 parent c164db4 commit f4f8b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/neural_compressor/test_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ def _compute_metrics(pred):
class WeightOnlyQuantizationTest(INCTestMixin):
WEIGHT_ONLY_CONFIG = (
("rtn", "int4_clip"),
("gptq", "int4_clip"),
("rtn", "int8"),
# ("gptq", "int4_clip"), # can be enabled after fix in neural-compressor merged
)

@parameterized.expand(WEIGHT_ONLY_CONFIG)
Expand Down

0 comments on commit f4f8b5f

Please sign in to comment.