mgoin commited on
Commit
8271dca
1 Parent(s): 863d525

Update recipe.yaml

Browse files
Files changed (1) hide show
  1. recipe.yaml +11 -11
recipe.yaml CHANGED
@@ -18,14 +18,14 @@ test_stage:
18
  weights:
19
  num_bits: 8
20
  symmetric: False
21
- # SparseGPTModifier:
22
- # sparsity: 0.0
23
- # block_size: 128
24
- # sequential_update: False
25
- # quantize: True
26
- # percdamp: 0.01
27
- # mask_structure: "0:0"
28
- # targets: [
29
- # "re:model.layers.\\d*$"
30
- # ]
31
- # target_ids: ["attention_mask", "position_ids"]
 
18
  weights:
19
  num_bits: 8
20
  symmetric: False
21
+ SparseGPTModifier:
22
+ sparsity: 0.0
23
+ block_size: 128
24
+ sequential_update: False
25
+ quantize: True
26
+ percdamp: 0.01
27
+ mask_structure: "0:0"
28
+ targets: [
29
+ "re:model.layers.\\d*$"
30
+ ]
31
+ target_ids: ["attention_mask", "position_ids"]