Files
verl/examples/rloo_trainer
ℍ𝕠𝕝𝕝𝕠𝕨 𝕄𝕒𝕟 015db832dc [fix] Remove grad_offload in rloo example script (#1323)
# What does this PR do?

`grad_offload` option was removed in #284 for fsdp backend, current
script will error out due to this.

# ChangeLog:

- Remove grad_offload in rloo example script

# Usage

- Run the changed script

## Before submitting

- [X] Did you read the [Contribute
Guide](https://github.com/volcengine/verl?tab=readme-ov-file#contribution-guide)
and finish the [code format
check](https://github.com/volcengine/verl?tab=readme-ov-file#code-linting-and-formatting)?
- [X] Did you make sure to update the documentations with your changes
in the [docs](https://github.com/volcengine/verl/tree/main/docs)
especially for breaking config etc?
- [X] Did you write any test cases if neccessary? Please add CI tests to
your new feature.

# Additional Info: 
- **Issue Number**: N/A
- **Training**: FSDP
- **Inference**: None

Signed-off-by: Hollow Man <hollowman@opensuse.org>
2025-04-30 08:54:29 +08:00
..