jerryzh168 commited on
Commit
384e9fa
·
verified ·
1 Parent(s): 960296e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -21,11 +21,12 @@ pipeline_tag: text-generation
21
 
22
  # Installation
23
  ```
24
- pip install transformers
25
  pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
26
- pip install [email protected]:EleutherAI/lm-evaluation-harness.git
27
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
28
  ```
 
 
29
 
30
  # Quantization Recipe
31
 
 
21
 
22
  # Installation
23
  ```
24
+ pip install git+https://github.com/huggingface/transformers
25
  pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
 
26
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
27
  ```
28
+ Also need to install lm-eval from source: https://github.com/EleutherAI/lm-evaluation-harness#install
29
+
30
 
31
  # Quantization Recipe
32