safwansajad commited on
Commit
ae2023a
·
verified ·
1 Parent(s): e40b09d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  # Load GGUF model
5
  llm = Llama(
6
- model_path="mental-health-chatbot-i1.Q4_K_M.gguf", # Make sure this filename matches exactly
7
  n_ctx=2048,
8
  n_threads=4,
9
  )
 
3
 
4
  # Load GGUF model
5
  llm = Llama(
6
+ model_path="Mental-Health-Chatbot.i1-IQ1_M.gguf", # Make sure this filename matches exactly
7
  n_ctx=2048,
8
  n_threads=4,
9
  )