Fix typo: page_first_kv_spilt -> page_first_kv_split (#23983)

Co-authored-by: JieTang <tangjie66@huawei.com>
This commit is contained in:
JieTang66
2026-04-29 12:08:05 +08:00
committed by GitHub
co-authored by JieTang
parent 23cfa9e4c8
commit 5a94088178
@@ -514,8 +514,8 @@ class MooncakeStore(HiCacheStorage, MooncakeBaseStore):
"page_first",
"page_first_direct",
"page_head",
"page_first_kv_spilt",
], "mooncake store storage backend only support page first, page first direct, page head and page_first_kv_spilt layout"
"page_first_kv_split",
], "mooncake store storage backend only support page first, page first direct, page head and page_first_kv_split layout"
buffer = self.mem_pool_host.kv_buffer
try:
super().register_buffer(buffer)