mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-21 10:14:59 +00:00
feat(gallery): add llama3, hermes, phi-3, and others (#2110)
Also adds embeddings and llava models Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
d344daf129
commit
8b169f1dac
11 changed files with 804 additions and 229 deletions
32
gallery/llava.yaml
Normal file
32
gallery/llava.yaml
Normal file
|
@ -0,0 +1,32 @@
|
|||
name: "llava"
|
||||
license: apache-2.0
|
||||
|
||||
description: |
|
||||
LLaVA represents a novel end-to-end trained large multimodal model that combines a vision encoder and Vicuna for general-purpose visual and language understanding, achieving impressive chat capabilities mimicking spirits of the multimodal GPT-4 and setting a new state-of-the-art accuracy on Science QA.
|
||||
|
||||
urls:
|
||||
- https://llava-vl.github.io/
|
||||
|
||||
tags:
|
||||
- llm
|
||||
- multimodal
|
||||
- gguf
|
||||
- gpu
|
||||
- cpu
|
||||
|
||||
config_file: |
|
||||
backend: llama-cpp
|
||||
context_size: 4096
|
||||
f16: true
|
||||
|
||||
mmap: true
|
||||
roles:
|
||||
user: "USER:"
|
||||
assistant: "ASSISTANT:"
|
||||
system: "SYSTEM:"
|
||||
|
||||
template:
|
||||
chat: |
|
||||
A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.
|
||||
{{.Input}}
|
||||
ASSISTANT:
|
Loading…
Add table
Add a link
Reference in a new issue