We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b4407 commit 90af877Copy full SHA for 90af877
1 file changed
vllm_spyre_next/pyproject.toml
@@ -94,7 +94,7 @@ extra-build-variables = { vllm = { VLLM_TARGET_DEVICE = "cpu" } }
94
# vLLM and torch-spyre must be pulled from github to be built from source
95
# NB: torch-spyre can only be compiled where `sendnn` is available
96
[tool.uv.sources]
97
-vllm = { git = "https://github.com/vllm-project/vllm", rev = "v0.15.1" }
+vllm = { git = "https://github.com/vllm-project/vllm", rev = "v0.17.1" }
98
# see https://github.com/torch-spyre/torch-spyre/pull/746
99
torch-spyre = { git = "https://github.com/torch-spyre/torch-spyre", rev = "c1f67bb4701630179d53dbfc060dde62fc2d7d18" }
100
torch = [
0 commit comments