Spaces:
Runtime error
Runtime error
Mahmoud Aboliel
commited on
Commit
•
3f12e0f
1
Parent(s):
d1a328f
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-7B-Chat-GGML", model_file="llama-2-7b-chat.ggmlv3.
|
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.q3_K_S.bin")
|
5 |
|
6 |
|
7 |
|