gmastrapas
commited on
Commit
•
ced12ef
1
Parent(s):
8ea414a
fix: enable flash-attn and xformers by default
Browse files- config.json +1 -1
config.json
CHANGED
@@ -36,7 +36,7 @@
|
|
36 |
"proj_bias": false,
|
37 |
"proj_type": null
|
38 |
},
|
39 |
-
"torch_dtype": "
|
40 |
"truncate_dim": null,
|
41 |
"use_text_flash_attn": null,
|
42 |
"use_vision_xformers": null,
|
|
|
36 |
"proj_bias": false,
|
37 |
"proj_type": null
|
38 |
},
|
39 |
+
"torch_dtype": "bfloat16",
|
40 |
"truncate_dim": null,
|
41 |
"use_text_flash_attn": null,
|
42 |
"use_vision_xformers": null,
|