Skip to content

Commit 53cbb57

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (#10304)
chore(model gallery): 🤖 add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
1 parent 99c8205 commit 53cbb57

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
11
---
2+
- name: "serenity-26b-a4b"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/ReadyArt/Serenity-26B-A4B-GGUF
6+
description: |
7+
.mc-wrap{background:#0d1117;color:#c9d1d9;font-family:'Inter',sans-serif;max-width:920px;margin:0 auto;padding:24px;border-radius:16px;box-sizing:border-box}
8+
.mc-wrap *{box-sizing:border-box}
9+
.mc-wrap h1,.mc-wrap h2,.mc-wrap h3,.mc-wrap h4{color:#e6edf3;border:none}
10+
.mc-wrap p{color:#c9d1d9}
11+
.mc-wrap strong{color:#7ee8d0}
12+
.mc-wrap a{color:#7ee8d0;text-decoration:none}
13+
.mc-wrap ul{list-style:none;padding-left:0;margin:0}
14+
.mc-wrap li{color:#c9d1d9;margin-bottom:8px;padding-left:4px}
15+
.mc-wrap code{background:#161b22;color:#7ee8d0;padding:2px 8px;border-radius:4px;font-family:'JetBrains Mono',monospace;font-size:.88em;border:1px solid rgba(126,232,208,.15)}
16+
.mc-hdr{text-align:center;padding:40px 32px;background:#0d1117;border:1px solid #21262d;border-radius:24px;margin-bottom:20px;position:relative;overflow:hidden}
17+
.mc-hdr::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#7ee8d0,#a78bfa,#c4b5fd)}
18+
.mc-name{font-family:'Space Grotesk',sans-serif;font-size:2.8em;font-weight:800;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#7ee8d0,#a78bfa,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;backg
19+
20+
...
21+
license: "apache-2.0"
22+
tags:
23+
- llm
24+
- gguf
25+
icon: https://huggingface.co/avatars/55f24699e05af4295a9d16ddecd81f8a.svg
26+
overrides:
27+
backend: llama-cpp
28+
function:
29+
automatic_tool_parsing_fallback: true
30+
grammar:
31+
disable: true
32+
known_usecases:
33+
- chat
34+
options:
35+
- use_jinja:true
36+
parameters:
37+
model: llama-cpp/models/Serenity-26B-A4B-GGUF/Serenity-26B-A4B-Q4_K_M.gguf
38+
template:
39+
use_tokenizer_template: true
40+
files:
41+
- filename: llama-cpp/models/Serenity-26B-A4B-GGUF/Serenity-26B-A4B-Q4_K_M.gguf
42+
sha256: b94645850e0e48c7888b70ede99f8ebeb31d7fce58cb20acbd20e11a06625de8
43+
uri: https://huggingface.co/ReadyArt/Serenity-26B-A4B-GGUF/resolve/main/Serenity-26B-A4B-Q4_K_M.gguf
244
- name: "melody1437-26b-a4b-v2.0"
345
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
446
urls:

0 commit comments

Comments
 (0)