Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: visual-question-answering
|
3 |
+
---
|
4 |
+
|
5 |
+
|
6 |
+
llava-v1.5-13b-GGUF
|
7 |
+
|
8 |
+
This repo contains GGUF files to inference llava-v1.5-13b with llama.cpp end-to-end without any extra dependency.
|
9 |
+
stirred by twobob
|
10 |
+
Note: The mmproj-model-f16.gguf file structure is experimental and may change. Always use the latest code in llama.cpp.
|
11 |
+
|
12 |
+
props to @mys
|