groloch commited on
Commit
3fcd3f4
·
1 Parent(s): 6dee0c5

Fixed parsing issue in adapter confgi

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -26,7 +26,7 @@
26
  "q_proj",
27
  "v_proj"
28
  ],
29
- "task_type": null,
30
  "use_dora": false,
31
  "use_rslora": false
32
  }
 
26
  "q_proj",
27
  "v_proj"
28
  ],
29
+ "task_type": "text-generation",
30
  "use_dora": false,
31
  "use_rslora": false
32
  }