@bendyline/gilde 0.1.12 → 0.1.13
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,164 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"kind": "chat-model",
|
|
4
|
+
"id": "lfm2.5-2.6b-q4",
|
|
5
|
+
"name": "LFM2.5 (2.6B)",
|
|
6
|
+
"description": "Liquid AI's LFM2.5 at 2.6B parameters. A hybrid convolution-attention design built for on-device speed — light on memory, quick even on modest hardware, with integrated reasoning, native tool calling, and a 128K context window.",
|
|
7
|
+
"tags": [
|
|
8
|
+
"liquid-ai",
|
|
9
|
+
"small",
|
|
10
|
+
"tools"
|
|
11
|
+
],
|
|
12
|
+
"category": "general",
|
|
13
|
+
"maintainer": {
|
|
14
|
+
"name": "Liquid AI",
|
|
15
|
+
"url": "https://huggingface.co/LiquidAI/LFM2.5-2.6B"
|
|
16
|
+
},
|
|
17
|
+
"version": "1.0.0",
|
|
18
|
+
"updatedAt": "2026-08-04T00:00:00Z",
|
|
19
|
+
"license": "LFM Open License v1.0",
|
|
20
|
+
"licenseClass": "custom-restricted",
|
|
21
|
+
"licenseShortName": "LFM Open 1.0",
|
|
22
|
+
"parameterSize": "2.6B",
|
|
23
|
+
"approxSizeBytes": 1674454848,
|
|
24
|
+
"supportsTools": true,
|
|
25
|
+
"contextWindow": 128000,
|
|
26
|
+
"upstream": "https://huggingface.co/LiquidAI/LFM2.5-2.6B",
|
|
27
|
+
"style": {
|
|
28
|
+
"family": "other",
|
|
29
|
+
"reasoningFormat": "think",
|
|
30
|
+
"toolCallFormat": "function-call"
|
|
31
|
+
},
|
|
32
|
+
"behaviors": [
|
|
33
|
+
"reasoning.strip-think-tags",
|
|
34
|
+
"prompt.private-reasoning-guidance",
|
|
35
|
+
"prompt.tool-cookbook-full",
|
|
36
|
+
"fabrication.detect-past-tense-no-tools",
|
|
37
|
+
"mcp.compact-tool-schemas",
|
|
38
|
+
"mcp.relax-required-fields",
|
|
39
|
+
"mcp.default-missing-fields",
|
|
40
|
+
{
|
|
41
|
+
"id": "turn.continuation-budget",
|
|
42
|
+
"config": {
|
|
43
|
+
"count": 4
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"turn.ollama-num-predict-bumped",
|
|
47
|
+
"turn.preamble-folding",
|
|
48
|
+
"turn.ramble-detection",
|
|
49
|
+
"prompt.prefer-writefile-edits",
|
|
50
|
+
"prompt.derive-by-execution",
|
|
51
|
+
{
|
|
52
|
+
"id": "prompt.native-tool-call-format",
|
|
53
|
+
"config": {
|
|
54
|
+
"example": "<|tool_call_start|>[write_file(path='notes.md', content='hello')]<|tool_call_end|>"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"tuning": {
|
|
59
|
+
"sampling": {
|
|
60
|
+
"temperature": 0.1,
|
|
61
|
+
"topK": 50,
|
|
62
|
+
"repetitionPenalty": 1.1
|
|
63
|
+
},
|
|
64
|
+
"reasoning": {
|
|
65
|
+
"enableThinking": true,
|
|
66
|
+
"thinkingBudget": 2048
|
|
67
|
+
},
|
|
68
|
+
"profiles": {
|
|
69
|
+
"thinking-general": {
|
|
70
|
+
"sampling": {
|
|
71
|
+
"temperature": 0.1,
|
|
72
|
+
"topP": 0.95,
|
|
73
|
+
"topK": 50,
|
|
74
|
+
"repetitionPenalty": 1.1
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"thinking-coding": {
|
|
78
|
+
"sampling": {
|
|
79
|
+
"temperature": 0.1,
|
|
80
|
+
"topP": 0.9,
|
|
81
|
+
"topK": 50,
|
|
82
|
+
"repetitionPenalty": 1.1
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"thinking-precise": {
|
|
86
|
+
"sampling": {
|
|
87
|
+
"temperature": 0.05,
|
|
88
|
+
"topP": 0.9,
|
|
89
|
+
"topK": 20,
|
|
90
|
+
"repetitionPenalty": 1.1
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"instruct": {
|
|
94
|
+
"sampling": {
|
|
95
|
+
"temperature": 0.1,
|
|
96
|
+
"topP": 0.95,
|
|
97
|
+
"topK": 50,
|
|
98
|
+
"repetitionPenalty": 1.1
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"creative": {
|
|
102
|
+
"sampling": {
|
|
103
|
+
"temperature": 0.3,
|
|
104
|
+
"topP": 0.95,
|
|
105
|
+
"topK": 50,
|
|
106
|
+
"repetitionPenalty": 1.05
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"llamaCpp": {
|
|
112
|
+
"huggingfaceRepo": "LiquidAI/LFM2.5-2.6B-GGUF",
|
|
113
|
+
"revision": "b22e29ebf6249a8c9fcdda36914743e9980595c4",
|
|
114
|
+
"filename": "LFM2.5-2.6B-Q4_K_M.gguf",
|
|
115
|
+
"sha256": "79fdf00351b46cf26f020aead28d01889886be87c55fa0eb907e6f9b00bfee14",
|
|
116
|
+
"approxSizeBytes": 1674454848,
|
|
117
|
+
"quantization": "Q4_K_M",
|
|
118
|
+
"residentBytes": 2009345817
|
|
119
|
+
},
|
|
120
|
+
"mlx": {
|
|
121
|
+
"huggingfaceRepo": "mlx-community/LFM2.5-2.6B-4bit",
|
|
122
|
+
"revision": "6b421051711933cdbad5b63a79f1c03ca782dc3b",
|
|
123
|
+
"quantization": "4bit",
|
|
124
|
+
"approxSizeBytes": 1535590880,
|
|
125
|
+
"files": [
|
|
126
|
+
{
|
|
127
|
+
"name": "chat_template.jinja",
|
|
128
|
+
"sha256": "ea663864491de7ade391839479860ca95541f892f72665c73251fbd4643b1bef",
|
|
129
|
+
"sizeBytes": 5443
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "config.json",
|
|
133
|
+
"sha256": "183f59ddf55580609fbc271a2e4025317b4a48daec2c43a9db61d7a3985ba2e3",
|
|
134
|
+
"sizeBytes": 2377
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "generation_config.json",
|
|
138
|
+
"sha256": "e08c9a83f4bfe64468c9671a2b69b60549728e2a9481387f3555471f64e958bc",
|
|
139
|
+
"sizeBytes": 306
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "model.safetensors",
|
|
143
|
+
"sha256": "c60882ad5ae00906e17b6fe14d1a86d6f63d4e2e2782ea0dced24bb97bef9766",
|
|
144
|
+
"sizeBytes": 1517625850
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "model.safetensors.index.json",
|
|
148
|
+
"sha256": "1c0460f5ce5e990b60ab83cdd446932738a327847fba5069dbb8cf92c0d7f389",
|
|
149
|
+
"sizeBytes": 50943
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "tokenizer.json",
|
|
153
|
+
"sha256": "695be7802a0e4b8a81048f0ff5ebb7fc811a0ba5a6be63dbb24deb5a81096f41",
|
|
154
|
+
"sizeBytes": 17905598
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "tokenizer_config.json",
|
|
158
|
+
"sha256": "11f1de897317b489dd09199284528382eeb17f566398b16e2039bb2266d26b09",
|
|
159
|
+
"sizeBytes": 363
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"residentBytes": 1996268144
|
|
163
|
+
}
|
|
164
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"releasedAt": "2026-08-04T00:00:00Z",
|
|
5
|
+
"approxSizeBytes": 1674454848,
|
|
6
|
+
"llamaCpp": {
|
|
7
|
+
"huggingfaceRepo": "LiquidAI/LFM2.5-2.6B-GGUF",
|
|
8
|
+
"revision": "b22e29ebf6249a8c9fcdda36914743e9980595c4",
|
|
9
|
+
"filename": "LFM2.5-2.6B-Q4_K_M.gguf",
|
|
10
|
+
"sha256": "79fdf00351b46cf26f020aead28d01889886be87c55fa0eb907e6f9b00bfee14",
|
|
11
|
+
"approxSizeBytes": 1674454848,
|
|
12
|
+
"quantization": "Q4_K_M",
|
|
13
|
+
"residentBytes": 2009345817
|
|
14
|
+
},
|
|
15
|
+
"mlx": {
|
|
16
|
+
"huggingfaceRepo": "mlx-community/LFM2.5-2.6B-4bit",
|
|
17
|
+
"revision": "6b421051711933cdbad5b63a79f1c03ca782dc3b",
|
|
18
|
+
"quantization": "4bit",
|
|
19
|
+
"approxSizeBytes": 1535590880,
|
|
20
|
+
"files": [
|
|
21
|
+
{
|
|
22
|
+
"name": "chat_template.jinja",
|
|
23
|
+
"sha256": "ea663864491de7ade391839479860ca95541f892f72665c73251fbd4643b1bef",
|
|
24
|
+
"sizeBytes": 5443
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "config.json",
|
|
28
|
+
"sha256": "183f59ddf55580609fbc271a2e4025317b4a48daec2c43a9db61d7a3985ba2e3",
|
|
29
|
+
"sizeBytes": 2377
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "generation_config.json",
|
|
33
|
+
"sha256": "e08c9a83f4bfe64468c9671a2b69b60549728e2a9481387f3555471f64e958bc",
|
|
34
|
+
"sizeBytes": 306
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "model.safetensors",
|
|
38
|
+
"sha256": "c60882ad5ae00906e17b6fe14d1a86d6f63d4e2e2782ea0dced24bb97bef9766",
|
|
39
|
+
"sizeBytes": 1517625850
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "model.safetensors.index.json",
|
|
43
|
+
"sha256": "1c0460f5ce5e990b60ab83cdd446932738a327847fba5069dbb8cf92c0d7f389",
|
|
44
|
+
"sizeBytes": 50943
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "tokenizer.json",
|
|
48
|
+
"sha256": "695be7802a0e4b8a81048f0ff5ebb7fc811a0ba5a6be63dbb24deb5a81096f41",
|
|
49
|
+
"sizeBytes": 17905598
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "tokenizer_config.json",
|
|
53
|
+
"sha256": "11f1de897317b489dd09199284528382eeb17f566398b16e2039bb2266d26b09",
|
|
54
|
+
"sizeBytes": 363
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"residentBytes": 1996268144
|
|
58
|
+
}
|
|
59
|
+
}
|