chegde commited on
Commit
fb7c6fd
·
verified ·
1 Parent(s): f486321

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def generate_response(user_message, history):
55
  conversation,
56
  return_tensors="pt",
57
  truncation=True,
58
- max_length=2048,
59
  # padding=True,
60
  # return_attention_mask=True
61
  ).to(device)
 
55
  conversation,
56
  return_tensors="pt",
57
  truncation=True,
58
+ max_length=8192,
59
  # padding=True,
60
  # return_attention_mask=True
61
  ).to(device)