Skip to content

Commit cfe9169

Browse files
authored
switch to use h100 runner (#2017)
SUMMARY: Switch to use h100 runner for the transformers test. TEST PLAN: Transformers tests. Signed-off-by: Dan Huang <dahuang@redhat.com>
1 parent 9a8dc1f commit cfe9169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-check-transformers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
transformers-tests:
5757
needs: [detect-changes]
58-
runs-on: gcp-k8s-vllm-l4-solo
58+
runs-on: ibm-wdc-k8s-vllm-h100-solo
5959
if: (contains(github.event.pull_request.labels.*.name, 'ready') || github.event_name == 'push') && needs.detect-changes.outputs.matched-changes != ''
6060
steps:
6161
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)