PsiPi commited on
Commit
d7be1e8
1 Parent(s): d8f9e76

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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