-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
[Model] Initialize support for Deepseek-VL2 models #11578
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
+1,050
−9
Merged
Changes from 48 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
b7f3a3b
init deepseekvl2
Isotr0py 9846268
port config
Isotr0py 0fdc10b
code format
Isotr0py 19cf5e7
process image
Isotr0py 550ed2e
init processor
Isotr0py f2159c4
clean up
Isotr0py e20aba5
handle image embedding inputs
Isotr0py 54c92fc
add multimodal processor
Isotr0py dd19a5d
add max tokens implement
Isotr0py 391ba13
implement embeddings merge
Isotr0py bb88307
add deepseek-vl2 example
Isotr0py 0ec661c
register model
Isotr0py 847cb03
override example arch
Isotr0py bec7a43
fix processor
Isotr0py e417b98
Merge branch 'vllm-project:main' into deepseek-vl2
Isotr0py acc89f6
fix config name
Isotr0py b9f2d4b
fix processor dtype
Isotr0py 632c77c
fix a typo
Isotr0py d97849d
fix vit
Isotr0py 6fb3845
fix a typo
Isotr0py 01a5316
add normal rope rotary
Isotr0py d5ebfcb
code format
Isotr0py d787200
fix image token
Isotr0py d491ff0
update docs
Isotr0py a3ddf41
Merge branch 'main' into deepseek-vl2
Isotr0py c5bbeff
update docs
Isotr0py 0231368
add registry test
Isotr0py 12f4553
Merge branch 'main' into deepseek-vl2
Isotr0py 3237715
vision embeddings use nested tensors
Isotr0py 6954a6d
update multimodal processor
Isotr0py a5dd2b9
Merge branch 'vllm-project:main' into deepseek-vl2
Isotr0py 51645ec
update v1 docs
Isotr0py 66b4126
format
Isotr0py 5882f52
support multi-images input
Isotr0py 79f2c4c
remove dead code
Isotr0py 933afc7
test processor
Isotr0py c1ce202
add model tests
Isotr0py 8c960fb
fix test
Isotr0py 6557f5a
Merge remote-tracking branch 'upstream/main' into deepseek-vl2
Isotr0py aa150de
update docs
Isotr0py 86c7fa9
update processor impl
Isotr0py e92f543
add get_image_size_with_most_features
Isotr0py 32b1e9a
use fork deepseek-vl2 repo
Isotr0py 91c5e2d
Merge branch 'vllm-project:main' into deepseek-vl2
Isotr0py 37e1fd2
add normal rope to deepseek v3
Isotr0py 53ac9e0
add check for num_nextn_predict_layers
Isotr0py 6519a66
fix deepseek-v3 based model
Isotr0py f5ae01f
Merge remote-tracking branch 'upstream/main' into deepseek-vl2
Isotr0py 92ab7fc
update docs
Isotr0py 80a23ee
Update tests/models/registry.py
Isotr0py 5a6d0d6
update todos
Isotr0py fc38412
add hf_overrides to initialize test
Isotr0py 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
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
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.
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.