[Feature] Add SiMM as sglang HiCache Storage backend (#18016)
This commit is contained in:
@@ -5519,7 +5519,16 @@ class ServerArgs:
|
||||
parser.add_argument(
|
||||
"--hicache-storage-backend",
|
||||
type=str,
|
||||
choices=["file", "mooncake", "hf3fs", "nixl", "aibrix", "dynamic", "eic"],
|
||||
choices=[
|
||||
"file",
|
||||
"mooncake",
|
||||
"hf3fs",
|
||||
"nixl",
|
||||
"aibrix",
|
||||
"dynamic",
|
||||
"eic",
|
||||
"simm",
|
||||
],
|
||||
default=ServerArgs.hicache_storage_backend,
|
||||
help="The storage backend for hierarchical KV cache. "
|
||||
"Built-in backends: file, mooncake, hf3fs, nixl, aibrix. "
|
||||
|
||||
Reference in New Issue
Block a user