boboliu commited on
Commit
54e67d1
·
verified ·
1 Parent(s): 3feb704

disable exllama by default

Browse files

currently FlagEmbedding have issue on loading this

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -51,7 +51,7 @@
51
  "tokenizer": null,
52
  "true_sequential": true,
53
  "use_cuda_fp16": false,
54
- "use_exllama": true
55
  },
56
  "query_pre_attn_scalar": 256,
57
  "rms_norm_eps": 1e-06,
 
51
  "tokenizer": null,
52
  "true_sequential": true,
53
  "use_cuda_fp16": false,
54
+ "use_exllama": false
55
  },
56
  "query_pre_attn_scalar": 256,
57
  "rms_norm_eps": 1e-06,