From f96a81bf9ee7460e440ac2aa844d6ba59670a045 Mon Sep 17 00:00:00 2001 From: 8ga Date: Tue, 14 Oct 2025 14:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install-nvidia-smi.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-nvidia-smi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nvidia-smi.md b/install-nvidia-smi.md index 7ddc0cf..cdecc07 100644 --- a/install-nvidia-smi.md +++ b/install-nvidia-smi.md @@ -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 ``` \ No newline at end of file