"fmoe/git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "ddaac5eb9a60f38be328b233c4de2dbad444cd3c"
Unverified Commit 72e6fc77 authored by Tong Gao's avatar Tong Gao Committed by GitHub
Browse files

[Docs] Update readme (#34)

parent 805293a9
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
[![docs](https://readthedocs.org/projects/opencompass/badge)](https://opencompass.readthedocs.io/en) [![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) [![license](https://img.shields.io/github/license/InternLM/opencompass.svg)](https://github.com/InternLM/opencompass/blob/main/LICENSE)
<!-- [![PyPI](https://badge.fury.io/py/opencompass.svg)](https://pypi.org/project/opencompass/) --> <!-- [![PyPI](https://badge.fury.io/py/opencompass.svg)](https://pypi.org/project/opencompass/) -->
[🌐Website](https://opencompass.org.cn/) | [🌐Website](https://opencompass.org.cn/) |
...@@ -284,7 +285,7 @@ We provide [OpenCompass Leaderbaord](https://opencompass.org.cn/rank) for commun ...@@ -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). 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 ```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 conda activate opencompass
git clone https://github.com/InternLM/opencompass opencompass git clone https://github.com/InternLM/opencompass opencompass
cd opencompass cd opencompass
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
[![docs](https://readthedocs.org/projects/opencompass/badge)](https://opencompass.readthedocs.io/zh_CN) [![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) [![license](https://img.shields.io/github/license/InternLM/opencompass.svg)](https://github.com/InternLM/opencompass/blob/main/LICENSE)
<!-- [![PyPI](https://badge.fury.io/py/opencompass.svg)](https://pypi.org/project/opencompass/) --> <!-- [![PyPI](https://badge.fury.io/py/opencompass.svg)](https://pypi.org/project/opencompass/) -->
[🌐Website](https://opencompass.org.cn/) | [🌐Website](https://opencompass.org.cn/) |
...@@ -284,7 +285,7 @@ OpenCompass 是面向大模型评测的一站式平台。其主要特点如下 ...@@ -284,7 +285,7 @@ OpenCompass 是面向大模型评测的一站式平台。其主要特点如下
下面展示了快速安装的步骤。有部分第三方功能可能需要额外步骤才能正常运行,详细步骤请参考[安装指南](https://opencompass.readthedocs.io/zh_cn/latest/get_started.html) 下面展示了快速安装的步骤。有部分第三方功能可能需要额外步骤才能正常运行,详细步骤请参考[安装指南](https://opencompass.readthedocs.io/zh_cn/latest/get_started.html)
```Python ```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 conda activate opencompass
git clone https://github.com/InternLM/opencompass opencompass git clone https://github.com/InternLM/opencompass opencompass
cd opencompass cd opencompass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment