fix ut test_moe (#21735)

This commit is contained in:
Huaiyu, Zheng
2026-04-03 21:57:11 -07:00
committed by GitHub
parent de9859073f
commit 68f4c52d34
4 changed files with 105 additions and 32 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ suite_xeon = {
# NOTE: please sort the test cases alphabetically by the test file name
suite_xpu = {
"per-commit-xpu": [
TestFile("xpu/test_deepseek_ocr.py"),
TestFile("xpu/test_deepseek_ocr.py", 360),
TestFile("xpu/test_deepseek_ocr_triton.py", 360),
# TestFile("xpu/test_internvl.py"),
TestFile("xpu/test_intel_xpu_backend.py"),
],