File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1073,6 +1073,7 @@ common-files: &common_files |
10731073 tests/unittest/_torch/thop/parallel/test_weight_only_quant_gemm.py |
10741074 tests/unittest/_torch/thop/parallel/test_weight_only_quant_linear.py |
10751075 tests/unittest/_torch/thop/serial/test_moe_alltoall.py |
1076+ tests/unittest/_torch/thop/serial/test_moe.py |
10761077 tests/unittest/api_stability/api_stability_core.py |
10771078 tests/unittest/api_stability/test_llm_api.py |
10781079 tests/unittest/bindings/binding_test_utils.py |
Original file line number Diff line number Diff line change @@ -1113,6 +1113,7 @@ exclude = [
11131113 " tests/unittest/_torch/thop/parallel/test_weight_only_quant_gemm.py" ,
11141114 " tests/unittest/_torch/thop/parallel/test_weight_only_quant_linear.py" ,
11151115 " tests/unittest/_torch/thop/serial/test_moe_alltoall.py" ,
1116+ " tests/unittest/_torch/thop/serial/test_moe.py" ,
11161117 " tests/unittest/api_stability/api_stability_core.py" ,
11171118 " tests/unittest/api_stability/test_llm_api.py" ,
11181119 " tests/unittest/bindings/binding_test_utils.py" ,
You can’t perform that action at this time.
0 commit comments