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