Spaces:
Runtime error
Runtime error
Commit
·
3b28b9e
1
Parent(s):
eac87d5
Update demo.py
Browse files
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", model_file="
|
7 |
model_type="falcon", threads=8)
|
8 |
|
9 |
|
|
|
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 |
|