From 72e6fc77567bf4ea56133b6b527756ebe5e0eb1c Mon Sep 17 00:00:00 2001 From: Tong Gao Date: Sat, 8 Jul 2023 10:42:30 +0800 Subject: [PATCH] [Docs] Update readme (#34) --- README.md | 3 ++- README_zh-CN.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d570378..93e68841 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![docs](https://readthedocs.org/projects/opencompass/badge)](https://opencompass.readthedocs.io/en) [![license](https://img.shields.io/github/license/InternLM/opencompass.svg)](https://github.com/InternLM/opencompass/blob/main/LICENSE) + [🌐Website](https://opencompass.org.cn/) | @@ -284,7 +285,7 @@ We provide [OpenCompass Leaderbaord](https://opencompass.org.cn/rank) for commun Below are the steps for quick installation. Some third-party features may require additional steps to work properly, for detailed steps please refer to the [Installation Guide](https://opencompass.readthedocs.io/en/latest/get_started.html). ```Python -conda create --name opencompass python=3.8 pytorch torchvision -c pytorch -y +conda create --name opencompass python=3.10 pytorch torchvision pytorch-cuda -c nvidia -c pytorch -y conda activate opencompass git clone https://github.com/InternLM/opencompass opencompass cd opencompass diff --git a/README_zh-CN.md b/README_zh-CN.md index ec1adf61..695c4a06 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -5,6 +5,7 @@ [![docs](https://readthedocs.org/projects/opencompass/badge)](https://opencompass.readthedocs.io/zh_CN) [![license](https://img.shields.io/github/license/InternLM/opencompass.svg)](https://github.com/InternLM/opencompass/blob/main/LICENSE) + [🌐Website](https://opencompass.org.cn/) | @@ -284,7 +285,7 @@ OpenCompass 是面向大模型评测的一站式平台。其主要特点如下 下面展示了快速安装的步骤。有部分第三方功能可能需要额外步骤才能正常运行,详细步骤请参考[安装指南](https://opencompass.readthedocs.io/zh_cn/latest/get_started.html)。 ```Python -conda create --name opencompass python=3.8 pytorch torchvision -c pytorch -y +conda create --name opencompass python=3.10 pytorch torchvision pytorch-cuda -c nvidia -c pytorch -y conda activate opencompass git clone https://github.com/InternLM/opencompass opencompass cd opencompass