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