Text Generation
Transformers
PyTorch
English
llama
Inference Endpoints
text-generation-inference
alpindale commited on
Commit
21fe622
1 Parent(s): 03cce7b

Set cache to true

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -21,6 +21,6 @@
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.31.0",
24
- "use_cache": false,
25
  "vocab_size": 32002
26
  }
 
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.31.0",
24
+ "use_cache": true,
25
  "vocab_size": 32002
26
  }