Update README.md
Browse files
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
|
18 |
|
19 |
-
chat_handler =
|
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 |
)
|