Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,12 @@ tags:
|
|
| 7 |
|
| 8 |
# Quantization Recipe
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
We used following code to get the quantized model:
|
| 11 |
|
| 12 |
```
|
|
|
|
| 7 |
|
| 8 |
# Quantization Recipe
|
| 9 |
|
| 10 |
+
Library Installation:
|
| 11 |
+
```
|
| 12 |
+
pip install transformers
|
| 13 |
+
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
We used following code to get the quantized model:
|
| 17 |
|
| 18 |
```
|