Create README.md
Browse files
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)
|