Skip to content

Commit 82fa731

Browse files
committed
Merge branch 'main' into one-off-gpt-oss-benchmark
Signed-off-by: Huy Do <huydhn@gmail.com>
2 parents 12375c8 + b7db773 commit 82fa731

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/vllm-benchmark.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
A comma-separated list of runners from .github/scripts/generate_vllm_benchmark_matrix.py to run the benchmark (optional, default to run everything)
2626
required: true
2727
type: string
28-
default: h100,mi300,spr
28+
default: h100,rocm,spr,b200
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
@@ -157,6 +157,22 @@ jobs:
157157
echo "DOCKER_IMAGE_PREFIX=$DOCKER_IMAGE_PREFIX" >> $GITHUB_ENV
158158
echo "DOCKER_IMAGE_SUFFIX=$DOCKER_IMAGE_SUFFIX" >> $GITHUB_ENV
159159
160+
- name: Authenticate with AWS
161+
# Only need for DGX hosts
162+
if: contains(env.DEVICE_TYPE, 'B200')
163+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
164+
with:
165+
role-to-assume: arn:aws:iam::308535385114:role/public_ecr_read_only
166+
role-duration-seconds: 18000
167+
aws-region: us-east-1
168+
169+
- name: Login to public.ecr.aws
170+
# Only need for DGX hosts
171+
if: contains(env.DEVICE_TYPE, 'B200')
172+
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
173+
with:
174+
registry-type: public
175+
160176
- name: Check for last benchmark commit
161177
working-directory: vllm-benchmarks
162178
env:

0 commit comments

Comments
 (0)