We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I encountered a problem that the padded test data here
verl/verl/trainer/ppo/ray_trainer.py
Lines 418 to 419 in 9fca71d
cannot be dispatched properly (AssertionError: only support equal chunk.)
AssertionError: only support equal chunk.
verl/verl/single_controller/base/decorator.py
Lines 275 to 276 in 9fca71d
So I wonder whether the divisor self.actor_rollout_wg.world_size is the same as the chunk number worker_group.world_size?
self.actor_rollout_wg.world_size
worker_group.world_size
The text was updated successfully, but these errors were encountered:
[misc]fix: pad dataproto when pad size is larger than len(dataproto) (#…
ab525bc
…150) - As titled - Solved: #149 Waiting for testing from @chujiezheng --------- Co-authored-by: Chi Zhang <[email protected]>
Fix in #150
Sorry, something went wrong.
No branches or pull requests
I encountered a problem that the padded test data here
verl/verl/trainer/ppo/ray_trainer.py
Lines 418 to 419 in 9fca71d
cannot be dispatched properly (
AssertionError: only support equal chunk.
)verl/verl/single_controller/base/decorator.py
Lines 275 to 276 in 9fca71d
So I wonder whether the divisor
self.actor_rollout_wg.world_size
is the same as the chunk numberworker_group.world_size
?The text was updated successfully, but these errors were encountered: