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

fix(models-download-path): correct the download path for PDF-Extract-Kit

Adjust the print statement in the how_to_download_models_zh_cn.md guide to reflect
the correct model download location. The path has been updated to specify the 'models'
directory where the model is actually downloaded.
myhloli преди 1 година
родител
ревизия
2ff63b7c5e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/how_to_download_models_zh_cn.md

+ 1 - 1
docs/how_to_download_models_zh_cn.md

@@ -42,7 +42,7 @@ pip install modelscope
 # 使用modelscope sdk下载模型
 from modelscope import snapshot_download
 model_dir = snapshot_download('wanderkid/PDF-Extract-Kit')
-print(f"模型文件下载路径为:{model_dir}")
+print(f"模型文件下载路径为:{model_dir}/models")
 ```
 
 ## 额外步骤