Skip to content

Commit

Permalink
Update how_to_download_models_en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli authored Nov 11, 2024
1 parent 7644bb2 commit 1a87c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to_download_models_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```bash
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
```
The Python script will automatically download the model files and configure the model directory in the configuration file.
Expand Down

0 comments on commit 1a87c41

Please sign in to comment.