Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,18 @@ tags:
|
|
8 |
- merge
|
9 |
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# MODEL_NAME
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
|
|
8 |
- merge
|
9 |
|
10 |
---
|
11 |
+
|
12 |
+
|
13 |
+
## VISION+
|
14 |
+
'''
|
15 |
+
If you want to use vision functionality:
|
16 |
+
|
17 |
+
Make sure you are using the latest version of KoboldCpp.
|
18 |
+
To use the multimodal capabilities of this model, such as vision, you also need to load the specified mmproj file, you can get it here.
|
19 |
+
|
20 |
+
You can load the mmproj by using the corresponding section in the interface:
|
21 |
+
'''
|
22 |
+
|
23 |
# MODEL_NAME
|
24 |
|
25 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|