bmah-dmx commited on
Commit
cd2f6c4
·
verified ·
1 Parent(s): 7e695e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -41,7 +41,9 @@ pip install dmx_compressor
41
  The following is an example model and its evaluation.
42
 
43
  ```sh
44
- pip install lm-eval
 
 
45
  ```
46
 
47
  ```python
 
41
  The following is an example model and its evaluation.
42
 
43
  ```sh
44
+ git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness
45
+ cd lm-evaluation-harness
46
+ pip install -e .
47
  ```
48
 
49
  ```python