Add readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- llava
|
| 4 |
+
- lmm
|
| 5 |
+
- ggml
|
| 6 |
+
- llama.cpp
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# ggml_llava-v1.5-13b
|
| 10 |
+
|
| 11 |
+
This repo contains GGUF files to inference [llava-v1.5-13b](https://huggingface.co/liuhaotian/llava-v1.5-13b) with [llama.cpp](https://github.com/ggerganov/llama.cpp) end-to-end without any extra dependency.
|
| 12 |
+
|
| 13 |
+
**Note**: The `mmproj-model-f16.gguf` file structure is experimental and may change. Always use the latest code in llama.cpp.
|