Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
23f2afb2
Unverified
Commit
23f2afb2
authored
Aug 08, 2025
by
michael-amd
Committed by
GitHub
Aug 08, 2025
Browse files
[AMD] Update SGLang image fallback logic for AMD CI (#8980)
parent
a60f88b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
scripts/amd_ci_start_container.sh
scripts/amd_ci_start_container.sh
+1
-2
No files found.
scripts/amd_ci_start_container.sh
View file @
23f2afb2
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment