Text Generation
Transformers
PyTorch
Safetensors
English
llama
conversational
Eval Results
Inference Endpoints
text-generation-inference
ehartford commited on
Commit
6dc027c
1 Parent(s): fab2e82

Update config.json

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