We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4ad72 commit f70326fCopy full SHA for f70326f
README.md
@@ -531,7 +531,7 @@ You can also pull the model from the Hugging Face Hub using the `from_pretrained
531
>>> from llama_cpp import Llama
532
>>> from llama_cpp.llama_chat_format import MoondreamChatHandler
533
>>> chat_handler = MoondreamChatHandler.from_pretrained(
534
- repo_id="vikhyatk/moondream2"
+ repo_id="vikhyatk/moondream2",
535
filename="*mmproj*",
536
)
537
>>> llm = Llama.from_pretrained(
0 commit comments