Skip to content

Conversation

@Isotr0py
Copy link
Member

@Isotr0py Isotr0py commented Jun 3, 2025

FIX #18976

@github-actions
Copy link

github-actions bot commented Jun 3, 2025

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@Isotr0py Isotr0py requested a review from DarkLight1337 June 3, 2025 06:05
Copy link
Member

@DarkLight1337 DarkLight1337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@DarkLight1337 DarkLight1337 enabled auto-merge (squash) June 3, 2025 06:13
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Jun 3, 2025
@DarkLight1337 DarkLight1337 merged commit ec2dcd8 into vllm-project:main Jun 3, 2025
74 of 76 checks passed
@Isotr0py Isotr0py deleted the qwen2vl-gptq branch June 3, 2025 10:04
vermouth1992 pushed a commit to volcengine/verl that referenced this pull request Jun 7, 2025
### What does this PR do?

Fixes #1710


![image](https://github.com/user-attachments/assets/185d37b6-a4fe-4e89-8eed-72f4477937e8)

1. vLLM 0.9.0 does not support `limit_mm_per_prompt=None`; this
parameter must be a `dict`.
2. Transformers 4.52.* changes the weight keys in the model state dict,
causing mismatches with vLLM's weight loader.

See also:
huggingface/transformers#38385
vllm-project/vllm#19054
vllm-project/vllm#19151

### Test

run `bash examples/grpo_trainer/run_qwen2_5_vl-7b.sh`


![image](https://github.com/user-attachments/assets/b8137c87-f250-40d0-b9c3-c3f44f1a40a1)

### 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).
- [ ] Add `[BREAKING]` to the PR title if it breaks any API.
- [ ] Update the documentation about your changes in the
[docs](https://github.com/volcengine/verl/tree/main/docs).
- [ ] New CI unit test(s) are added to cover the code path.
- [ ] Rely on existing unit tests on CI that covers the code path.
yellowbee686 pushed a commit to yellowbee686/verl that referenced this pull request Jun 10, 2025
### What does this PR do?

Fixes volcengine#1710


![image](https://github.com/user-attachments/assets/185d37b6-a4fe-4e89-8eed-72f4477937e8)

1. vLLM 0.9.0 does not support `limit_mm_per_prompt=None`; this
parameter must be a `dict`.
2. Transformers 4.52.* changes the weight keys in the model state dict,
causing mismatches with vLLM's weight loader.

See also:
huggingface/transformers#38385
vllm-project/vllm#19054
vllm-project/vllm#19151

### Test

run `bash examples/grpo_trainer/run_qwen2_5_vl-7b.sh`


![image](https://github.com/user-attachments/assets/b8137c87-f250-40d0-b9c3-c3f44f1a40a1)

### 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).
- [ ] Add `[BREAKING]` to the PR title if it breaks any API.
- [ ] Update the documentation about your changes in the
[docs](https://github.com/volcengine/verl/tree/main/docs).
- [ ] New CI unit test(s) are added to cover the code path.
- [ ] Rely on existing unit tests on CI that covers the code path.
yellowbee686 pushed a commit to yellowbee686/verl that referenced this pull request Jun 23, 2025
Fixes volcengine#1710

![image](https://github.com/user-attachments/assets/185d37b6-a4fe-4e89-8eed-72f4477937e8)

1. vLLM 0.9.0 does not support `limit_mm_per_prompt=None`; this
parameter must be a `dict`.
2. Transformers 4.52.* changes the weight keys in the model state dict,
causing mismatches with vLLM's weight loader.

See also:
huggingface/transformers#38385
vllm-project/vllm#19054
vllm-project/vllm#19151

run `bash examples/grpo_trainer/run_qwen2_5_vl-7b.sh`

![image](https://github.com/user-attachments/assets/b8137c87-f250-40d0-b9c3-c3f44f1a40a1)

- [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).
- [ ] Add `[BREAKING]` to the PR title if it breaks any API.
- [ ] Update the documentation about your changes in the
[docs](https://github.com/volcengine/verl/tree/main/docs).
- [ ] New CI unit test(s) are added to cover the code path.
- [ ] Rely on existing unit tests on CI that covers the code path.
chenjiaoAngel added a commit to chenjiaoAngel/verl that referenced this pull request Nov 14, 2025
### What does this PR do?

Fixes volcengine#1710


![image](https://github.com/user-attachments/assets/185d37b6-a4fe-4e89-8eed-72f4477937e8)

1. vLLM 0.9.0 does not support `limit_mm_per_prompt=None`; this
parameter must be a `dict`.
2. Transformers 4.52.* changes the weight keys in the model state dict,
causing mismatches with vLLM's weight loader.

See also:
huggingface/transformers#38385
vllm-project/vllm#19054
vllm-project/vllm#19151

### Test

run `bash examples/grpo_trainer/run_qwen2_5_vl-7b.sh`


![image](https://github.com/user-attachments/assets/b8137c87-f250-40d0-b9c3-c3f44f1a40a1)

### 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).
- [ ] Add `[BREAKING]` to the PR title if it breaks any API.
- [ ] Update the documentation about your changes in the
[docs](https://github.com/volcengine/verl/tree/main/docs).
- [ ] New CI unit test(s) are added to cover the code path.
- [ ] Rely on existing unit tests on CI that covers the code path.
paolo328 added a commit to paolo328/Verl that referenced this pull request Nov 27, 2025
### What does this PR do?

Fixes #1710


![image](https://github.com/user-attachments/assets/185d37b6-a4fe-4e89-8eed-72f4477937e8)

1. vLLM 0.9.0 does not support `limit_mm_per_prompt=None`; this
parameter must be a `dict`.
2. Transformers 4.52.* changes the weight keys in the model state dict,
causing mismatches with vLLM's weight loader.

See also:
huggingface/transformers#38385
vllm-project/vllm#19054
vllm-project/vllm#19151

### Test

run `bash examples/grpo_trainer/run_qwen2_5_vl-7b.sh`


![image](https://github.com/user-attachments/assets/b8137c87-f250-40d0-b9c3-c3f44f1a40a1)

### 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).
- [ ] Add `[BREAKING]` to the PR title if it breaks any API.
- [ ] Update the documentation about your changes in the
[docs](https://github.com/volcengine/verl/tree/main/docs).
- [ ] New CI unit test(s) are added to cover the code path.
- [ ] Rely on existing unit tests on CI that covers the code path.
TimurTaepov pushed a commit to giorgossideris/verl that referenced this pull request Dec 20, 2025
### What does this PR do?

Fixes volcengine#1710


![image](https://github.com/user-attachments/assets/185d37b6-a4fe-4e89-8eed-72f4477937e8)

1. vLLM 0.9.0 does not support `limit_mm_per_prompt=None`; this
parameter must be a `dict`.
2. Transformers 4.52.* changes the weight keys in the model state dict,
causing mismatches with vLLM's weight loader.

See also:
huggingface/transformers#38385
vllm-project/vllm#19054
vllm-project/vllm#19151

### Test

run `bash examples/grpo_trainer/run_qwen2_5_vl-7b.sh`


![image](https://github.com/user-attachments/assets/b8137c87-f250-40d0-b9c3-c3f44f1a40a1)

### 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).
- [ ] Add `[BREAKING]` to the PR title if it breaks any API.
- [ ] Update the documentation about your changes in the
[docs](https://github.com/volcengine/verl/tree/main/docs).
- [ ] New CI unit test(s) are added to cover the code path.
- [ ] Rely on existing unit tests on CI that covers the code path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]:GPTQ-quantized Qwen2-VL-2B-Instruct produces poor output in vLLM but works correctly in HuggingFace transformers

2 participants