slackingfred
commited on
Commit
•
695e75b
1
Parent(s):
8938965
Fix unexpected kw args (version mismatch between train machine and test machine?)
Browse files- adapter_config.json +1 -3
adapter_config.json
CHANGED
@@ -6,7 +6,6 @@
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
-
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
@@ -29,6 +28,5 @@
|
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
-
"use_dora": false,
|
33 |
"use_rslora": false
|
34 |
-
}
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
|
|
28 |
"o_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
31 |
"use_rslora": false
|
32 |
+
}
|