-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[rollout] fix: fix some compatibility issue with qwen vl seris support of trtllm rollout #5583
New issue
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
Merged
+49
−47
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
dcaacfe
Fix partial load problem, Add vlm support for trtllm rollout
SchumiDing 0394ab5
Precommit check
SchumiDing 0664ab1
Add check for if the model is vlm in trtllmhttpserver
SchumiDing bf71c9b
Support latest trtllm
SchumiDing f6e58b8
Support for qwen2.5 vl
SchumiDing 7af6917
Add trtllm rollout test script
SchumiDing 94c4eb0
Add test_trtllm_rollout workflow to test trtllm_rollout
SchumiDing 25518fe
Add back mistakenly deleted file
SchumiDing fd007fb
Precommit check
SchumiDing 659ec01
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing 55b55dc
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing e2cc50b
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing ca17f8a
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing 62af0f2
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing 24a6620
Modified to inherit the worker extension class of tensorrt llm
SchumiDing 6f055a2
Modified to inherit the worker extension class of tensorrt llm
SchumiDing d0b1d1d
fix readability problem of multimodal config
SchumiDing 6b021f4
Remove need for multimodal server config
SchumiDing a7faa7b
Add vlm unit test into exisiting trtllm unit test
SchumiDing 8519d36
add e2e script to train qwen2.5-vl with trtllm rollout
SchumiDing 9acdcd6
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing 5a145a5
Change import statement
SchumiDing 3776338
remove reward config in e2e script
SchumiDing 1706e71
When multi modal input for trtllm, decode with special token first
SchumiDing 90837f3
rever typo
SchumiDing 57506e2
revert typo
SchumiDing e193d0d
pre commit check
SchumiDing 81050ce
Fix bugs
SchumiDing 91d8c59
Update
SchumiDing 60dd50b
Update
SchumiDing 44ede00
Add
SchumiDing b816089
Pre commit check
SchumiDing fba748a
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing f6977db
Add back CI paths
SchumiDing 49fd2a2
Add fixed configuration in example script
SchumiDing 29ba171
limit worker extension to vlm condition
SchumiDing dc6b4f4
Update
SchumiDing 9b30172
Merge branch 'main' into vlm_trtllm_support
SchumiDing 7c89354
Pre-commit-checl
SchumiDing fcd8275
Update
SchumiDing d8c0c35
Update examples/grpo_trainer/run_qwen2_5_vl-7b-trtllm.sh
SchumiDing 194e00a
Update examples/grpo_trainer/run_qwen2_5_vl_3b_trtllm.sh
SchumiDing 4eaa89d
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing cb053d9
Fix some issue with qwenvl compatability with tensorrt llm
SchumiDing b93307d
Merge branch 'verl-project:main' into vlm_trtllm_support
SchumiDing d18d672
Merge branch 'vlm_trtllm_support' of https://github.com/SchumiDing/ve…
SchumiDing e6fa3db
fix wrong geo3k path
SchumiDing 346a759
Pre-commit check
SchumiDing 44be305
Merge commonly used function
SchumiDing 07f1a65
Add install for Qwen_vl_utils
SchumiDing 8446885
Update
SchumiDing 9f391f3
fix
SchumiDing 9844842
Add pip install mathruler for geo3k reward function
SchumiDing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.