marcsun13 HF staff commited on
Commit
c3ccc8d
1 Parent(s): a817bd8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -11
config.json CHANGED
@@ -38,17 +38,7 @@
38
  "true_sequential": true,
39
  "model_name_or_path": null,
40
  "model_file_base_name": "model",
41
- "inside_layer_modules" : [["self_attn.k_proj", "self_attn.v_proj", "self_attn.q_proj"],
42
- ["self_attn.o_proj"],
43
- ["block_sparse_moe.experts.0.w1", "block_sparse_moe.experts.0.w2", "block_sparse_moe.experts.0.w3"],
44
- ["block_sparse_moe.experts.1.w1", "block_sparse_moe.experts.1.w2", "block_sparse_moe.experts.1.w3"],
45
- ["block_sparse_moe.experts.2.w1", "block_sparse_moe.experts.2.w2", "block_sparse_moe.experts.2.w3"],
46
- ["block_sparse_moe.experts.3.w1", "block_sparse_moe.experts.3.w2", "block_sparse_moe.experts.3.w3"],
47
- ["block_sparse_moe.experts.4.w1", "block_sparse_moe.experts.4.w2", "block_sparse_moe.experts.4.w3"],
48
- ["block_sparse_moe.experts.5.w1", "block_sparse_moe.experts.5.w2", "block_sparse_moe.experts.5.w3"],
49
- ["block_sparse_moe.experts.6.w1", "block_sparse_moe.experts.6.w2", "block_sparse_moe.experts.6.w3"],
50
- ["block_sparse_moe.experts.7.w1", "block_sparse_moe.experts.7.w2", "block_sparse_moe.experts.7.w3"],
51
- ],
52
  "quant_method": "gptq"
53
  }
54
  }
 
38
  "true_sequential": true,
39
  "model_name_or_path": null,
40
  "model_file_base_name": "model",
41
+ "inside_layer_modules" : ["self_attn.k_proj", "self_attn.v_proj", "self_attn.q_proj"],
 
 
 
 
 
 
 
 
 
 
42
  "quant_method": "gptq"
43
  }
44
  }