Parcourir la source

Update how_to_download_models_zh_cn.md

use git lfs clone to download model from ModelScope
Richard Li il y a 1 an
Parent
commit
b7cd875ffd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/how_to_download_models_zh_cn.md

+ 1 - 1
docs/how_to_download_models_zh_cn.md

@@ -34,7 +34,7 @@ model_dir = snapshot_download('wanderkid/PDF-Extract-Kit')
 也可以使用git clone从 ModelScope 下载模型:
 
 ```bash
-git clone https://www.modelscope.cn/wanderkid/PDF-Extract-Kit.git
+git lfs clone https://www.modelscope.cn/wanderkid/PDF-Extract-Kit.git
 ```