bmah-dmx commited on
Commit
83195c5
·
verified ·
1 Parent(s): cc8fc1e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,7 +31,9 @@ pip install dmx_compressor
31
  The following is an example model and its evaluation.
32
 
33
  ```sh
34
- pip install lm-eval
 
 
35
  ```
36
 
37
  ```python
 
31
  The following is an example model and its evaluation.
32
 
33
  ```sh
34
+ git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness
35
+ cd lm-evaluation-harness
36
+ pip install -e .
37
  ```
38
 
39
  ```python