Enable SGLANG_ENABLE_SPEC_V2 for nightly speculative decoding tests (#18719)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-02-14 23:00:33 +08:00
committed by GitHub
parent 92cdd398cd
commit ae95869292
10 changed files with 17 additions and 1 deletions

View File

@@ -855,7 +855,9 @@ def popen_launch_server(
if env is None:
env = os.environ.copy()
else:
env = env.copy()
merged = os.environ.copy()
merged.update(env)
env = merged
# Store per-run marker path for potential invalidation
per_run_marker_path = None