"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "1ce3fb5cc77f8322e389fcf6f46695fb4735ecfa"
Commit f6347935 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 4d591740
...@@ -29,7 +29,7 @@ Donut是一种端到端的(即,自包含的)VDU模型,用于通用理解 ...@@ -29,7 +29,7 @@ Donut是一种端到端的(即,自包含的)VDU模型,用于通用理解
``` ```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-ubuntu20.04-dtk23.10-py38 docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-ubuntu20.04-dtk23.10-py38
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=64G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name donut <your imageID> bash docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=64G --privileged=true --network=host --device=/dev/kfd --device=/dev/dri/ --group-add video --name donut <your imageID> bash
cd /path/your_code_data/ cd /path/your_code_data/
......
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