Unverified Commit e78bc742 authored by Andreas Karatzas's avatar Andreas Karatzas Committed by GitHub
Browse files

[ROCm][CI] close missing quote in kernels/moe block in run-amd-test.sh (#37774)


Signed-off-by: default avatarAndreas Karatzas <akaratza@amd.com>
parent 6b2fa3a7
......@@ -326,7 +326,7 @@ apply_rocm_test_overrides() {
if [[ $cmds == *" kernels/moe"* ]]; then
cmds="${cmds} \
--ignore=kernels/moe/test_moe.py \
--ignore=kernels/moe/test_cutlass_moe.py \
--ignore=kernels/moe/test_cutlass_moe.py"
fi
# --- Entrypoint ignores ---
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment