Skip to content

🧪 add long context test #330

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 1 commit into from
Jul 23, 2025
Merged

🧪 add long context test #330

merged 1 commit into from
Jul 23, 2025

Conversation

joerunde
Copy link
Collaborator

@joerunde joerunde commented Jul 22, 2025

Description

This adds a failing test case for handling batch size 4 at 4k context length with continuous batching.

This tests the eager backend against the sendnn backend, which is currently failing on quay.io/ibm-aiu/spyre-base:2025_07_18-amd64

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 🚀

Copy link
Collaborator

@yannicks1 yannicks1 left a comment

Choose a reason for hiding this comment

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

lgtm

@sducouedic sducouedic merged commit 9d7d963 into main Jul 23, 2025
16 of 18 checks passed
@sducouedic sducouedic deleted the long-context-tests branch July 23, 2025 09:58
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