Unverified Commit f06bd210 authored by Sai Enduri's avatar Sai Enduri Committed by GitHub
Browse files

Update amd docker image. (#8045)


Co-authored-by: default avatarHubert Lu <55214931+hubertlu-tw@users.noreply.github.com>
parent 14f1f151
...@@ -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: 40 timeout-minutes: 50
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') &&
......
...@@ -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"
......
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