Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
|
6 |
# Load GGUF model (Sam-reason-S2.1, gemma3 arch)
|
7 |
llm = Llama(
|
8 |
-
model_path="models/
|
9 |
n_ctx=2048,
|
10 |
verbose=False
|
11 |
)
|
|
|
5 |
|
6 |
# Load GGUF model (Sam-reason-S2.1, gemma3 arch)
|
7 |
llm = Llama(
|
8 |
+
model_path="models/mistral-7b-v0.1.Q4_K_S.gguf",
|
9 |
n_ctx=2048,
|
10 |
verbose=False
|
11 |
)
|