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)所示。