File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5454 - tests/utils_
5555 - tests/worker
5656 - tests/standalone_tests/lazy_imports.py
57+ - tests/transformers_utils
5758 commands :
5859 - python3 standalone_tests/lazy_imports.py
5960 - pytest -v -s mq_llm_engine # MQLLMEngine
6364 - pytest -v -s multimodal
6465 - pytest -v -s utils_ # Utils
6566 - pytest -v -s worker # Worker
67+ - pytest -v -s transformers_utils # transformers_utils
6668
6769- label : Python-only Installation Test # 10min
6870 timeout_in_minutes : 20
@@ -822,8 +824,8 @@ steps:
822824 # Avoid importing model tests that cause CUDA reinitialization error
823825 - pytest models/test_transformers.py -v -s -m 'distributed(num_gpus=2)'
824826 - pytest models/language -v -s -m 'distributed(num_gpus=2)'
825- - pytest models/multimodal -v -s -m 'distributed(num_gpus=2)' --ignore models/multimodal/generation/test_whisper.py
826- - VLLM_WORKER_MULTIPROC_METHOD=spawn pytest models/multimodal/generation/test_whisper.py -v -s -m 'distributed(num_gpus=2)'
827+ - pytest models/multimodal -v -s -m 'distributed(num_gpus=2)' --ignore models/multimodal/generation/test_whisper.py
828+ - VLLM_WORKER_MULTIPROC_METHOD=spawn pytest models/multimodal/generation/test_whisper.py -v -s -m 'distributed(num_gpus=2)'
827829 # test sequence parallel
828830 - pytest -v -s distributed/test_sequence_parallel.py
829831 # this test fails consistently.
You can’t perform that action at this time.
0 commit comments