Skip to content

Commit e55e235

Browse files
committed
one more try
1 parent 6c65fad commit e55e235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ main() {
194194

195195
# Install vLLM and its requirements
196196
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
197+
python3.10 -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
198198

199199
# Install monarch
200200
pip install torchmonarch==$MONARCH_VERSION

0 commit comments

Comments
 (0)