alexwww94 commited on
Commit
0f35190
1 Parent(s): bd32c15

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -72,7 +72,7 @@
72
  "modules_in_block_to_quantize": [
73
  ["self_attention.query_key_value", "self_attention.dense", "mlp.dense_h_to_4h", "mlp.dense_4h_to_h"],
74
  ["attention.query_key_value", "attention.dense", "mlp.fc1", "mlp.fc2"],
75
- ["linear_proj", "dense_h_to_4h", "gate_proj", "dense_4h_to_h"],
76
  ]
77
  }
78
  }
 
72
  "modules_in_block_to_quantize": [
73
  ["self_attention.query_key_value", "self_attention.dense", "mlp.dense_h_to_4h", "mlp.dense_4h_to_h"],
74
  ["attention.query_key_value", "attention.dense", "mlp.fc1", "mlp.fc2"],
75
+ ["linear_proj", "dense_h_to_4h", "gate_proj", "dense_4h_to_h"]
76
  ]
77
  }
78
  }