ljsabc commited on
Commit
599e05a
·
1 Parent(s): a431243

Added a non-merged model to avoid 16GB overflow.

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -10,7 +10,7 @@
10
  "inference_mode": true,
11
  "lora_alpha": 32,
12
  "lora_dropout": 0.1,
13
- "merge_weights": true,
14
  "modules_to_save": null,
15
  "peft_type": "LORA",
16
  "r": 24,
 
10
  "inference_mode": true,
11
  "lora_alpha": 32,
12
  "lora_dropout": 0.1,
13
+ "merge_weights": false,
14
  "modules_to_save": null,
15
  "peft_type": "LORA",
16
  "r": 24,