fix typo
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ from llama_cpp.llama_chat_format import Llama3VisionAlphaChatHandler
|
|
23 |
|
24 |
llm = Llama(
|
25 |
model_path="Turkish-LLaVA-v0.1-Q4_K_M.gguf", # path to language model
|
26 |
-
n_gpu_layers=-1, #
|
27 |
chat_handler=Llama3VisionAlphaChatHandler(
|
28 |
# path to image encoder
|
29 |
clip_model_path="Turkish-LLaVA-v0.1-mmproj-F16.gguf",
|
|
|
23 |
|
24 |
llm = Llama(
|
25 |
model_path="Turkish-LLaVA-v0.1-Q4_K_M.gguf", # path to language model
|
26 |
+
n_gpu_layers=-1, # for running on GPU
|
27 |
chat_handler=Llama3VisionAlphaChatHandler(
|
28 |
# path to image encoder
|
29 |
clip_model_path="Turkish-LLaVA-v0.1-mmproj-F16.gguf",
|