mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Docs] Update readme (#34)
This commit is contained in:
parent
805293a9f2
commit
72e6fc7756
@ -5,6 +5,7 @@
|
||||
|
||||
[](https://opencompass.readthedocs.io/en)
|
||||
[](https://github.com/InternLM/opencompass/blob/main/LICENSE)
|
||||
|
||||
<!-- [](https://pypi.org/project/opencompass/) -->
|
||||
|
||||
[🌐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
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
[](https://opencompass.readthedocs.io/zh_CN)
|
||||
[](https://github.com/InternLM/opencompass/blob/main/LICENSE)
|
||||
|
||||
<!-- [](https://pypi.org/project/opencompass/) -->
|
||||
|
||||
[🌐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
|
||||
|
Loading…
Reference in New Issue
Block a user