|
|
@@ -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.
|