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
36fc9260
"src/diffusers/models/controlnets/controlnet_hunyuan.py" did not exist on "beb1c017adca5b090e656ebe3fdb7f64215aefa0"
Unverified
Commit
36fc9260
authored
Aug 04, 2025
by
Baron Liu
Committed by
GitHub
Aug 03, 2025
Browse files
[bugfix] fix import path in HiCacheController (#8749)
parent
fee0ab0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/sglang/srt/managers/cache_controller.py
python/sglang/srt/managers/cache_controller.py
+2
-2
No files found.
python/sglang/srt/managers/cache_controller.py
View file @
36fc9260
...
...
@@ -243,12 +243,12 @@ class HiCacheController:
self
.
storage_backend
=
HiCacheFile
()
self
.
get_hash_str
=
get_hash_str
elif
storage_backend
==
"nixl"
:
from
sglang.srt.mem_cache.nixl.hicache_nixl
import
HiCacheNixl
from
sglang.srt.mem_cache.
storage.
nixl.hicache_nixl
import
HiCacheNixl
self
.
storage_backend
=
HiCacheNixl
()
self
.
get_hash_str
=
get_hash_str
elif
storage_backend
==
"mooncake"
:
from
sglang.srt.mem_cache.mooncake_store.mooncake_store
import
(
from
sglang.srt.mem_cache.
storage.
mooncake_store.mooncake_store
import
(
MooncakeStore
,
get_hash_str_mooncake
,
)
...
...
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