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
f06bd210
Unverified
Commit
f06bd210
authored
Jul 15, 2025
by
Sai Enduri
Committed by
GitHub
Jul 15, 2025
Browse files
Update amd docker image. (#8045)
Co-authored-by:
Hubert Lu
<
55214931+hubertlu-tw@users.noreply.github.com
>
parent
14f1f151
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+4
-4
scripts/amd_ci_start_container.sh
scripts/amd_ci_start_container.sh
+1
-1
No files found.
.github/workflows/pr-test-amd.yml
View file @
f06bd210
...
@@ -223,7 +223,7 @@ jobs:
...
@@ -223,7 +223,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
runner
:
[
linux-mi300-gpu-1
,
linux-mi325-gpu-1
]
runner
:
[
linux-mi300-gpu-1
,
linux-mi325-gpu-1
]
part
:
[
0
,
1
,
2
,
3
,
4
,
5
]
part
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
]
runs-on
:
${{matrix.runner}}
runs-on
:
${{matrix.runner}}
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
...
@@ -238,9 +238,9 @@ jobs:
...
@@ -238,9 +238,9 @@ jobs:
run
:
bash scripts/amd_ci_install_dependency.sh
run
:
bash scripts/amd_ci_install_dependency.sh
-
name
:
Run test
-
name
:
Run test
timeout-minutes
:
4
0
timeout-minutes
:
5
0
run
:
|
run
:
|
bash scripts/amd_ci_exec.sh python3 run_suite.py --suite per-commit-amd --auto-partition-id ${{ matrix.part }} --auto-partition-size
6
bash scripts/amd_ci_exec.sh python3 run_suite.py --suite per-commit-amd --auto-partition-id ${{ matrix.part }} --auto-partition-size
7
unit-test-backend-2-gpu-amd
:
unit-test-backend-2-gpu-amd
:
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
...
@@ -293,7 +293,7 @@ jobs:
...
@@ -293,7 +293,7 @@ jobs:
-
name
:
Run CustomAllReduce test
-
name
:
Run CustomAllReduce test
timeout-minutes
:
10
timeout-minutes
:
10
run
:
|
run
:
|
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
bash scripts/amd_ci_exec.sh
python3 -m unittest test_custom_allreduce.TestCustomAllReduce
bash scripts/amd_ci_exec.sh -e
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python3 -m unittest test_custom_allreduce.TestCustomAllReduce
unit-test-sgl-kernel-amd
:
unit-test-sgl-kernel-amd
:
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
...
...
scripts/amd_ci_start_container.sh
View file @
f06bd210
...
@@ -9,7 +9,7 @@ else
...
@@ -9,7 +9,7 @@ else
fi
fi
# Pull the image
# Pull the image
IMAGE
=
"
ghcr.io/saienduri/sglang:aiter-1.3
"
IMAGE
=
"
rocm/sgl-dev:v0.4.9.post2-rocm630-mi30x-20250715
"
echo
"Pulling Docker image:
$IMAGE
"
echo
"Pulling Docker image:
$IMAGE
"
docker pull
"
$IMAGE
"
docker pull
"
$IMAGE
"
...
...
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