Text Generation
Transformers
PyTorch
English
llama
Inference Endpoints
text-generation-inference
winglian TheBloke commited on
Commit
1959f62
1 Parent(s): bf69fe2

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 <TheBloke@users.noreply.huggingface.co>

Files changed (1) hide show
  1. 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": false,
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
  }