Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import torch
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
pipe = pipeline("text-generation", model="TheBloke/LLaMA2-13B-Estopia-GPTQ")
|
6 |
|
7 |
text = st.text_area("Ask your question !")
|
8 |
|
|
|
2 |
import torch
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
pipe = pipeline("text-generation", model="TheBloke/LLaMA2-13B-Estopia-GPTQ", disable_exllama=True)
|
6 |
|
7 |
text = st.text_area("Ask your question !")
|
8 |
|