Skip to content

Commit 3a9fe9a

Browse files
committed
feat(gms/host): add local daemon and content lifecycle
Signed-off-by: mkhadkevich <mkhadkevich@nvidia.com>
1 parent a202b9b commit 3a9fe9a

29 files changed

Lines changed: 14920 additions & 0 deletions

lib/gms_kv_ring/daemon/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
"""GMS KV ring daemon — one process serving N engines via SHM rings."""
5+
6+
from gms_kv_ring.daemon.server import Daemon, EnginePool, LayerDesc
7+
8+
__all__ = ["Daemon", "EnginePool", "LayerDesc"]

0 commit comments

Comments
 (0)