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
zhaoyu6
sglang
Commits
f9076a5a
"docs/source/vscode:/vscode.git/clone" did not exist on "e4920c92d65f5efded4cc4c8c754d0d553ef4bbc"
Unverified
Commit
f9076a5a
authored
Aug 30, 2025
by
Zhiqiang Xie
Committed by
GitHub
Aug 30, 2025
Browse files
hot fix for mooncake batch set api (#9836)
parent
646076b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/mem_cache/storage/mooncake_store/mooncake_store.py
...ng/srt/mem_cache/storage/mooncake_store/mooncake_store.py
+1
-0
No files found.
python/sglang/srt/mem_cache/storage/mooncake_store/mooncake_store.py
View file @
f9076a5a
...
@@ -159,6 +159,7 @@ class MooncakeStore(HiCacheStorage):
...
@@ -159,6 +159,7 @@ class MooncakeStore(HiCacheStorage):
def
batch_set
(
def
batch_set
(
self
,
self
,
keys
:
List
[
str
],
keys
:
List
[
str
],
values
:
Optional
[
List
[
torch
.
Tensor
]]
=
None
,
target_location
:
Optional
[
List
[
int
]]
=
None
,
target_location
:
Optional
[
List
[
int
]]
=
None
,
target_sizes
:
Optional
[
List
[
int
]]
=
None
,
target_sizes
:
Optional
[
List
[
int
]]
=
None
,
)
->
bool
:
)
->
bool
:
...
...
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