[Deprecation] Remove deprecated environment variables (#32812)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-01-21 21:25:16 -05:00
committed by GitHub
parent 5e00b561cd
commit 6437ff1fb9
6 changed files with 7 additions and 118 deletions

View File

@@ -207,7 +207,6 @@ def test_eagle3_acceptance_length(
with monkeypatch.context() as m:
m.setenv("VLLM_ALLOW_INSECURE_SERIALIZATION", "1")
m.setenv("VLLM_ATTENTION_BACKEND", attention_backend)
with VllmRunner(
model_name=model_config.verifier,
@@ -216,6 +215,7 @@ def test_eagle3_acceptance_length(
"model": model_config.drafter,
"num_speculative_tokens": num_spec_tokens,
},
attention_config={"backend": attention_backend},
tensor_parallel_size=tp_size,
gpu_memory_utilization=0.7,
disable_log_stats=False,