Skip to content

Commit 130c1a9

Browse files
committed
models(gallery): add wizardlm2
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent f90d56d commit 130c1a9

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

gallery/index.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,33 @@
520520
- filename: Noromaid-13B-0.4-DPO.q4_k_m.gguf
521521
sha256: cb28e878d034fae3d0b43326c5fc1cfb4ab583b17c56e41d6ce023caec03c1c1
522522
uri: huggingface://NeverSleep/Noromaid-13B-0.4-DPO-GGUF/Noromaid-13B-0.4-DPO.q4_k_m.gguf
523+
### START Vicuna based
524+
- &wizardlm2
525+
url: "github:mudler/LocalAI/gallery/wizardlm2.yaml@master"
526+
name: "wizardlm2-7b"
527+
description: |
528+
We introduce and opensource WizardLM-2, our next generation state-of-the-art large language models, which have improved performance on complex chat, multilingual, reasoning and agent. New family includes three cutting-edge models: WizardLM-2 8x22B, WizardLM-2 70B, and WizardLM-2 7B.
529+
530+
WizardLM-2 8x22B is our most advanced model, demonstrates highly competitive performance compared to those leading proprietary works and consistently outperforms all the existing state-of-the-art opensource models.
531+
WizardLM-2 70B reaches top-tier reasoning capabilities and is the first choice in the same size.
532+
WizardLM-2 7B is the fastest and achieves comparable performance with existing 10x larger opensource leading models.
533+
icon: https://github.com/nlpxucan/WizardLM/raw/main/imgs/WizardLM.png
534+
license: apache-2.0
535+
urls:
536+
- https://huggingface.co/MaziyarPanahi/WizardLM-2-7B-GGUF
537+
tags:
538+
- llm
539+
- gguf
540+
- gpu
541+
- cpu
542+
- mistral
543+
overrides:
544+
parameters:
545+
model: WizardLM-2-7B.Q4_K_M.gguf
546+
files:
547+
- filename: WizardLM-2-7B.Q4_K_M.gguf
548+
sha256: 613212417701a26fd43f565c5c424a2284d65b1fddb872b53a99ef8add796f64
549+
uri: huggingface://MaziyarPanahi/WizardLM-2-7B-GGUF/WizardLM-2-7B.Q4_K_M.gguf
523550
### START LLaVa
524551
- &llava
525552
url: "github:mudler/LocalAI/gallery/llava.yaml@master"

gallery/wizardlm2.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "wizardlm2"
3+
4+
config_file: |
5+
mmap: true
6+
template:
7+
chat_message: |-
8+
{{if eq .RoleName "assistant"}}ASSISTANT: {{.Content}}</s>{{else if eq .RoleName "system"}}{{.Content}}{{else if eq .RoleName "user"}}USER: {{.Content}}{{end}}
9+
chat: "{{.Input}}ASSISTANT: "
10+
completion: |-
11+
{{.Input}}
12+
context_size: 32768
13+
f16: true
14+
stopwords:
15+
- </s>

0 commit comments

Comments
 (0)