"vscode:/vscode.git/clone" did not exist on "bd20e7b61d57384af6ca554f781c4ac9424a0f68"
Commit 6d7bb36d authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 014be88c
...@@ -48,6 +48,29 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意 ...@@ -48,6 +48,29 @@ DeepSeek-VL2 的语言模型基于 DeepSeekMoE,它结合了多头潜在注意
pip install -e . pip install -e .
pip install -r requirements.txt pip install -r requirements.txt
### Anaconda(方法三)
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
```
DTK驱动:dtk24.04.3
python:python3.10
torch:2.3.0
torchvision: 0.18.0
deepspped: 0.14.2
```
`Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应`
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
```
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
```
## 数据集 ## 数据集
......
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