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 8a7c5a2 commit 8c51527Copy full SHA for 8c51527
tests/conftest.py
@@ -59,7 +59,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:
59
60
@pytest.fixture(
61
params=[
62
- # pytest.param(True, id="disable-frontend-multiprocessing=True"),
+ pytest.param(True, id="disable-frontend-multiprocessing=True"),
63
pytest.param(False, id="disable-frontend-multiprocessing=False"),
64
]
65
)
0 commit comments