"vscode:/vscode.git/clone" did not exist on "464b6cdf09d4624849d079dd5d99f2f6ec5b4b8d"
Unverified Commit b7cd875f authored by Richard Li's avatar Richard Li Committed by GitHub
Browse files

Update how_to_download_models_zh_cn.md

use git lfs clone to download model from ModelScope
parent b3850865
...@@ -34,7 +34,7 @@ model_dir = snapshot_download('wanderkid/PDF-Extract-Kit') ...@@ -34,7 +34,7 @@ model_dir = snapshot_download('wanderkid/PDF-Extract-Kit')
也可以使用git clone从 ModelScope 下载模型: 也可以使用git clone从 ModelScope 下载模型:
```bash ```bash
git clone https://www.modelscope.cn/wanderkid/PDF-Extract-Kit.git git lfs clone https://www.modelscope.cn/wanderkid/PDF-Extract-Kit.git
``` ```
......
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