Skip to content

Conversation

@joerunde
Copy link
Collaborator

@joerunde joerunde commented Oct 6, 2025

Description

Updates the default simple compile backend to inductor to match vLLM.

This could be considered slightly risky because it updates default behavior, but we do want to run with inductor where possible. This was previously set to eager because we had issues linking g++ correctly and needed a fast workaround.

Impact here should be minimal. If users run into problems with environments that don't have python headers and a valid compiler toolchain, they can run with VLLM_SPYRE_SIMPLE_COMPILE_BACKEND=eager

@github-actions
Copy link

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

@gkumbhat gkumbhat left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@joerunde joerunde merged commit 0ae7872 into main Oct 6, 2025
20 checks passed
@joerunde joerunde deleted the inductor-default branch October 6, 2025 20:28
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