disable cache for emb
Browse files- config_emb.json +1 -1
config_emb.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"num_hidden_layers": 16,
|
| 14 |
"torch_dtype": "bfloat16",
|
| 15 |
"transformers_version": "4.45.0",
|
| 16 |
-
"use_cache":
|
| 17 |
"vocab_size": 17727,
|
| 18 |
"auto_map": {
|
| 19 |
"AutoConfig": "configuration_aria.AriaConfig",
|
|
|
|
| 13 |
"num_hidden_layers": 16,
|
| 14 |
"torch_dtype": "bfloat16",
|
| 15 |
"transformers_version": "4.45.0",
|
| 16 |
+
"use_cache": false,
|
| 17 |
"vocab_size": 17727,
|
| 18 |
"auto_map": {
|
| 19 |
"AutoConfig": "configuration_aria.AriaConfig",
|