1
0

更新 202510_RTX4090笔电操作记录.md

This commit is contained in:
8ga 2025-10-20 16:11:53 +08:00
parent 69489696bb
commit 1f75c33246

View File

@ -27,7 +27,7 @@ conda create -n vllm-py12 python=3.12 -y
conda activate vllm-py12
# 安装 vllm
pip install vllm -i http://mirrors.cloud.tencent.com/pypi/simple --extra-index-url https://download.pytorch.org/whl/cu128
pip install vllm -i -i https://mirrors.cloud.tencent.com/pypi/simple/ --extra-index-url https://download.pytorch.org/whl/cu128
# 安装 modelscope
pip install modelscope -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
@ -73,4 +73,7 @@ cd /home/ss/vllm-py12 && rm -rf timer_bash.log tshark_bash.log shark.log
cd /home/ss/vllm-py12/skw && docker compose up -d
# 移除容器
cd /home/ss/vllm-py12/skw && docker compose down
# 创建了一个新的环境python版本换成3.10
conda create -n vllm-py310 python=3.10 -y
```