[loader] enable private loader (#14620)

This commit is contained in:
Yinghai Lu
2025-12-11 11:49:46 -08:00
committed by GitHub
parent 5c961756a3
commit b05b346a13
5 changed files with 13 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@ class LoadFormat(str, enum.Enum):
REMOTE_INSTANCE = "remote_instance"
RDMA = "rdma"
LOCAL_CACHED = "local_cached"
PRIVATE = "private"
@dataclass