2001kaye commited on
Commit
a7ba13a
1 Parent(s): 6aa97f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from llama_cpp import Llama
4
  # Load the Mistral model
5
  llm = Llama.from_pretrained(
6
  repo_id="bartowski/Mistral-Small-Instruct-2409-GGUF",
7
- filename="Mistral-Small-Instruct-2409-IQ2_M.gguf",
8
  )
9
 
10
  def respond(
 
4
  # Load the Mistral model
5
  llm = Llama.from_pretrained(
6
  repo_id="bartowski/Mistral-Small-Instruct-2409-GGUF",
7
+ filename="Mistral-Small-Instruct-2409-Q5_K_L.gguf",
8
  )
9
 
10
  def respond(