Ray Deployment
Distribute evaluations across a Ray cluster for teams using NeMo Gym’s Ray infrastructure.
Setup
CLI
Architecture
Each shard runs as a @ray.remote task. The head node collects all results and merges them locally.
Python API
Resource requirements
Evaluation is CPU+network bound (no GPU needed for the evaluator itself):
Adjust based on dataset size and concurrency. The ModelClient default is 8 concurrent requests.