Skip to content

Commit 95c2f25

Browse files
committed
Install six
1 parent d10a8c9 commit 95c2f25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,12 @@ main() {
189189

190190
install_system_packages "$USE_SUDO"
191191

192-
log_info "Installing PyTorch nightly..."
192+
log_info "Installing PyTorch ..."
193193
pip install torch==$PYTORCH_VERSION --index-url https://download.pytorch.org/whl/cu128
194194

195195
# Install vLLM and its requirements
196196
pip install -r .github/packaging/vllm_reqs_12_8.txt
197+
pip install six
197198
python -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
198199

199200
# Install monarch

0 commit comments

Comments
 (0)