1
0

更新 install-nvidia-smi.md

This commit is contained in:
8ga 2025-10-14 11:11:25 +08:00
parent 0b95cb47dd
commit 3b0cd4ef67

View File

@ -29,7 +29,7 @@ nvcc -V
## 用 conda 创建了一个 python=3.12 的环境
```
conda create -n vllm-py12 python=3.12
conda create -n vllm-py12 python=3.12 -y
```
```