Skip to content

Commit b320cc8

Browse files
committed
enh(app): Update default model to bartowski/Qwen2.5-3B-Instruct-GGUF/Qwen2.5-3B-Instruct-f16.gguf
1 parent 651b60a commit b320cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@st.cache_resource
1414
def load_model():
1515
return load_llama_cpp_model(
16-
"MaziyarPanahi/SmolTulu-1.7b-Reinforced-GGUF/SmolTulu-1.7b-Reinforced.fp16.gguf"
16+
"bartowski/Qwen2.5-3B-Instruct-GGUF/Qwen2.5-3B-Instruct-f16.gguf"
1717
)
1818

1919

0 commit comments

Comments
 (0)