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 d10a8c9 commit 95c2f25Copy full SHA for 95c2f25
scripts/install.sh
@@ -189,11 +189,12 @@ main() {
189
190
install_system_packages "$USE_SUDO"
191
192
- log_info "Installing PyTorch nightly..."
+ log_info "Installing PyTorch ..."
193
pip install torch==$PYTORCH_VERSION --index-url https://download.pytorch.org/whl/cu128
194
195
# Install vLLM and its requirements
196
pip install -r .github/packaging/vllm_reqs_12_8.txt
197
+ pip install six
198
python -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
199
200
# Install monarch
0 commit comments