Spaces:
Runtime error
Runtime error
test_2
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-GGUF", model_file="llama-2-7b-chat.q4_K_M.gguf"
|
| 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-GGUF", model_file="llama-2-7b-chat.q4_K_M.gguf")
|
| 5 |
|
| 6 |
|
| 7 |
|