We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b03b50 commit e130845Copy full SHA for e130845
.buildkite/scripts/hardware_ci/run-cpu-test-arm.sh
@@ -40,7 +40,8 @@ function cpu_tests() {
40
docker exec cpu-test bash -c "
41
set -e
42
pytest -x -v -s tests/kernels/test_onednn.py
43
- pytest -x -v -s tests/kernels/attention/test_cpu_attn.py"
+ 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"
45
46
# basic online serving
47
docker exec cpu-test bash -c '
0 commit comments