Skip to content

✨ add top-level spyre version #224

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 4 commits into from
Jun 9, 2025
Merged

✨ add top-level spyre version #224

merged 4 commits into from
Jun 9, 2025

Conversation

prashantgupta24
Copy link
Collaborator

@prashantgupta24 prashantgupta24 commented Jun 9, 2025

This PR allows us to do something like this:

>>> vllm_spyre.__version__
'0.3.2.dev17'

Copy link

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

Signed-off-by: Prashant Gupta <[email protected]>
@joerunde
Copy link
Collaborator

joerunde commented Jun 9, 2025

Looking at the failing main tests here, it looks like they're deadlocking and timing out?

Very suspicious

Co-authored-by: Joe Runde <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
@prashantgupta24 prashantgupta24 enabled auto-merge (squash) June 9, 2025 20:38
@github-actions github-actions bot added the ready label Jun 9, 2025
@prashantgupta24 prashantgupta24 merged commit cae21a8 into main Jun 9, 2025
20 of 22 checks passed
@prashantgupta24 prashantgupta24 deleted the fix-spyre-version branch June 9, 2025 20:47
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