Skip to content

Commit bd2e219

Browse files
committed
precommit fix
1 parent 0082e3b commit bd2e219

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/onnx/quantization/test_weights_compression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ def get_scale_estimation_ref():
488488
]
489489
).T
490490

491-
492491
@staticmethod
493492
def get_moe_scale_estimation_ref():
494493
return np.array(

tests/torch2/fx/test_compress_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
from tests.torch2.function_hook.quantization.test_weights_compression import FunctionalModel
4747
from tests.torch2.function_hook.quantization.test_weights_compression import LinearModel
4848
from tests.torch2.function_hook.quantization.test_weights_compression import MatMulModel
49-
from tests.torch2.function_hook.quantization.test_weights_compression import SimpleMoEModel
5049
from tests.torch2.function_hook.quantization.test_weights_compression import SequentialMatmulModel
50+
from tests.torch2.function_hook.quantization.test_weights_compression import SimpleMoEModel
5151
from tests.torch2.fx.helpers import get_torch_fx_model
5252

5353
DATA_BASED_SENSITIVITY_METRICS = (

0 commit comments

Comments
 (0)