Procházet zdrojové kódy

Update how_to_download_models_en.md

Xiaomeng Zhao před 1 rokem
rodič
revize
1a87c415fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/how_to_download_models_en.md

+ 1 - 1
docs/how_to_download_models_en.md

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