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
wangsen
MinerU
Commits
7ce807f4
Unverified
Commit
7ce807f4
authored
Aug 21, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Aug 21, 2024
Browse files
Create download_models.py
parent
c0336b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
docs/download_models.py
docs/download_models.py
+4
-0
No files found.
docs/download_models.py
0 → 100644
View file @
7ce807f4
# use modelscope sdk download models
from
modelscope
import
snapshot_download
model_dir
=
snapshot_download
(
'wanderkid/PDF-Extract-Kit'
)
print
(
f
"model dir is:
{
model_dir
}
/models"
)
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