nemo_curator.core.serve.dynamo.constants
nemo_curator.core.serve.dynamo.constants
Module Contents
Data
API
Ray namespace used for all Dynamo-related detached actors and placement groups.
Passed as namespace= in ray.init() from DynamoBackend.start() and
.stop(). Pipeline executors (Xenna, Ray Data) use their own namespace, so
there is no collision. Keeping the PGs + actors in a stable namespace lets a
reconnecting driver (server.start -> pipeline.run -> server.stop) find and
reap them across ray.shutdown() / ray.init() cycles.