Commit 2ff63b7c authored by myhloli's avatar myhloli

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.
parent 0a3a31dc
......@@ -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")
```
## 额外步骤
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment