Skip to content

Conversation

@tjohnson31415
Copy link
Collaborator

No description provided.

Signed-off-by: Travis Johnson <[email protected]>
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

👋 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 🚀

Copy link
Collaborator

@joerunde joerunde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this required to properly test chunked prefill? We might want to update the lower bound in pyproject.toml too

Signed-off-by: Travis Johnson <[email protected]>
@tjohnson31415 tjohnson31415 changed the title bump: aftu to v0.5.0 in uv.lock bump: aftu to v0.5.0 Dec 9, 2025
@tjohnson31415 tjohnson31415 merged commit 4076838 into main Dec 9, 2025
21 checks passed
@tjohnson31415 tjohnson31415 deleted the bump-aftu branch December 9, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants