Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-zheng committed Oct 13, 2022
1 parent 4c2a8ce commit ae1f6b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cpm-live/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@ CPM-Ant+ is an open-source bilingual pre-trained language model (PLM) with 10B p

## Installation

First, please make sure that your environment meets the following requirements:
First, you need to clone the `cpm-ant-plus` branch of this repository.

```shell
$ git clone -b cpm-ant-plus --single-branch https://github.com/OpenBMB/CPM-Live.git
```

Then, please make sure that your environment meets the following requirements:

- python >= 3.7
- torch >= 1.10

We recommend using [Anaconda](https://www.anaconda.com/) to manage the environment and installing additional dependencies from PyPI:

```shell
$ cd CPM-Live/cpm-live
$ pip install -r requirements.txt
```

Expand Down

0 comments on commit ae1f6b5

Please sign in to comment.