Unverified Commit 50eb80ba authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Merge pull request #407 from EleutherAI/fix-install-instructions

Update README installation instructions
parents ccc31842 8b9c0da5
......@@ -15,14 +15,18 @@ Features:
## Install
To install `lm-eval` from the github repository main branch, run:
```bash
pip install lm-eval
git clone https://github.com/EleutherAI/lm-evaluation-harness
cd lm-evaluation-harness
pip install -e .
```
To install additional multlingual tokenization and text segmenation packages, you must install the package with the `multilingual` extra:
To install additional multilingual tokenization and text segmentation packages, you must install the package with the `multilingual` extra:
```bash
pip install "lm-eval[multilingual]"
pip install -e ".[multilingual]"
```
## Basic Usage
......
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