adilcka commited on
Commit
d96b68f
·
1 Parent(s): edc935a

fixed bug with unsloth version

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