@bendyline/gilde 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/authoring/chat-models/README.md +26 -0
- package/authoring/chat-models/btl4-35b-q4.json +142 -0
- package/authoring/chat-models/btl4-compact-iq2.json +142 -0
- package/authoring/chat-models/deepseek-r1-8b-q4.json +53 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-mxfp4.json +110 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q2.json +110 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q2q4.json +111 -0
- package/authoring/chat-models/deepseek-v4-flash-284b-q4.json +113 -0
- package/authoring/chat-models/gemma4-12b-q4.json +190 -0
- package/authoring/chat-models/gemma4-12b-q8.json +164 -0
- package/authoring/chat-models/gemma4-26b-q4.json +90 -0
- package/authoring/chat-models/gemma4-31b-q4.json +81 -0
- package/authoring/chat-models/gemma4-e2b-q4.json +76 -0
- package/authoring/chat-models/gemma4-e4b-q4.json +71 -0
- package/authoring/chat-models/glm-5.2-754b-q2.json +60 -0
- package/authoring/chat-models/gpt-oss-120b-q4.json +48 -0
- package/authoring/chat-models/gpt-oss-20b-q4.json +47 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q4.json +127 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q6.json +121 -0
- package/authoring/chat-models/laguna-s-2.1-118b-q8.json +127 -0
- package/authoring/chat-models/lfm2.5-2.6b-q4.json +39 -0
- package/authoring/chat-models/llama3.2-3b-q4.json +42 -0
- package/authoring/chat-models/mistral-7b-q4.json +53 -0
- package/authoring/chat-models/mistral-medium-3.5-128b-q4.json +57 -0
- package/authoring/chat-models/muse-glimmer-30b-q4.json +126 -0
- package/authoring/chat-models/nemotron3-nano-30b-q4.json +49 -0
- package/authoring/chat-models/nemotron3-super-120b-q4.json +41 -0
- package/authoring/chat-models/ornith-35b-q4.json +145 -0
- package/authoring/chat-models/ornith-35b-q8.json +145 -0
- package/authoring/chat-models/ornith-9b-q4.json +146 -0
- package/authoring/chat-models/qwen3.5-122b-a10b-q4.json +172 -0
- package/authoring/chat-models/qwen3.5-2b-q4.json +70 -0
- package/authoring/chat-models/qwen3.5-4b-q4.json +61 -0
- package/authoring/chat-models/qwen3.5-9b-q4.json +61 -0
- package/authoring/chat-models/qwen3.6-27b-q4.json +66 -0
- package/authoring/chat-models/qwen3.6-27b-q8.json +153 -0
- package/authoring/chat-models/qwen3.6-35b-a3b-q4.json +154 -0
- package/authoring/chat-models/qwen3.6-35b-a3b-q8.json +154 -0
- package/authoring/chat-models/talkie-1930-13b-q4.json +74 -0
- package/authoring/chat-models/ternary-bonsai-27b-q2.json +144 -0
- package/data/chat-models/gl/glm-5.2-754b-q2/manifest.json +65 -0
- package/data/chat-models/gl/glm-5.2-754b-q2/versions/1.0.0/manifest.json +18 -0
- package/data/chat-models/gp/gpt-oss-120b-q4/manifest.json +5 -5
- package/data/chat-models/gp/gpt-oss-120b-q4/versions/1.1.0/manifest.json +135 -0
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/mu/muse-glimmer-30b-q4/manifest.json +135 -0
- package/data/chat-models/mu/muse-glimmer-30b-q4/versions/1.0.0/manifest.json +20 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/pu/pull-request-review/manifest.json +5 -1
- package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/craftbook.json +159 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.2.0/test.json +172 -0
- package/package.json +4 -2
- package/schemas/chat-model-identity.schema.json +44 -0
- package/schemas/chat-model-version.schema.json +3 -0
- package/schemas/connector-type-identity.schema.json +3 -0
- package/schemas/connector-type-version.schema.json +3 -0
- package/schemas/craftbook-doc.schema.json +3 -0
- package/schemas/craftbook-template-identity.schema.json +3 -0
- package/schemas/craftbook-template-version.schema.json +3 -0
- package/schemas/gezel-template-identity.schema.json +3 -0
- package/schemas/gezel-template-version.schema.json +3 -0
- package/schemas/image-model-identity.schema.json +3 -0
- package/schemas/image-model-version.schema.json +3 -0
- package/schemas/project-type-identity.schema.json +3 -0
- package/schemas/project-type-version.schema.json +3 -0
- package/schemas/toolset-identity.schema.json +3 -0
- package/schemas/toolset-version.schema.json +3 -0
- package/schemas/video-model-identity.schema.json +3 -0
- package/schemas/video-model-version.schema.json +3 -0
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "chat-model",
|
|
4
|
+
"minGezelVersion": "1.99999",
|
|
5
|
+
"id": "muse-glimmer-30b-q4",
|
|
6
|
+
"name": "Muse Glimmer (30B, Q4)",
|
|
7
|
+
"description": "Meta Superintelligence Labs' Muse family, distilled from the larger Muse Spark down to 30B: a dense agentic model (29.6B language model plus a ~1.8B ViT-G/14 perception encoder) built for long-horizon tool use on consumer hardware. A new architecture rather than a Llama derivative — its own chat format and tool-call grammar. Multimodal (text + image), 131K native context, native tool calling, and a reasoning strength dial from low to xhigh. Meta's own calibrated K-quant build, sized to fit 24GB of VRAM.",
|
|
8
|
+
"tags": [
|
|
9
|
+
"meta",
|
|
10
|
+
"agentic",
|
|
11
|
+
"multimodal",
|
|
12
|
+
"vision",
|
|
13
|
+
"tools",
|
|
14
|
+
"long-context",
|
|
15
|
+
"reasoning"
|
|
16
|
+
],
|
|
17
|
+
"category": "general",
|
|
18
|
+
"maintainer": {
|
|
19
|
+
"name": "Meta Superintelligence Labs",
|
|
20
|
+
"url": "https://huggingface.co/meta-models/Muse-Glimmer-30B"
|
|
21
|
+
},
|
|
22
|
+
"version": "1.0.0",
|
|
23
|
+
"updatedAt": "2026-08-10T00:00:00Z",
|
|
24
|
+
"license": "Apache-2.0",
|
|
25
|
+
"licenseClass": "open",
|
|
26
|
+
"licenseShortName": "Apache 2.0",
|
|
27
|
+
"parameterSize": "30B",
|
|
28
|
+
"approxSizeBytes": 16756681056,
|
|
29
|
+
"supportsTools": true,
|
|
30
|
+
"contextWindow": 131072,
|
|
31
|
+
"upstream": "https://huggingface.co/meta-models/Muse-Glimmer-30B",
|
|
32
|
+
"style": {
|
|
33
|
+
"family": "muse",
|
|
34
|
+
"reasoningFormat": "channel",
|
|
35
|
+
"toolCallFormat": "function-call"
|
|
36
|
+
},
|
|
37
|
+
"tuning": {
|
|
38
|
+
"sampling": {
|
|
39
|
+
"temperature": 1,
|
|
40
|
+
"topP": 0.95,
|
|
41
|
+
"topK": 64,
|
|
42
|
+
"maxTokens": 8192
|
|
43
|
+
},
|
|
44
|
+
"reasoning": {
|
|
45
|
+
"enableThinking": true,
|
|
46
|
+
"templateKwargs": {
|
|
47
|
+
"reasoning_strength": "high"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"profiles": {
|
|
51
|
+
"thinking-general": {
|
|
52
|
+
"sampling": {
|
|
53
|
+
"temperature": 1,
|
|
54
|
+
"topP": 0.95,
|
|
55
|
+
"topK": 64,
|
|
56
|
+
"maxTokens": 8192
|
|
57
|
+
},
|
|
58
|
+
"reasoning": {
|
|
59
|
+
"enableThinking": true,
|
|
60
|
+
"templateKwargs": {
|
|
61
|
+
"reasoning_strength": "high"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"thinking-coding": {
|
|
66
|
+
"sampling": {
|
|
67
|
+
"temperature": 1,
|
|
68
|
+
"topP": 0.95,
|
|
69
|
+
"topK": 64,
|
|
70
|
+
"maxTokens": 16384
|
|
71
|
+
},
|
|
72
|
+
"reasoning": {
|
|
73
|
+
"enableThinking": true,
|
|
74
|
+
"templateKwargs": {
|
|
75
|
+
"reasoning_strength": "xhigh"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"thinking-precise": {
|
|
80
|
+
"sampling": {
|
|
81
|
+
"temperature": 0.6,
|
|
82
|
+
"topP": 0.9,
|
|
83
|
+
"topK": 64,
|
|
84
|
+
"maxTokens": 8192
|
|
85
|
+
},
|
|
86
|
+
"reasoning": {
|
|
87
|
+
"enableThinking": true,
|
|
88
|
+
"templateKwargs": {
|
|
89
|
+
"reasoning_strength": "high"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"instruct": {
|
|
94
|
+
"sampling": {
|
|
95
|
+
"temperature": 0.7,
|
|
96
|
+
"topP": 0.95,
|
|
97
|
+
"topK": 64,
|
|
98
|
+
"maxTokens": 4096
|
|
99
|
+
},
|
|
100
|
+
"reasoning": {
|
|
101
|
+
"templateKwargs": {
|
|
102
|
+
"reasoning_strength": "low"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"creative": {
|
|
107
|
+
"sampling": {
|
|
108
|
+
"temperature": 1.1,
|
|
109
|
+
"topP": 0.95,
|
|
110
|
+
"topK": 64,
|
|
111
|
+
"maxTokens": 8192
|
|
112
|
+
},
|
|
113
|
+
"reasoning": {
|
|
114
|
+
"templateKwargs": {
|
|
115
|
+
"reasoning_strength": "low"
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"llamaCpp": {
|
|
122
|
+
"huggingfaceRepo": "meta-models/Muse-Glimmer-30B-GGUF",
|
|
123
|
+
"revision": "93769bc7ab5ad1e9cd22d857e3138cf5d977ae81",
|
|
124
|
+
"filename": "muse-glimmer-30B-kquant-17gb.gguf",
|
|
125
|
+
"sha256": "7e9b74b7c8875e9e265695df9613bf6290f2392e479ce740495a129019c488d8",
|
|
126
|
+
"approxSizeBytes": 16756681056,
|
|
127
|
+
"quantization": "K-Quant-17GB",
|
|
128
|
+
"mmproj": {
|
|
129
|
+
"filename": "mmproj-kquant.gguf",
|
|
130
|
+
"sha256": "f48b452316f9b213758e8659444029b961a24a07f99a1abb2a9f88b06f7c00c6",
|
|
131
|
+
"sizeBytes": 1400328928
|
|
132
|
+
},
|
|
133
|
+
"residentBytes": 21416116224
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"releasedAt": "2026-08-10T00:00:00Z",
|
|
5
|
+
"approxSizeBytes": 16756681056,
|
|
6
|
+
"llamaCpp": {
|
|
7
|
+
"huggingfaceRepo": "meta-models/Muse-Glimmer-30B-GGUF",
|
|
8
|
+
"revision": "93769bc7ab5ad1e9cd22d857e3138cf5d977ae81",
|
|
9
|
+
"filename": "muse-glimmer-30B-kquant-17gb.gguf",
|
|
10
|
+
"sha256": "7e9b74b7c8875e9e265695df9613bf6290f2392e479ce740495a129019c488d8",
|
|
11
|
+
"approxSizeBytes": 16756681056,
|
|
12
|
+
"quantization": "K-Quant-17GB",
|
|
13
|
+
"mmproj": {
|
|
14
|
+
"filename": "mmproj-kquant.gguf",
|
|
15
|
+
"sha256": "f48b452316f9b213758e8659444029b961a24a07f99a1abb2a9f88b06f7c00c6",
|
|
16
|
+
"sizeBytes": 1400328928
|
|
17
|
+
},
|
|
18
|
+
"residentBytes": 21416116224
|
|
19
|
+
}
|
|
20
|
+
}
|