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 0828452 commit 09239d6Copy full SHA for 09239d6
unit_tests/server/core/objs/test_shm_req_manager.py
@@ -6,7 +6,7 @@
6
7
@pytest.fixture(scope="module", autouse=True)
8
def setup_env():
9
- set_env_start_args({"running_max_req_size": 10, "disable_chunked_prefill": False})
+ set_env_start_args({"running_max_req_size": 10, "enable_chunked_prefill": False})
10
yield
11
12
0 commit comments