From deacb7ec44cd816648eb856959472f1fef01f883 Mon Sep 17 00:00:00 2001 From: Robert Shaw <114415538+robertgshaw2-neuralmagic@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:56:56 -0400 Subject: [PATCH] [ CI ] Temporarily Disable Large LM-Eval Tests (#6005) Co-authored-by: rshaw@neuralmagic.com --- .buildkite/test-pipeline.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index d96e3c6d..c5170288 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -198,15 +198,6 @@ steps: - export VLLM_WORKER_MULTIPROC_METHOD=spawn - bash ./run-tests.sh -c configs/models-small.txt -t 1 -- label: LM Eval Large Models - gpu: a100 - num_gpus: 4 - working_dir: "/vllm-workspace/.buildkite/lm-eval-harness" - commands: - - pip install lm-eval - - export VLLM_WORKER_MULTIPROC_METHOD=spawn - - bash ./run-tests.sh -c configs/models-large.txt -t 4 - - label: Documentation Build working_dir: "/vllm-workspace/test_docs/docs" no_gpu: True