Spaces:
Runtime error
Runtime error
Mahmoud Aboliel commited on
Commit ·
d1a328f
1
Parent(s): 11ac899
change model
Browse files
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-
|
| 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.q5_0.bin")
|
| 5 |
|
| 6 |
|
| 7 |
|