Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/sglang_downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
sglang:
name: sglang integration
needs: [check-signal]
runs-on: aiter-mi355-1gpu
runs-on: aiter-mi300-1gpu
env:
SGL_BRANCH: v0.5.5
GPU_ARCH: gfx950
GPU_ARCH_CI: mi35x # used in sglang ci scripts
SGL_IMAGE: rocm/sgl-dev:v0.5.5.post3-rocm700-mi35x-20251123
GPU_ARCH: gfx942
GPU_ARCH_CI: mi300 # used in sglang ci scripts
SGL_IMAGE: rocm/sgl-dev:v0.5.5.post3-rocm700-mi30x-20251124
GITHUB_REPO_URL: ${{ github.event.pull_request.head.repo.clone_url || 'https://github.com/ROCm/aiter.git' }}
GITHUB_COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.event.head_commit.id }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triton-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
GITHUB_SHA: ${{ github.sha }}

triton:
runs-on: aiter-mi325-1gpu
runs-on: aiter-mi300-1gpu
needs: [check-signal]
env:
DOCKER_IMAGE: "rocm/pytorch:latest"
Expand Down
Loading