We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a325b2 commit df16c4fCopy full SHA for df16c4f
pytest.ini
@@ -61,6 +61,8 @@ addopts = --ignore=vllm-empty/tests/test_utils.py
61
--ignore=vllm-empty/tests/detokenizer/test_stop_reason.py
62
; oom on llama-2-7b-hf
63
--ignore=vllm-empty/tests/detokenizer/test_stop_strings.py
64
+ ; no need to run on vllm-ascend
65
+ --ignore=vllm-empty/tests/test_vllm_port.py
66
67
testpaths =
68
vllm-empty/tests
0 commit comments