curobo.runtime moduleΒΆ
Public runtime configuration for cuRobo.
Re-exports compile-time and runtime flags from curobo._src.runtime (for example CUDA
graph usage, debug switches, cache directory, and torch compile options) so callers can use
import curobo.runtime or from curobo import runtime without depending on private paths.