Skip to content

Conversation

@joerunde
Copy link
Collaborator

Description

Fixes some new incompatibilities with the vllm main branch. This unblocks testing of new upstream vllm changes and will prepare us for 0.11.1 support.

@github-actions
Copy link

👋 Hi! Thank you for contributing to vLLM support on Spyre.
Just a reminder: Make sure that your code passes all the linting checks, otherwise your PR won't be able to be merged. To do so, first install the linting requirements, then run format.sh and commit the changes. This can be done with uv directly:

uv sync --frozen --group lint --active --inexact

Or this can be done with pip:

uv pip compile --group lint > requirements-lint.txt
pip install -r requirements-lint.txt
bash format.sh

Now you are good to go 🚀

Signed-off-by: Joe Runde <[email protected]>
Signed-off-by: Joe Runde <[email protected]>
@joerunde joerunde added the ready label Oct 28, 2025
@joerunde joerunde changed the title ✨ vllm main support for upcoming 0.111.1 release ✨ vllm main support for upcoming 0.11.1 release Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants