Skip to content

Commit

Permalink
[Fix] Fix doc problem (open-compass#975)
Browse files Browse the repository at this point in the history
Co-authored-by: zhangzc <2608882093@qq.com>
  • Loading branch information
seanzhang-zhichen and 15797939668 committed Mar 15, 2024
1 parent 3491124 commit 019b344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/get_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/get_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)所示。
Expand Down

0 comments on commit 019b344

Please sign in to comment.