Commit f867b03b authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 79720db0
......@@ -61,13 +61,13 @@ torchvision: 0.18.0
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
```
conda create -n deepseek-vl2 python=3.10
conda activate deepseek-vl2
conda create -n deepseek-vl2 python=3.10
conda activate deepseek-vl2
cd ./project_path
pip install -e .
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple
cd ./project_path
pip install -e .
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