Skip to content

Commit

Permalink
Migrate sgland benmark to a new runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiyysu committed Feb 9, 2025
1 parent 3ad85b3 commit 5521e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
version: [3.11]
fail-fast: false
runs-on: mi300x-3
runs-on: linux-mi300-1gpu-ossci
defaults:
run:
shell: bash
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
matrix:
version: [3.11]
fail-fast: false
runs-on: mi300x-3
runs-on: linux-mi300-1gpu-ossci
defaults:
run:
shell: bash
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
needs: benchmark_sglang
name: "Docker Cleanup"
if: always()
runs-on: mi300x-3
runs-on: linux-mi300-1gpu-ossci
steps:
- name: Stop sglang-server
run: docker stop sglang-server || true # Stop container if it's running
Expand Down

0 comments on commit 5521e68

Please sign in to comment.