kzhou92

Results 1 issues of kzhou92

[This](https://github.com/volcengine/verl/blob/418f964ab84d2b7c49aa4404f65774917501b092/verl/trainer/ppo/ray_trainer.py#L88) line contains the code block ``` for resource_pool_name, process_on_nodes in self.resource_pool_spec.items(): # max_colocate_count means the number of WorkerGroups (i.e. processes) in each RayResourcePool # For FSDP backend, we recommend...