Commit
·
a08ee1a
1
Parent(s):
1daa0a9
Update adapter_config.json
Browse files- adapter_config.json +2 -1
adapter_config.json
CHANGED
@@ -24,5 +24,6 @@
|
|
24 |
"k_proj",
|
25 |
"o_proj"
|
26 |
],
|
27 |
-
"task_type": "CAUSAL_LM"
|
|
|
28 |
}
|
|
|
24 |
"k_proj",
|
25 |
"o_proj"
|
26 |
],
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"disable_exllama": true
|
29 |
}
|