m-ric HF staff commited on
Commit
db8fd68
β€’
1 Parent(s): a016304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -431,7 +431,6 @@ def get_beam_search_html(
431
  return_dict_in_generate=True,
432
  length_penalty=length_penalty,
433
  output_scores=True,
434
- output_logits=True,
435
  do_sample=False,
436
  )
437
  markdown = "The conclusive sequences are the ones that end in an `<|endoftext|>` token or at the end of generation."
 
431
  return_dict_in_generate=True,
432
  length_penalty=length_penalty,
433
  output_scores=True,
 
434
  do_sample=False,
435
  )
436
  markdown = "The conclusive sequences are the ones that end in an `<|endoftext|>` token or at the end of generation."