Skip to content

Conversation

joerunde
Copy link
Collaborator

@joerunde joerunde commented Oct 7, 2025

Description

Recent updates are causing issues with running granite models @ context length 256. This updates the unit tests to default to 512 instead.

Copy link

github-actions bot commented Oct 7, 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 🚀

Signed-off-by: Joe Runde <[email protected]>
@joerunde joerunde merged commit 0c9b971 into main Oct 7, 2025
18 checks passed
@joerunde joerunde deleted the 512-tokens branch October 7, 2025 21:11
joerunde added a commit that referenced this pull request Oct 8, 2025
# Description

Following up on #509, this fixes up a few remaining tests that were
setting their own max model lengths instead of using the default. Using
the default makes it much easier to respond to changes in hardware
support

Signed-off-by: Joe Runde <[email protected]>
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.

2 participants