From f6e25374613356aad42743e373a12ef1f5ad4015 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Aug 2026 06:27:50 +0000 Subject: [PATCH] [fix] patch_ops.sh remove envs.py --- qwen3_6_scripts/patch_ops.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qwen3_6_scripts/patch_ops.sh b/qwen3_6_scripts/patch_ops.sh index 1d2ebd5e..8fa35a2a 100755 --- a/qwen3_6_scripts/patch_ops.sh +++ b/qwen3_6_scripts/patch_ops.sh @@ -166,7 +166,6 @@ cp ./paged_attn.py "${VLLM_ROOT}/attention/ops/paged_attn.py" # Container networks often cannot reach remote image URLs within the default # 5-second timeout. Raise to 30s and retry 3 times. cp ./multimodal_utils.py "${VLLM_ROOT}/multimodal/utils.py" -cp ./envs.py "${VLLM_ROOT}/envs.py" # --- model_runner.py: fix prefix_cache_hit stays True in chunked-prefill chunk 2+ --- # Bug: _compute_for_prefix_cache_hit Case 1 (prefix_cache_len <= context_len)