[[V0 deprecation]]Remove VLLM_USE_V1 env (#28204)
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
@@ -22,9 +22,6 @@ def monkeypatch_module():
|
||||
|
||||
@pytest.fixture(scope="module", params=[True])
|
||||
def server(request, monkeypatch_module):
|
||||
use_v1 = request.param
|
||||
monkeypatch_module.setenv("VLLM_USE_V1", "1" if use_v1 else "0")
|
||||
|
||||
args = [
|
||||
"--dtype",
|
||||
"bfloat16",
|
||||
|
||||
Reference in New Issue
Block a user