From f02e0ffd2593058068e052ef0f3c3c9ab4e39fa6 Mon Sep 17 00:00:00 2001 From: liferecords Date: Fri, 1 Aug 2025 16:39:02 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb14a88..2753219 100755 --- a/README.md +++ b/README.md @@ -1015,6 +1015,9 @@ pip install -e . > 💡**Note:** Please use a directory name without periods (e.g., `DotsOCR` instead of `dots.ocr`) for the model save path. This is a temporary workaround pending our integration with Transformers. ```shell python3 tools/download_model.py + +# with modelscope +python3 tools/download_model.py --type modelscope ```