Spaces:
Runtime error
Runtime error
Commit
ยท
b075311
1
Parent(s):
f924cd7
Update demo.py
Browse files
demo.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
|
6 |
llm = AutoModelForCausalLM.from_pretrained("TheBloke/falcon-7b-instruct-GGML", model_file="falcon7b-instruct.ggmlv3.q4_0.bin",
|
7 |
-
model_type="falcon", threads=
|
8 |
|
9 |
|
10 |
TITLE = """<h2 align="center">๐๏ธ Falcon-Chat ggml ๐๏ธ"""
|
|
|
4 |
|
5 |
|
6 |
llm = AutoModelForCausalLM.from_pretrained("TheBloke/falcon-7b-instruct-GGML", model_file="falcon7b-instruct.ggmlv3.q4_0.bin",
|
7 |
+
model_type="falcon", threads=8)
|
8 |
|
9 |
|
10 |
TITLE = """<h2 align="center">๐๏ธ Falcon-Chat ggml ๐๏ธ"""
|