github-actions[bot] commited on
Commit
6ca928c
·
1 Parent(s): 0a96328

Sync with https://github.com/mozilla-ai/structured-qa

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from structured_qa.workflow import find_retrieve_answer
13
  @st.cache_resource
14
  def load_model():
15
  return load_llama_cpp_model(
16
- "MaziyarPanahi/SmolTulu-1.7b-Reinforced-GGUF/SmolTulu-1.7b-Reinforced.fp16.gguf"
17
  )
18
 
19
 
 
13
  @st.cache_resource
14
  def load_model():
15
  return load_llama_cpp_model(
16
+ "bartowski/Qwen2.5-3B-Instruct-GGUF/Qwen2.5-3B-Instruct-f16.gguf"
17
  )
18
 
19