Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
8b9c0da5
Commit
8b9c0da5
authored
Mar 27, 2023
by
haileyschoelkopf
Browse files
update installation instructions
parent
ccc31842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
README.md
+7
-3
No files found.
README.md
View file @
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 mult
i
lingual tokenization and text segmen
t
ation 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment