Fix use_cache to true (#2)
Browse files- Fix use_cache to true (8a64af57b10a78eb22bab5be4867d178d931702c)
Co-authored-by: Gabe Goodhart <[email protected]>
- config.json +1 -1
config.json
CHANGED
@@ -27,6 +27,6 @@
|
|
27 |
"tie_word_embeddings": true,
|
28 |
"torch_dtype": "bfloat16",
|
29 |
"transformers_version": "4.49.0",
|
30 |
-
"use_cache":
|
31 |
"vocab_size": 49159
|
32 |
}
|
|
|
27 |
"tie_word_embeddings": true,
|
28 |
"torch_dtype": "bfloat16",
|
29 |
"transformers_version": "4.49.0",
|
30 |
+
"use_cache": true,
|
31 |
"vocab_size": 49159
|
32 |
}
|