We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a202b9b commit 3a9fe9aCopy full SHA for 3a9fe9a
29 files changed
lib/gms_kv_ring/daemon/__init__.py
@@ -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