Update README.md
Browse files
README.md
CHANGED
@@ -21,10 +21,11 @@ pipeline_tag: text-generation
|
|
21 |
```
|
22 |
pip install git+https://github.com/huggingface/transformers@main
|
23 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
24 |
-
pip install [email protected]:EleutherAI/lm-evaluation-harness.git
|
25 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
26 |
```
|
27 |
|
|
|
|
|
28 |
# Quantization Recipe
|
29 |
We used following code to get the quantized model:
|
30 |
|
|
|
21 |
```
|
22 |
pip install git+https://github.com/huggingface/transformers@main
|
23 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
|
|
24 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
25 |
```
|
26 |
|
27 |
+
Also need to install lm-eval from source: https://github.com/EleutherAI/lm-evaluation-harness#install
|
28 |
+
|
29 |
# Quantization Recipe
|
30 |
We used following code to get the quantized model:
|
31 |
|