MindVR commited on
Commit
26c2d7a
·
verified ·
1 Parent(s): 1624f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def chat(
37
  with torch.no_grad():
38
  output = model.generate(
39
  input_ids,
40
- max_new_tokens=200,
41
  do_sample=True,
42
  top_p=0.95,
43
  temperature=0.7,
 
37
  with torch.no_grad():
38
  output = model.generate(
39
  input_ids,
40
+ max_new_tokens=1000,
41
  do_sample=True,
42
  top_p=0.95,
43
  temperature=0.7,