Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f70326f

Browse files
committed
Update README
1 parent 6e4ad72 commit f70326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ You can also pull the model from the Hugging Face Hub using the `from_pretrained
531531
>>> from llama_cpp import Llama
532532
>>> from llama_cpp.llama_chat_format import MoondreamChatHandler
533533
>>> chat_handler = MoondreamChatHandler.from_pretrained(
534-
repo_id="vikhyatk/moondream2"
534+
repo_id="vikhyatk/moondream2",
535535
filename="*mmproj*",
536536
)
537537
>>> llm = Llama.from_pretrained(

0 commit comments

Comments
 (0)