calcuis commited on
Commit
436c837
1 Parent(s): 2e5cb86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: image-text-to-text
6
+ tags:
7
+ - llava
8
+ - vision
9
+ ---
10
+
11
+ ## llava computer vision GGUF
12
+
13
+ - Clip Handler > mmproj-f16.gguf
14
+ - Vision Model > llava-**.gguf (opt anyone)
15
+ - provide a link of picture as prompt
16
+
17
+ ## how to use (coming soon)
18
+ - compatible with gguf-connector (next upgrade will work)
19
+ - work in progress