mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] Fix doc problem (#975)
Co-authored-by: zhangzc <2608882093@qq.com>
This commit is contained in:
parent
3098d78845
commit
7baa711fc7
@ -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)
|
||||
|
@ -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)所示。
|
||||
|
Loading…
Reference in New Issue
Block a user