"vllm/vscode:/vscode.git/clone" did not exist on "e2f56c309d2a28899c68975a7e104502d56deb8f"
Unverified Commit 71875073 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[ci][test] fix ca test in main (#5746)

parent f1e72cc1
...@@ -197,6 +197,9 @@ steps: ...@@ -197,6 +197,9 @@ steps:
gpu: a100 gpu: a100
num_gpus: 4 num_gpus: 4
commands: 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 # NOTE: don't test llama model here, it seems hf implementation is buggy
# see https://github.com/vllm-project/vllm/pull/5689 for details # see https://github.com/vllm-project/vllm/pull/5689 for details
- pytest -v -s distributed/test_custom_all_reduce.py - pytest -v -s distributed/test_custom_all_reduce.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment