1
0

更新 install-nvidia-smi.md

This commit is contained in:
8ga 2025-10-14 14:38:05 +08:00
parent 6ab56a4b85
commit 71bc4a689e

View File

@ -18,4 +18,8 @@ conda create -n vllm-py12 python=3.12 -y
cd /home/ss/vllm-py12 cd /home/ss/vllm-py12
conda activate vllm-py12 conda activate vllm-py12
pip install vllm -i http://mirrors.cloud.tencent.com/pypi/simple --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
# 安装了 openssh 端口号是默认的 22 没有修改
sudo apt install openssh-server -y
sudo systemctl enable ssh
sudo systemctl start ssh
``` ```