We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ce6c2 commit ca6b768Copy full SHA for ca6b768
.github/packaging/build_for_ci.sh
.github/packaging/vllm_reqs.txt
@@ -1,3 +1,10 @@
1
+# These requirements were generated by running steps 1-3 of scripts/build_wheels.shell
2
+# then running pip freeze and manually removing the vllm dependency.
3
+# The intention of this file is to use these known requirements for a fixed
4
+# vLLM build to supplement a vLLM install from download.pytorch.org without
5
+# resorting to --extra-index-url https://download.pytorch.org/whl/nightly to find
6
+# vLLM dependencies (as this results in a ResolutionTooDeep error from pip).
7
+# TODO: this should be done way less hackily
8
aiohappyeyeballs==2.6.1
9
aiohttp==3.13.0
10
aiosignal==1.4.0
0 commit comments