-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Model] Allow loading from original Mistral format #8168
Merged
mgoin
merged 33 commits into
vllm-project:main
from
patrickvonplaten:add_mistral_model_format
Sep 6, 2024
Merged
Changes from 20 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a36ff88
WIP
patrickvonplaten a5472c5
WIP
patrickvonplaten ab85a2e
up
patrickvonplaten e0264e0
up
patrickvonplaten 0c1b115
up
patrickvonplaten fa44979
up
patrickvonplaten 2c0bc8c
up
patrickvonplaten e33e127
Up
patrickvonplaten ffdcdaf
WIP
patrickvonplaten f13b059
up
patrickvonplaten f4557bb
Merge branch 'main' into add_mistral_model_format
patrickvonplaten 0fbf430
up
patrickvonplaten 8eaac25
up
patrickvonplaten a8091a6
up
patrickvonplaten b9ad975
Up
patrickvonplaten 928e47a
Up
patrickvonplaten 990ee19
WIP
patrickvonplaten 4a1044b
WIP
patrickvonplaten b3814d5
up
patrickvonplaten bbfb843
up
patrickvonplaten 302397f
up
patrickvonplaten 1fc792e
Up
patrickvonplaten 0428eaa
up
patrickvonplaten 6efb51c
Update vllm/config.py
patrickvonplaten 5f05f1e
Merge branch 'main' into add_mistral_model_format
patrickvonplaten 402d77c
Up
patrickvonplaten a79832d
Up
patrickvonplaten d46c359
up
patrickvonplaten 5f41771
WIP
patrickvonplaten 516b84a
up
patrickvonplaten 43d051c
WIP
patrickvonplaten c947a16
Merge branch 'add_mistral_model_format' of https://github.com/patrick…
patrickvonplaten 7679950
up
patrickvonplaten 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new test that checks that all tokenizer_mode, load_format and config_format in mistral matches HF format