1
0

更新 install-nvidia-smi.md

This commit is contained in:
8ga 2025-10-14 14:28:01 +08:00
parent 7a131c1e04
commit f96a81bf9e

View File

@ -19,5 +19,5 @@ conda create -n vllm-py12 python=3.12 -y
cd /home/ss/vllm-py12
conda activate vllm-py12
export https_proxy=http://10.159.236.165:7890 http_proxy=http://10.159.236.165:7890 all_proxy=socks5://10.159.236.165:7891
pip install vllm --extra-index-url https://download.pytorch.org/whl/cu128
pip install vllm -i http://mirrors.cloud.tencent.com/pypi/simple --extra-index-url https://download.pytorch.org/whl/cu128
```