"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "a05bd83a946efdf2b88cf759abf436b7b4610aac"
Commit f867b03b authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 79720db0
...@@ -61,13 +61,13 @@ torchvision: 0.18.0 ...@@ -61,13 +61,13 @@ torchvision: 0.18.0
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
``` ```
conda create -n deepseek-vl2 python=3.10 conda create -n deepseek-vl2 python=3.10
conda activate deepseek-vl2 conda activate deepseek-vl2
cd ./project_path cd ./project_path
pip install -e . pip install -e .
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment