Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ llm = AutoModelForCausalLM.from_pretrained("TheBloke/Llama-2-7B-Chat-GGUF",
|
|
40 |
model_file="llama-2-7b-chat.Q8_0.gguf",
|
41 |
model_type="llama",
|
42 |
# config = ctransformers.hub.AutoConfig,
|
43 |
-
hf = True
|
44 |
)
|
45 |
|
46 |
|
@@ -158,4 +158,4 @@ gr.Interface(
|
|
158 |
theme="soft",
|
159 |
examples=["Hello", "what is the speed of human nerve impulses?"],
|
160 |
cache_examples=True,
|
161 |
-
).launch(
|
|
|
40 |
model_file="llama-2-7b-chat.Q8_0.gguf",
|
41 |
model_type="llama",
|
42 |
# config = ctransformers.hub.AutoConfig,
|
43 |
+
# hf = True
|
44 |
)
|
45 |
|
46 |
|
|
|
158 |
theme="soft",
|
159 |
examples=["Hello", "what is the speed of human nerve impulses?"],
|
160 |
cache_examples=True,
|
161 |
+
).launch()
|