lmastm commited on
Commit
bb80c5e
1 Parent(s): cec6de4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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