Text Generation
Transformers
Safetensors
llama
text-generation-inference
Inference Endpoints
mfromm commited on
Commit
e91cc26
1 Parent(s): bdc6e7a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -32,6 +32,6 @@
32
  "tokenizer_class": "SPTokenizer",
33
  "torch_dtype": "bfloat16",
34
  "transformers_version": "4.43.2",
35
- "use_cache": false,
36
  "vocab_size": 250680
37
  }
 
32
  "tokenizer_class": "SPTokenizer",
33
  "torch_dtype": "bfloat16",
34
  "transformers_version": "4.43.2",
35
+ "use_cache": true,
36
  "vocab_size": 250680
37
  }