WinterGYC commited on
Commit
f915361
1 Parent(s): 1abcab0
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ tokenizer = AutoTokenizer.from_pretrained(
19
  trust_remote_code=True
20
  )
21
  model = model.quantize(8).cuda()
22
- model = model.eval()
23
 
24
  """Override Chatbot.postprocess"""
25
 
 
19
  trust_remote_code=True
20
  )
21
  model = model.quantize(8).cuda()
 
22
 
23
  """Override Chatbot.postprocess"""
24