File size: 30,451 Bytes
a13dccd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
{
    "architectures": [
        "InklingForConditionalGeneration"
    ],
    "model_type": "inkling_mm_model",
    "eos_token_id": 200006,
    "text_config": {
        "model_max_length": 1048576,
        "torch_dtype": "bfloat16",
        "hidden_size": 4096,
        "num_hidden_layers": 42,
        "vocab_size": 201024,
        "num_attention_heads": 32,
        "num_key_value_heads": 8,
        "head_dim": 128,
        "d_rel": 16,
        "rel_extent": 1024,
        "q_bias": false,
        "o_bias": false,
        "log_scaling_n_floor": 128000,
        "log_scaling_alpha": 0.1,
        "rms_norm_eps": 1e-06,
        "use_embed_norm": true,
        "local_layer_ids": [
            0,
            1,
            2,
            3,
            4,
            6,
            7,
            8,
            9,
            10,
            12,
            13,
            14,
            15,
            16,
            18,
            19,
            20,
            21,
            22,
            24,
            25,
            26,
            27,
            28,
            30,
            31,
            32,
            33,
            34,
            36,
            37,
            38,
            39,
            40
        ],
        "dense_mlp_idx": 2,
        "use_sconv": true,
        "sconv_kernel_size": 4,
        "unpadded_vocab_size": 200058,
        "logits_mup_width_multiplier": 16.0,
        "final_logit_softcapping": null,
        "swa_head_dim": 128,
        "swa_num_attention_heads": 32,
        "swa_num_key_value_heads": 8,
        "sliding_window_size": 512,
        "n_routed_experts": 256,
        "num_experts_per_tok": 6,
        "n_shared_experts": 2,
        "shared_expert_sink": true,
        "dense_intermediate_size": 16384,
        "intermediate_size": 2048,
        "route_scale": 8.0,
        "use_gate_bias": true,
        "gate_activation": "sigmoid",
        "norm_after_topk": true,
        "use_global_scale": true
    },
    "audio_config": {
        "decoder_dmodel": 4096,
        "n_mel_bins": 80,
        "mel_vocab_size": 16,
        "bias": false,
        "dmel_min_value": -7.0,
        "dmel_max_value": 2.0,
        "use_audio_norm": true,
        "audio_mode": "dmel"
    },
    "vision_config": {
        "vision_encoder_type": "hmlp",
        "decoder_dmodel": 4096,
        "patch_size": 40,
        "temporal_patch_size": 2,
        "n_channels": 3,
        "n_layers": 4,
        "use_vision_norm": true
    },
    "mtp_config": {
        "num_nextn_predict_layers": 8,
        "chain_hidden_post_norm": false,
        "local_layer_ids": [
            0,
            2,
            4,
            5,
            6,
            7
        ]
    },
    "quantization_config": {
        "global_quant_config": {
            "input_tensors": {
                "dtype": "fp4",
                "is_dynamic": true,
                "qscheme": "per_group",
                "ch_axis": -1,
                "group_size": 32,
                "block_size": null,
                "symmetric": null,
                "round_method": "half_even",
                "scale_type": "float",
                "scale_format": "e8m0",
                "scale_calculation_mode": "even",
                "mx_element_dtype": null,
                "observer_cls": "PerBlockMXObserver",
                "is_scale_quant": false,
                "enable_buffer_reuse": false,
                "max_input_numel": 4194304
            },
            "output_tensors": null,
            "weight": {
                "dtype": "fp4",
                "is_dynamic": false,
                "qscheme": "per_group",
                "ch_axis": -1,
                "group_size": 32,
                "block_size": null,
                "symmetric": null,
                "round_method": "half_even",
                "scale_type": "float",
                "scale_format": "e8m0",
                "scale_calculation_mode": "even",
                "mx_element_dtype": null,
                "observer_cls": "PerBlockMXObserver",
                "is_scale_quant": false,
                "enable_buffer_reuse": false,
                "max_input_numel": 4194304
            },
            "bias": null,
            "target_device": null
        },
        "exclude": [
            "model.audio.encoder",
            "model.llm.layers.0.attn.k_sconv",
            "model.llm.layers.0.attn.v_sconv",
            "model.llm.layers.0.attn.wk_dv",
            "model.llm.layers.0.attn.wo_ud",
            "model.llm.layers.0.attn.wq_du",
            "model.llm.layers.0.attn.wr_du",
            "model.llm.layers.0.attn.wv_dv",
            "model.llm.layers.0.attn_sconv",
            "model.llm.layers.0.mlp.w13_dn",
            "model.llm.layers.0.mlp.w2_md",
            "model.llm.layers.0.mlp_sconv",
            "model.llm.layers.1.attn.k_sconv",
            "model.llm.layers.1.attn.v_sconv",
            "model.llm.layers.1.attn.wk_dv",
            "model.llm.layers.1.attn.wo_ud",
            "model.llm.layers.1.attn.wq_du",
            "model.llm.layers.1.attn.wr_du",
            "model.llm.layers.1.attn.wv_dv",
            "model.llm.layers.1.attn_sconv",
            "model.llm.layers.1.mlp.w13_dn",
            "model.llm.layers.1.mlp.w2_md",
            "model.llm.layers.1.mlp_sconv",
            "model.llm.layers.10.attn.k_sconv",
            "model.llm.layers.10.attn.v_sconv",
            "model.llm.layers.10.attn.wk_dv",
            "model.llm.layers.10.attn.wo_ud",
            "model.llm.layers.10.attn.wq_du",
            "model.llm.layers.10.attn.wr_du",
            "model.llm.layers.10.attn.wv_dv",
            "model.llm.layers.10.attn_sconv",
            "model.llm.layers.10.mlp.gate",
            "model.llm.layers.10.mlp_sconv",
            "model.llm.layers.11.attn.k_sconv",
            "model.llm.layers.11.attn.v_sconv",
            "model.llm.layers.11.attn.wk_dv",
            "model.llm.layers.11.attn.wo_ud",
            "model.llm.layers.11.attn.wq_du",
            "model.llm.layers.11.attn.wr_du",
            "model.llm.layers.11.attn.wv_dv",
            "model.llm.layers.11.attn_sconv",
            "model.llm.layers.11.mlp.gate",
            "model.llm.layers.11.mlp_sconv",
            "model.llm.layers.12.attn.k_sconv",
            "model.llm.layers.12.attn.v_sconv",
            "model.llm.layers.12.attn.wk_dv",
            "model.llm.layers.12.attn.wo_ud",
            "model.llm.layers.12.attn.wq_du",
            "model.llm.layers.12.attn.wr_du",
            "model.llm.layers.12.attn.wv_dv",
            "model.llm.layers.12.attn_sconv",
            "model.llm.layers.12.mlp.gate",
            "model.llm.layers.12.mlp_sconv",
            "model.llm.layers.13.attn.k_sconv",
            "model.llm.layers.13.attn.v_sconv",
            "model.llm.layers.13.attn.wk_dv",
            "model.llm.layers.13.attn.wo_ud",
            "model.llm.layers.13.attn.wq_du",
            "model.llm.layers.13.attn.wr_du",
            "model.llm.layers.13.attn.wv_dv",
            "model.llm.layers.13.attn_sconv",
            "model.llm.layers.13.mlp.gate",
            "model.llm.layers.13.mlp_sconv",
            "model.llm.layers.14.attn.k_sconv",
            "model.llm.layers.14.attn.v_sconv",
            "model.llm.layers.14.attn.wk_dv",
            "model.llm.layers.14.attn.wo_ud",
            "model.llm.layers.14.attn.wq_du",
            "model.llm.layers.14.attn.wr_du",
            "model.llm.layers.14.attn.wv_dv",
            "model.llm.layers.14.attn_sconv",
            "model.llm.layers.14.mlp.gate",
            "model.llm.layers.14.mlp_sconv",
            "model.llm.layers.15.attn.k_sconv",
            "model.llm.layers.15.attn.v_sconv",
            "model.llm.layers.15.attn.wk_dv",
            "model.llm.layers.15.attn.wo_ud",
            "model.llm.layers.15.attn.wq_du",
            "model.llm.layers.15.attn.wr_du",
            "model.llm.layers.15.attn.wv_dv",
            "model.llm.layers.15.attn_sconv",
            "model.llm.layers.15.mlp.gate",
            "model.llm.layers.15.mlp_sconv",
            "model.llm.layers.16.attn.k_sconv",
            "model.llm.layers.16.attn.v_sconv",
            "model.llm.layers.16.attn.wk_dv",
            "model.llm.layers.16.attn.wo_ud",
            "model.llm.layers.16.attn.wq_du",
            "model.llm.layers.16.attn.wr_du",
            "model.llm.layers.16.attn.wv_dv",
            "model.llm.layers.16.attn_sconv",
            "model.llm.layers.16.mlp.gate",
            "model.llm.layers.16.mlp_sconv",
            "model.llm.layers.17.attn.k_sconv",
            "model.llm.layers.17.attn.v_sconv",
            "model.llm.layers.17.attn.wk_dv",
            "model.llm.layers.17.attn.wo_ud",
            "model.llm.layers.17.attn.wq_du",
            "model.llm.layers.17.attn.wr_du",
            "model.llm.layers.17.attn.wv_dv",
            "model.llm.layers.17.attn_sconv",
            "model.llm.layers.17.mlp.gate",
            "model.llm.layers.17.mlp_sconv",
            "model.llm.layers.18.attn.k_sconv",
            "model.llm.layers.18.attn.v_sconv",
            "model.llm.layers.18.attn.wk_dv",
            "model.llm.layers.18.attn.wo_ud",
            "model.llm.layers.18.attn.wq_du",
            "model.llm.layers.18.attn.wr_du",
            "model.llm.layers.18.attn.wv_dv",
            "model.llm.layers.18.attn_sconv",
            "model.llm.layers.18.mlp.gate",
            "model.llm.layers.18.mlp_sconv",
            "model.llm.layers.19.attn.k_sconv",
            "model.llm.layers.19.attn.v_sconv",
            "model.llm.layers.19.attn.wk_dv",
            "model.llm.layers.19.attn.wo_ud",
            "model.llm.layers.19.attn.wq_du",
            "model.llm.layers.19.attn.wr_du",
            "model.llm.layers.19.attn.wv_dv",
            "model.llm.layers.19.attn_sconv",
            "model.llm.layers.19.mlp.gate",
            "model.llm.layers.19.mlp_sconv",
            "model.llm.layers.2.attn.k_sconv",
            "model.llm.layers.2.attn.v_sconv",
            "model.llm.layers.2.attn.wk_dv",
            "model.llm.layers.2.attn.wo_ud",
            "model.llm.layers.2.attn.wq_du",
            "model.llm.layers.2.attn.wr_du",
            "model.llm.layers.2.attn.wv_dv",
            "model.llm.layers.2.attn_sconv",
            "model.llm.layers.2.mlp.experts.w13_weight",
            "model.llm.layers.2.mlp.experts.w2_weight",
            "model.llm.layers.2.mlp.gate",
            "model.llm.layers.2.mlp_sconv",
            "model.llm.layers.20.attn.k_sconv",
            "model.llm.layers.20.attn.v_sconv",
            "model.llm.layers.20.attn.wk_dv",
            "model.llm.layers.20.attn.wo_ud",
            "model.llm.layers.20.attn.wq_du",
            "model.llm.layers.20.attn.wr_du",
            "model.llm.layers.20.attn.wv_dv",
            "model.llm.layers.20.attn_sconv",
            "model.llm.layers.20.mlp.gate",
            "model.llm.layers.20.mlp_sconv",
            "model.llm.layers.21.attn.k_sconv",
            "model.llm.layers.21.attn.v_sconv",
            "model.llm.layers.21.attn.wk_dv",
            "model.llm.layers.21.attn.wo_ud",
            "model.llm.layers.21.attn.wq_du",
            "model.llm.layers.21.attn.wr_du",
            "model.llm.layers.21.attn.wv_dv",
            "model.llm.layers.21.attn_sconv",
            "model.llm.layers.21.mlp.gate",
            "model.llm.layers.21.mlp_sconv",
            "model.llm.layers.22.attn.k_sconv",
            "model.llm.layers.22.attn.v_sconv",
            "model.llm.layers.22.attn.wk_dv",
            "model.llm.layers.22.attn.wo_ud",
            "model.llm.layers.22.attn.wq_du",
            "model.llm.layers.22.attn.wr_du",
            "model.llm.layers.22.attn.wv_dv",
            "model.llm.layers.22.attn_sconv",
            "model.llm.layers.22.mlp.gate",
            "model.llm.layers.22.mlp_sconv",
            "model.llm.layers.23.attn.k_sconv",
            "model.llm.layers.23.attn.v_sconv",
            "model.llm.layers.23.attn.wk_dv",
            "model.llm.layers.23.attn.wo_ud",
            "model.llm.layers.23.attn.wq_du",
            "model.llm.layers.23.attn.wr_du",
            "model.llm.layers.23.attn.wv_dv",
            "model.llm.layers.23.attn_sconv",
            "model.llm.layers.23.mlp.gate",
            "model.llm.layers.23.mlp_sconv",
            "model.llm.layers.24.attn.k_sconv",
            "model.llm.layers.24.attn.v_sconv",
            "model.llm.layers.24.attn.wk_dv",
            "model.llm.layers.24.attn.wo_ud",
            "model.llm.layers.24.attn.wq_du",
            "model.llm.layers.24.attn.wr_du",
            "model.llm.layers.24.attn.wv_dv",
            "model.llm.layers.24.attn_sconv",
            "model.llm.layers.24.mlp.gate",
            "model.llm.layers.24.mlp_sconv",
            "model.llm.layers.25.attn.k_sconv",
            "model.llm.layers.25.attn.v_sconv",
            "model.llm.layers.25.attn.wk_dv",
            "model.llm.layers.25.attn.wo_ud",
            "model.llm.layers.25.attn.wq_du",
            "model.llm.layers.25.attn.wr_du",
            "model.llm.layers.25.attn.wv_dv",
            "model.llm.layers.25.attn_sconv",
            "model.llm.layers.25.mlp.gate",
            "model.llm.layers.25.mlp_sconv",
            "model.llm.layers.26.attn.k_sconv",
            "model.llm.layers.26.attn.v_sconv",
            "model.llm.layers.26.attn.wk_dv",
            "model.llm.layers.26.attn.wo_ud",
            "model.llm.layers.26.attn.wq_du",
            "model.llm.layers.26.attn.wr_du",
            "model.llm.layers.26.attn.wv_dv",
            "model.llm.layers.26.attn_sconv",
            "model.llm.layers.26.mlp.gate",
            "model.llm.layers.26.mlp_sconv",
            "model.llm.layers.27.attn.k_sconv",
            "model.llm.layers.27.attn.v_sconv",
            "model.llm.layers.27.attn.wk_dv",
            "model.llm.layers.27.attn.wo_ud",
            "model.llm.layers.27.attn.wq_du",
            "model.llm.layers.27.attn.wr_du",
            "model.llm.layers.27.attn.wv_dv",
            "model.llm.layers.27.attn_sconv",
            "model.llm.layers.27.mlp.gate",
            "model.llm.layers.27.mlp_sconv",
            "model.llm.layers.28.attn.k_sconv",
            "model.llm.layers.28.attn.v_sconv",
            "model.llm.layers.28.attn.wk_dv",
            "model.llm.layers.28.attn.wo_ud",
            "model.llm.layers.28.attn.wq_du",
            "model.llm.layers.28.attn.wr_du",
            "model.llm.layers.28.attn.wv_dv",
            "model.llm.layers.28.attn_sconv",
            "model.llm.layers.28.mlp.gate",
            "model.llm.layers.28.mlp_sconv",
            "model.llm.layers.29.attn.k_sconv",
            "model.llm.layers.29.attn.v_sconv",
            "model.llm.layers.29.attn.wk_dv",
            "model.llm.layers.29.attn.wo_ud",
            "model.llm.layers.29.attn.wq_du",
            "model.llm.layers.29.attn.wr_du",
            "model.llm.layers.29.attn.wv_dv",
            "model.llm.layers.29.attn_sconv",
            "model.llm.layers.29.mlp.gate",
            "model.llm.layers.29.mlp_sconv",
            "model.llm.layers.3.attn.k_sconv",
            "model.llm.layers.3.attn.v_sconv",
            "model.llm.layers.3.attn.wk_dv",
            "model.llm.layers.3.attn.wo_ud",
            "model.llm.layers.3.attn.wq_du",
            "model.llm.layers.3.attn.wr_du",
            "model.llm.layers.3.attn.wv_dv",
            "model.llm.layers.3.attn_sconv",
            "model.llm.layers.3.mlp.gate",
            "model.llm.layers.3.mlp_sconv",
            "model.llm.layers.30.attn.k_sconv",
            "model.llm.layers.30.attn.v_sconv",
            "model.llm.layers.30.attn.wk_dv",
            "model.llm.layers.30.attn.wo_ud",
            "model.llm.layers.30.attn.wq_du",
            "model.llm.layers.30.attn.wr_du",
            "model.llm.layers.30.attn.wv_dv",
            "model.llm.layers.30.attn_sconv",
            "model.llm.layers.30.mlp.gate",
            "model.llm.layers.30.mlp_sconv",
            "model.llm.layers.31.attn.k_sconv",
            "model.llm.layers.31.attn.v_sconv",
            "model.llm.layers.31.attn.wk_dv",
            "model.llm.layers.31.attn.wo_ud",
            "model.llm.layers.31.attn.wq_du",
            "model.llm.layers.31.attn.wr_du",
            "model.llm.layers.31.attn.wv_dv",
            "model.llm.layers.31.attn_sconv",
            "model.llm.layers.31.mlp.gate",
            "model.llm.layers.31.mlp_sconv",
            "model.llm.layers.32.attn.k_sconv",
            "model.llm.layers.32.attn.v_sconv",
            "model.llm.layers.32.attn.wk_dv",
            "model.llm.layers.32.attn.wo_ud",
            "model.llm.layers.32.attn.wq_du",
            "model.llm.layers.32.attn.wr_du",
            "model.llm.layers.32.attn.wv_dv",
            "model.llm.layers.32.attn_sconv",
            "model.llm.layers.32.mlp.gate",
            "model.llm.layers.32.mlp_sconv",
            "model.llm.layers.33.attn.k_sconv",
            "model.llm.layers.33.attn.v_sconv",
            "model.llm.layers.33.attn.wk_dv",
            "model.llm.layers.33.attn.wo_ud",
            "model.llm.layers.33.attn.wq_du",
            "model.llm.layers.33.attn.wr_du",
            "model.llm.layers.33.attn.wv_dv",
            "model.llm.layers.33.attn_sconv",
            "model.llm.layers.33.mlp.gate",
            "model.llm.layers.33.mlp_sconv",
            "model.llm.layers.34.attn.k_sconv",
            "model.llm.layers.34.attn.v_sconv",
            "model.llm.layers.34.attn.wk_dv",
            "model.llm.layers.34.attn.wo_ud",
            "model.llm.layers.34.attn.wq_du",
            "model.llm.layers.34.attn.wr_du",
            "model.llm.layers.34.attn.wv_dv",
            "model.llm.layers.34.attn_sconv",
            "model.llm.layers.34.mlp.gate",
            "model.llm.layers.34.mlp_sconv",
            "model.llm.layers.35.attn.k_sconv",
            "model.llm.layers.35.attn.v_sconv",
            "model.llm.layers.35.attn.wk_dv",
            "model.llm.layers.35.attn.wo_ud",
            "model.llm.layers.35.attn.wq_du",
            "model.llm.layers.35.attn.wr_du",
            "model.llm.layers.35.attn.wv_dv",
            "model.llm.layers.35.attn_sconv",
            "model.llm.layers.35.mlp.gate",
            "model.llm.layers.35.mlp_sconv",
            "model.llm.layers.36.attn.k_sconv",
            "model.llm.layers.36.attn.v_sconv",
            "model.llm.layers.36.attn.wk_dv",
            "model.llm.layers.36.attn.wo_ud",
            "model.llm.layers.36.attn.wq_du",
            "model.llm.layers.36.attn.wr_du",
            "model.llm.layers.36.attn.wv_dv",
            "model.llm.layers.36.attn_sconv",
            "model.llm.layers.36.mlp.gate",
            "model.llm.layers.36.mlp_sconv",
            "model.llm.layers.37.attn.k_sconv",
            "model.llm.layers.37.attn.v_sconv",
            "model.llm.layers.37.attn.wk_dv",
            "model.llm.layers.37.attn.wo_ud",
            "model.llm.layers.37.attn.wq_du",
            "model.llm.layers.37.attn.wr_du",
            "model.llm.layers.37.attn.wv_dv",
            "model.llm.layers.37.attn_sconv",
            "model.llm.layers.37.mlp.gate",
            "model.llm.layers.37.mlp_sconv",
            "model.llm.layers.38.attn.k_sconv",
            "model.llm.layers.38.attn.v_sconv",
            "model.llm.layers.38.attn.wk_dv",
            "model.llm.layers.38.attn.wo_ud",
            "model.llm.layers.38.attn.wq_du",
            "model.llm.layers.38.attn.wr_du",
            "model.llm.layers.38.attn.wv_dv",
            "model.llm.layers.38.attn_sconv",
            "model.llm.layers.38.mlp.gate",
            "model.llm.layers.38.mlp_sconv",
            "model.llm.layers.39.attn.k_sconv",
            "model.llm.layers.39.attn.v_sconv",
            "model.llm.layers.39.attn.wk_dv",
            "model.llm.layers.39.attn.wo_ud",
            "model.llm.layers.39.attn.wq_du",
            "model.llm.layers.39.attn.wr_du",
            "model.llm.layers.39.attn.wv_dv",
            "model.llm.layers.39.attn_sconv",
            "model.llm.layers.39.mlp.gate",
            "model.llm.layers.39.mlp_sconv",
            "model.llm.layers.4.attn.k_sconv",
            "model.llm.layers.4.attn.v_sconv",
            "model.llm.layers.4.attn.wk_dv",
            "model.llm.layers.4.attn.wo_ud",
            "model.llm.layers.4.attn.wq_du",
            "model.llm.layers.4.attn.wr_du",
            "model.llm.layers.4.attn.wv_dv",
            "model.llm.layers.4.attn_sconv",
            "model.llm.layers.4.mlp.gate",
            "model.llm.layers.4.mlp_sconv",
            "model.llm.layers.40.attn.k_sconv",
            "model.llm.layers.40.attn.v_sconv",
            "model.llm.layers.40.attn.wk_dv",
            "model.llm.layers.40.attn.wo_ud",
            "model.llm.layers.40.attn.wq_du",
            "model.llm.layers.40.attn.wr_du",
            "model.llm.layers.40.attn.wv_dv",
            "model.llm.layers.40.attn_sconv",
            "model.llm.layers.40.mlp.gate",
            "model.llm.layers.40.mlp_sconv",
            "model.llm.layers.41.attn.k_sconv",
            "model.llm.layers.41.attn.v_sconv",
            "model.llm.layers.41.attn.wk_dv",
            "model.llm.layers.41.attn.wo_ud",
            "model.llm.layers.41.attn.wq_du",
            "model.llm.layers.41.attn.wr_du",
            "model.llm.layers.41.attn.wv_dv",
            "model.llm.layers.41.attn_sconv",
            "model.llm.layers.41.mlp.gate",
            "model.llm.layers.41.mlp_sconv",
            "model.llm.layers.5.attn.k_sconv",
            "model.llm.layers.5.attn.v_sconv",
            "model.llm.layers.5.attn.wk_dv",
            "model.llm.layers.5.attn.wo_ud",
            "model.llm.layers.5.attn.wq_du",
            "model.llm.layers.5.attn.wr_du",
            "model.llm.layers.5.attn.wv_dv",
            "model.llm.layers.5.attn_sconv",
            "model.llm.layers.5.mlp.gate",
            "model.llm.layers.5.mlp_sconv",
            "model.llm.layers.6.attn.k_sconv",
            "model.llm.layers.6.attn.v_sconv",
            "model.llm.layers.6.attn.wk_dv",
            "model.llm.layers.6.attn.wo_ud",
            "model.llm.layers.6.attn.wq_du",
            "model.llm.layers.6.attn.wr_du",
            "model.llm.layers.6.attn.wv_dv",
            "model.llm.layers.6.attn_sconv",
            "model.llm.layers.6.mlp.gate",
            "model.llm.layers.6.mlp_sconv",
            "model.llm.layers.7.attn.k_sconv",
            "model.llm.layers.7.attn.v_sconv",
            "model.llm.layers.7.attn.wk_dv",
            "model.llm.layers.7.attn.wo_ud",
            "model.llm.layers.7.attn.wq_du",
            "model.llm.layers.7.attn.wr_du",
            "model.llm.layers.7.attn.wv_dv",
            "model.llm.layers.7.attn_sconv",
            "model.llm.layers.7.mlp.gate",
            "model.llm.layers.7.mlp_sconv",
            "model.llm.layers.8.attn.k_sconv",
            "model.llm.layers.8.attn.v_sconv",
            "model.llm.layers.8.attn.wk_dv",
            "model.llm.layers.8.attn.wo_ud",
            "model.llm.layers.8.attn.wq_du",
            "model.llm.layers.8.attn.wr_du",
            "model.llm.layers.8.attn.wv_dv",
            "model.llm.layers.8.attn_sconv",
            "model.llm.layers.8.mlp.gate",
            "model.llm.layers.8.mlp_sconv",
            "model.llm.layers.9.attn.k_sconv",
            "model.llm.layers.9.attn.v_sconv",
            "model.llm.layers.9.attn.wk_dv",
            "model.llm.layers.9.attn.wo_ud",
            "model.llm.layers.9.attn.wq_du",
            "model.llm.layers.9.attn.wr_du",
            "model.llm.layers.9.attn.wv_dv",
            "model.llm.layers.9.attn_sconv",
            "model.llm.layers.9.mlp.gate",
            "model.llm.layers.9.mlp_sconv",
            "model.mtp.layers.0.input_proj",
            "model.mtp.layers.0.transformer_block.attn.k_sconv",
            "model.mtp.layers.0.transformer_block.attn.v_sconv",
            "model.mtp.layers.0.transformer_block.attn.wk_dv",
            "model.mtp.layers.0.transformer_block.attn.wo_ud",
            "model.mtp.layers.0.transformer_block.attn.wq_du",
            "model.mtp.layers.0.transformer_block.attn.wr_du",
            "model.mtp.layers.0.transformer_block.attn.wv_dv",
            "model.mtp.layers.0.transformer_block.attn_sconv",
            "model.mtp.layers.0.transformer_block.mlp.w13_dn",
            "model.mtp.layers.0.transformer_block.mlp.w2_md",
            "model.mtp.layers.0.transformer_block.mlp_sconv",
            "model.mtp.layers.1.input_proj",
            "model.mtp.layers.1.transformer_block.attn.k_sconv",
            "model.mtp.layers.1.transformer_block.attn.v_sconv",
            "model.mtp.layers.1.transformer_block.attn.wk_dv",
            "model.mtp.layers.1.transformer_block.attn.wo_ud",
            "model.mtp.layers.1.transformer_block.attn.wq_du",
            "model.mtp.layers.1.transformer_block.attn.wr_du",
            "model.mtp.layers.1.transformer_block.attn.wv_dv",
            "model.mtp.layers.1.transformer_block.attn_sconv",
            "model.mtp.layers.1.transformer_block.mlp.w13_dn",
            "model.mtp.layers.1.transformer_block.mlp.w2_md",
            "model.mtp.layers.1.transformer_block.mlp_sconv",
            "model.mtp.layers.2.input_proj",
            "model.mtp.layers.2.transformer_block.attn.k_sconv",
            "model.mtp.layers.2.transformer_block.attn.v_sconv",
            "model.mtp.layers.2.transformer_block.attn.wk_dv",
            "model.mtp.layers.2.transformer_block.attn.wo_ud",
            "model.mtp.layers.2.transformer_block.attn.wq_du",
            "model.mtp.layers.2.transformer_block.attn.wr_du",
            "model.mtp.layers.2.transformer_block.attn.wv_dv",
            "model.mtp.layers.2.transformer_block.attn_sconv",
            "model.mtp.layers.2.transformer_block.mlp.w13_dn",
            "model.mtp.layers.2.transformer_block.mlp.w2_md",
            "model.mtp.layers.2.transformer_block.mlp_sconv",
            "model.mtp.layers.3.input_proj",
            "model.mtp.layers.3.transformer_block.attn.k_sconv",
            "model.mtp.layers.3.transformer_block.attn.v_sconv",
            "model.mtp.layers.3.transformer_block.attn.wk_dv",
            "model.mtp.layers.3.transformer_block.attn.wo_ud",
            "model.mtp.layers.3.transformer_block.attn.wq_du",
            "model.mtp.layers.3.transformer_block.attn.wr_du",
            "model.mtp.layers.3.transformer_block.attn.wv_dv",
            "model.mtp.layers.3.transformer_block.attn_sconv",
            "model.mtp.layers.3.transformer_block.mlp.w13_dn",
            "model.mtp.layers.3.transformer_block.mlp.w2_md",
            "model.mtp.layers.3.transformer_block.mlp_sconv",
            "model.mtp.layers.4.input_proj",
            "model.mtp.layers.4.transformer_block.attn.k_sconv",
            "model.mtp.layers.4.transformer_block.attn.v_sconv",
            "model.mtp.layers.4.transformer_block.attn.wk_dv",
            "model.mtp.layers.4.transformer_block.attn.wo_ud",
            "model.mtp.layers.4.transformer_block.attn.wq_du",
            "model.mtp.layers.4.transformer_block.attn.wr_du",
            "model.mtp.layers.4.transformer_block.attn.wv_dv",
            "model.mtp.layers.4.transformer_block.attn_sconv",
            "model.mtp.layers.4.transformer_block.mlp.w13_dn",
            "model.mtp.layers.4.transformer_block.mlp.w2_md",
            "model.mtp.layers.4.transformer_block.mlp_sconv",
            "model.mtp.layers.5.input_proj",
            "model.mtp.layers.5.transformer_block.attn.k_sconv",
            "model.mtp.layers.5.transformer_block.attn.v_sconv",
            "model.mtp.layers.5.transformer_block.attn.wk_dv",
            "model.mtp.layers.5.transformer_block.attn.wo_ud",
            "model.mtp.layers.5.transformer_block.attn.wq_du",
            "model.mtp.layers.5.transformer_block.attn.wr_du",
            "model.mtp.layers.5.transformer_block.attn.wv_dv",
            "model.mtp.layers.5.transformer_block.attn_sconv",
            "model.mtp.layers.5.transformer_block.mlp.w13_dn",
            "model.mtp.layers.5.transformer_block.mlp.w2_md",
            "model.mtp.layers.5.transformer_block.mlp_sconv",
            "model.mtp.layers.6.input_proj",
            "model.mtp.layers.6.transformer_block.attn.k_sconv",
            "model.mtp.layers.6.transformer_block.attn.v_sconv",
            "model.mtp.layers.6.transformer_block.attn.wk_dv",
            "model.mtp.layers.6.transformer_block.attn.wo_ud",
            "model.mtp.layers.6.transformer_block.attn.wq_du",
            "model.mtp.layers.6.transformer_block.attn.wr_du",
            "model.mtp.layers.6.transformer_block.attn.wv_dv",
            "model.mtp.layers.6.transformer_block.attn_sconv",
            "model.mtp.layers.6.transformer_block.mlp.w13_dn",
            "model.mtp.layers.6.transformer_block.mlp.w2_md",
            "model.mtp.layers.6.transformer_block.mlp_sconv",
            "model.mtp.layers.7.input_proj",
            "model.mtp.layers.7.transformer_block.attn.k_sconv",
            "model.mtp.layers.7.transformer_block.attn.v_sconv",
            "model.mtp.layers.7.transformer_block.attn.wk_dv",
            "model.mtp.layers.7.transformer_block.attn.wo_ud",
            "model.mtp.layers.7.transformer_block.attn.wq_du",
            "model.mtp.layers.7.transformer_block.attn.wr_du",
            "model.mtp.layers.7.transformer_block.attn.wv_dv",
            "model.mtp.layers.7.transformer_block.attn_sconv",
            "model.mtp.layers.7.transformer_block.mlp.w13_dn",
            "model.mtp.layers.7.transformer_block.mlp.w2_md",
            "model.mtp.layers.7.transformer_block.mlp_sconv",
            "model.visual.layers.linear_0",
            "model.visual.layers.linear_1",
            "model.visual.layers.linear_2",
            "model.visual.layers.linear_3"
        ],
        "algo_config": null,
        "softmax_quant_spec": null,
        "quant_method": "quark",
        "layer_type_quant_config": {},
        "layer_quant_config": {},
        "kv_cache_quant_config": {},
        "kv_cache_post_rope": false,
        "quant_mode": "eager_mode",
        "version": "0.12.post1+rocm72.torch2.11",
        "export": {
            "kv_cache_group": [],
            "min_kv_scale": 0.0,
            "pack_method": "reorder",
            "weight_format": "real_quantized",
            "weight_merge_groups": null
        }
    }
}