Commit
•
cab651c
1
Parent(s):
5c84557
Fix the bug in generation config (#2)
Browse files- Fix the bug in generation config (95b0ad406aa3126708213ca4584ed6cca1f234e2)
Co-authored-by: Qian Liu <[email protected]>
- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"transformers_version": "4.37.2",
|
4 |
-
"use_cache":
|
5 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
"transformers_version": "4.37.2",
|
4 |
+
"use_cache": true
|
5 |
}
|