Skip to content

Commit 3351b62

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (#10302)
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 0eca930 commit 3351b62

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,69 @@
11
---
2+
- name: "melody1437-26b-a4b-v2.0"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/ReadyArt/Melody1437-26B-A4B-v2.0-GGUF
6+
description: |
7+
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Playfair+Display:ital,wght@0,400;0,700&family=Roboto+Mono:wght@400;500&display=swap');
8+
9+
body {
10+
font-family: 'Poppins', sans-serif;
11+
background: #1a1a2e;
12+
background-image:
13+
radial-gradient(circle at 50% 50%, rgba(76, 201, 240, 0.05) 0%, transparent 70%),
14+
url('https://www.transparenttextures.com/patterns/cubes.png');
15+
color: #e0e0e0;
16+
margin: 0;
17+
padding: 20px;
18+
line-height: 1.6;
19+
}
20+
21+
.container {
22+
max-width: 900px;
23+
margin: 0 auto;
24+
background: rgba(26, 32, 44, 0.95);
25+
border-radius: 8px;
26+
padding: 40px;
27+
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), 0 0 0 1px #2a3b55;
28+
border: 1px solid #2a3b55;
29+
position: relative;
30+
overflow: hidden;
31+
backdrop-filter: blur(5px);
32+
}
33+
34+
.header {
35+
text-align: center;
36+
margin-bottom: 30px;
37+
position: relative;
38+
z-index: 1;
39+
border-bottom: 1px solid #2a3b55;
40+
padding-bottom: 15px;
41+
}
42+
43+
...
44+
license: "apache-2.0"
45+
tags:
46+
- llm
47+
- gguf
48+
icon: https://huggingface.co/avatars/55f24699e05af4295a9d16ddecd81f8a.svg
49+
overrides:
50+
backend: llama-cpp
51+
function:
52+
automatic_tool_parsing_fallback: true
53+
grammar:
54+
disable: true
55+
known_usecases:
56+
- chat
57+
options:
58+
- use_jinja:true
59+
parameters:
60+
model: llama-cpp/models/Melody1437-26B-A4B-v2.0-GGUF/Melody1437-26B-A4B-v2.0-HB16-Q4_K_M.gguf
61+
template:
62+
use_tokenizer_template: true
63+
files:
64+
- filename: llama-cpp/models/Melody1437-26B-A4B-v2.0-GGUF/Melody1437-26B-A4B-v2.0-HB16-Q4_K_M.gguf
65+
sha256: b4e97afc63de8b4b60e594d1cc1d3d4f34b080d727f25da00fbdbbb94e0d1529
66+
uri: https://huggingface.co/ReadyArt/Melody1437-26B-A4B-v2.0-GGUF/resolve/main/Melody1437-26B-A4B-v2.0-HB16-Q4_K_M.gguf
267
- name: "dark-scarlett-v0.3-26b-a4b"
368
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
469
urls:

0 commit comments

Comments
 (0)