Skip to content

Commit cb388be

Browse files
committed
add hugginface
1 parent 1a3610e commit cb388be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cuda/vllm/install_vllm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export PATH="$PWD/$ENV_NAME/bin:$PATH"
1414
pip install --upgrade pip
1515
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
1616
pip install vllm
17+
pip install -U "huggingface_hub[cli]"
1718
echo "[+] Verifying installation..."
1819
python -c "import torch; print('Torch:', torch.__version__); import vllm; print('vLLM:', vllm.__version__)"
1920
echo "[+] Cloning vllm repo and setting up sparse-checkout"

0 commit comments

Comments
 (0)