integrate AIBrix KVcache (#10376)
This commit is contained in:
@@ -289,6 +289,14 @@ class HiCacheController:
|
||||
)
|
||||
|
||||
self.storage_backend = MooncakeStore(self.storage_config)
|
||||
elif storage_backend == "aibrix":
|
||||
from sglang.srt.mem_cache.storage.aibrix_kvcache.aibrix_kvcache_storage import (
|
||||
AibrixKVCacheStorage,
|
||||
)
|
||||
|
||||
self.storage_backend = AibrixKVCacheStorage(
|
||||
self.storage_config, self.mem_pool_host
|
||||
)
|
||||
elif storage_backend == "hf3fs":
|
||||
from sglang.srt.mem_cache.storage.hf3fs.storage_hf3fs import (
|
||||
HiCacheHF3FS,
|
||||
|
||||
Reference in New Issue
Block a user