mla_unsupported_msg=f"MLA model is not supported without global metadata server, please refer to https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/mem_cache/storage/hf3fs/docs/deploy_sglang_3fs_multinode.md"
mla_unsupported_msg=f"MLA model is not supported without global metadata server, please refer to https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/mem_cache/storage/hf3fs/docs/deploy_sglang_3fs_multinode.md"
...
@@ -228,6 +270,7 @@ class HiCacheHF3FS(HiCacheStorage):
...
@@ -228,6 +270,7 @@ class HiCacheHF3FS(HiCacheStorage):
dtype=dtype,
dtype=dtype,
metadata_client=Hf3fsLocalMetadataClient(),
metadata_client=Hf3fsLocalMetadataClient(),
is_page_first_layout=is_page_first_layout,
is_page_first_layout=is_page_first_layout,
use_mock_client=use_mock_client,
)
)
try:
try:
...
@@ -277,6 +320,7 @@ class HiCacheHF3FS(HiCacheStorage):
...
@@ -277,6 +320,7 @@ class HiCacheHF3FS(HiCacheStorage):