@bendyline/gilde 0.1.56 → 0.1.57

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,221 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "qwen3.8-flash-next-iq3",
5
+ "name": "Qwen 3.8 Flash Next (180B-A6B, IQ3_XXS)",
6
+ "description": "Qwen's experimental preview of the architecture behind Qwen4: a 125B-parameter MoE with 6B active per token, plus a 51B n-gram embedding table designed for cheap offload. This Unsloth UD-IQ3_XXS build is an 82 GB split GGUF whose 26.8 GiB n-gram table can be demand-paged; it is the practical variant for 64 GB system RAM plus a 32 GB-class discrete GPU. Gezel starts it conservatively at 64K context and one slot, then chooses the expert GPU/CPU split from the machine's measured VRAM.",
7
+ "tags": [
8
+ "qwen",
9
+ "agentic",
10
+ "coding",
11
+ "multimodal",
12
+ "vision",
13
+ "video",
14
+ "tools",
15
+ "reasoning",
16
+ "long-context",
17
+ "moe",
18
+ "ngram-embedding",
19
+ "large",
20
+ "experimental"
21
+ ],
22
+ "category": "general",
23
+ "maintainer": {
24
+ "name": "Unsloth",
25
+ "url": "https://huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF"
26
+ },
27
+ "maker": {
28
+ "name": "Qwen",
29
+ "url": "https://huggingface.co/Qwen/Qwen3.8-Flash-Next"
30
+ },
31
+ "version": "1.0.0",
32
+ "updatedAt": "2026-09-06T00:00:00Z",
33
+ "license": "qwen-community-1.0",
34
+ "licenseClass": "custom-restricted",
35
+ "licenseShortName": "Qwen Community 1.0",
36
+ "licenseUrl": "https://huggingface.co/Qwen/Qwen3.8-Flash-Next/blob/main/LICENSE",
37
+ "parameterSize": "180B",
38
+ "approxSizeBytes": 81961823936,
39
+ "supportsTools": true,
40
+ "contextWindow": 262144,
41
+ "upstream": "https://huggingface.co/Qwen/Qwen3.8-Flash-Next",
42
+ "style": {
43
+ "family": "qwen",
44
+ "reasoningFormat": "think",
45
+ "toolCallFormat": "function-call"
46
+ },
47
+ "behaviors": [
48
+ "reasoning.strip-think-tags",
49
+ "provider.merge-system-messages",
50
+ "mcp.compact-tool-schemas",
51
+ "provider.compact-write-transcript",
52
+ "fabrication.detect-past-tense-no-tools",
53
+ "turn.ollama-num-predict-bumped",
54
+ "turn.preamble-folding",
55
+ "turn.ramble-detection",
56
+ "tools.mlx-grammar",
57
+ "prompt.retrieval-first",
58
+ "prompt.workspace-gestalt",
59
+ "prompt.derive-by-execution"
60
+ ],
61
+ "tuning": {
62
+ "sampling": {
63
+ "temperature": 1,
64
+ "topP": 0.95,
65
+ "topK": 20,
66
+ "minP": 0,
67
+ "presencePenalty": 0,
68
+ "repetitionPenalty": 1,
69
+ "maxTokens": 12288
70
+ },
71
+ "samplingWhenThinking": {
72
+ "temperature": 1,
73
+ "topP": 0.95
74
+ },
75
+ "reasoning": {
76
+ "enableThinking": true,
77
+ "thinkingBudget": 4096,
78
+ "templateKwargs": {
79
+ "reasoning_effort": "xhigh"
80
+ }
81
+ },
82
+ "promptTags": {
83
+ "enableThinkingTag": "/think",
84
+ "disableThinkingTag": "/no_think"
85
+ },
86
+ "profiles": {
87
+ "thinking-general": {
88
+ "sampling": {
89
+ "temperature": 1,
90
+ "topP": 0.95,
91
+ "topK": 20,
92
+ "minP": 0,
93
+ "presencePenalty": 0,
94
+ "repetitionPenalty": 1,
95
+ "maxTokens": 12288
96
+ },
97
+ "reasoning": {
98
+ "enableThinking": true,
99
+ "thinkingBudget": 4096,
100
+ "templateKwargs": {
101
+ "reasoning_effort": "xhigh"
102
+ }
103
+ }
104
+ },
105
+ "thinking-deep": {
106
+ "reasoning": {
107
+ "enableThinking": true,
108
+ "thinkingBudget": 4096,
109
+ "templateKwargs": {
110
+ "reasoning_effort": "xhigh"
111
+ }
112
+ }
113
+ },
114
+ "thinking-coding": {
115
+ "sampling": {
116
+ "temperature": 1,
117
+ "topP": 0.95,
118
+ "topK": 20,
119
+ "minP": 0,
120
+ "presencePenalty": 0,
121
+ "repetitionPenalty": 1,
122
+ "maxTokens": 16384
123
+ },
124
+ "reasoning": {
125
+ "enableThinking": true,
126
+ "thinkingBudget": 4096,
127
+ "templateKwargs": {
128
+ "reasoning_effort": "xhigh"
129
+ }
130
+ }
131
+ },
132
+ "thinking-precise": {
133
+ "sampling": {
134
+ "temperature": 0.6,
135
+ "topP": 0.95,
136
+ "topK": 20,
137
+ "minP": 0,
138
+ "presencePenalty": 0,
139
+ "repetitionPenalty": 1,
140
+ "seed": 0,
141
+ "maxTokens": 6144
142
+ },
143
+ "reasoning": {
144
+ "enableThinking": true,
145
+ "thinkingBudget": 4096,
146
+ "templateKwargs": {
147
+ "reasoning_effort": "medium"
148
+ }
149
+ }
150
+ },
151
+ "instruct": {
152
+ "sampling": {
153
+ "temperature": 0.7,
154
+ "topP": 0.8,
155
+ "topK": 20,
156
+ "minP": 0,
157
+ "presencePenalty": 1.5,
158
+ "repetitionPenalty": 1,
159
+ "maxTokens": 4096
160
+ },
161
+ "reasoning": {
162
+ "enableThinking": false
163
+ }
164
+ },
165
+ "creative": {
166
+ "sampling": {
167
+ "temperature": 1,
168
+ "topP": 0.95,
169
+ "topK": 40,
170
+ "minP": 0,
171
+ "presencePenalty": 1.5,
172
+ "repetitionPenalty": 1,
173
+ "maxTokens": 8192
174
+ },
175
+ "reasoning": {
176
+ "enableThinking": false
177
+ }
178
+ }
179
+ },
180
+ "engine": {
181
+ "llamaCpp": {
182
+ "loadMode": "auto",
183
+ "lazyMode": "auto",
184
+ "cacheReuse": 0,
185
+ "flashAttn": "on",
186
+ "batchSize": 512,
187
+ "ubatchSize": 512,
188
+ "contextSize": 65536
189
+ }
190
+ }
191
+ },
192
+ "llamaCpp": {
193
+ "huggingfaceRepo": "unsloth/Qwen3.8-Flash-Next-GGUF",
194
+ "revision": "38bb39ee97821de2c9009abb7e93950eec396e66",
195
+ "shards": [
196
+ {
197
+ "name": "UD-IQ3_XXS/Qwen3.8-Flash-Next-UD-IQ3_XXS-00001-of-00003.gguf",
198
+ "sha256": "268f81fdedf3149a538f252308927a4d5d1f6e062c178568a51e3b519744f8a8",
199
+ "sizeBytes": 10946624
200
+ },
201
+ {
202
+ "name": "UD-IQ3_XXS/Qwen3.8-Flash-Next-UD-IQ3_XXS-00002-of-00003.gguf",
203
+ "sha256": "cfe600b236b88c7fad1613a5ca5e83b9f2beb63cbd44c32b2be50a44747c695f",
204
+ "sizeBytes": 49567921344
205
+ },
206
+ {
207
+ "name": "UD-IQ3_XXS/Qwen3.8-Flash-Next-UD-IQ3_XXS-00003-of-00003.gguf",
208
+ "sha256": "f1912ba34c79427d2295a58dcb2b732b5931af5bef7a373c60557a57d9ee7250",
209
+ "sizeBytes": 32382955968
210
+ }
211
+ ],
212
+ "approxSizeBytes": 81961823936,
213
+ "quantization": "UD-IQ3_XXS",
214
+ "residentBytes": 53150661120,
215
+ "mmproj": {
216
+ "filename": "mmproj-F16.gguf",
217
+ "sha256": "1f7b7f0b984cf065c604360c29c8098362ed61b290db0ff12c6f360bb1a8a980",
218
+ "sizeBytes": 904004000
219
+ }
220
+ }
221
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-09-06T00:00:00Z",
5
+ "minGezelVersion": "1.26248",
6
+ "approxSizeBytes": 81961823936,
7
+ "llamaCpp": {
8
+ "huggingfaceRepo": "unsloth/Qwen3.8-Flash-Next-GGUF",
9
+ "revision": "38bb39ee97821de2c9009abb7e93950eec396e66",
10
+ "shards": [
11
+ {
12
+ "name": "UD-IQ3_XXS/Qwen3.8-Flash-Next-UD-IQ3_XXS-00001-of-00003.gguf",
13
+ "sha256": "268f81fdedf3149a538f252308927a4d5d1f6e062c178568a51e3b519744f8a8",
14
+ "sizeBytes": 10946624
15
+ },
16
+ {
17
+ "name": "UD-IQ3_XXS/Qwen3.8-Flash-Next-UD-IQ3_XXS-00002-of-00003.gguf",
18
+ "sha256": "cfe600b236b88c7fad1613a5ca5e83b9f2beb63cbd44c32b2be50a44747c695f",
19
+ "sizeBytes": 49567921344
20
+ },
21
+ {
22
+ "name": "UD-IQ3_XXS/Qwen3.8-Flash-Next-UD-IQ3_XXS-00003-of-00003.gguf",
23
+ "sha256": "f1912ba34c79427d2295a58dcb2b732b5931af5bef7a373c60557a57d9ee7250",
24
+ "sizeBytes": 32382955968
25
+ }
26
+ ],
27
+ "approxSizeBytes": 81961823936,
28
+ "quantization": "UD-IQ3_XXS",
29
+ "residentBytes": 53150661120,
30
+ "mmproj": {
31
+ "filename": "mmproj-F16.gguf",
32
+ "sha256": "1f7b7f0b984cf065c604360c29c8098362ed61b290db0ff12c6f360bb1a8a980",
33
+ "sizeBytes": 904004000
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,221 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "kind": "chat-model",
4
+ "id": "qwen3.8-flash-next-iq4",
5
+ "name": "Qwen 3.8 Flash Next (180B-A6B, IQ4_XS)",
6
+ "description": "Qwen's experimental preview of the architecture behind Qwen4: a 125B-parameter MoE with 6B active per token, plus a 51B n-gram embedding table designed for cheap offload. This higher-fidelity Unsloth UD-IQ4_XS build is a 94 GB split GGUF whose 26.8 GiB n-gram table can be demand-paged. It needs roughly 60.4 GiB for resident weights before KV cache and runtime overhead, so 96 GB system RAM is recommended; a 64 GB system with a 32 GB discrete GPU is possible but leaves almost no operating headroom.",
7
+ "tags": [
8
+ "qwen",
9
+ "agentic",
10
+ "coding",
11
+ "multimodal",
12
+ "vision",
13
+ "video",
14
+ "tools",
15
+ "reasoning",
16
+ "long-context",
17
+ "moe",
18
+ "ngram-embedding",
19
+ "large",
20
+ "experimental"
21
+ ],
22
+ "category": "general",
23
+ "maintainer": {
24
+ "name": "Unsloth",
25
+ "url": "https://huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF"
26
+ },
27
+ "maker": {
28
+ "name": "Qwen",
29
+ "url": "https://huggingface.co/Qwen/Qwen3.8-Flash-Next"
30
+ },
31
+ "version": "1.0.0",
32
+ "updatedAt": "2026-09-06T00:00:00Z",
33
+ "license": "qwen-community-1.0",
34
+ "licenseClass": "custom-restricted",
35
+ "licenseShortName": "Qwen Community 1.0",
36
+ "licenseUrl": "https://huggingface.co/Qwen/Qwen3.8-Flash-Next/blob/main/LICENSE",
37
+ "parameterSize": "180B",
38
+ "approxSizeBytes": 93682584224,
39
+ "supportsTools": true,
40
+ "contextWindow": 262144,
41
+ "upstream": "https://huggingface.co/Qwen/Qwen3.8-Flash-Next",
42
+ "style": {
43
+ "family": "qwen",
44
+ "reasoningFormat": "think",
45
+ "toolCallFormat": "function-call"
46
+ },
47
+ "behaviors": [
48
+ "reasoning.strip-think-tags",
49
+ "provider.merge-system-messages",
50
+ "mcp.compact-tool-schemas",
51
+ "provider.compact-write-transcript",
52
+ "fabrication.detect-past-tense-no-tools",
53
+ "turn.ollama-num-predict-bumped",
54
+ "turn.preamble-folding",
55
+ "turn.ramble-detection",
56
+ "tools.mlx-grammar",
57
+ "prompt.retrieval-first",
58
+ "prompt.workspace-gestalt",
59
+ "prompt.derive-by-execution"
60
+ ],
61
+ "tuning": {
62
+ "sampling": {
63
+ "temperature": 1,
64
+ "topP": 0.95,
65
+ "topK": 20,
66
+ "minP": 0,
67
+ "presencePenalty": 0,
68
+ "repetitionPenalty": 1,
69
+ "maxTokens": 12288
70
+ },
71
+ "samplingWhenThinking": {
72
+ "temperature": 1,
73
+ "topP": 0.95
74
+ },
75
+ "reasoning": {
76
+ "enableThinking": true,
77
+ "thinkingBudget": 4096,
78
+ "templateKwargs": {
79
+ "reasoning_effort": "xhigh"
80
+ }
81
+ },
82
+ "promptTags": {
83
+ "enableThinkingTag": "/think",
84
+ "disableThinkingTag": "/no_think"
85
+ },
86
+ "profiles": {
87
+ "thinking-general": {
88
+ "sampling": {
89
+ "temperature": 1,
90
+ "topP": 0.95,
91
+ "topK": 20,
92
+ "minP": 0,
93
+ "presencePenalty": 0,
94
+ "repetitionPenalty": 1,
95
+ "maxTokens": 12288
96
+ },
97
+ "reasoning": {
98
+ "enableThinking": true,
99
+ "thinkingBudget": 4096,
100
+ "templateKwargs": {
101
+ "reasoning_effort": "xhigh"
102
+ }
103
+ }
104
+ },
105
+ "thinking-deep": {
106
+ "reasoning": {
107
+ "enableThinking": true,
108
+ "thinkingBudget": 4096,
109
+ "templateKwargs": {
110
+ "reasoning_effort": "xhigh"
111
+ }
112
+ }
113
+ },
114
+ "thinking-coding": {
115
+ "sampling": {
116
+ "temperature": 1,
117
+ "topP": 0.95,
118
+ "topK": 20,
119
+ "minP": 0,
120
+ "presencePenalty": 0,
121
+ "repetitionPenalty": 1,
122
+ "maxTokens": 16384
123
+ },
124
+ "reasoning": {
125
+ "enableThinking": true,
126
+ "thinkingBudget": 4096,
127
+ "templateKwargs": {
128
+ "reasoning_effort": "xhigh"
129
+ }
130
+ }
131
+ },
132
+ "thinking-precise": {
133
+ "sampling": {
134
+ "temperature": 0.6,
135
+ "topP": 0.95,
136
+ "topK": 20,
137
+ "minP": 0,
138
+ "presencePenalty": 0,
139
+ "repetitionPenalty": 1,
140
+ "seed": 0,
141
+ "maxTokens": 6144
142
+ },
143
+ "reasoning": {
144
+ "enableThinking": true,
145
+ "thinkingBudget": 4096,
146
+ "templateKwargs": {
147
+ "reasoning_effort": "medium"
148
+ }
149
+ }
150
+ },
151
+ "instruct": {
152
+ "sampling": {
153
+ "temperature": 0.7,
154
+ "topP": 0.8,
155
+ "topK": 20,
156
+ "minP": 0,
157
+ "presencePenalty": 1.5,
158
+ "repetitionPenalty": 1,
159
+ "maxTokens": 4096
160
+ },
161
+ "reasoning": {
162
+ "enableThinking": false
163
+ }
164
+ },
165
+ "creative": {
166
+ "sampling": {
167
+ "temperature": 1,
168
+ "topP": 0.95,
169
+ "topK": 40,
170
+ "minP": 0,
171
+ "presencePenalty": 1.5,
172
+ "repetitionPenalty": 1,
173
+ "maxTokens": 8192
174
+ },
175
+ "reasoning": {
176
+ "enableThinking": false
177
+ }
178
+ }
179
+ },
180
+ "engine": {
181
+ "llamaCpp": {
182
+ "loadMode": "auto",
183
+ "lazyMode": "auto",
184
+ "cacheReuse": 0,
185
+ "flashAttn": "on",
186
+ "batchSize": 512,
187
+ "ubatchSize": 512,
188
+ "contextSize": 65536
189
+ }
190
+ }
191
+ },
192
+ "llamaCpp": {
193
+ "huggingfaceRepo": "unsloth/Qwen3.8-Flash-Next-GGUF",
194
+ "revision": "38bb39ee97821de2c9009abb7e93950eec396e66",
195
+ "shards": [
196
+ {
197
+ "name": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf",
198
+ "sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4",
199
+ "sizeBytes": 10946624
200
+ },
201
+ {
202
+ "name": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf",
203
+ "sha256": "577a38a2392b40ca2193cea502e1d92f60b8cd370675d308e0ec21885d9daaa7",
204
+ "sizeBytes": 49835229856
205
+ },
206
+ {
207
+ "name": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf",
208
+ "sha256": "d4634e6d84f0ebb0940be15c90d3790bf6464e3dea3a1cddc567dc0e83ad8833",
209
+ "sizeBytes": 43836407744
210
+ }
211
+ ],
212
+ "approxSizeBytes": 93682584224,
213
+ "quantization": "UD-IQ4_XS",
214
+ "residentBytes": 64871421440,
215
+ "mmproj": {
216
+ "filename": "mmproj-F16.gguf",
217
+ "sha256": "1f7b7f0b984cf065c604360c29c8098362ed61b290db0ff12c6f360bb1a8a980",
218
+ "sizeBytes": 904004000
219
+ }
220
+ }
221
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "version": "1.0.0",
4
+ "releasedAt": "2026-09-06T00:00:00Z",
5
+ "minGezelVersion": "1.26248",
6
+ "approxSizeBytes": 93682584224,
7
+ "llamaCpp": {
8
+ "huggingfaceRepo": "unsloth/Qwen3.8-Flash-Next-GGUF",
9
+ "revision": "38bb39ee97821de2c9009abb7e93950eec396e66",
10
+ "shards": [
11
+ {
12
+ "name": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00001-of-00003.gguf",
13
+ "sha256": "5ce89370720f8bf90890f439361282104c1aa1482d4013bb9a50923e758e71a4",
14
+ "sizeBytes": 10946624
15
+ },
16
+ {
17
+ "name": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00002-of-00003.gguf",
18
+ "sha256": "577a38a2392b40ca2193cea502e1d92f60b8cd370675d308e0ec21885d9daaa7",
19
+ "sizeBytes": 49835229856
20
+ },
21
+ {
22
+ "name": "UD-IQ4_XS/Qwen3.8-Flash-Next-UD-IQ4_XS-00003-of-00003.gguf",
23
+ "sha256": "d4634e6d84f0ebb0940be15c90d3790bf6464e3dea3a1cddc567dc0e83ad8833",
24
+ "sizeBytes": 43836407744
25
+ }
26
+ ],
27
+ "approxSizeBytes": 93682584224,
28
+ "quantization": "UD-IQ4_XS",
29
+ "residentBytes": 64871421440,
30
+ "mmproj": {
31
+ "filename": "mmproj-F16.gguf",
32
+ "sha256": "1f7b7f0b984cf065c604360c29c8098362ed61b290db0ff12c6f360bb1a8a980",
33
+ "sizeBytes": 904004000
34
+ }
35
+ }
36
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/gilde",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "description": "The gilde catalog: model manifests, toolsets, craftbooks, roles, and project types for gezel.",
5
5
  "license": "MIT",
6
6
  "private": false,