From 37a49ee655d6062c0245d4e1b708f0c9b93ff77f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Aug 2026 17:05:30 +0000 Subject: [PATCH] =?UTF-8?q?[fix]=20bseline4=20sh=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qwen3_6_scripts/patch_corex_copy_blocks.py | 2 +- qwen3_6_scripts/patch_ops.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/qwen3_6_scripts/patch_corex_copy_blocks.py b/qwen3_6_scripts/patch_corex_copy_blocks.py index 60d48cee..a64b79d4 100644 --- a/qwen3_6_scripts/patch_corex_copy_blocks.py +++ b/qwen3_6_scripts/patch_corex_copy_blocks.py @@ -30,4 +30,4 @@ replace_once( COMPATIBLE_BLOCK, required=True, already_contains="BI100 CoreX 3.2.3 exposes vllm_copy_blocks", -) \ No newline at end of file +) diff --git a/qwen3_6_scripts/patch_ops.sh b/qwen3_6_scripts/patch_ops.sh index d288a31e..2f27c912 100755 --- a/qwen3_6_scripts/patch_ops.sh +++ b/qwen3_6_scripts/patch_ops.sh @@ -459,4 +459,5 @@ python3 ./verify_dlopen_chain.py --vllm-root "${VLLM_ROOT}" || { echo "[WARN] dlopen chain verification found issues (non-fatal)" } -build_stage "patch script completed" \ No newline at end of file +build_stage "patch script completed" +