fix: fa key in config update
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -81,7 +81,7 @@
|
|
| 81 |
"torch_dtype": "bfloat16",
|
| 82 |
"transformers_version": null,
|
| 83 |
"use_cache": true,
|
| 84 |
-
"
|
| 85 |
"use_flash_depthwise": false,
|
| 86 |
"use_flash_rmsnorm": false,
|
| 87 |
"use_flashfft": false,
|
|
|
|
| 81 |
"torch_dtype": "bfloat16",
|
| 82 |
"transformers_version": null,
|
| 83 |
"use_cache": true,
|
| 84 |
+
"use_flash_attn": true,
|
| 85 |
"use_flash_depthwise": false,
|
| 86 |
"use_flash_rmsnorm": false,
|
| 87 |
"use_flashfft": false,
|