Fix typo: page_first_kv_spilt -> page_first_kv_split (#23983)
Co-authored-by: JieTang <tangjie66@huawei.com>
This commit is contained in:
@@ -514,8 +514,8 @@ class MooncakeStore(HiCacheStorage, MooncakeBaseStore):
|
|||||||
"page_first",
|
"page_first",
|
||||||
"page_first_direct",
|
"page_first_direct",
|
||||||
"page_head",
|
"page_head",
|
||||||
"page_first_kv_spilt",
|
"page_first_kv_split",
|
||||||
], "mooncake store storage backend only support page first, page first direct, page head and page_first_kv_spilt layout"
|
], "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
|
buffer = self.mem_pool_host.kv_buffer
|
||||||
try:
|
try:
|
||||||
super().register_buffer(buffer)
|
super().register_buffer(buffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user