Skip to content

Commit

Permalink
[ci][test] fix ca test in main (#5746)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Jun 21, 2024
1 parent f1e72cc commit 7187507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ steps:
gpu: a100
num_gpus: 4
commands:
# FIXIT: find out which code initialize cuda before running the test
# before the fix, we need to use spawn to test it
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
# 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
Expand Down

0 comments on commit 7187507

Please sign in to comment.