Update README.md
Browse files
README.md
CHANGED
@@ -11,14 +11,15 @@ tags:
|
|
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 |
|
|
|
11 |
|
12 |
|
13 |
## VISION+
|
14 |
+
```script
|
15 |
+
|
16 |
If you want to use vision functionality:
|
17 |
|
18 |
Make sure you are using the latest version of KoboldCpp.
|
19 |
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.
|
20 |
|
21 |
You can load the mmproj by using the corresponding section in the interface:
|
22 |
+
```
|
23 |
|
24 |
# MODEL_NAME
|
25 |
|