[AMD] Add 8-GPU MX35X test running DSR1-MXFP4 model for AMD CI (#13602)

This commit is contained in:
Hubert Lu
2026-01-07 01:43:11 -08:00
committed by GitHub
parent 48381c3b6d
commit b86bbf841e
5 changed files with 243 additions and 3 deletions
+2 -1
View File
@@ -60,9 +60,10 @@ if docker exec \
"${ENV_ARGS[@]}" \
ci_sglang "$@"; then
exit 0
else
FIRST_EXIT_CODE=$?
fi
FIRST_EXIT_CODE=$?
echo "First attempt failed with exit code $FIRST_EXIT_CODE"
echo "Retrying with HF_HUB_OFFLINE=1 (offline mode)..."