Add mtp regex to ignore list

#3
by bdellabe - opened
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -286,6 +286,7 @@
286
  "format": "mixed-precision",
287
  "global_compression_ratio": null,
288
  "ignore": [
 
289
  "model.layers.0.self_attn.indexer.weights_proj",
290
  "model.layers.1.self_attn.indexer.weights_proj",
291
  "model.layers.2.self_attn.indexer.weights_proj",
 
286
  "format": "mixed-precision",
287
  "global_compression_ratio": null,
288
  "ignore": [
289
+ "re:.*mtp.*",
290
  "model.layers.0.self_attn.indexer.weights_proj",
291
  "model.layers.1.self_attn.indexer.weights_proj",
292
  "model.layers.2.self_attn.indexer.weights_proj",