Spaces:
Runtime error
Runtime error
Commit
Β·
284ece4
1
Parent(s):
060d065
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from transformers import pipeline, Conversation
|
2 |
import gradio as gr
|
3 |
-
|
4 |
#https://huggingface.co/TheBloke/starchat-beta-GPTQ
|
5 |
|
6 |
from transformers import AutoTokenizer, pipeline, logging
|
|
|
1 |
from transformers import pipeline, Conversation
|
2 |
import gradio as gr
|
3 |
+
import torch
|
4 |
#https://huggingface.co/TheBloke/starchat-beta-GPTQ
|
5 |
|
6 |
from transformers import AutoTokenizer, pipeline, logging
|