[Fix] Fix doc problem (#975)

Co-authored-by: zhangzc <2608882093@qq.com>
This commit is contained in:
seanzhang-zhichen 2024-03-15 13:44:46 +08:00 committed by GitHub
parent 3098d78845
commit 7baa711fc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

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