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 937de88 commit 2afc857Copy full SHA for 2afc857
tests/conftest.py
@@ -65,7 +65,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:
65
66
@pytest.fixture(
67
params=[
68
- # pytest.param(True, id="disable-frontend-multiprocessing=True"),
+ pytest.param(True, id="disable-frontend-multiprocessing=True"),
69
pytest.param(False, id="disable-frontend-multiprocessing=False"),
70
]
71
)
0 commit comments