[AMD] Update SGLang image fallback logic for AMD CI (#8980)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user