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