yasu-oh commited on
Commit
17f72ca
·
1 Parent(s): 37b77c5
Files changed (5) hide show
  1. README.md +8 -8
  2. config.json +2 -2
  3. model.safetensors +3 -0
  4. recipe.yaml +6 -7
  5. tokenizer.json +3 -0
README.md CHANGED
@@ -46,12 +46,7 @@ The calibration dataset consists of:
46
  ```yaml
47
  default_stage:
48
  default_modifiers:
49
- IMatrixGatherer:
50
- requires_calibration_data: true
51
- targets: [Linear]
52
- ignore: ['re:.*vision.*', 're:.*audio.*', lm_head, 're:.*embed.*', 're:.*router.*']
53
- weight_observer: imatrix_mse
54
- QuantizationModifier:
55
  config_groups:
56
  group_0:
57
  targets: [Linear]
@@ -63,7 +58,7 @@ default_stage:
63
  strategy: tensor_group
64
  block_structure: null
65
  dynamic: false
66
- actorder: null
67
  scale_dtype: torch.float8_e4m3fn
68
  zp_dtype: null
69
  observer: imatrix_mse
@@ -100,6 +95,10 @@ default_stage:
100
  observer_kwargs: {}
101
  bypass_divisibility_checks: false
102
  requires_calibration_data: true
 
 
 
 
103
  ```
104
 
105
  ## Reproducibility
@@ -112,6 +111,7 @@ The quantization run used:
112
 
113
  ```text
114
  transformers: 5.12.1
115
- llmcompressor: 0.12.1.dev89+g9e1fcd014
 
116
  ```
117
 
 
46
  ```yaml
47
  default_stage:
48
  default_modifiers:
49
+ GPTQModifier:
 
 
 
 
 
50
  config_groups:
51
  group_0:
52
  targets: [Linear]
 
58
  strategy: tensor_group
59
  block_structure: null
60
  dynamic: false
61
+ actorder: static
62
  scale_dtype: torch.float8_e4m3fn
63
  zp_dtype: null
64
  observer: imatrix_mse
 
95
  observer_kwargs: {}
96
  bypass_divisibility_checks: false
97
  requires_calibration_data: true
98
+ block_size: 128
99
+ dampening_frac: 0.01
100
+ actorder: static
101
+ offload_hessians: false
102
  ```
103
 
104
  ## Reproducibility
 
111
 
112
  ```text
113
  transformers: 5.12.1
114
+ llmcompressor: 0.12.1.dev91+g4bb29d00c
115
+ compressed-tensors: 0.17.2.dev36+g2cff344
116
  ```
117
 
config.json CHANGED
@@ -64,7 +64,7 @@
64
  "Linear"
65
  ],
66
  "weights": {
67
- "actorder": null,
68
  "block_structure": null,
69
  "dynamic": false,
70
  "group_size": 16,
@@ -107,7 +107,7 @@
107
  "quantization_status": "compressed",
108
  "sparsity_config": {},
109
  "transform_config": {},
110
- "version": "0.1.dev549+g50c1143"
111
  },
112
  "text_config": {
113
  "attention_bias": false,
 
64
  "Linear"
65
  ],
66
  "weights": {
67
+ "actorder": "static",
68
  "block_structure": null,
69
  "dynamic": false,
70
  "group_size": 16,
 
107
  "quantization_status": "compressed",
108
  "sparsity_config": {},
109
  "transform_config": {},
110
+ "version": "0.17.2.dev36+g2cff344"
111
  },
112
  "text_config": {
113
  "attention_bias": false,
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0524f3a54689abece9d7882d3aabb6d08f45cc1ad64cf14c15fd852b1feb5a
3
+ size 8251015456
recipe.yaml CHANGED
@@ -1,11 +1,6 @@
1
  default_stage:
2
  default_modifiers:
3
- IMatrixGatherer:
4
- requires_calibration_data: true
5
- targets: [Linear]
6
- ignore: ['re:.*vision.*', 're:.*audio.*', lm_head, 're:.*embed.*', 're:.*router.*']
7
- weight_observer: imatrix_mse
8
- QuantizationModifier:
9
  config_groups:
10
  group_0:
11
  targets: [Linear]
@@ -17,7 +12,7 @@ default_stage:
17
  strategy: tensor_group
18
  block_structure: null
19
  dynamic: false
20
- actorder: null
21
  scale_dtype: torch.float8_e4m3fn
22
  zp_dtype: null
23
  observer: imatrix_mse
@@ -54,3 +49,7 @@ default_stage:
54
  observer_kwargs: {}
55
  bypass_divisibility_checks: false
56
  requires_calibration_data: true
 
 
 
 
 
1
  default_stage:
2
  default_modifiers:
3
+ GPTQModifier:
 
 
 
 
 
4
  config_groups:
5
  group_0:
6
  targets: [Linear]
 
12
  strategy: tensor_group
13
  block_structure: null
14
  dynamic: false
15
+ actorder: static
16
  scale_dtype: torch.float8_e4m3fn
17
  zp_dtype: null
18
  observer: imatrix_mse
 
49
  observer_kwargs: {}
50
  bypass_divisibility_checks: false
51
  requires_calibration_data: true
52
+ block_size: 128
53
+ dampening_frac: 0.01
54
+ actorder: static
55
+ offload_hessians: false
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8d3a0ce36466ccc1278bf987df5f71db1719b9ca6b4118264f45cb627bfe0f
3
+ size 32169626