ccclemenfff commited on
Commit
f727a0f
·
1 Parent(s): 971e468

sample == false

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -26,7 +26,7 @@ class EndpointHandler:
26
 
27
  self.gen_config = GenerationConfig(
28
  bos_token_id=1,
29
- do_sample=True,
30
  temperature=0.7,
31
  max_new_tokens=10240
32
  )
 
26
 
27
  self.gen_config = GenerationConfig(
28
  bos_token_id=1,
29
+ do_sample=False,
30
  temperature=0.7,
31
  max_new_tokens=10240
32
  )