1
0
This commit is contained in:
liushuang 2025-10-13 18:01:03 +08:00
parent 46fd91f090
commit 318d796a21

View File

@ -12,28 +12,4 @@ nvidia-smi
```shell
nvcc -V
```
```shell
conda create --name test-vllm-gpt-oss-20b-crash python=3.12 -y
```
```shell
conda activate test-vllm-gpt-oss-20b-crash
```
```shell
model
```
```shell
python --version
```
```shell
pip install vllm
```
下载 gpt-oss-20b 模型
```