Skip to content

Commit 92a0219

Browse files
authored
Update default model notebook.ipynb
1 parent a8cfab4 commit 92a0219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"from structured_qa.model_loaders import load_llama_cpp_model\n",
129129
"\n",
130130
"model = load_llama_cpp_model(\n",
131-
" \"bartowski/Qwen2.5-3B-Instruct-GGUF/Qwen2.5-3B-Instruct-f16.gguf\"\n",
131+
" \"bartowski/Qwen2.5-7B-Instruct-GGUF/Qwen2.5-7B-Instruct-Q8_0.gguf\"\n",
132132
")"
133133
]
134134
},

0 commit comments

Comments
 (0)