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
6c0bb327
Unverified
Commit
6c0bb327
authored
Oct 08, 2025
by
JinYan Su
Committed by
GitHub
Oct 08, 2025
Browse files
fix(decode): adjust ServerArgs import to explicit module path (#11007)
parent
0a7c4bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/disaggregation/decode_kvcache_offload_manager.py
...lang/srt/disaggregation/decode_kvcache_offload_manager.py
+1
-1
No files found.
python/sglang/srt/disaggregation/decode_kvcache_offload_manager.py
View file @
6c0bb327
...
...
@@ -4,7 +4,6 @@ import time
import
torch
from
sglang
import
ServerArgs
from
sglang.srt.managers.cache_controller
import
HiCacheController
from
sglang.srt.mem_cache.allocator
import
BaseTokenToKVPoolAllocator
from
sglang.srt.mem_cache.base_prefix_cache
import
BasePrefixCache
...
...
@@ -17,6 +16,7 @@ from sglang.srt.mem_cache.memory_pool_host import (
MHATokenToKVPoolHost
,
MLATokenToKVPoolHost
,
)
from
sglang.srt.server_args
import
ServerArgs
logger
=
logging
.
getLogger
(
__name__
)
...
...
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