Skip to content

Commit

Permalink
enh(app): Update default model to bartowski/Qwen2.5-3B-Instruct-GGUF/…
Browse files Browse the repository at this point in the history
…Qwen2.5-3B-Instruct-f16.gguf
  • Loading branch information
daavoo committed Jan 17, 2025
1 parent 651b60a commit b320cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@st.cache_resource
def load_model():
return load_llama_cpp_model(
"MaziyarPanahi/SmolTulu-1.7b-Reinforced-GGUF/SmolTulu-1.7b-Reinforced.fp16.gguf"
"bartowski/Qwen2.5-3B-Instruct-GGUF/Qwen2.5-3B-Instruct-f16.gguf"
)


Expand Down

0 comments on commit b320cc8

Please sign in to comment.