Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
olmocr_pytorch
Commits
612855a3
Commit
612855a3
authored
Mar 13, 2025
by
wanglch
Browse files
Update README.md
parent
ac6f0fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
612855a3
...
@@ -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
```
```
## 数据集
## 数据集
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment