MCPcopy Create free account
hub / github.com/BeastyZ/ConvSearch-R1 / main

Function main

verl/examples/split_placement/main_ppo_split.py:93–98  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

91
92@hydra.main(config_path='config', config_name='ppo_trainer_split', version_base=None)
93def main(config):
94 if not ray.is_initialized():
95 # this is for local ray cluster
96 ray.init(runtime_env={'env_vars': {'TOKENIZERS_PARALLELISM': 'true', 'NCCL_DEBUG': 'WARN'}})
97
98 ray.get(main_task.remote(config))
99
100
101@ray.remote

Callers 1

main_ppo_split.pyFile · 0.70

Calls 2

initMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected