DemPy commited on
Commit
72029f2
1 Parent(s): 9a7ac06

second try with "disable_exllama"

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -1
adapter_config.json CHANGED
@@ -24,5 +24,6 @@
24
  "task_type": "CAUSAL_LM",
25
  "use_dora": false,
26
  "use_rslora": false,
27
- "disable_exllama": true
 
28
  }
 
24
  "task_type": "CAUSAL_LM",
25
  "use_dora": false,
26
  "use_rslora": false,
27
+ "quantization_config": {
28
+ "disable_exllama": true }
29
  }