osama salem commited on
Commit ·
6cb0ca4
1
Parent(s): 95c2741
turn use "use_memory_efficient_attention" off to enable cpu usage by default
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"transformers_version": "4.39.3",
|
| 31 |
"type_vocab_size": 1,
|
| 32 |
"unpad_inputs": "true",
|
| 33 |
-
"use_memory_efficient_attention": "
|
| 34 |
"matryoshka_dimensions": [256],
|
| 35 |
"vocab_size": 250048
|
| 36 |
}
|
|
|
|
| 30 |
"transformers_version": "4.39.3",
|
| 31 |
"type_vocab_size": 1,
|
| 32 |
"unpad_inputs": "true",
|
| 33 |
+
"use_memory_efficient_attention": "false",
|
| 34 |
"matryoshka_dimensions": [256],
|
| 35 |
"vocab_size": 250048
|
| 36 |
}
|