Change cache = true in config.json to significantly boost inference performance (#1)
Browse files- Change cache = true in config.json to significantly boost inference performance (b8eb946dbe5e6c538e6c6abd54af67700f57d630)
Co-authored-by: Tom Jobbins <[email protected]>
- config.json +1 -1
config.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"tie_word_embeddings": false,
|
20 |
"torch_dtype": "bfloat16",
|
21 |
"transformers_version": "4.30.0.dev0",
|
22 |
-
"use_cache":
|
23 |
"vocab_size": 32000
|
24 |
}
|
|
|
19 |
"tie_word_embeddings": false,
|
20 |
"torch_dtype": "bfloat16",
|
21 |
"transformers_version": "4.30.0.dev0",
|
22 |
+
"use_cache": true,
|
23 |
"vocab_size": 32000
|
24 |
}
|