"vscode:/vscode.git/clone" did not exist on "a16a746cb05653a9f74678109568cb4ac3e09e0b"
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: ...@@ -15,14 +15,18 @@ Features:
## Install ## Install
To install `lm-eval` from the github repository main branch, run:
```bash ```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 ```bash
pip install "lm-eval[multilingual]" pip install -e ".[multilingual]"
``` ```
## Basic Usage ## 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