"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "127886db1427c033506239dd80170f089313d430"
Commit 612855a3 authored by wanglch's avatar wanglch
Browse files

Update README.md

parent ac6f0fa0
...@@ -33,6 +33,7 @@ docker run -it --shm-size=1024G -v /path/your_code_data/:/path/your_code_data/ - ...@@ -33,6 +33,7 @@ docker run -it --shm-size=1024G -v /path/your_code_data/:/path/your_code_data/ -
cd /path/your_code_data/ cd /path/your_code_data/
pip install olmocr pip install olmocr
pip install transformers==4.46.3
``` ```
Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一一对应。 Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一一对应。
...@@ -44,6 +45,7 @@ docker run --shm-size 500g --network=host --name=olmocr --privileged --device=/d ...@@ -44,6 +45,7 @@ docker run --shm-size 500g --network=host --name=olmocr --privileged --device=/d
cd /path/your_code_data/ cd /path/your_code_data/
pip install olmocr pip install olmocr
pip install transformers==4.46.3
``` ```
...@@ -68,6 +70,7 @@ conda activate olmocr ...@@ -68,6 +70,7 @@ conda activate olmocr
cd /path/your_code_data/ cd /path/your_code_data/
pip install olmocr pip install olmocr
pip install transformers==4.46.3
``` ```
## 数据集 ## 数据集
......
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