removed "use_rslora": false from adapter config
Browse filesdue to this error in loading: TypeError: __init__() got an unexpected keyword argument 'use_rslora'
- adapter_config.json +0 -1
adapter_config.json
CHANGED
@@ -106,5 +106,4 @@
|
|
106 |
"model.layers.11.mlp.gate_proj"
|
107 |
],
|
108 |
"task_type": "CAUSAL_LM",
|
109 |
-
"use_rslora": false
|
110 |
}
|
|
|
106 |
"model.layers.11.mlp.gate_proj"
|
107 |
],
|
108 |
"task_type": "CAUSAL_LM",
|
|
|
109 |
}
|