abetlen commited on
Commit
0856833
·
verified ·
1 Parent(s): e3cd295

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,9 +14,9 @@ pip install git+https://github.com/abetlen/llama-cpp-python.git@add-paligemma-su
14
 
15
  ```python
16
  from llama_cpp import Llama
17
- from llama_cpp.llama_chat_format import PaligemmaChatHandler
18
 
19
- chat_handler = PaligemmaChatHandler.from_pretrained(
20
  repo_id="abetlen/paligemma-3b-mix-224-gguf",
21
  filename="*mmproj*",
22
  )
 
14
 
15
  ```python
16
  from llama_cpp import Llama
17
+ from llama_cpp.llama_chat_format import PaliGemmaChatHandler
18
 
19
+ chat_handler = PaliGemmaChatHandler.from_pretrained(
20
  repo_id="abetlen/paligemma-3b-mix-224-gguf",
21
  filename="*mmproj*",
22
  )