[Misc] remove useless v1 env (#29164)

Signed-off-by: David Chen <530634352@qq.com>
This commit is contained in:
WeiQing Chen 2025-11-21 17:41:20 +08:00 committed by GitHub
parent 4d7231e774
commit b34129bf8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,8 +61,6 @@ def test_batch_inference_correctness(
model_setup: (method, model_name, spec_model_name, lora_path, tp_size)
"""
with monkeypatch.context() as m:
m.setenv("VLLM_USE_V1", "1")
# Disable randomness
m.setenv("CUBLAS_WORKSPACE_CONFIG", ":4096:8")
torch.manual_seed(SEED)