-
Notifications
You must be signed in to change notification settings - Fork 31
✨ vllm support for 0.11.1 release #546
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
Merged
Changes from 14 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
840187a
:alembic: start to get main working again
joerunde 5e30b53
:bug: fixup more compatibility issues
joerunde 86eed8f
:mute: noqa
joerunde 091e9fd
:test_tube: add compatibility tests
joerunde 81ab41a
:bug: fixup ignore comment
joerunde 8d46d02
Merge branch 'main' into 0.11.1-support
joerunde 45a96b7
:bug: fixup circular import and utils
joerunde 4dedbfb
:bug: fixup grammar bitmask bit
joerunde 926b6f5
Merge branch 'main' into 0.11.1-support
joerunde 0f5adf3
:arrow_up: bump vllm to 0.11.1
joerunde 5d1deda
Merge branch 'main' into 0.11.1-support
joerunde f53ed52
:bug: fixup compatibility for list of ndarrays
joerunde 1987279
:fire: remove intel pytorch extension
joerunde 917d24a
:bug: add return
joerunde 85f4442
:bug: update tests for forwards compat
joerunde e45fb23
Merge branch 'main' into 0.11.1-support
joerunde ed3b79f
:bug: fixup test asserts
joerunde 3f281de
:fire: clean up disk space for docker build
joerunde 8c3a004
:bug: use dev release of fms-mo for cpu tests
joerunde 3f02e01
:bug: actually add actions file
joerunde 556a16e
:art: cleanup from code review
joerunde 95477c0
fix CP tests: remove duplicated arg
yannicks1 6b5ac00
:arrow_up: bump to fms-mo 0.8
joerunde f3e1525
:bug: use max_model_len from model config
joerunde 963bce5
:bug: add model config to scheduler
joerunde 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
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.
Installing vllm this way (with
VLLM_TARGET_DEVICE=empty) leaves out extra cuda-only dependencies from the uv.lock, since the published vllm wheels on pypi are only built for cuda.