Mahmoud Aboliel commited on
Commit
3f12e0f
1 Parent(s): d1a328f

change model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from langchain_community.llms import CTransformers
3
 
4
- llm = CTransformers(model="TheBloke/Llama-2-7B-Chat-GGML", model_file="llama-2-7b-chat.ggmlv3.q5_0.bin")
5
 
6
 
7
 
 
1
  import gradio as gr
2
  from langchain_community.llms import CTransformers
3
 
4
+ llm = CTransformers(model="TheBloke/Llama-2-7B-Chat-GGML", model_file="llama-2-7b-chat.ggmlv3.q3_K_S.bin")
5
 
6
 
7