Unverified Commit 1a87c415 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Update how_to_download_models_en.md

parent 7644bb2a
...@@ -8,7 +8,7 @@ Model downloads are divided into initial downloads and updates to the model dire ...@@ -8,7 +8,7 @@ Model downloads are divided into initial downloads and updates to the model dire
Use a Python Script to Download Model Files from Hugging Face Use a Python Script to Download Model Files from Hugging Face
```bash ```bash
pip install huggingface_hub pip install huggingface_hub
wget https://github.com/opendatalab/MinerU/raw/master/docs/download_models_hf.py -O download_models_hf.py wget https://github.com/opendatalab/MinerU/raw/master/scripts/download_models_hf.py -O download_models_hf.py
python download_models_hf.py python download_models_hf.py
``` ```
The Python script will automatically download the model files and configure the model directory in the configuration file. The Python script will automatically download the model files and configure the model directory in the configuration file.
......
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