Преглед на файлове

feat(docs): automate model download and configuration

- Add scripts to download models and update configuration file
- Remove manual steps for modifying model paths
- Update documentation for both ModelScope and HuggingFace model downloads
- Improve user experience by automating the entire process
myhloli преди 1 година
родител
ревизия
6c9b23c3d3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/how_to_download_models_en.md

+ 1 - 1
docs/how_to_download_models_en.md

@@ -12,7 +12,7 @@ python download_models_hf.py
 ```
 The Python script will automatically download the model files and configure the model directory in the configuration file.
 
-
+The configuration file can be found in the user directory, with the filename `magic-pdf.json`.
 
 # How to update models previously downloaded