WinterGYC
commited on
Commit
·
f915361
1
Parent(s):
1abcab0
Update
Browse files
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 |
|