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
7644bb2a
Unverified
Commit
7644bb2a
authored
Nov 11, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Nov 11, 2024
Browse files
Update how_to_download_models_zh_cn.md
parent
8fda652a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/how_to_download_models_zh_cn.md
docs/how_to_download_models_zh_cn.md
+2
-2
No files found.
docs/how_to_download_models_zh_cn.md
View file @
7644bb2a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<summary>
方法一:从 Hugging Face 下载模型
</summary>
<summary>
方法一:从 Hugging Face 下载模型
</summary>
<p>
使用python脚本 从Hugging Face下载模型文件
</p>
<p>
使用python脚本 从Hugging Face下载模型文件
</p>
<pre><code>
pip install huggingface_hub
<pre><code>
pip install huggingface_hub
wget https://gitee.com/myhloli/MinerU/raw/master/
doc
s/download_models_hf.py -O download_models_hf.py
wget https://gitee.com/myhloli/MinerU/raw/master/
script
s/download_models_hf.py -O download_models_hf.py
python download_models_hf.py
</code></pre>
python download_models_hf.py
</code></pre>
<p>
python脚本会自动下载模型文件并配置好配置文件中的模型目录
</p>
<p>
python脚本会自动下载模型文件并配置好配置文件中的模型目录
</p>
</details>
</details>
...
@@ -19,7 +19,7 @@ python download_models_hf.py</code></pre>
...
@@ -19,7 +19,7 @@ python download_models_hf.py</code></pre>
```
bash
```
bash
pip
install
modelscope
pip
install
modelscope
wget https://gitee.com/myhloli/MinerU/raw/master/
doc
s/download_models.py
-O
download_models.py
wget https://gitee.com/myhloli/MinerU/raw/master/
script
s/download_models.py
-O
download_models.py
python download_models.py
python download_models.py
```
```
python脚本会自动下载模型文件并配置好配置文件中的模型目录
python脚本会自动下载模型文件并配置好配置文件中的模型目录
...
...
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