atasoglu commited on
Commit
63e97f5
·
verified ·
1 Parent(s): 677f6d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -8,8 +8,14 @@ tags:
8
  - llava_llama
9
  ---
10
 
 
 
 
 
11
  ## Usage
12
 
 
 
13
  ```py
14
  from llama_cpp import Llama
15
  from llama_cpp.llama_chat_format import Llama3VisionAlphaChatHandler
 
8
  - llava_llama
9
  ---
10
 
11
+ # Turkish-LLaVA-v0.1-Q4_K_M-GGUF
12
+
13
+ This model is a converted and quantized version of [ytu-ce-cosmos/Turkish-LLaVA-v0.1](https://huggingface.co/ytu-ce-cosmos/Turkish-LLaVA-v0.1) vision-language model using [llama.cpp](https://github.com/ggerganov/llama.cpp).
14
+
15
  ## Usage
16
 
17
+ You can use the model with [`llama-cpp-python`](https://github.com/abetlen/llama-cpp-python) package as following:
18
+
19
  ```py
20
  from llama_cpp import Llama
21
  from llama_cpp.llama_chat_format import Llama3VisionAlphaChatHandler