# 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" https://github.com/volcengine/verl/issues/12#issuecomment-2475353389 - [x] add an option to remove the call of torch.compile in https://github.com/volcengine/verl/blob/main/verl/workers/actor/dp_actor.py#L56 in case of gcc/nvcc issues https://github.com/volcengine/verl/issues/245#issuecomment-2677172305 - [ ] include the fix for checkpoint fixes in https://github.com/volcengine/verl/issues/250 - [ ] check if https://github.com/volcengine/verl/issues/283 persists (and if so fix it) - [x] multi-node training tutorial with `ray start` https://github.com/volcengine/verl/issues/278 https://github.com/volcengine/verl/pull/585 - [x] fix the main_generation example https://github.com/volcengine/verl/issues/349 https://github.com/volcengine/verl/pull/351 https://github.com/volcengine/verl/issues/331 # v0.3 > feel free to propose features (contributions are welcome!) - [x] upgrade mcore to v0.6 or v0.11 - [ ] deepseek v3 examples - [x] megatron checkpoint supports - [x] megatron qwen2 support https://github.com/volcengine/verl/pull/261 - [x] https://github.com/volcengine/verl/issues/312 - [x] multimodal (qwen vl) support - [x] sglang integration - [ ] tool calling examples - [ ] non nvidia gpu support https://github.com/volcengine/verl/pull/360/files - [ ] start time optimization - [x] prime recipe
v0.2.1
log_prob_micro_batch_sizeis smaller than world_size, and fix the case when "the evaluation dataset size is not divisible by the world_size" Hangs during vllm rollout, no error message #12 (comment)ray startAdd instructions on how to run verl on multi-node #278doc: add multinode training and debug tutorial #585
v0.3