boning123 commited on
Commit
eb0c5ec
·
verified ·
1 Parent(s): d311e5e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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/Sam-reason-S2.1.Q4_K_S.gguf",
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
  )