We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3610e commit cb388beCopy full SHA for cb388be
src/cuda/vllm/install_vllm.sh
@@ -14,6 +14,7 @@ export PATH="$PWD/$ENV_NAME/bin:$PATH"
14
pip install --upgrade pip
15
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
16
pip install vllm
17
+pip install -U "huggingface_hub[cli]"
18
echo "[+] Verifying installation..."
19
python -c "import torch; print('Torch:', torch.__version__); import vllm; print('vLLM:', vllm.__version__)"
20
echo "[+] Cloning vllm repo and setting up sparse-checkout"
0 commit comments