Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
5626e20b
Unverified
Commit
5626e20b
authored
Aug 19, 2025
by
fzyzcjy
Committed by
GitHub
Aug 18, 2025
Browse files
Tiny fix CI (#9306)
parent
c6c379ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
python/sglang/srt/mem_cache/allocator_ascend.py
python/sglang/srt/mem_cache/allocator_ascend.py
+0
-11
No files found.
python/sglang/srt/mem_cache/allocator_ascend.py
View file @
5626e20b
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment