diff --git a/202510_RTX4090笔电操作记录.md b/202510_RTX4090笔电操作记录.md index 8fbedf4..52bcec6 100644 --- a/202510_RTX4090笔电操作记录.md +++ b/202510_RTX4090笔电操作记录.md @@ -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 ``` \ No newline at end of file