From 5626e20b2bad5d181e9727434681b22ab0f1ac98 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:54:36 +0800 Subject: [PATCH] Tiny fix CI (#9306) --- python/sglang/srt/mem_cache/allocator_ascend.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/python/sglang/srt/mem_cache/allocator_ascend.py b/python/sglang/srt/mem_cache/allocator_ascend.py index 94bbaafeb..2af138a6c 100644 --- a/python/sglang/srt/mem_cache/allocator_ascend.py +++ b/python/sglang/srt/mem_cache/allocator_ascend.py @@ -66,17 +66,6 @@ def alloc_extend_kernel_ascend( class AscendPagedTokenToKVPoolAllocator(PagedTokenToKVPoolAllocator): - def __init__( - self, - size: int, - page_size: int, - dtype: torch.dtype, - device: str, - kvcache: KVCache, - need_sort: bool, - ): - super().__init__(size, page_size, dtype, device, kvcache, need_sort, 1) - def alloc_extend( self, prefix_lens: torch.Tensor,