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