Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -40,7 +40,8 @@
|
|
40 |
"llm_int8_threshold": 6.0,
|
41 |
"load_in_4bit": false,
|
42 |
"load_in_8bit": true,
|
43 |
-
"quant_method": "bitsandbytes"
|
|
|
44 |
},
|
45 |
"reorder_and_upcast_attn": false,
|
46 |
"resid_pdrop": 0.0,
|
|
|
40 |
"llm_int8_threshold": 6.0,
|
41 |
"load_in_4bit": false,
|
42 |
"load_in_8bit": true,
|
43 |
+
"quant_method": "bitsandbytes",
|
44 |
+
"adapter_name_or_path": null
|
45 |
},
|
46 |
"reorder_and_upcast_attn": false,
|
47 |
"resid_pdrop": 0.0,
|