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" +