Skip to content

Commit

Permalink
Merge pull request #54 from vllm-project/youkaichao-patch-1
Browse files Browse the repository at this point in the history
add gh200 tests
  • Loading branch information
youkaichao authored Dec 16, 2024
2 parents eff4cc4 + 770bf8a commit 00d71d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@ steps:
queue: ibm-ppc64le
command: bash .buildkite/run-cpu-test-ppc64le.sh

{% if branch == "main" %}
- label: "GH200 Test"
depends_on: ~
soft_fail: true
agents:
queue: gh200_queue
command: bash .buildkite/run-gh200-test.sh
{% else %}

- label: "TPU Test"
depends_on: ~
agents:
Expand Down

0 comments on commit 00d71d1

Please sign in to comment.