pabloce commited on
Commit
cd6bea7
·
verified ·
1 Parent(s): e85878e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def respond(
26
  from llama_cpp_agent.chat_history.messages import Roles
27
 
28
  llm = Llama(
29
- model_path="models/mistral-7b-instruct-v0.2.Q6_K.gguf",
30
  n_gpu_layers=33,
31
  )
32
  provider = LlamaCppPythonProvider(llm)
 
26
  from llama_cpp_agent.chat_history.messages import Roles
27
 
28
  llm = Llama(
29
+ model_path="models/mixtral-8x7b-instruct-v0.1.Q5_K_M.gguf",
30
  n_gpu_layers=33,
31
  )
32
  provider = LlamaCppPythonProvider(llm)