Update config.json
Browse files- 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 |
}
|