[Feature] Add SiMM as sglang HiCache Storage backend (#18016)

This commit is contained in:
yuki-brook
2026-04-13 17:12:37 -07:00
committed by GitHub
parent ff61b2e470
commit 1ec018f27a
6 changed files with 868 additions and 2 deletions
@@ -483,7 +483,10 @@ class HiCacheController:
self.page_get_func = self._generic_page_get
self.page_set_func = self._generic_page_set
if (self.storage_backend_type in ["hf3fs", "mooncake", "eic", "nixl"]) or (
if (
self.storage_backend_type
in ["hf3fs", "mooncake", "eic", "nixl", "simm"]
) or (
self.storage_backend_type == "dynamic"
and bool(self.storage_config.extra_config.get("interface_v1", 0))
):