nm-autobot commited on
Commit
2c8165a
·
verified ·
1 Parent(s): 69c943a

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. recipe.yaml +3 -0
config.json CHANGED
@@ -90,7 +90,7 @@
90
  "quantization_status": "compressed",
91
  "sparsity_config": {},
92
  "transform_config": {},
93
- "version": "0.17.2.a20260724"
94
  },
95
  "rms_norm_eps": 1e-05,
96
  "rope_parameters": {
 
90
  "quantization_status": "compressed",
91
  "sparsity_config": {},
92
  "transform_config": {},
93
+ "version": "0.17.2.a20260727"
94
  },
95
  "rms_norm_eps": 1e-05,
96
  "rope_parameters": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab4225d762be9931307e54b7c4609ea4ceffaa3e5e97500ca10f443657776438
3
  size 1131284624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705802da34391b8d69991d29199b472b0b815183cee13fe268894f6d00046819
3
  size 1131284624
recipe.yaml CHANGED
@@ -1,6 +1,7 @@
1
  quant_stage:
2
  quant_modifiers:
3
  AWQModifier:
 
4
  mappings:
5
  - smooth_layer: re:.*input_layernorm$
6
  balance_layers: ['re:.*q_proj$', 're:.*k_proj$', 're:.*v_proj$']
@@ -12,11 +13,13 @@ quant_stage:
12
  ignore: [lm_head]
13
  scheme: W4A16
14
  bypass_divisibility_checks: false
 
15
  GPTQModifier:
16
  targets: ['re:.*mlp\.(down|gate|up)_proj$']
17
  ignore: [lm_head]
18
  scheme: W8A8
19
  bypass_divisibility_checks: false
 
20
  block_size: 128
21
  dampening_frac: 0.001
22
  offload_hessians: false
 
1
  quant_stage:
2
  quant_modifiers:
3
  AWQModifier:
4
+ requires_calibration_data: true
5
  mappings:
6
  - smooth_layer: re:.*input_layernorm$
7
  balance_layers: ['re:.*q_proj$', 're:.*k_proj$', 're:.*v_proj$']
 
13
  ignore: [lm_head]
14
  scheme: W4A16
15
  bypass_divisibility_checks: false
16
+ requires_calibration_data: false
17
  GPTQModifier:
18
  targets: ['re:.*mlp\.(down|gate|up)_proj$']
19
  ignore: [lm_head]
20
  scheme: W8A8
21
  bypass_divisibility_checks: false
22
+ requires_calibration_data: true
23
  block_size: 128
24
  dampening_frac: 0.001
25
  offload_hessians: false