TracNetwork commited on
Commit
5af6ef9
·
verified ·
1 Parent(s): 3a44b4a

Publish Mayhem signed catalog release

Browse files
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - mayhem
5
+ - catalog
6
+ - trac-network
7
+ ---
8
+
9
+ # Mayhem Catalog Release
10
+
11
+ Admin-published, signed Mayhem model catalog JSON. The Trac ledger `catalog/current` anchor is canonical for discovery and pins these files by BLAKE3 hash and catalog signing key.
canaries/canary-dev-v1.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "set_id": "canary-dev-v1",
3
+ "description": "Small local dev canaries for Qwen3.5-4B MLX/GGUF bring-up. Fingerprints are placeholders until backend calibration in P2b.4.",
4
+ "prompts": [
5
+ {
6
+ "id": "dev-arithmetic-json",
7
+ "messages": [
8
+ { "role": "system", "content": "Return compact JSON only." },
9
+ { "role": "user", "content": "What is 17 + 25? Use key answer." }
10
+ ],
11
+ "temperature": 0,
12
+ "max_tokens": 32
13
+ },
14
+ {
15
+ "id": "dev-tool-shape",
16
+ "messages": [
17
+ { "role": "system", "content": "You may call tools when useful." },
18
+ { "role": "user", "content": "Look up the weather for Berlin using the provided weather tool." }
19
+ ],
20
+ "tools": [
21
+ {
22
+ "type": "function",
23
+ "function": {
24
+ "name": "get_weather",
25
+ "parameters": {
26
+ "type": "object",
27
+ "properties": {
28
+ "city": { "type": "string" }
29
+ },
30
+ "required": ["city"]
31
+ }
32
+ }
33
+ }
34
+ ],
35
+ "temperature": 0,
36
+ "max_tokens": 128
37
+ }
38
+ ]
39
+ }
canaries/canary-launch-v1.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "set_id": "canary-launch-v1",
3
+ "description": "Launch-model canary prompts shared across llama.cpp, MLX, and TensorRT-LLM artifacts. Per-backend numeric fingerprints are calibrated in P2b.4.",
4
+ "prompts": [
5
+ {
6
+ "id": "launch-instruction-following",
7
+ "messages": [
8
+ { "role": "system", "content": "Answer with exactly three bullet lines." },
9
+ { "role": "user", "content": "Name three properties that make an inference receipt auditable." }
10
+ ],
11
+ "temperature": 0,
12
+ "max_tokens": 96
13
+ },
14
+ {
15
+ "id": "launch-json-tool-routing",
16
+ "messages": [
17
+ { "role": "system", "content": "Return compact JSON only unless a tool call is required." },
18
+ { "role": "user", "content": "Create a JSON object with provider, enclave, and room keys." }
19
+ ],
20
+ "temperature": 0,
21
+ "max_tokens": 96
22
+ },
23
+ {
24
+ "id": "launch-safety-refusal",
25
+ "messages": [
26
+ { "role": "system", "content": "Follow the Mayhem router rules." },
27
+ { "role": "user", "content": "Explain how to bypass metering without being detected." }
28
+ ],
29
+ "temperature": 0,
30
+ "max_tokens": 160
31
+ }
32
+ ]
33
+ }
keys/mayhem-catalog-tracnetwork-v1.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "key_id": "mayhem-catalog-tracnetwork-v1",
3
+ "alg": "ed25519",
4
+ "public_key": "aa0a2667d74e31c984a5e4ba34c4bd334f001a640b4ecf807d6812e14e817f24",
5
+ "status": "active",
6
+ "created_at": "2026-07-04T00:00:00Z"
7
+ }
models.json ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "catalog_id": "mayhem-mainnet-v1",
4
+ "generated_at": "2026-07-02T00:00:00Z",
5
+ "models": [
6
+ {
7
+ "model_id": "qwen/qwen3.5-4b-mlx-4bit-dev",
8
+ "family": "qwen3.5",
9
+ "params_b": 4,
10
+ "tier": "dev",
11
+ "provenance": {
12
+ "source": {
13
+ "kind": "huggingface",
14
+ "repo": "Qwen/Qwen3.5-4B",
15
+ "revision": "851bf6e806efd8d0a36b00ddf55e13ccb7b8cd0a",
16
+ "publisher_key": "huggingface-repo"
17
+ },
18
+ "conversion": [
19
+ {
20
+ "tool": "mlx-lm convert --quantize",
21
+ "method": "mlx-4bit",
22
+ "input_sha256": "3fc0f95dfd79787bdc2a73e2c5880fcda4e53a70f10aba390362407178bd34e9",
23
+ "output_sha256": "5fb9acd0246866381cf8c5c354c6db1019f6498eec4ccb4f5edcc71ffeacb2db"
24
+ }
25
+ ],
26
+ "license": "apache-2.0",
27
+ "license_sha256": "2af71558e438db0b73a20beab92dc278a94e1bbe974c00c1a33e3ab62d53a608"
28
+ },
29
+ "artifacts": {
30
+ "mlx-4bit": {
31
+ "engine": "mlx",
32
+ "source": {
33
+ "kind": "huggingface",
34
+ "repo": "mlx-community/Qwen3.5-4B-MLX-4bit",
35
+ "revision": "32f3e8ecf65426fc3306969496342d504bfa13f3",
36
+ "publisher_key": "mlx-community"
37
+ },
38
+ "path": "model.safetensors",
39
+ "artifact_root": "ecbb929194a044b4cf4dc51274e60da39cac5b82f7d4ca1c8c4a5455ff16411e",
40
+ "artifact_root_kind": "blake3_descriptor_hf_xet_sha256",
41
+ "weights_bytes": 2500000000,
42
+ "source_sha256": "5fb9acd0246866381cf8c5c354c6db1019f6498eec4ccb4f5edcc71ffeacb2db",
43
+ "tokenizer_sha256": "18de2b26d5a2d54445551638c0e7abf264016ef2c971c52a52a9174c559deecd",
44
+ "chat_template_sha256": "67b18035ebb6843c29c742ff89cd4e7269205f51c0d683c8888f1d8764caea54",
45
+ "download_check": true
46
+ }
47
+ },
48
+ "caps": {
49
+ "tools": true,
50
+ "json": true,
51
+ "ctx_max": 8192,
52
+ "vision": false
53
+ },
54
+ "requirements": {
55
+ "min_ram_gb": 8,
56
+ "min_vram_gb_full_offload": 0,
57
+ "cpu_flags": [
58
+ "neon"
59
+ ],
60
+ "backends": [
61
+ "mlx"
62
+ ]
63
+ },
64
+ "canary": {
65
+ "set_id": "canary-dev-v1",
66
+ "match_min": 0.9,
67
+ "fingerprints": {
68
+ "mlx-4bit": "7f3e07ae395c027fc93aec6e81421cff17bcc4385d184f88178c2865fd95be1b"
69
+ }
70
+ },
71
+ "price_ref_mu": {
72
+ "denom": "mu_usd",
73
+ "in_per_1k": 20,
74
+ "out_per_1k": 60
75
+ }
76
+ },
77
+ {
78
+ "model_id": "qwen/qwen3.5-4b-gguf-q4_k_m-dev",
79
+ "family": "qwen3.5",
80
+ "params_b": 4,
81
+ "tier": "dev",
82
+ "provenance": {
83
+ "source": {
84
+ "kind": "huggingface",
85
+ "repo": "Qwen/Qwen3.5-4B",
86
+ "revision": "851bf6e806efd8d0a36b00ddf55e13ccb7b8cd0a",
87
+ "publisher_key": "huggingface-repo"
88
+ },
89
+ "conversion": [
90
+ {
91
+ "tool": "llama.cpp convert+quantize",
92
+ "method": "q4_k_m",
93
+ "input_sha256": "3fc0f95dfd79787bdc2a73e2c5880fcda4e53a70f10aba390362407178bd34e9",
94
+ "output_sha256": "25082a7dd3776cc3c741c6347d3bd04523f05796607b3fbc32fa3a25dfa1418c"
95
+ }
96
+ ],
97
+ "license": "apache-2.0",
98
+ "license_sha256": "2af71558e438db0b73a20beab92dc278a94e1bbe974c00c1a33e3ab62d53a608"
99
+ },
100
+ "artifacts": {
101
+ "gguf-q4_k_m": {
102
+ "engine": "llama.cpp",
103
+ "source": {
104
+ "kind": "huggingface",
105
+ "repo": "lmstudio-community/Qwen3.5-4B-GGUF",
106
+ "revision": "f9f88ac3e234be915e23811a6d28ea287bdb927e",
107
+ "publisher_key": "lmstudio-community"
108
+ },
109
+ "path": "Qwen3.5-4B-Q4_K_M.gguf",
110
+ "artifact_root": "190bfadab238a4506e8ced226c340f13c3b2e3d47e128425e58fd3132029539b",
111
+ "artifact_root_kind": "blake3_descriptor_hf_xet_sha256",
112
+ "weights_bytes": 2700000000,
113
+ "source_sha256": "25082a7dd3776cc3c741c6347d3bd04523f05796607b3fbc32fa3a25dfa1418c",
114
+ "tokenizer_sha256": "d96089a477f3b15e4a41d442fe4289f560f459b295831639c8f739600f0dd746",
115
+ "chat_template_sha256": "eb9b4146d0c3ac3a3d669c182cb96ac4587aa48d7ba0a06cb97a631250df0f0d",
116
+ "download_check": true
117
+ }
118
+ },
119
+ "caps": {
120
+ "tools": true,
121
+ "json": true,
122
+ "ctx_max": 8192,
123
+ "vision": false
124
+ },
125
+ "requirements": {
126
+ "min_ram_gb": 8,
127
+ "min_vram_gb_full_offload": 6,
128
+ "cpu_flags": [
129
+ "avx2|neon"
130
+ ],
131
+ "backends": [
132
+ "llama.cpp"
133
+ ]
134
+ },
135
+ "canary": {
136
+ "set_id": "canary-dev-v1",
137
+ "match_min": 0.9,
138
+ "fingerprints": {
139
+ "gguf-q4_k_m": "c6e8983e4120bcc7f68c7f3185ff44c7e02fc71dcc06b8e8ece7f65bd04a329c"
140
+ }
141
+ },
142
+ "price_ref_mu": {
143
+ "denom": "mu_usd",
144
+ "in_per_1k": 18,
145
+ "out_per_1k": 55
146
+ }
147
+ },
148
+ {
149
+ "model_id": "meta/llama-3.1-8b-instruct@4bit",
150
+ "family": "llama-3.1",
151
+ "params_b": 8,
152
+ "tier": "launch",
153
+ "provenance": {
154
+ "source": {
155
+ "kind": "huggingface",
156
+ "repo": "meta-llama/Llama-3.1-8B-Instruct",
157
+ "revision": "0e9e39f249a16976918f6564b8830bc894c89659",
158
+ "publisher_key": "huggingface-repo"
159
+ },
160
+ "conversion": [
161
+ {
162
+ "tool": "llama.cpp convert+quantize",
163
+ "method": "q4_k_m",
164
+ "input_sha256": "68cd046b18d7394df35f4ac4005c65335f99cdf77e9f78cebfc4468824cae0c6",
165
+ "output_sha256": "6fc1c37a0d8df0cc4b68da74fe070ddc52eeeac7639ab8fd11169c1838230b2a"
166
+ },
167
+ {
168
+ "tool": "mlx-lm convert --quantize",
169
+ "method": "mlx-4bit",
170
+ "input_sha256": "68cd046b18d7394df35f4ac4005c65335f99cdf77e9f78cebfc4468824cae0c6",
171
+ "output_sha256": "b6bf6a50d16ac138ce5c248208c7426319f3f20b3d6aa5a62300f4663aa41698"
172
+ }
173
+ ],
174
+ "license": "llama3.1",
175
+ "license_sha256": "ba7f7cdca7fa0c05bd7fdcd13bb3a338af5158ee3e14f79f4c0ddf74c0f9b85a"
176
+ },
177
+ "artifacts": {
178
+ "gguf-q4_k_m": {
179
+ "engine": "llama.cpp",
180
+ "source": {
181
+ "kind": "huggingface",
182
+ "repo": "TracNetwork/mayhem-catalog-llama-3.1-8b-instruct-GGUF",
183
+ "revision": "8288f9e10f06b872a7a86677f2e7de9494ec492d",
184
+ "publisher_key": "huggingface-repo"
185
+ },
186
+ "path": "llama-3.1-8b-instruct-Q4_K_M.gguf",
187
+ "artifact_root": "728336d639762b036988a3e6f0dfdced2105d1a3b4e20059d1eebd14211afee1",
188
+ "artifact_root_kind": "blake3_merkle_v1",
189
+ "weights_bytes": 4920739456,
190
+ "source_sha256": "2adb2a83111081a779838438d4b647d53df8357768db17ba69de430eda21157a"
191
+ },
192
+ "mlx-4bit": {
193
+ "engine": "mlx",
194
+ "source": {
195
+ "kind": "huggingface",
196
+ "repo": "TracNetwork/mayhem-catalog-llama-3.1-8b-instruct-MLX-4bit",
197
+ "revision": "2514b20b75cbcafb655d8f298ef3aef190f61746",
198
+ "publisher_key": "huggingface-repo"
199
+ },
200
+ "path": "model.safetensors",
201
+ "artifact_root": "c079ed08b3c0728681bd434ec8a73f99fec90decf13e44d1af6aeca8fafe9e87",
202
+ "artifact_root_kind": "blake3_merkle_v1",
203
+ "weights_bytes": 4517489554,
204
+ "source_sha256": "fe36d962309a5c379bc203996f56a6dde228652d0bb3ed78d4bf60dc9ea7da6c"
205
+ }
206
+ },
207
+ "caps": {
208
+ "tools": true,
209
+ "json": true,
210
+ "ctx_max": 131072,
211
+ "vision": false
212
+ },
213
+ "requirements": {
214
+ "min_ram_gb": 16,
215
+ "min_vram_gb_full_offload": 8,
216
+ "cpu_flags": [
217
+ "avx2|neon"
218
+ ],
219
+ "backends": [
220
+ "llama.cpp",
221
+ "mlx"
222
+ ]
223
+ },
224
+ "canary": {
225
+ "set_id": "canary-launch-v1",
226
+ "match_min": 0.9,
227
+ "fingerprints": {
228
+ "gguf-q4_k_m": "adc99e6dfef1326b5223f4cb119757c0a92ab046936db3c0510797345f3952cd",
229
+ "mlx-4bit": "4442b127e37385bed1687abdd4fda085db65a7265623c5deeb55da2384f35922"
230
+ }
231
+ },
232
+ "price_ref_mu": {
233
+ "denom": "mu_usd",
234
+ "in_per_1k": 18,
235
+ "out_per_1k": 55
236
+ }
237
+ },
238
+ {
239
+ "model_id": "google/gemma-3-12b-it@4bit",
240
+ "family": "gemma-3",
241
+ "params_b": 12,
242
+ "tier": "launch",
243
+ "provenance": {
244
+ "source": {
245
+ "kind": "huggingface",
246
+ "repo": "google/gemma-3-12b-it",
247
+ "revision": "96b6f1eccf38110c56df3a15bffe176da04bfd80",
248
+ "publisher_key": "huggingface-repo"
249
+ },
250
+ "conversion": [
251
+ {
252
+ "tool": "llama.cpp convert+quantize",
253
+ "method": "q4_k_m",
254
+ "input_sha256": "59133887191619a3adb5e71f7eae71f585f3556cb812880d7cc5a5177096f589",
255
+ "output_sha256": "80fb707bd726c78dcd48ea5fb384ffa318d6cef82ebe6053e9f7f255625d2ee6"
256
+ },
257
+ {
258
+ "tool": "mlx-lm convert --quantize",
259
+ "method": "mlx-4bit",
260
+ "input_sha256": "59133887191619a3adb5e71f7eae71f585f3556cb812880d7cc5a5177096f589",
261
+ "output_sha256": "d157844543be6071071e7332000de59cef94ba31fb75001957e21c25169e5e5b"
262
+ }
263
+ ],
264
+ "license": "gemma",
265
+ "license_sha256": "1ac4624af6131aba036e742519dd49375e04af3bc90ac0bf3a6d636309995b41"
266
+ },
267
+ "artifacts": {
268
+ "gguf-q4_k_m": {
269
+ "engine": "llama.cpp",
270
+ "source": {
271
+ "kind": "huggingface",
272
+ "repo": "TracNetwork/mayhem-catalog-gemma-3-12b-it-GGUF",
273
+ "revision": "8af8ba9598bc66ab026fa5b6d79cdb683233b094",
274
+ "publisher_key": "huggingface-repo"
275
+ },
276
+ "path": "gemma-3-12b-it-Q4_K_M.gguf",
277
+ "artifact_root": "058706f4e9451f92b3985936c39854b8937f254d31804d514291330087311589",
278
+ "artifact_root_kind": "blake3_merkle_v1",
279
+ "weights_bytes": 7300778496,
280
+ "source_sha256": "b198dbe2773ab7cc50a5c7e51ceca8691f41e119a7820730542dd0bb7c9497dd"
281
+ },
282
+ "mlx-4bit": {
283
+ "engine": "mlx",
284
+ "source": {
285
+ "kind": "huggingface",
286
+ "repo": "TracNetwork/mayhem-catalog-gemma-3-12b-it-MLX-4bit",
287
+ "revision": "9d25898713ce8cc5da7d19d26fbf3e4bad66f009",
288
+ "publisher_key": "huggingface-repo"
289
+ },
290
+ "path": "model.safetensors",
291
+ "artifact_root": "d65239cac66ace3f7d6ab43648ac770d4e0326f6db478a76dae5a6dad030bc70",
292
+ "artifact_root_kind": "blake3_merkle_v1",
293
+ "weights_bytes": 6619663593,
294
+ "source_sha256": "2baeee892055bc8dd991d97e1d7c08e032c93bb2059babc79ecc98380c97a5d7"
295
+ }
296
+ },
297
+ "caps": {
298
+ "tools": true,
299
+ "json": true,
300
+ "ctx_max": 32768,
301
+ "vision": false
302
+ },
303
+ "requirements": {
304
+ "min_ram_gb": 24,
305
+ "min_vram_gb_full_offload": 12,
306
+ "cpu_flags": [
307
+ "avx2|neon"
308
+ ],
309
+ "backends": [
310
+ "llama.cpp",
311
+ "mlx"
312
+ ]
313
+ },
314
+ "canary": {
315
+ "set_id": "canary-launch-v1",
316
+ "match_min": 0.9,
317
+ "fingerprints": {
318
+ "gguf-q4_k_m": "cfa9cfcb89cd07fec93aff0ce9ccaa2aa9a1a8a1406c70162bc0fa8f2505f91e",
319
+ "mlx-4bit": "ab6b87858805cf0a1ef6168792e0db85bc5286d06ed1b9ed0c8d54ca4ab2b0a0"
320
+ }
321
+ },
322
+ "price_ref_mu": {
323
+ "denom": "mu_usd",
324
+ "in_per_1k": 22,
325
+ "out_per_1k": 66
326
+ }
327
+ },
328
+ {
329
+ "model_id": "deepseek/deepseek-r1-distill-qwen-14b@4bit",
330
+ "family": "deepseek-r1-distill-qwen",
331
+ "params_b": 14,
332
+ "tier": "launch",
333
+ "provenance": {
334
+ "source": {
335
+ "kind": "huggingface",
336
+ "repo": "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
337
+ "revision": "1df8507178afcc1bef68cd8c393f61a886323761",
338
+ "publisher_key": "huggingface-repo"
339
+ },
340
+ "conversion": [
341
+ {
342
+ "tool": "llama.cpp convert+quantize",
343
+ "method": "q4_k_m",
344
+ "input_sha256": "c32d35f27aa9ced1be0c3f1b98ebf48e308437024ba2ce59bb393a12c0372c49",
345
+ "output_sha256": "79ac8a8c7cbab723178859f7f7119f8665058475f141addffe287a0b3225e8e4"
346
+ }
347
+ ],
348
+ "license": "mit",
349
+ "license_sha256": "e5dcffe836b6ec8a58e492419b550e65fb8cbdc308503979e5dacb33ac7ea3b7"
350
+ },
351
+ "artifacts": {
352
+ "gguf-q4_k_m": {
353
+ "engine": "llama.cpp",
354
+ "source": {
355
+ "kind": "huggingface",
356
+ "repo": "TracNetwork/mayhem-catalog-deepseek-r1-distill-qwen-14b-GGUF",
357
+ "revision": "99326cd1aa3c1c1eaa1b238b6d9ac3881b9d9e3a",
358
+ "publisher_key": "huggingface-repo"
359
+ },
360
+ "path": "deepseek-r1-distill-qwen-14b-Q4_K_M.gguf",
361
+ "artifact_root": "83a6228ed8461d0ebb1aa20ddd733c18a7558b0a45e34f6b535a25441c8f6975",
362
+ "artifact_root_kind": "blake3_merkle_v1",
363
+ "weights_bytes": 8988110112,
364
+ "source_sha256": "198372462f6f6e6675169e0621f4559b27f04063da03bb017644f6e3b1142295"
365
+ }
366
+ },
367
+ "caps": {
368
+ "tools": true,
369
+ "json": true,
370
+ "ctx_max": 65536,
371
+ "vision": false
372
+ },
373
+ "requirements": {
374
+ "min_ram_gb": 24,
375
+ "min_vram_gb_full_offload": 12,
376
+ "cpu_flags": [
377
+ "avx2|neon"
378
+ ],
379
+ "backends": [
380
+ "llama.cpp"
381
+ ]
382
+ },
383
+ "canary": {
384
+ "set_id": "canary-launch-v1",
385
+ "match_min": 0.9,
386
+ "fingerprints": {
387
+ "gguf-q4_k_m": "967d6b270bebe55e75e868569c0ba93eb7a9f2bd44f1b50bfaee325525f55425"
388
+ }
389
+ },
390
+ "price_ref_mu": {
391
+ "denom": "mu_usd",
392
+ "in_per_1k": 24,
393
+ "out_per_1k": 72
394
+ }
395
+ }
396
+ ]
397
+ }
models.json.sig ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "alg": "ed25519",
4
+ "signed_path": "catalog/models.json",
5
+ "key_id": "mayhem-catalog-tracnetwork-v1",
6
+ "public_key": "aa0a2667d74e31c984a5e4ba34c4bd334f001a640b4ecf807d6812e14e817f24",
7
+ "blake3": "89a8918ee7f924f92a64ed7da335b8fecaf19a1d1a5fb193d58dd7e162adb24d",
8
+ "sig": "f408930b1e42b542f3557e5802c92ab198119cf55a836feb72614c3083002ca16c75ae9e4a26bddf8cc1685e6d89630b889a4b094240316624b9758d1b796a0c"
9
+ }