Skip to main content

Crate consortium_ray

Crate consortium_ray 

Source
Expand description

§consortium-ray

Ray job orchestration with nix-built environments.

Supports both KubeRay (Kubernetes-native) and bare-metal Ray clusters. Uses nix to build hermetic job environments and the DAG executor for pipeline orchestration.

Re-exports§

pub use error::RayError;
pub use error::Result;

Modules§

error
Error types for Ray orchestration.
tasks
DagTask implementations for Ray job orchestration.

Functions§

submit_job
Submit a ray job with a nix-built environment.