Fix HiCacheNixl TypeError: mem_pool_host passed as file_path (#19517)
This commit is contained in:
@@ -161,7 +161,7 @@ class StorageBackendFactory:
|
||||
if backend_name == "file":
|
||||
return backend_class(storage_config)
|
||||
elif backend_name == "nixl":
|
||||
return backend_class(storage_config, mem_pool_host)
|
||||
return backend_class(storage_config)
|
||||
elif backend_name == "mooncake":
|
||||
backend = backend_class(storage_config, mem_pool_host)
|
||||
return backend
|
||||
|
||||
Reference in New Issue
Block a user