"vscode:/vscode.git/clone" did not exist on "f4a82243b4773e983c8ab1e45d9ad5bb1df40429"
Unverified Commit 23f2afb2 authored by michael-amd's avatar michael-amd Committed by GitHub
Browse files

[AMD] Update SGLang image fallback logic for AMD CI (#8980)

parent a60f88b5
...@@ -135,8 +135,7 @@ else ...@@ -135,8 +135,7 @@ else
fi fi
# Find and pull the latest image # Find and pull the latest image
IMAGE=$(find_latest_image "${GPU_ARCH}") if IMAGE=$(find_latest_image "${GPU_ARCH}"); then
if [ $? -eq 0 ]; then
echo "Pulling Docker image: $IMAGE" echo "Pulling Docker image: $IMAGE"
else else
echo "$FALLBACK_MSG" >&2 echo "$FALLBACK_MSG" >&2
......
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