From cbbc3a6100998bb209abbe1e7a89833734e79c0f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Aug 2026 02:07:29 +0000 Subject: [PATCH] [fix] \ No newline at end of file --- qwen3_6_scripts/paged_attn.py | 2 +- qwen3_6_scripts/patch_corex_swap_blocks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qwen3_6_scripts/paged_attn.py b/qwen3_6_scripts/paged_attn.py index ce5f10d5..3b50e939 100644 --- a/qwen3_6_scripts/paged_attn.py +++ b/qwen3_6_scripts/paged_attn.py @@ -2318,4 +2318,4 @@ class PagedAttention: _xllm_block_copy(key_ptrs, val_ptrs, src_indices, dst_indices, cum_sum, - numel_per_block, cache_dtype) \ No newline at end of file + numel_per_block, cache_dtype) diff --git a/qwen3_6_scripts/patch_corex_swap_blocks.py b/qwen3_6_scripts/patch_corex_swap_blocks.py index 03f9471a..0988bffd 100644 --- a/qwen3_6_scripts/patch_corex_swap_blocks.py +++ b/qwen3_6_scripts/patch_corex_swap_blocks.py @@ -62,4 +62,4 @@ replace_once( COMPATIBLE_BLOCK, required=True, already_contains="BI100 CoreX 3.2.3 exposes vllm_swap_blocks", -) \ No newline at end of file +)