Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
opencompass
Commits
7baa711f
Unverified
Commit
7baa711f
authored
Mar 15, 2024
by
seanzhang-zhichen
Committed by
GitHub
Mar 15, 2024
Browse files
[Fix] Fix doc problem (#975)
Co-authored-by:
zhangzc
<
2608882093@qq.com
>
parent
3098d788
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/en/get_started/installation.md
docs/en/get_started/installation.md
+1
-1
docs/zh_cn/get_started/installation.md
docs/zh_cn/get_started/installation.md
+1
-1
No files found.
docs/en/get_started/installation.md
View file @
7baa711f
...
...
@@ -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
)
...
...
docs/zh_cn/get_started/installation.md
View file @
7baa711f
...
...
@@ -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
)
所示。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment