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 6c65fad commit e55e235Copy full SHA for e55e235
scripts/install.sh
@@ -194,7 +194,7 @@ main() {
194
195
# Install vLLM and its requirements
196
pip install -r .github/packaging/vllm_reqs_12_8.txt
197
- pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
+ python3.10 -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
198
199
# Install monarch
200
pip install torchmonarch==$MONARCH_VERSION
0 commit comments