change cuda
Browse files
minigpt4/conversation/conversation.py
CHANGED
|
@@ -689,7 +689,7 @@ class Chat:
|
|
| 689 |
except Exception as e:
|
| 690 |
print('model_1 error',e)
|
| 691 |
|
| 692 |
-
answer = answer_new
|
| 693 |
output_text=answer
|
| 694 |
answer_list.append(answer_new)
|
| 695 |
|
|
|
|
| 689 |
except Exception as e:
|
| 690 |
print('model_1 error',e)
|
| 691 |
|
| 692 |
+
# answer = answer_new
|
| 693 |
output_text=answer
|
| 694 |
answer_list.append(answer_new)
|
| 695 |
|