JarvisFei
JarvisFei
in the model.py file, why the code is like this: ` if isinstance(module.processor, AttnProcessor2_0): module.set_processor(AttnProcessor())` how can I accelerate the training process with torch.complie() when I am using PyTorch 2.0
> # v0.2.1 > * [x] add assertion when `log_prob_micro_batch_size` is smaller than world_size, and fix the case when "the evaluation dataset size is not divisible by the world_size" [Hangs...
> after many tries,it still fails;  +1
> Multi-node GRPO only works with `ray job submit -- python3 -u -m verl.trainer.main_ppo ...` > > I suspect you are launching without `ray job submit`, maybe similar to [#491](https://github.com/volcengine/verl/issues/491)?...