Galunid commited on
Commit
a2b0ce1
·
1 Parent(s): 8361565

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ ---
4
+ Created using https://github.com/ggerganov/llama.cpp/pull/4172
5
+
6
+ Basic usage (llama.cpp):
7
+ ```bash
8
+ llava-cli -m <ShareGPT4V.gguf path> --mmproj <mmproj-model-f16.gguf path> -p "Describe image (or other prompt)" --image <image path>
9
+ ```
10
+
11
+ License is the same as LLama 2/ShareGPT4V (https://huggingface.co/Lin-Chen/ShareGPT4V-7B)