@bendyline/gilde 0.1.42 → 0.1.44

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.
@@ -0,0 +1,141 @@
1
+ {
2
+ "id": "granite4.2-30b-q4",
3
+ "name": "Granite 4.2 (30B, Q4)",
4
+ "description": "IBM's flagship dense Granite 4.2 reasoning model at 30B parameters. Text-only, with native thinking, agentic coding, native tool calling, multilingual support, and a 128K context window. Q4 builds are suited to machines with 32GB+ usable memory.",
5
+ "tags": [
6
+ "ibm",
7
+ "reasoning",
8
+ "agentic",
9
+ "coding",
10
+ "tools",
11
+ "long-context",
12
+ "multilingual",
13
+ "open-weights",
14
+ "apple-silicon"
15
+ ],
16
+ "category": "reasoning",
17
+ "maintainer": {
18
+ "name": "IBM Granite",
19
+ "url": "https://huggingface.co/ibm-granite/granite-4.2-30b"
20
+ },
21
+ "version": "1.0.0",
22
+ "updatedAt": "2026-08-25T00:00:00Z",
23
+ "minGezelVersion": "1.26238",
24
+ "license": "Apache-2.0",
25
+ "licenseClass": "open",
26
+ "licenseShortName": "Apache 2.0",
27
+ "parameterSize": "30B",
28
+ "approxSizeBytes": 17721455328,
29
+ "supportsTools": true,
30
+ "contextWindow": 131072,
31
+ "kvBytesPerTokenF16": 262144,
32
+ "upstream": "https://huggingface.co/ibm-granite/granite-4.2-30b",
33
+ "style": {
34
+ "family": "granite",
35
+ "reasoningFormat": "think",
36
+ "toolCallFormat": "function-call"
37
+ },
38
+ "behaviors": [
39
+ "reasoning.strip-think-tags",
40
+ "prompt.private-reasoning-guidance",
41
+ "mcp.compact-tool-schemas",
42
+ "fabrication.detect-past-tense-no-tools",
43
+ "prompt.retrieval-first",
44
+ "prompt.workspace-gestalt",
45
+ "prompt.documents-summaries",
46
+ "turn.preamble-folding",
47
+ "turn.ramble-detection",
48
+ "tools.mlx-grammar"
49
+ ],
50
+ "tuning": {
51
+ "sampling": {
52
+ "temperature": 1,
53
+ "topP": 0.95,
54
+ "maxTokens": 8192
55
+ },
56
+ "samplingWhenThinking": {
57
+ "temperature": 1,
58
+ "topP": 0.95
59
+ },
60
+ "reasoning": {
61
+ "enableThinking": true,
62
+ "thinkingBudget": 8192
63
+ },
64
+ "profiles": {
65
+ "thinking-general": {
66
+ "sampling": {
67
+ "temperature": 1,
68
+ "topP": 0.95,
69
+ "maxTokens": 8192
70
+ },
71
+ "reasoning": {
72
+ "enableThinking": true,
73
+ "thinkingBudget": 8192
74
+ }
75
+ },
76
+ "thinking-deep": {
77
+ "sampling": {
78
+ "temperature": 1,
79
+ "topP": 0.95,
80
+ "maxTokens": 16384
81
+ },
82
+ "reasoning": {
83
+ "enableThinking": true,
84
+ "thinkingBudget": 12288
85
+ }
86
+ },
87
+ "thinking-coding": {
88
+ "sampling": {
89
+ "temperature": 1,
90
+ "topP": 0.95,
91
+ "maxTokens": 16384
92
+ },
93
+ "reasoning": {
94
+ "enableThinking": true,
95
+ "thinkingBudget": 8192
96
+ }
97
+ },
98
+ "thinking-precise": {
99
+ "sampling": {
100
+ "temperature": 1,
101
+ "topP": 0.95,
102
+ "seed": 0,
103
+ "maxTokens": 8192
104
+ },
105
+ "reasoning": {
106
+ "enableThinking": true,
107
+ "thinkingBudget": 8192
108
+ }
109
+ },
110
+ "instruct": {
111
+ "sampling": {
112
+ "temperature": 1,
113
+ "topP": 0.95,
114
+ "maxTokens": 8192
115
+ },
116
+ "reasoning": {
117
+ "enableThinking": false
118
+ }
119
+ },
120
+ "creative": {
121
+ "sampling": {
122
+ "temperature": 1,
123
+ "topP": 0.95,
124
+ "maxTokens": 8192
125
+ },
126
+ "reasoning": {
127
+ "enableThinking": false
128
+ }
129
+ }
130
+ }
131
+ },
132
+ "llamaCpp": {
133
+ "huggingfaceRepo": "ibm-granite/granite-4.2-30b-GGUF",
134
+ "filename": "granite-4.2-30b-Q4_K_M.gguf",
135
+ "quantization": "Q4_K_M"
136
+ },
137
+ "mlx": {
138
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-30b-MLX-4bit",
139
+ "quantization": "4bit"
140
+ }
141
+ }
@@ -0,0 +1,152 @@
1
+ {
2
+ "id": "granite4.2-3b-q4",
3
+ "name": "Granite 4.2 (3B, Q4)",
4
+ "description": "IBM's compact dense Granite 4.2 reasoning model at 3B parameters. Text-only, with native thinking, native tool calling, multilingual support, and a 128K context window. Q4 builds are a lightweight option for machines with 8GB+ usable memory.",
5
+ "tags": [
6
+ "ibm",
7
+ "reasoning",
8
+ "agentic",
9
+ "coding",
10
+ "tools",
11
+ "long-context",
12
+ "multilingual",
13
+ "small",
14
+ "open-weights",
15
+ "apple-silicon"
16
+ ],
17
+ "category": "reasoning",
18
+ "maintainer": {
19
+ "name": "IBM Granite",
20
+ "url": "https://huggingface.co/ibm-granite/granite-4.2-3b"
21
+ },
22
+ "version": "1.0.0",
23
+ "updatedAt": "2026-08-25T00:00:00Z",
24
+ "minGezelVersion": "1.26238",
25
+ "license": "Apache-2.0",
26
+ "licenseClass": "open",
27
+ "licenseShortName": "Apache 2.0",
28
+ "parameterSize": "3B",
29
+ "approxSizeBytes": 2244012160,
30
+ "supportsTools": true,
31
+ "contextWindow": 131072,
32
+ "kvBytesPerTokenF16": 81920,
33
+ "upstream": "https://huggingface.co/ibm-granite/granite-4.2-3b",
34
+ "style": {
35
+ "family": "granite",
36
+ "reasoningFormat": "think",
37
+ "toolCallFormat": "function-call"
38
+ },
39
+ "behaviors": [
40
+ "reasoning.strip-think-tags",
41
+ "prompt.private-reasoning-guidance",
42
+ "prompt.tool-cookbook-full",
43
+ "mcp.compact-tool-schemas",
44
+ "mcp.relax-required-fields",
45
+ "mcp.default-missing-fields",
46
+ "fabrication.detect-past-tense-no-tools",
47
+ "fabrication.detect-claim-without-tool",
48
+ "prompt.retrieval-first",
49
+ {
50
+ "id": "turn.continuation-budget",
51
+ "config": {
52
+ "count": 4
53
+ }
54
+ },
55
+ "turn.preamble-folding",
56
+ "turn.ramble-detection",
57
+ "tools.mlx-grammar",
58
+ "prompt.prefer-writefile-edits",
59
+ "prompt.derive-by-execution"
60
+ ],
61
+ "tuning": {
62
+ "sampling": {
63
+ "temperature": 1,
64
+ "topP": 0.95,
65
+ "maxTokens": 8192
66
+ },
67
+ "samplingWhenThinking": {
68
+ "temperature": 1,
69
+ "topP": 0.95
70
+ },
71
+ "reasoning": {
72
+ "enableThinking": true,
73
+ "thinkingBudget": 8192
74
+ },
75
+ "profiles": {
76
+ "thinking-general": {
77
+ "sampling": {
78
+ "temperature": 1,
79
+ "topP": 0.95,
80
+ "maxTokens": 8192
81
+ },
82
+ "reasoning": {
83
+ "enableThinking": true,
84
+ "thinkingBudget": 8192
85
+ }
86
+ },
87
+ "thinking-deep": {
88
+ "sampling": {
89
+ "temperature": 1,
90
+ "topP": 0.95,
91
+ "maxTokens": 16384
92
+ },
93
+ "reasoning": {
94
+ "enableThinking": true,
95
+ "thinkingBudget": 12288
96
+ }
97
+ },
98
+ "thinking-coding": {
99
+ "sampling": {
100
+ "temperature": 1,
101
+ "topP": 0.95,
102
+ "maxTokens": 16384
103
+ },
104
+ "reasoning": {
105
+ "enableThinking": true,
106
+ "thinkingBudget": 8192
107
+ }
108
+ },
109
+ "thinking-precise": {
110
+ "sampling": {
111
+ "temperature": 1,
112
+ "topP": 0.95,
113
+ "seed": 0,
114
+ "maxTokens": 8192
115
+ },
116
+ "reasoning": {
117
+ "enableThinking": true,
118
+ "thinkingBudget": 8192
119
+ }
120
+ },
121
+ "instruct": {
122
+ "sampling": {
123
+ "temperature": 1,
124
+ "topP": 0.95,
125
+ "maxTokens": 8192
126
+ },
127
+ "reasoning": {
128
+ "enableThinking": false
129
+ }
130
+ },
131
+ "creative": {
132
+ "sampling": {
133
+ "temperature": 1,
134
+ "topP": 0.95,
135
+ "maxTokens": 8192
136
+ },
137
+ "reasoning": {
138
+ "enableThinking": false
139
+ }
140
+ }
141
+ }
142
+ },
143
+ "llamaCpp": {
144
+ "huggingfaceRepo": "ibm-granite/granite-4.2-3b-GGUF",
145
+ "filename": "granite-4.2-3b-Q4_K_M.gguf",
146
+ "quantization": "Q4_K_M"
147
+ },
148
+ "mlx": {
149
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-3b-MLX-4bit",
150
+ "quantization": "4bit"
151
+ }
152
+ }
@@ -0,0 +1,145 @@
1
+ {
2
+ "id": "granite4.2-8b-q4",
3
+ "name": "Granite 4.2 (8B, Q4)",
4
+ "description": "IBM's dense Granite 4.2 reasoning model at 8B parameters. Text-only, with native thinking, agentic coding, native tool calling, multilingual support, and a 128K context window. Q4 builds are suited to machines with 16GB+ usable memory.",
5
+ "tags": [
6
+ "ibm",
7
+ "reasoning",
8
+ "agentic",
9
+ "coding",
10
+ "tools",
11
+ "long-context",
12
+ "multilingual",
13
+ "open-weights",
14
+ "apple-silicon"
15
+ ],
16
+ "category": "reasoning",
17
+ "maintainer": {
18
+ "name": "IBM Granite",
19
+ "url": "https://huggingface.co/ibm-granite/granite-4.2-8b"
20
+ },
21
+ "version": "1.0.0",
22
+ "updatedAt": "2026-08-25T00:00:00Z",
23
+ "minGezelVersion": "1.26238",
24
+ "license": "Apache-2.0",
25
+ "licenseClass": "open",
26
+ "licenseShortName": "Apache 2.0",
27
+ "parameterSize": "8B",
28
+ "approxSizeBytes": 5347917952,
29
+ "supportsTools": true,
30
+ "contextWindow": 131072,
31
+ "kvBytesPerTokenF16": 163840,
32
+ "upstream": "https://huggingface.co/ibm-granite/granite-4.2-8b",
33
+ "style": {
34
+ "family": "granite",
35
+ "reasoningFormat": "think",
36
+ "toolCallFormat": "function-call"
37
+ },
38
+ "behaviors": [
39
+ "reasoning.strip-think-tags",
40
+ "prompt.private-reasoning-guidance",
41
+ "prompt.tool-cookbook-condensed",
42
+ "mcp.compact-tool-schemas",
43
+ "mcp.relax-required-fields",
44
+ "mcp.default-missing-fields",
45
+ "fabrication.detect-past-tense-no-tools",
46
+ "fabrication.detect-claim-without-tool",
47
+ "prompt.retrieval-first",
48
+ "turn.preamble-folding",
49
+ "turn.ramble-detection",
50
+ "tools.mlx-grammar",
51
+ "prompt.prefer-writefile-edits",
52
+ "prompt.derive-by-execution"
53
+ ],
54
+ "tuning": {
55
+ "sampling": {
56
+ "temperature": 1,
57
+ "topP": 0.95,
58
+ "maxTokens": 8192
59
+ },
60
+ "samplingWhenThinking": {
61
+ "temperature": 1,
62
+ "topP": 0.95
63
+ },
64
+ "reasoning": {
65
+ "enableThinking": true,
66
+ "thinkingBudget": 8192
67
+ },
68
+ "profiles": {
69
+ "thinking-general": {
70
+ "sampling": {
71
+ "temperature": 1,
72
+ "topP": 0.95,
73
+ "maxTokens": 8192
74
+ },
75
+ "reasoning": {
76
+ "enableThinking": true,
77
+ "thinkingBudget": 8192
78
+ }
79
+ },
80
+ "thinking-deep": {
81
+ "sampling": {
82
+ "temperature": 1,
83
+ "topP": 0.95,
84
+ "maxTokens": 16384
85
+ },
86
+ "reasoning": {
87
+ "enableThinking": true,
88
+ "thinkingBudget": 12288
89
+ }
90
+ },
91
+ "thinking-coding": {
92
+ "sampling": {
93
+ "temperature": 1,
94
+ "topP": 0.95,
95
+ "maxTokens": 16384
96
+ },
97
+ "reasoning": {
98
+ "enableThinking": true,
99
+ "thinkingBudget": 8192
100
+ }
101
+ },
102
+ "thinking-precise": {
103
+ "sampling": {
104
+ "temperature": 1,
105
+ "topP": 0.95,
106
+ "seed": 0,
107
+ "maxTokens": 8192
108
+ },
109
+ "reasoning": {
110
+ "enableThinking": true,
111
+ "thinkingBudget": 8192
112
+ }
113
+ },
114
+ "instruct": {
115
+ "sampling": {
116
+ "temperature": 1,
117
+ "topP": 0.95,
118
+ "maxTokens": 8192
119
+ },
120
+ "reasoning": {
121
+ "enableThinking": false
122
+ }
123
+ },
124
+ "creative": {
125
+ "sampling": {
126
+ "temperature": 1,
127
+ "topP": 0.95,
128
+ "maxTokens": 8192
129
+ },
130
+ "reasoning": {
131
+ "enableThinking": false
132
+ }
133
+ }
134
+ }
135
+ },
136
+ "llamaCpp": {
137
+ "huggingfaceRepo": "ibm-granite/granite-4.2-8b-GGUF",
138
+ "filename": "granite-4.2-8b-Q4_K_M.gguf",
139
+ "quantization": "Q4_K_M"
140
+ },
141
+ "mlx": {
142
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-8b-MLX-4bit",
143
+ "quantization": "4bit"
144
+ }
145
+ }
@@ -0,0 +1,200 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "granite4.2-30b-q4",
5
+ "name": "Granite 4.2 (30B, Q4)",
6
+ "description": "IBM's flagship dense Granite 4.2 reasoning model at 30B parameters. Text-only, with native thinking, agentic coding, native tool calling, multilingual support, and a 128K context window. Q4 builds are suited to machines with 32GB+ usable memory.",
7
+ "tags": [
8
+ "ibm",
9
+ "reasoning",
10
+ "agentic",
11
+ "coding",
12
+ "tools",
13
+ "long-context",
14
+ "multilingual",
15
+ "open-weights",
16
+ "apple-silicon"
17
+ ],
18
+ "category": "reasoning",
19
+ "maintainer": {
20
+ "name": "IBM Granite",
21
+ "url": "https://huggingface.co/ibm-granite/granite-4.2-30b"
22
+ },
23
+ "version": "1.0.0",
24
+ "updatedAt": "2026-08-25T00:00:00Z",
25
+ "license": "Apache-2.0",
26
+ "licenseClass": "open",
27
+ "licenseShortName": "Apache 2.0",
28
+ "parameterSize": "30B",
29
+ "approxSizeBytes": 17721455328,
30
+ "supportsTools": true,
31
+ "contextWindow": 131072,
32
+ "kvBytesPerTokenF16": 262144,
33
+ "upstream": "https://huggingface.co/ibm-granite/granite-4.2-30b",
34
+ "style": {
35
+ "family": "granite",
36
+ "reasoningFormat": "think",
37
+ "toolCallFormat": "function-call"
38
+ },
39
+ "behaviors": [
40
+ "reasoning.strip-think-tags",
41
+ "prompt.private-reasoning-guidance",
42
+ "mcp.compact-tool-schemas",
43
+ "fabrication.detect-past-tense-no-tools",
44
+ "prompt.retrieval-first",
45
+ "prompt.workspace-gestalt",
46
+ "prompt.documents-summaries",
47
+ "turn.preamble-folding",
48
+ "turn.ramble-detection",
49
+ "tools.mlx-grammar"
50
+ ],
51
+ "tuning": {
52
+ "sampling": {
53
+ "temperature": 1,
54
+ "topP": 0.95,
55
+ "maxTokens": 8192
56
+ },
57
+ "samplingWhenThinking": {
58
+ "temperature": 1,
59
+ "topP": 0.95
60
+ },
61
+ "reasoning": {
62
+ "enableThinking": true,
63
+ "thinkingBudget": 8192
64
+ },
65
+ "profiles": {
66
+ "thinking-general": {
67
+ "sampling": {
68
+ "temperature": 1,
69
+ "topP": 0.95,
70
+ "maxTokens": 8192
71
+ },
72
+ "reasoning": {
73
+ "enableThinking": true,
74
+ "thinkingBudget": 8192
75
+ }
76
+ },
77
+ "thinking-deep": {
78
+ "sampling": {
79
+ "temperature": 1,
80
+ "topP": 0.95,
81
+ "maxTokens": 16384
82
+ },
83
+ "reasoning": {
84
+ "enableThinking": true,
85
+ "thinkingBudget": 12288
86
+ }
87
+ },
88
+ "thinking-coding": {
89
+ "sampling": {
90
+ "temperature": 1,
91
+ "topP": 0.95,
92
+ "maxTokens": 16384
93
+ },
94
+ "reasoning": {
95
+ "enableThinking": true,
96
+ "thinkingBudget": 8192
97
+ }
98
+ },
99
+ "thinking-precise": {
100
+ "sampling": {
101
+ "temperature": 1,
102
+ "topP": 0.95,
103
+ "seed": 0,
104
+ "maxTokens": 8192
105
+ },
106
+ "reasoning": {
107
+ "enableThinking": true,
108
+ "thinkingBudget": 8192
109
+ }
110
+ },
111
+ "instruct": {
112
+ "sampling": {
113
+ "temperature": 1,
114
+ "topP": 0.95,
115
+ "maxTokens": 8192
116
+ },
117
+ "reasoning": {
118
+ "enableThinking": false
119
+ }
120
+ },
121
+ "creative": {
122
+ "sampling": {
123
+ "temperature": 1,
124
+ "topP": 0.95,
125
+ "maxTokens": 8192
126
+ },
127
+ "reasoning": {
128
+ "enableThinking": false
129
+ }
130
+ }
131
+ }
132
+ },
133
+ "minGezelVersion": "1.26238",
134
+ "llamaCpp": {
135
+ "huggingfaceRepo": "ibm-granite/granite-4.2-30b-GGUF",
136
+ "revision": "dccfa56fbb20bc2d8bef5cc43f3c7ef190b090cb",
137
+ "filename": "granite-4.2-30b-Q4_K_M.gguf",
138
+ "sha256": "f299dace85d77ee0e24ca0b6720bd211b1f4cd1f65b9c0a2111e79692e29c9be",
139
+ "approxSizeBytes": 17721455328,
140
+ "quantization": "Q4_K_M"
141
+ },
142
+ "mlx": {
143
+ "huggingfaceRepo": "lmstudio-community/granite-4.2-30b-MLX-4bit",
144
+ "revision": "a9b33b84944a3c27062c60bad1a37e0299f04eb2",
145
+ "quantization": "4bit",
146
+ "approxSizeBytes": 16476412317,
147
+ "files": [
148
+ {
149
+ "name": "chat_template.jinja",
150
+ "sha256": "f0ba43f79b3cabca5e5a7584c77aec92f49feae45cdf7779c87d9fc54cd90258",
151
+ "sizeBytes": 9013
152
+ },
153
+ {
154
+ "name": "config.json",
155
+ "sha256": "a745ccdfe4a4d7579c7e30cc9615b09f045cd9a7abe1e4e967dda8d548230870",
156
+ "sizeBytes": 1187
157
+ },
158
+ {
159
+ "name": "generation_config.json",
160
+ "sha256": "1b9baf0a7959d31d7fb58ff6b506c27d09a73d395cadccc7e6dd1d4b7e43fd9d",
161
+ "sizeBytes": 207
162
+ },
163
+ {
164
+ "name": "model-00001-of-00004.safetensors",
165
+ "sha256": "2c6e511eda2fd702c2c189211929202aedae5ddbd29cfb023682bf3f97619e10",
166
+ "sizeBytes": 5332391152
167
+ },
168
+ {
169
+ "name": "model-00002-of-00004.safetensors",
170
+ "sha256": "25350f8f9cf7c794ef5091d36cfdf5c48ee39439335f66bad4f213d02563d75a",
171
+ "sizeBytes": 5327690091
172
+ },
173
+ {
174
+ "name": "model-00003-of-00004.safetensors",
175
+ "sha256": "69300ea2414dc6ef214c943e1f4636d781be5ff231ba5d7421ae6b066cab64fa",
176
+ "sizeBytes": 5351301086
177
+ },
178
+ {
179
+ "name": "model-00004-of-00004.safetensors",
180
+ "sha256": "d51ae4e29e1fe98574b0f3e7087f7732fbf920d14d0f3f5946698d83d13dcacf",
181
+ "sizeBytes": 457729616
182
+ },
183
+ {
184
+ "name": "model.safetensors.index.json",
185
+ "sha256": "4db7a61eda74aba2a1229bff09bec129dbff49ca3241ffbe2d8a8fd0bd3f3b5b",
186
+ "sizeBytes": 126768
187
+ },
188
+ {
189
+ "name": "tokenizer.json",
190
+ "sha256": "883975314d58743726347caaf2c32ac89afd5ad57222cffbc4f052f2ab27b2d7",
191
+ "sizeBytes": 7153414
192
+ },
193
+ {
194
+ "name": "tokenizer_config.json",
195
+ "sha256": "856442330f3066df1f922cccbe107c4bc3b6764c791b803b475eecf88666b2a3",
196
+ "sizeBytes": 9783
197
+ }
198
+ ]
199
+ }
200
+ }