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
76ba5bbe
Unverified
Commit
76ba5bbe
authored
Aug 04, 2025
by
huangtingwei
Committed by
GitHub
Aug 03, 2025
Browse files
fix args typo in memory_pool_host (#8662)
parent
ed6f7597
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/mem_cache/memory_pool_host.py
python/sglang/srt/mem_cache/memory_pool_host.py
+1
-1
No files found.
python/sglang/srt/mem_cache/memory_pool_host.py
View file @
76ba5bbe
...
@@ -618,7 +618,7 @@ class MLATokenToKVPoolHost(HostKVCache):
...
@@ -618,7 +618,7 @@ class MLATokenToKVPoolHost(HostKVCache):
elif
self
.
layout
==
"page_first"
:
elif
self
.
layout
==
"page_first"
:
transfer_kv_all_layer_mla_lf_pf
(
transfer_kv_all_layer_mla_lf_pf
(
src_layers
=
device_pool
.
data_ptrs
,
src_layers
=
device_pool
.
data_ptrs
,
dst
_k
=
self
.
kv_buffer
,
dst
=
self
.
kv_buffer
,
src_indices
=
device_indices
,
src_indices
=
device_indices
,
dst_indices
=
host_indices
,
dst_indices
=
host_indices
,
item_size
=
self
.
token_stride_size
,
item_size
=
self
.
token_stride_size
,
...
...
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