Commit 78ce2481 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 58c6d874
Pipeline #1913 canceled with stages
...@@ -40,7 +40,7 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trus ...@@ -40,7 +40,7 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trus
### Dockerfile(方法二) ### Dockerfile(方法二)
``` ```
cd /path/your_code_data/docker cd /path/your_code_data/
docker build --no-cache -t mplug-doclocal:latest . docker build --no-cache -t mplug-doclocal:latest .
...@@ -50,13 +50,13 @@ docker run --shm-size=64G --name mplug-doclocal -v /opt/hyhal:/opt/hyhal:ro --pr ...@@ -50,13 +50,13 @@ docker run --shm-size=64G --name mplug-doclocal -v /opt/hyhal:/opt/hyhal:ro --pr
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
``` ```
DTK驱动:dtk24.04 DTK驱动:dtk24.04.1
python:python3.10 python:3.10
torch:2.1 torch:2.1
torchvision: 0.16.0 torchvision: 0.16.0
deepspped: 0.12.3 deepspped: 0.12.3
``` ```
`Tips:以上dtk驱动、python、paddle等DCU相关工具版本需要严格一一对应` `Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一一对应`
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
``` ```
......
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