From 987963e8db8feb1d3e8e59eb8e886b9dbcc01502 Mon Sep 17 00:00:00 2001 From: tastelikefeet Date: Thu, 23 Apr 2026 11:15:19 +0800 Subject: [PATCH] fix --- README.md | 2 +- README_ZH.md | 2 +- .../modelscope/{self_congnition.py => self_cognition.py} | 0 docs/source_en/Usage Guide/Installation.md | 2 +- .../\345\256\211\350\243\205.md" | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename cookbook/client/twinkle/modelscope/{self_congnition.py => self_cognition.py} (100%) diff --git a/README.md b/README.md index 1ee5fc7e..9cb86ab2 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ pip install -e . ### Use our docker image: ```text -modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.0 +modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.1 ``` If you need to use Twinkle's Client, you can use our one-click installation script: diff --git a/README_ZH.md b/README_ZH.md index b52c85c1..69ddde0e 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -56,7 +56,7 @@ pip install -e . ### 使用docker镜像: ```text -modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.0 +modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.1 ``` 如果你需要使用Twinkle的Client,可以使用我们的一键安装脚本: diff --git a/cookbook/client/twinkle/modelscope/self_congnition.py b/cookbook/client/twinkle/modelscope/self_cognition.py similarity index 100% rename from cookbook/client/twinkle/modelscope/self_congnition.py rename to cookbook/client/twinkle/modelscope/self_cognition.py diff --git a/docs/source_en/Usage Guide/Installation.md b/docs/source_en/Usage Guide/Installation.md index 75b8118a..c8f87ba2 100644 --- a/docs/source_en/Usage Guide/Installation.md +++ b/docs/source_en/Usage Guide/Installation.md @@ -21,7 +21,7 @@ pip install -e . You can also use our pre-built Docker image: ```text -modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.0 +modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.1 ``` ## Client Installation diff --git "a/docs/source_zh/\344\275\277\347\224\250\346\214\207\345\274\225/\345\256\211\350\243\205.md" "b/docs/source_zh/\344\275\277\347\224\250\346\214\207\345\274\225/\345\256\211\350\243\205.md" index 4915d677..71c6bee6 100644 --- "a/docs/source_zh/\344\275\277\347\224\250\346\214\207\345\274\225/\345\256\211\350\243\205.md" +++ "b/docs/source_zh/\344\275\277\347\224\250\346\214\207\345\274\225/\345\256\211\350\243\205.md" @@ -21,7 +21,7 @@ pip install -e . 你也可以使用我们的预构建 Docker 镜像: ```text -modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.0 +modelscope-registry.cn-hangzhou.cr.aliyuncs.com/modelscope-repo/modelscope:twinkle-0.2.1 ``` ## 客户端安装