Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ license: mit
|
|
11 |
```
|
12 |
pip install transformers
|
13 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
|
|
|
|
14 |
```
|
15 |
|
16 |
# Quantization Recipe
|
|
|
11 |
```
|
12 |
pip install transformers
|
13 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
14 |
+
pip install [email protected]:EleutherAI/lm-evaluation-harness.git
|
15 |
+
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
16 |
```
|
17 |
|
18 |
# Quantization Recipe
|