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 b577c2e commit 6da965bCopy full SHA for 6da965b
pytest.ini
@@ -1,8 +1,8 @@
1
[pytest]
2
minversion = 6.0
3
markers =
4
- single: tests that run on single npu
5
- multi: tests that run on multi npu
+ singlenpu: tests that run on single npu
+ multinpu: tests that run on multi npu
6
norecursedirs =
7
vllm-empty/tests/prefix_caching
8
vllm-empty/tests/weight_loading
0 commit comments