@bendyline/gilde 0.1.32 → 0.1.34
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/authoring/chat-models/qwen3.8-27b-q3.json +189 -0
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/qw/qwen3.8-27b-q3/manifest.json +194 -0
- package/data/chat-models/qw/qwen3.8-27b-q3/versions/1.0.0/manifest.json +19 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/pu/pull-request-review/versions/1.6.0/craftbook.json +276 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.6.0/test.json +141 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.7.0/craftbook.json +273 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.7.0/test.json +141 -0
- package/package.json +1 -1
- package/schemas/craftbook-doc.schema.json +164 -0
- package/schemas/craftbook-template-version.schema.json +164 -0
- package/schemas/craftbook-test.schema.json +164 -0
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "qwen3.8-27b-q3",
|
|
3
|
+
"name": "Qwen 3.8 (27B, Q3)",
|
|
4
|
+
"description": "Alibaba's Qwen 3.8 at 27B parameters: a dense, multimodal agentic model with native text, image, and video understanding, 262K context, flexible reasoning effort, MTP, and native tool calling. Unsloth's dynamic UD-Q3_K_XL is the smallest build in this line — smaller on disk than a plain Q3_K_M and better preserved at the same bit width — bringing the 27B within reach of machines with 20GB+ usable memory.",
|
|
5
|
+
"tags": [
|
|
6
|
+
"alibaba",
|
|
7
|
+
"agentic",
|
|
8
|
+
"coding",
|
|
9
|
+
"multimodal",
|
|
10
|
+
"vision",
|
|
11
|
+
"video",
|
|
12
|
+
"tools",
|
|
13
|
+
"reasoning",
|
|
14
|
+
"long-context"
|
|
15
|
+
],
|
|
16
|
+
"category": "general",
|
|
17
|
+
"maintainer": {
|
|
18
|
+
"name": "Alibaba",
|
|
19
|
+
"url": "https://huggingface.co/Qwen/Qwen3.8-27B"
|
|
20
|
+
},
|
|
21
|
+
"version": "1.0.0",
|
|
22
|
+
"updatedAt": "2026-08-17T00:00:00Z",
|
|
23
|
+
"license": "Apache-2.0",
|
|
24
|
+
"licenseClass": "open",
|
|
25
|
+
"licenseShortName": "Apache 2.0",
|
|
26
|
+
"recoScore": 20,
|
|
27
|
+
"parameterSize": "27B",
|
|
28
|
+
"approxSizeBytes": 13441059904,
|
|
29
|
+
"supportsTools": true,
|
|
30
|
+
"contextWindow": 262144,
|
|
31
|
+
"upstream": "https://huggingface.co/Qwen/Qwen3.8-27B",
|
|
32
|
+
"style": {
|
|
33
|
+
"family": "qwen",
|
|
34
|
+
"reasoningFormat": "think",
|
|
35
|
+
"toolCallFormat": "function-call"
|
|
36
|
+
},
|
|
37
|
+
"behaviors": [
|
|
38
|
+
"reasoning.strip-think-tags",
|
|
39
|
+
"provider.merge-system-messages",
|
|
40
|
+
"mcp.compact-tool-schemas",
|
|
41
|
+
"provider.compact-write-transcript",
|
|
42
|
+
"fabrication.detect-past-tense-no-tools",
|
|
43
|
+
"turn.ollama-num-predict-bumped",
|
|
44
|
+
"turn.preamble-folding",
|
|
45
|
+
"turn.ramble-detection",
|
|
46
|
+
"tools.mlx-grammar",
|
|
47
|
+
"prompt.retrieval-first",
|
|
48
|
+
"prompt.workspace-gestalt",
|
|
49
|
+
"prompt.derive-by-execution"
|
|
50
|
+
],
|
|
51
|
+
"tuning": {
|
|
52
|
+
"sampling": {
|
|
53
|
+
"temperature": 1,
|
|
54
|
+
"topP": 0.95,
|
|
55
|
+
"topK": 20,
|
|
56
|
+
"minP": 0,
|
|
57
|
+
"presencePenalty": 0,
|
|
58
|
+
"repetitionPenalty": 1,
|
|
59
|
+
"maxTokens": 12288
|
|
60
|
+
},
|
|
61
|
+
"samplingWhenThinking": {
|
|
62
|
+
"temperature": 1,
|
|
63
|
+
"topP": 0.95
|
|
64
|
+
},
|
|
65
|
+
"reasoning": {
|
|
66
|
+
"enableThinking": true,
|
|
67
|
+
"thinkingBudget": 4096,
|
|
68
|
+
"templateKwargs": {
|
|
69
|
+
"reasoning_effort": "medium"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"promptTags": {
|
|
73
|
+
"enableThinkingTag": "/think",
|
|
74
|
+
"disableThinkingTag": "/no_think"
|
|
75
|
+
},
|
|
76
|
+
"profiles": {
|
|
77
|
+
"thinking-general": {
|
|
78
|
+
"sampling": {
|
|
79
|
+
"temperature": 1,
|
|
80
|
+
"topP": 0.95,
|
|
81
|
+
"topK": 20,
|
|
82
|
+
"minP": 0,
|
|
83
|
+
"presencePenalty": 0,
|
|
84
|
+
"repetitionPenalty": 1,
|
|
85
|
+
"maxTokens": 12288
|
|
86
|
+
},
|
|
87
|
+
"reasoning": {
|
|
88
|
+
"enableThinking": true,
|
|
89
|
+
"thinkingBudget": 4096,
|
|
90
|
+
"templateKwargs": {
|
|
91
|
+
"reasoning_effort": "medium"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"thinking-deep": {
|
|
96
|
+
"reasoning": {
|
|
97
|
+
"enableThinking": true,
|
|
98
|
+
"thinkingBudget": 4096,
|
|
99
|
+
"templateKwargs": {
|
|
100
|
+
"reasoning_effort": "xhigh"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"thinking-coding": {
|
|
105
|
+
"sampling": {
|
|
106
|
+
"temperature": 1,
|
|
107
|
+
"topP": 0.95,
|
|
108
|
+
"topK": 20,
|
|
109
|
+
"minP": 0,
|
|
110
|
+
"presencePenalty": 0,
|
|
111
|
+
"repetitionPenalty": 1,
|
|
112
|
+
"maxTokens": 16384
|
|
113
|
+
},
|
|
114
|
+
"reasoning": {
|
|
115
|
+
"enableThinking": true,
|
|
116
|
+
"thinkingBudget": 4096,
|
|
117
|
+
"templateKwargs": {
|
|
118
|
+
"reasoning_effort": "medium"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"thinking-precise": {
|
|
123
|
+
"sampling": {
|
|
124
|
+
"temperature": 0.6,
|
|
125
|
+
"topP": 0.95,
|
|
126
|
+
"topK": 20,
|
|
127
|
+
"minP": 0,
|
|
128
|
+
"presencePenalty": 0,
|
|
129
|
+
"repetitionPenalty": 1,
|
|
130
|
+
"seed": 0,
|
|
131
|
+
"maxTokens": 6144
|
|
132
|
+
},
|
|
133
|
+
"reasoning": {
|
|
134
|
+
"enableThinking": true,
|
|
135
|
+
"thinkingBudget": 4096,
|
|
136
|
+
"templateKwargs": {
|
|
137
|
+
"reasoning_effort": "medium"
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"instruct": {
|
|
142
|
+
"sampling": {
|
|
143
|
+
"temperature": 0.7,
|
|
144
|
+
"topP": 0.8,
|
|
145
|
+
"topK": 20,
|
|
146
|
+
"minP": 0,
|
|
147
|
+
"presencePenalty": 1.5,
|
|
148
|
+
"repetitionPenalty": 1,
|
|
149
|
+
"maxTokens": 4096
|
|
150
|
+
},
|
|
151
|
+
"reasoning": {
|
|
152
|
+
"enableThinking": false
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"creative": {
|
|
156
|
+
"sampling": {
|
|
157
|
+
"temperature": 1,
|
|
158
|
+
"topP": 0.95,
|
|
159
|
+
"topK": 40,
|
|
160
|
+
"minP": 0,
|
|
161
|
+
"presencePenalty": 1.5,
|
|
162
|
+
"repetitionPenalty": 1,
|
|
163
|
+
"maxTokens": 8192
|
|
164
|
+
},
|
|
165
|
+
"reasoning": {
|
|
166
|
+
"enableThinking": false
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"llamaCpp": {
|
|
172
|
+
"huggingfaceRepo": "unsloth/Qwen3.8-27B-GGUF",
|
|
173
|
+
"filename": "Qwen3.8-27B-UD-Q3_K_XL.gguf",
|
|
174
|
+
"quantization": "UD-Q3_K_XL",
|
|
175
|
+
"mmprojFilename": "mmproj-F16.gguf"
|
|
176
|
+
},
|
|
177
|
+
"releasePatch": {
|
|
178
|
+
"tuning": {
|
|
179
|
+
"engine": {
|
|
180
|
+
"llamaCpp": {
|
|
181
|
+
"spec": {
|
|
182
|
+
"mtp": true,
|
|
183
|
+
"nMax": 4
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|