TheBloke commited on
Commit
54d9317
1 Parent(s): 4917f0f

Change config.json to set disable_exllama=false

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "block_name_to_quantize": "model.layers",
23
  "damp_percent": 0.1,
24
  "desc_act": true,
25
- "disable_exllama": true,
26
  "group_size": 128,
27
  "max_input_length": null,
28
  "model_seqlen": 32768,
 
22
  "block_name_to_quantize": "model.layers",
23
  "damp_percent": 0.1,
24
  "desc_act": true,
25
+ "disable_exllama": false,
26
  "group_size": 128,
27
  "max_input_length": null,
28
  "model_seqlen": 32768,