disable exllama by default
Browse filescurrently FlagEmbedding have issue on loading this
- 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":
|
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,
|