Skip to content

Commit

Permalink
Update A100 distributed test with new file location (missed in vllm-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Sep 26, 2024
1 parent 51b9abc commit 8e7f2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ steps:
# NOTE: don't test llama model here, it seems hf implementation is buggy
# see https://github.com/vllm-project/vllm/pull/5689 for details
- pytest -v -s distributed/test_custom_all_reduce.py
- TARGET_TEST_SUITE=A100 pytest -v -s distributed/test_basic_distributed_correctness.py
- TARGET_TEST_SUITE=A100 pytest basic_correctness/ -v -s -m distributed_2_gpus
- pytest -v -s -x lora/test_mixtral.py

- label: LM Eval Large Models # optional
Expand Down

0 comments on commit 8e7f2b6

Please sign in to comment.