1
0

更新 install-nvidia-smi.md

This commit is contained in:
8ga 2025-10-14 11:24:31 +08:00
parent e56f40cbe6
commit 9c2cf5b552

View File

@ -16,4 +16,6 @@ nvcc -V
conda create -n vllm-py12 python=3.12 -y conda create -n vllm-py12 python=3.12 -y
conda activate vllm-py12 conda activate vllm-py12
pip install vllm --extra-index-url https://download.pytorch.org/whl/cu128 pip install vllm --extra-index-url https://download.pytorch.org/whl/cu128
# 在该目录存放关于 vllm 和LLM相关的内容
cd /home/ss/vllm-py12
``` ```