Really-Amazing commited on
Commit
bcefcaa
·
verified ·
1 Parent(s): 5d24f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def chat_fn(message, history):
68
  with torch.no_grad():
69
  output_ids = model.generate(
70
  input_ids,
71
- max_new_tokens=512,
72
  temperature=0.8,
73
  top_k=50,
74
  )
 
68
  with torch.no_grad():
69
  output_ids = model.generate(
70
  input_ids,
71
+ max_tokens=512,
72
  temperature=0.8,
73
  top_k=50,
74
  )