[CI] Temporarily turn off H100 performance benchmark (#7104)

This commit is contained in:
Kuntai Du 2024-08-02 23:52:44 -07:00 committed by GitHub
parent 99d7cabd7b
commit 67d745cc68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,20 +42,20 @@ steps:
- name: devshm - name: devshm
emptyDir: emptyDir:
medium: Memory medium: Memory
- label: "H100" # - label: "H100"
agents: # agents:
queue: H100 # queue: H100
plugins: # plugins:
- docker#v5.11.0: # - docker#v5.11.0:
image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT # image: public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:$BUILDKITE_COMMIT
command: # command:
- bash # - bash
- .buildkite/nightly-benchmarks/run-benchmarks-suite.sh # - .buildkite/nightly-benchmarks/run-benchmarks-suite.sh
mount-buildkite-agent: true # mount-buildkite-agent: true
propagate-environment: true # propagate-environment: true
ipc: host # ipc: host
gpus: all # gpus: all
environment: # environment:
- VLLM_USAGE_SOURCE # - VLLM_USAGE_SOURCE
- HF_TOKEN # - HF_TOKEN