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
d4db9b02
Unverified
Commit
d4db9b02
authored
Aug 15, 2025
by
shilinlee
Committed by
GitHub
Aug 14, 2025
Browse files
fix: the store_dtype typo for ascend mla (#9208)
Signed-off-by:
shilinlee_com
<
836160610@qq.com
>
parent
f7dd651d
Changes
1
Hide 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.py
python/sglang/srt/mem_cache/memory_pool.py
+1
-1
No files found.
python/sglang/srt/mem_cache/memory_pool.py
View file @
d4db9b02
...
...
@@ -951,7 +951,7 @@ class AscendMLAPagedTokenToKVPool(MLATokenToKVPool):
cache_k
=
cache_k
.
to
(
self
.
dtype
)
if
self
.
store_dtype
!=
self
.
dtype
:
cache_k
=
cache_k
.
view
(
store_dtype
)
cache_k
=
cache_k
.
view
(
self
.
store_dtype
)
import
torch_npu
...
...
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