Commit 0ae7872
authored
🔧 Update default simple compile backend (#506)
# 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`
Signed-off-by: Joe Runde <[email protected]>1 parent 33872d0 commit 0ae7872
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments