From 7baa711fc71fdff7f79e4b52c24c7354cbcf4a23 Mon Sep 17 00:00:00 2001 From: seanzhang-zhichen <74812416+seanzhang-zhichen@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:44:46 +0800 Subject: [PATCH] [Fix] Fix doc problem (#975) Co-authored-by: zhangzc <2608882093@qq.com> --- docs/en/get_started/installation.md | 2 +- docs/zh_cn/get_started/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get_started/installation.md b/docs/en/get_started/installation.md index 00507fb4..af4532c5 100644 --- a/docs/en/get_started/installation.md +++ b/docs/en/get_started/installation.md @@ -93,7 +93,7 @@ If you need to use the more comprehensive dataset (~500M) provided by OpenCompas wget https://github.com/open-compass/opencompass/releases/download/0.2.2.rc1/OpenCompassData-complete-20240207.zip unzip OpenCompassData-complete-20240207.zip cd ./data -find . -name "*.zip" -exec unzip {} \; +find . -name "*.zip" -exec unzip "{}" \; ``` The list of datasets included in both `.zip` can be found [here](https://github.com/open-compass/opencompass/releases/tag/0.2.2.rc1) diff --git a/docs/zh_cn/get_started/installation.md b/docs/zh_cn/get_started/installation.md index 86061e70..e8718960 100644 --- a/docs/zh_cn/get_started/installation.md +++ b/docs/zh_cn/get_started/installation.md @@ -94,7 +94,7 @@ unzip OpenCompassData-core-20240207.zip wget https://github.com/open-compass/opencompass/releases/download/0.2.2.rc1/OpenCompassData-complete-20240207.zip unzip OpenCompassData-complete-20240207.zip cd ./data -find . -name "*.zip" -exec unzip {} \; +find . -name "*.zip" -exec unzip "{}" \; ``` 两个 `.zip` 中所含数据集列表如[此处](https://github.com/open-compass/opencompass/releases/tag/0.2.2.rc1)所示。