loua19 commited on
Commit
5211e3f
·
1 Parent(s): 99d0567

disable cache for emb

Browse files
Files changed (1) hide show
  1. 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": true,
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",