"vscode:/vscode.git/clone" did not exist on "d57f929da98f927365bdef303d3453712067e15b"
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
fi
# Find and pull the latest image
IMAGE=$(find_latest_image "${GPU_ARCH}")
if [ $? -eq 0 ]; then
if IMAGE=$(find_latest_image "${GPU_ARCH}"); then
echo "Pulling Docker image: $IMAGE"
else
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