We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e665375 commit 1e08751Copy full SHA for 1e08751
.buildkite/test-pipeline.yaml
@@ -198,6 +198,15 @@ steps:
198
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
199
- bash ./run-tests.sh -c configs/models-small.txt -t 1
200
201
+- label: LM Eval Large Models
202
+ gpu: a100
203
+ num_gpus: 4
204
+ working_dir: "/vllm-workspace/.buildkite/lm-eval-harness"
205
+ commands:
206
+ - pip install lm-eval
207
+ - export VLLM_WORKER_MULTIPROC_METHOD=spawn
208
+ - bash ./run-tests.sh -c configs/models-large.txt -t 4
209
+
210
- label: Documentation Build
211
working_dir: "/vllm-workspace/test_docs/docs"
212
no_gpu: True
0 commit comments