matthoffner commited on
Commit
ea6202c
·
1 Parent(s): 9c7ac5f

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -3,7 +3,7 @@ from ctransformers import AutoModelForCausalLM
3
  import gradio as gr
4
 
5
 
6
- llm = AutoModelForCausalLM.from_pretrained("TheBloke/falcon-7b-instruct-GGML/ggmlv3", model_file="falcon-7b-instruct.ggccv1.q4_0.bin",
7
  model_type="falcon", threads=8)
8
 
9
 
 
3
  import gradio as gr
4
 
5
 
6
+ llm = AutoModelForCausalLM.from_pretrained("falcon7b-instruct.ggmlv3.q4_0.bin",
7
  model_type="falcon", threads=8)
8
 
9