dsikka commited on
Commit
fad7050
·
verified ·
1 Parent(s): 2a24d77

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. recipe.yaml +10 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:118c49beea93e37fb6de7e42bfb0f4f3e041aadadc4ee1e6c49ca808523a1116
3
  size 1232059012
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c734dcec044dc47f871aa13a8e9ce1cc0058184438ba9309a652a5e047227b
3
  size 1232059012
recipe.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ quant_stage:
2
+ quant_modifiers:
3
+ SmoothQuantModifier: {smoothing_strength: 0.8}
4
+ QuantizationModifier:
5
+ ignore: [lm_head]
6
+ config_groups:
7
+ group_0:
8
+ weights: {num_bits: 8, type: int, symmetric: true, strategy: channel}
9
+ input_activations: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
10
+ targets: [Linear]