jerryzh168 commited on
Commit
a175b5e
·
verified ·
1 Parent(s): cd7275a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
  ```