nemo_curator.core.client
Module Contents
Classes
API
This class is used to setup the Ray cluster and configure metrics integration.
If the specified ports are already in use, it will find the next available port and use that.
Parameters:
The port number of the Ray GCS.
The port number of the Ray dashboard.
The temporary directory to use for Ray.
Whether to include dashboard integration. If true, adds Ray metrics service discovery.
The port number of the Ray metrics.
The host of the Ray dashboard.
The number of GPUs to use.
The number of CPUs to use.
The amount of memory to use for the object store.
Whether to enable object spilling.
The file to capture stdout/stderr to.
The directory for Prometheus/Grafana metrics data. If None, uses the per-user default.
Start the Ray cluster if not already started, optionally capturing stdout/stderr to a file.