Skip to content

Commit e130845

Browse files
authored
[CPU][CI] Enable fused MoE tests in Arm CI (#30132)
Signed-off-by: Fadi Arafeh <fadi.arafeh@arm.com>
1 parent 4b03b50 commit e130845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function cpu_tests() {
4040
docker exec cpu-test bash -c "
4141
set -e
4242
pytest -x -v -s tests/kernels/test_onednn.py
43-
pytest -x -v -s tests/kernels/attention/test_cpu_attn.py"
43+
pytest -x -v -s tests/kernels/attention/test_cpu_attn.py
44+
pytest -x -v -s tests/kernels/moe/test_moe.py -k test_cpu_fused_moe_basic"
4445

4546
# basic online serving
4647
docker exec cpu-test bash -c '

0 commit comments

Comments
 (0)