Commit
•
2089235
1
Parent(s):
a515d4b
Fix the bug in generation config (#11)
Browse files- Fix the bug in generation config (dfb80945c4361c6433c5083f41a1d863042cb565)
Co-authored-by: Qian Liu <SivilTaram@users.noreply.huggingface.co>
- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"transformers_version": "4.34.1",
|
4 |
-
"use_cache":
|
5 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"transformers_version": "4.34.1",
|
4 |
+
"use_cache": true
|
5 |
}
|