bmah-dmx commited on
Commit
5e453eb
·
verified ·
1 Parent(s): 4c44c12

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,7 +19,9 @@ pip install dmx_compressor
19
  The following is an example model and its evaluation.
20
 
21
  ```sh
22
- pip install lm-eval
 
 
23
  ```
24
 
25
  ```python
 
19
  The following is an example model and its evaluation.
20
 
21
  ```sh
22
+ git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness
23
+ cd lm-evaluation-harness
24
+ pip install -e .
25
  ```
26
 
27
  ```python