Skip to content

Conversation

mingruimingrui
Copy link
Contributor

@mingruimingrui mingruimingrui commented May 18, 2025

Checklist Before Starting

  • Search for similar PR(s).

What does this PR do?

Disable fused kernels by default. #1565

High-Level Design

Not needed

Specific Changes

  • Default use_fused_kernels = False

API

Not needed

Usage Example

Not needed

Test

Not needed

Additional Info.

Not needed

Checklist Before Submitting

  • Read the Contribute Guide.
  • Apply pre-commit checks.
  • Add [BREAKING] to the PR title if it breaks any API.
  • Update the documentation about your changes in the docs.
  • Add CI test(s) if neccessary.

@vermouth1992 vermouth1992 merged commit b9a6890 into volcengine:main May 18, 2025
1 check passed
@mingruimingrui mingruimingrui deleted the feat/disable-fused-kernel-default branch May 19, 2025 02:16
@plutoZZZZ plutoZZZZ mentioned this pull request May 20, 2025
6 tasks
vermouth1992 pushed a commit that referenced this pull request May 20, 2025
### Checklist Before Starting

- [x] Search for similar PR(s).

### What does this PR do?
Currently, the `e2e_prime` test encounters the error` AttributeError:
'NoneType' object has no attribute 'squeeze'`, which is caused by [
#1212].

In PR [#1568], the parameter `use_fused_kernel` in `ppo_trainer.yaml`
was set to `false`, but the corresponding parameter in
`prime_trainer.yaml` was not updated. This is preventing the CI from
passing. Before the root cause of `use_fused_kernel` is fully resolved ,
I guess we should temporarily set `use_fused_kernel` to `false` in
`prime_trainer.yaml`
### High-Level Design

Not needed

### Specific Changes

- Default use_fused_kernels = False

### API

Not needed

### Usage Example

Not needed

### Test

Not needed

### Additional Info.

Not needed

### Checklist Before Submitting

- [x] Read the [Contribute
Guide](https://github.com/volcengine/verl?tab=readme-ov-file#contribution-guide).
- [x] Apply [pre-commit
checks](https://github.com/volcengine/verl?tab=readme-ov-file#code-linting-and-formatting).
- [x] Add `[BREAKING]` to the PR title if it breaks any API.
- [x] Update the documentation about your changes in the
[docs](https://github.com/volcengine/verl/tree/main/docs).
- [x] Add CI test(s) if necessary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants