更新 202510_RTX4090笔电操作记录.md
This commit is contained in:
parent
69489696bb
commit
1f75c33246
@ -27,7 +27,7 @@ conda create -n vllm-py12 python=3.12 -y
|
|||||||
conda activate vllm-py12
|
conda activate vllm-py12
|
||||||
|
|
||||||
# 安装 vllm
|
# 安装 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
|
# 安装 modelscope
|
||||||
pip install modelscope -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
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 up -d
|
||||||
# 移除容器
|
# 移除容器
|
||||||
cd /home/ss/vllm-py12/skw && docker compose down
|
cd /home/ss/vllm-py12/skw && docker compose down
|
||||||
|
|
||||||
|
# 创建了一个新的环境,python版本换成3.10
|
||||||
|
conda create -n vllm-py310 python=3.10 -y
|
||||||
```
|
```
|
||||||
Loading…
Reference in New Issue
Block a user