File size: 35,404 Bytes
bf45b91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
{
  "count": 94,
  "files": [
    {
      "source": "/content/prism_native_q1_lora/FRESH_COLAB_RESTORE_HANDOFF.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/FRESH_COLAB_RESTORE_HANDOFF.json",
      "bytes": 1846,
      "sha256": "2423b34d6f7b0c94f83f985624b0c924e6925e3cd616061b52c2f24ef4869fdf"
    },
    {
      "source": "/content/prism_native_q1_lora/FRESH_COLAB_V4_2_RESTORE_HANDOFF.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/FRESH_COLAB_V4_2_RESTORE_HANDOFF.json",
      "bytes": 1907,
      "sha256": "2c399d4727035d34412ef80ddcb6afc82de735cd28d9fab2f6c8068a2c8d568f"
    },
    {
      "source": "/content/prism_native_q1_lora/RESTORE_CONTINUATION_BUILD_REPORT.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/RESTORE_CONTINUATION_BUILD_REPORT.json",
      "bytes": 4440,
      "sha256": "3bd5d92bb1890a835c160a8c83b44f344913393715223d7aa3e5ea23c202a680"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE10_READY.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE10_READY.json",
      "bytes": 2447,
      "sha256": "6765e9bfeb8b67e269b17cf276bdcd5df8bdc67713142cdcfbab7a0e4631aae5"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE11_AUTHORIZATION_AUDIT.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE11_AUTHORIZATION_AUDIT.json",
      "bytes": 343,
      "sha256": "074c356bdc8ef2c42e2a121ae3c78951e02fdf446007afca7930d1031123eed8"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE11_READY.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE11_READY.json",
      "bytes": 1840,
      "sha256": "b144ad31048e70b6d5bd6c152eb7cf89afcd132b715c897b7ed713fbaf1e4464"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE12_READY.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE12_READY.json",
      "bytes": 1562,
      "sha256": "8297eee6e840a966295d4294aaea0357b08f382f042e78aff11dd3f7a53f563a"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE13_READY.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE13_READY.json",
      "bytes": 2372,
      "sha256": "954e2d571f68592600b781b92b9c0a1de14d99527415307dcc197c5dd07cbc7c"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE8_READY.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE8_READY.json",
      "bytes": 901,
      "sha256": "3d07dffe2c5dcac0d2108206ca041293a3f4caaddc316fb17646d2ad4bd6d4ab"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE8_READY.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE8_READY.txt",
      "bytes": 596,
      "sha256": "136757d4666cfbed03c413de60d52881083265ef1b56d1a43ea26c65888ebdf0"
    },
    {
      "source": "/content/prism_native_q1_lora/STAGE9_READY.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/STAGE9_READY.json",
      "bytes": 2971,
      "sha256": "c296b6e7cbf9474c62290b4b4b65d14f1cf1fb446851fe2fdb23ea58f4fe47d5"
    },
    {
      "source": "/content/prism_native_q1_lora/colab_workspace_manifest.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/colab_workspace_manifest.json",
      "bytes": 1743,
      "sha256": "b456847620f717687aa5d7120a0c0061c20ad88510f2ed47c2bce25057b939f1"
    },
    {
      "source": "/content/prism_native_q1_lora/fresh_colab_stage7_base_recovery_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/fresh_colab_stage7_base_recovery_report.json",
      "bytes": 13550,
      "sha256": "b1db497848bdf7f6d9f387628e946c8214f0cb0755f66ed9f533ab1df44f42cf"
    },
    {
      "source": "/content/prism_native_q1_lora/fresh_colab_stage7_base_recovery_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/fresh_colab_stage7_base_recovery_report.txt",
      "bytes": 3061,
      "sha256": "6f7736a79bbe6842bdd4cb7957e41521c132d9d82fef4fa8db84c225bc7e8474"
    },
    {
      "source": "/content/prism_native_q1_lora/pre_step13_storage_cleanup_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/pre_step13_storage_cleanup_report.json",
      "bytes": 13415,
      "sha256": "3d4b80e58a737159d03775cbe13645f11b6b4e2b3072be246014f1d8b63a7745"
    },
    {
      "source": "/content/prism_native_q1_lora/step01_bootstrap_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step01_bootstrap_report.txt",
      "bytes": 77071,
      "sha256": "8ee0e4a782e685d8a5ef8d5cfc3ed134674b3a80bcdb345af00a9a1e797e0317"
    },
    {
      "source": "/content/prism_native_q1_lora/step02_exact_q1_f32_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step02_exact_q1_f32_report.txt",
      "bytes": 31827,
      "sha256": "b818a52670b71dafa008622d67626a774fc69dfc624d63c86811911ca4657b70"
    },
    {
      "source": "/content/prism_native_q1_lora/step03_prism_exact_q1_training_path_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step03_prism_exact_q1_training_path_report.txt",
      "bytes": 6523,
      "sha256": "f0d1481773cb56df04c48caf37d2c4d33c56990cd98f109dd10c7786bf52bd15"
    },
    {
      "source": "/content/prism_native_q1_lora/step03b_native_exact_q1_validation_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step03b_native_exact_q1_validation_report.txt",
      "bytes": 7812,
      "sha256": "72aab888654f3af49e177f6df6a013e2b7466b479de3fb3c44c390c965fcd261"
    },
    {
      "source": "/content/prism_native_q1_lora/step03c_final_validation_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step03c_final_validation_report.txt",
      "bytes": 5767,
      "sha256": "ed526936eb0048384b02a4ff3081b3f3836011cda61c822187f7c8c37cd718c0"
    },
    {
      "source": "/content/prism_native_q1_lora/step04_q1_lora_adamw_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step04_q1_lora_adamw_report.txt",
      "bytes": 1994,
      "sha256": "52595e8763471688891796016545a15eda88d196528b4e2f49bd2790243f5803"
    },
    {
      "source": "/content/prism_native_q1_lora/step04b_q1_lora_adamw_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step04b_q1_lora_adamw_report.txt",
      "bytes": 7300,
      "sha256": "a01066ffc2c857dd07e49e0705e1ffb32d12806760ee51df5dffef575ff8b9f9"
    },
    {
      "source": "/content/prism_native_q1_lora/step04c_q1_lora_adamw_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step04c_q1_lora_adamw_report.txt",
      "bytes": 3729,
      "sha256": "c821fa2c20c174598038e6663a0e366e1fd7fc9a9e878b679f98aeeb2790632e"
    },
    {
      "source": "/content/prism_native_q1_lora/step04d_q1_lora_adamw_behavioral_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step04d_q1_lora_adamw_behavioral_report.txt",
      "bytes": 3418,
      "sha256": "3afb17f08d5d0242d538c6bf3b51b60faefe337d7b69e47ad86943bbf7e97568"
    },
    {
      "source": "/content/prism_native_q1_lora/step04e_q1_lora_adamw_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step04e_q1_lora_adamw_report.txt",
      "bytes": 61902,
      "sha256": "0bd97e428e985f494631b0172058f7dbaa0a703da7041282351e1b4d7e032762"
    },
    {
      "source": "/content/prism_native_q1_lora/step04f_q1_lora_adamw_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step04f_q1_lora_adamw_report.txt",
      "bytes": 5495,
      "sha256": "8c407d1b22741923fcdbc9fa7f0239f56ceeec749bd77ae04dd6ffd9340c665f"
    },
    {
      "source": "/content/prism_native_q1_lora/step05_real_bonsai_layer_integration_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step05_real_bonsai_layer_integration_report.txt",
      "bytes": 6019,
      "sha256": "182acb98e79ab5ac0a630031440a7da46eeb14d50da62d62d9caccfa98dfbb0f"
    },
    {
      "source": "/content/prism_native_q1_lora/step05b_real_bonsai_layer_integration_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step05b_real_bonsai_layer_integration_report.txt",
      "bytes": 14277,
      "sha256": "fba7a13cd11ef04af7f9f95f60385c0a7c3697c7c7d907a5112cfc97d6c69b1e"
    },
    {
      "source": "/content/prism_native_q1_lora/step06_qwen35_loader_integration_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step06_qwen35_loader_integration_report.txt",
      "bytes": 1968,
      "sha256": "2d82621ef91c3ba8c53ebb26e29944d48f5d5bd3049bbc5a874403e8827d7482"
    },
    {
      "source": "/content/prism_native_q1_lora/step06b_qwen35_loader_integration_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step06b_qwen35_loader_integration_report.txt",
      "bytes": 5750,
      "sha256": "f4a045d920198d4941d985c261a1ac429c9850224bcef3d26b1bf63c1f9e0e76"
    },
    {
      "source": "/content/prism_native_q1_lora/step06c_qwen35_loader_integration_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step06c_qwen35_loader_integration_report.txt",
      "bytes": 3958,
      "sha256": "1f9ff65542b0999bcb0f005b868543e66f248c3e623c8dd850110147bbfe12c1"
    },
    {
      "source": "/content/prism_native_q1_lora/step06d_qwen35_loader_integration_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step06d_qwen35_loader_integration_report.txt",
      "bytes": 92743,
      "sha256": "3c628c2f30abc3cdd78d5df22c151e2c95d4e61dd9e7a279272fcfddf539def6"
    },
    {
      "source": "/content/prism_native_q1_lora/step07_complete_block_backward_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07_complete_block_backward_report.txt",
      "bytes": 144627,
      "sha256": "b8eb12abcba9891d13379bf86a73e36057a6a7cc6a27bc83b1305933df4bee40"
    },
    {
      "source": "/content/prism_native_q1_lora/step07c3_helper_relocation_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07c3_helper_relocation_report.txt",
      "bytes": 145656,
      "sha256": "244527e66c5253267370e9bc23eef78f4dfa36028b37b86e09d101b09139620d"
    },
    {
      "source": "/content/prism_native_q1_lora/step07c_training_no_inplace_backward_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07c_training_no_inplace_backward_report.txt",
      "bytes": 4063,
      "sha256": "a9e8c99df04623fff5a1179fb3e0ebe9decdb33508b81ab272b3db7733269088"
    },
    {
      "source": "/content/prism_native_q1_lora/step07d_set_rows_backward_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07d_set_rows_backward_report.txt",
      "bytes": 148622,
      "sha256": "7c887b4d5cd373de7e043b20573544d16f764e70650155622709a4da8cf83fd1"
    },
    {
      "source": "/content/prism_native_q1_lora/step07e_sigmoid_gradient_audit_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07e_sigmoid_gradient_audit_report.txt",
      "bytes": 149338,
      "sha256": "e2ccf441c464a53804c56fd099365fbf497a732ccd29345856bf888668fd4ba3"
    },
    {
      "source": "/content/prism_native_q1_lora/step07f_unfused_gdn_safe_gradient_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07f_unfused_gdn_safe_gradient_report.txt",
      "bytes": 161526,
      "sha256": "4eac0acf0a4b8cba49275d8b2475ac19cfdd1ca27b0872e7b9cae11673289cb4"
    },
    {
      "source": "/content/prism_native_q1_lora/step07y_reconstructed_final_acceptance_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07y_reconstructed_final_acceptance_report.json",
      "bytes": 48723,
      "sha256": "e716c9cc1c3ece236a7dce5e68c073958db82fc6f3863f7249f3e09c35146c40"
    },
    {
      "source": "/content/prism_native_q1_lora/step07y_reconstructed_final_acceptance_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07y_reconstructed_final_acceptance_report.txt",
      "bytes": 36797,
      "sha256": "be7bb546b0e9098f601dede09fe1fc9fccd62058526f1e753be1010ade07e503"
    },
    {
      "source": "/content/prism_native_q1_lora/step07z2_corrected_finalization_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07z2_corrected_finalization_report.json",
      "bytes": 19297,
      "sha256": "f5c3417712686d633b26740e89f68f77d7352836e29094c2d4244853f5ab7dda"
    },
    {
      "source": "/content/prism_native_q1_lora/step07z2_corrected_finalization_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07z2_corrected_finalization_report.txt",
      "bytes": 12885,
      "sha256": "4700e77925db344d2c68da06c11dce7e65050a46b169fe83e8f6b953d8f8355d"
    },
    {
      "source": "/content/prism_native_q1_lora/step07z_validation_only_final_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07z_validation_only_final_report.json",
      "bytes": 11290,
      "sha256": "9c3ca6077cd26bee3eea780f156c5028f4b0f3c843fef1a463470ab134ba052e"
    },
    {
      "source": "/content/prism_native_q1_lora/step07z_validation_only_final_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step07z_validation_only_final_report.txt",
      "bytes": 6702,
      "sha256": "b9a63973616b30a9a1c6fa395195ff8f674340376a66eb2a6751d1d92321c428"
    },
    {
      "source": "/content/prism_native_q1_lora/step08_multitarget_acceptance_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step08_multitarget_acceptance_report.json",
      "bytes": 81843,
      "sha256": "6c63919e78e7794825e126f69df0e6c8cf2bfa62c82391569a761af838f3e823"
    },
    {
      "source": "/content/prism_native_q1_lora/step08_multitarget_acceptance_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step08_multitarget_acceptance_report.txt",
      "bytes": 56105,
      "sha256": "ce0336208f838a2715edffe9a4452827893d03d68e60dcfd5e9f8481f7e46d25"
    },
    {
      "source": "/content/prism_native_q1_lora/step08_multitarget_acceptance_report_final.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step08_multitarget_acceptance_report_final.json",
      "bytes": 81843,
      "sha256": "6c63919e78e7794825e126f69df0e6c8cf2bfa62c82391569a761af838f3e823"
    },
    {
      "source": "/content/prism_native_q1_lora/step08_multitarget_acceptance_report_final.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step08_multitarget_acceptance_report_final.txt",
      "bytes": 56105,
      "sha256": "ce0336208f838a2715edffe9a4452827893d03d68e60dcfd5e9f8481f7e46d25"
    },
    {
      "source": "/content/prism_native_q1_lora/step08_multitarget_implementation_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step08_multitarget_implementation_report.txt",
      "bytes": 3656,
      "sha256": "2b2eeb44aedd2e5240ff9d7ffb3b84928a687091324ce80563e8ee783b968f57"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_acceptance_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_acceptance_report.json",
      "bytes": 87359,
      "sha256": "5e1057e99ffbbb235ddff276cf10bb0b44155f2a61a9e4c5301b87efb60b345f"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_acceptance_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_acceptance_report.txt",
      "bytes": 82363,
      "sha256": "353eeb54c60dca7487a8dc5ce45cb3d18d164f4645a9ce10897f46becb5755f6"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_acceptance_report_final.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_acceptance_report_final.json",
      "bytes": 87359,
      "sha256": "5e1057e99ffbbb235ddff276cf10bb0b44155f2a61a9e4c5301b87efb60b345f"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_acceptance_report_final.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_acceptance_report_final.txt",
      "bytes": 82363,
      "sha256": "353eeb54c60dca7487a8dc5ce45cb3d18d164f4645a9ce10897f46becb5755f6"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted/chat_template.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_pipeline/artifacts/accepted/chat_template.txt",
      "bytes": 7764,
      "sha256": "e84f32a23fdda27689f868aa4a1a5621f41133e51a48d7f3efcbea2839574259"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted/dataset_manifest.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_pipeline/artifacts/accepted/dataset_manifest.json",
      "bytes": 1990,
      "sha256": "5bad1083d598bcb9e571ed0e235afdf4b0fe0475ccb7a566d2a5172d99176032"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted/fingerprint_material.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_pipeline/artifacts/accepted/fingerprint_material.txt",
      "bytes": 886,
      "sha256": "db263935c4c2d4396c8c39b389dcb3dfc2b8f9b02e8b68b33559e550a034973d"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted/train-00000.p9ds",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_pipeline/artifacts/accepted/train-00000.p9ds",
      "bytes": 1980,
      "sha256": "564403c59a25b9a3d367560ef0a61eedb3435e883af2bdd8a30ffdcb7ecb21ad"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted/train-00001.p9ds",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_pipeline/artifacts/accepted/train-00001.p9ds",
      "bytes": 1980,
      "sha256": "70a8de0f58843c79f2195a7bc483f871b5fb186b286a69574e354495eafb4063"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted/train-00002.p9ds",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_pipeline/artifacts/accepted/train-00002.p9ds",
      "bytes": 1980,
      "sha256": "e251474f66216c8c91521a740be164dbee51944f652ebfc1e4fea449750f73f5"
    },
    {
      "source": "/content/prism_native_q1_lora/step09_dataset_pipeline/artifacts/accepted/validation-00000.p9ds",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step09_dataset_pipeline/artifacts/accepted/validation-00000.p9ds",
      "bytes": 1980,
      "sha256": "89f7cad06b7691b9c79ace27322fcfea765b9e5f3a7d5d8960242041725b275f"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_adapter_roundtrip_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_adapter_roundtrip_report.json",
      "bytes": 35311,
      "sha256": "ba323b4fbf2c30a867ceeb96767adb66bb253c907003d511a9edf95351ebd0cf"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_adapter_roundtrip_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_adapter_roundtrip_report.txt",
      "bytes": 9678,
      "sha256": "767980da7f927e7faf534a7c10f973523c5ea4326205dd6abbc4b6da550bd3c8"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_acceptance_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_acceptance_report.json",
      "bytes": 66156,
      "sha256": "b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_acceptance_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_acceptance_report.txt",
      "bytes": 63234,
      "sha256": "a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_acceptance_report_final.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_acceptance_report_final.json",
      "bytes": 66156,
      "sha256": "b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_acceptance_report_final.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_acceptance_report_final.txt",
      "bytes": 63234,
      "sha256": "a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/STAGE11_READY.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/STAGE11_READY.json",
      "bytes": 1840,
      "sha256": "b144ad31048e70b6d5bd6c152eb7cf89afcd132b715c897b7ed713fbaf1e4464"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/latest.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/latest.json",
      "bytes": 588,
      "sha256": "4c7f0d4824ba49fd05153f7b559188144faf1a60a824715e7ac32c2f65289f2c"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/raw_adapter/manifest.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/raw_adapter/manifest.json",
      "bytes": 1058,
      "sha256": "79c8cb293ee9d53463b09e7737f75ba81fd4519906efba3106eec6b915de3fdf"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.json",
      "bytes": 35311,
      "sha256": "ba323b4fbf2c30a867ceeb96767adb66bb253c907003d511a9edf95351ebd0cf"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/step10_adapter_roundtrip_report.txt",
      "bytes": 9678,
      "sha256": "767980da7f927e7faf534a7c10f973523c5ea4326205dd6abbc4b6da550bd3c8"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/step10_resume_acceptance_report.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/step10_resume_acceptance_report.txt",
      "bytes": 639,
      "sha256": "6654f0c535a7773697c143bd1c3efa7cdcce981c33ab210a4470035ef0c89fdf"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.json",
      "bytes": 66156,
      "sha256": "b1cf078b3c19124957b43bb206daa9161d28832866814c4b7e4cbefbf88e0dbc"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/step10_training_acceptance_report_final.txt",
      "bytes": 63234,
      "sha256": "a07883732e85c017fc4b1412512607e207fd541c6f9cdb0a290c707f9c762289"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/target_configuration.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/target_configuration.json",
      "bytes": 237,
      "sha256": "1bb463ce5dd73ef31ba143c2daa835bd7a8c6dd25808c22a7d53efe728071f53"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/training_config.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/training_config.json",
      "bytes": 1442,
      "sha256": "17cb4dacf4d1c41c3f54777d4fc67ec4838b4fc2f9350b6044d6daba2e73588f"
    },
    {
      "source": "/content/prism_native_q1_lora/step10_training_pipeline/artifacts/accepted/training_metrics.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step10_training_pipeline/artifacts/accepted/training_metrics.json",
      "bytes": 1433,
      "sha256": "3c3947031943017b90ba76228d06701c457f37df1dee9599f56b257ec992bfd6"
    },
    {
      "source": "/content/prism_native_q1_lora/step11_quality_acceptance_report_final.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step11_quality_acceptance_report_final.json",
      "bytes": 21161,
      "sha256": "2ee937c412463014d9597db4dd9bfdcd74f7a02e2f8baaac0411df61b46100ac"
    },
    {
      "source": "/content/prism_native_q1_lora/step11_quality_acceptance_report_final.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step11_quality_acceptance_report_final.txt",
      "bytes": 3808,
      "sha256": "bb3d953bb0c7818b8aed8ed77e60a879d702245a4f7cc184e9f01466df89764a"
    },
    {
      "source": "/content/prism_native_q1_lora/step11_quality_acceptance_report_v2_2_before_gate_repair.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step11_quality_acceptance_report_v2_2_before_gate_repair.json",
      "bytes": 19764,
      "sha256": "e799180343d125ac10cd9d73cb6bf847184882c994de23c749ee846ce63a663e"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.json",
      "bytes": 45517,
      "sha256": "38507ed7f35b3de4e15ccfa9eaa239480602181f9c9cf9097aac923007cbaf5d"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_performance_stability_report_final.txt",
      "bytes": 7419,
      "sha256": "b63e4d7590f500aabe25f53553d90ae4029bc3049f9067128ba3e657cc7d0025"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/artifacts/accepted/step12_v1_3_finalizer_summary.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_pipeline/artifacts/accepted/step12_v1_3_finalizer_summary.json",
      "bytes": 32586,
      "sha256": "9fa19eafd68dc4ca983bd2ff2d382ae5d524a3a9ad6fe9e53ba0ccc3cad4cbec"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/artifacts/accepted/training_resume_stress_summary.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_pipeline/artifacts/accepted/training_resume_stress_summary.json",
      "bytes": 6127,
      "sha256": "7d599cf8cf755346f805086f518280b78dfc47339ffb8f975ea8275efac1ff96"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_report_final.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_report_final.json",
      "bytes": 45517,
      "sha256": "38507ed7f35b3de4e15ccfa9eaa239480602181f9c9cf9097aac923007cbaf5d"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_report_final.txt",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_report_final.txt",
      "bytes": 7419,
      "sha256": "b63e4d7590f500aabe25f53553d90ae4029bc3049f9067128ba3e657cc7d0025"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_report_v1_before_finalizer.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_report_v1_before_finalizer.json",
      "bytes": 33186,
      "sha256": "8971c660fd8e368047a8203a306c9ac7f4c6e9b23527a79bcfd4f4d092f7380a"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_report_v1_before_resume_repair.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/step12_performance_stability_report_v1_before_resume_repair.json",
      "bytes": 33186,
      "sha256": "8971c660fd8e368047a8203a306c9ac7f4c6e9b23527a79bcfd4f4d092f7380a"
    },
    {
      "source": "/content/prism_native_q1_lora/target_inventory.json",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/project/target_inventory.json",
      "bytes": 129623,
      "sha256": "751ed0e8b98f6125c330e6901327be526f8fcf2828d6297e7a0a45247fd42c87"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/runs/step12_quick_20260723T181140Z/logs/performance_base.log",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/raw_evidence/performance_base.log",
      "bytes": 2930,
      "sha256": "8b5a13c344d58edd7b47e34b1383adf3f06c06c6f53a9c73d429047102b9efbc"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/runs/step12_quick_20260723T181140Z/logs/performance_trained.log",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/raw_evidence/performance_trained.log",
      "bytes": 3044,
      "sha256": "a0d2a94c707d0a7a4cf2bd80c7be0d35664e4d9c6f640e8889ac5f61fb75ac7a"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/runs/step12_quick_20260723T181140Z/logs/quick_soak.log",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/raw_evidence/quick_soak.log",
      "bytes": 4027,
      "sha256": "42af3564dc6bc021d6376b1cece355289b3dd7e7ea1b458de78bca7cb7e9b8ac"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/runs/step12_quick_20260723T181140Z/resume_continuation_v1_1/logs/resume_a.log",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/raw_evidence/resume_a.log",
      "bytes": 184674,
      "sha256": "7017e36f757286fe6b023342e6291fb04457688c4a1f3afe6274877e7852be83"
    },
    {
      "source": "/content/prism_native_q1_lora/step12_performance_stability_pipeline/runs/step12_quick_20260723T181140Z/resume_continuation_v1_1/logs/resume_b.log",
      "path": "/content/prism_native_q1_lora/step13_release/Bonsai-27B-Q1-Native-LoRA-Release/reports/raw_evidence/resume_b.log",
      "bytes": 184674,
      "sha256": "53cbe064467842200e22c88a5755262bc665191bfdfe935b39ded41f34c5f0b4"
    }
  ]
}