SF001-123456 commited on
Commit
d0cd3ee
·
verified ·
1 Parent(s): ac401ee

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -23,11 +23,11 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "v_proj",
27
  "o_proj",
28
- "gate_proj",
29
  "up_proj",
30
- "k_proj",
31
  "q_proj",
32
  "down_proj"
33
  ],
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "gate_proj",
27
+ "k_proj",
28
  "v_proj",
29
  "o_proj",
 
30
  "up_proj",
 
31
  "q_proj",
32
  "down_proj"
33
  ],