File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 4646from tests .torch2 .function_hook .quantization .test_weights_compression import FunctionalModel
4747from tests .torch2 .function_hook .quantization .test_weights_compression import LinearModel
4848from tests .torch2 .function_hook .quantization .test_weights_compression import MatMulModel
49- from tests .torch2 .function_hook .quantization .test_weights_compression import SimpleMoEModel
5049from tests .torch2 .function_hook .quantization .test_weights_compression import SequentialMatmulModel
50+ from tests .torch2 .function_hook .quantization .test_weights_compression import SimpleMoEModel
5151from tests .torch2 .fx .helpers import get_torch_fx_model
5252
5353DATA_BASED_SENSITIVITY_METRICS = (
You can’t perform that action at this time.
0 commit comments