jerryzh168 commited on
Commit
b9c2cf5
·
verified ·
1 Parent(s): 9e5aae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -7,6 +7,12 @@ license: mit
7
 
8
  [Phi4-mini](https://huggingface.co/microsoft/Phi-4-mini-instruct) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) int4 weight only quantization, by PyTorch team.
9
 
 
 
 
 
 
 
10
  # Quantization Recipe
11
  We used following code to get the quantized model:
12
 
 
7
 
8
  [Phi4-mini](https://huggingface.co/microsoft/Phi-4-mini-instruct) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) int4 weight only quantization, by PyTorch team.
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
  # Quantization Recipe
17
  We used following code to get the quantized model:
18