dsikka commited on
Commit
69edfd3
1 Parent(s): cc04eac

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. recipe.yaml +8 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d72434f25520b89bba3a990bae381545ef07c9ddfcf8dbf6ad8a5459fd7c713
3
  size 1232060880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c92e5a3de86e62cd5a3b885ae32d70894a1d528c7a8776f9664e23e554160322
3
  size 1232060880
recipe.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ quant_stage:
2
+ quant_modifiers:
3
+ GPTQModifier:
4
+ ignore: [lm_head]
5
+ config_groups:
6
+ group_0:
7
+ weights: {num_bits: 8, type: int, symmetric: true, strategy: channel, dynamic: false}
8
+ targets: [Linear]