mys commited on
Commit
f2e2c7e
1 Parent(s): 6c521da

Update README.md

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