Disable cache
#2
by
bragovo
- opened
- config.json +1 -1
config.json
CHANGED
@@ -28,6 +28,6 @@
|
|
28 |
"tokenizer_class": "T5Tokenizer",
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.34.1",
|
31 |
-
"use_cache":
|
32 |
"vocab_size": 250112
|
33 |
}
|
|
|
28 |
"tokenizer_class": "T5Tokenizer",
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.34.1",
|
31 |
+
"use_cache": false,
|
32 |
"vocab_size": 250112
|
33 |
}
|