Support l3 cache (mooncake store) for hiradix cache (#7211)

Co-authored-by: Zhiqiang Xie <xiezhq@stanford.edu>
Co-authored-by: AniZpZ <zhuangsen.zp@antgroup.com>
Co-authored-by: zuoyuan <zhangzuo21@mails.tsinghua.edu.cn>
Co-authored-by: @wangyueneng.wyn <wangyueneng.wyn@antgroup.com>
Co-authored-by: JinYan Su <jinyansu792@gmail.com>
This commit is contained in:
huangtingwei
2025-07-31 14:15:51 +08:00
committed by GitHub
parent 26c8a310bd
commit d904959233
8 changed files with 607 additions and 53 deletions

View File

@@ -1476,7 +1476,7 @@ class ServerArgs:
parser.add_argument(
"--hicache-storage-backend",
type=str,
choices=["file", "hf3fs"], # todo, mooncake
choices=["file", "mooncake", "hf3fs"],
default=ServerArgs.hicache_storage_backend,
help="The storage backend for hierarchical KV cache.",
)