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

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", torch_dtype=torch.bfloat16, device_map="auto")
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")
6
 
7
  text = st.text_area("Ask your question !")
8