gradientrouting-spar commited on
Commit
265c969
·
verified ·
1 Parent(s): b0a5714

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -29,10 +29,10 @@
29
  "target_modules": [
30
  "o_proj",
31
  "v_proj",
32
- "down_proj",
33
- "k_proj",
34
  "gate_proj",
 
35
  "q_proj",
 
36
  "up_proj"
37
  ],
38
  "task_type": null,
 
29
  "target_modules": [
30
  "o_proj",
31
  "v_proj",
 
 
32
  "gate_proj",
33
+ "k_proj",
34
  "q_proj",
35
+ "down_proj",
36
  "up_proj"
37
  ],
38
  "task_type": null,