jerryzh168 commited on
Commit
4b5f6e7
·
verified ·
1 Parent(s): 45dd451

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -5,14 +5,13 @@ tags:
5
  - torchao
6
  ---
7
 
8
- # Quantization Recipe
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
  ```