airagrp commited on
Commit
d7d9ba5
·
verified ·
1 Parent(s): a1edaa6

mixed mxfp8/nvfp4/bf16 MLX conversion of Qwen/Qwen3.8-27B (mlx-vlm 0.6.17)

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2026 Alibaba Cloud
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: mlx
3
+ license: apache-2.0
4
+ pipeline_tag: image-text-to-text
5
+ base_model: Qwen/Qwen3.8-27B
6
+ language: en
7
+ tags:
8
+ - mlx
9
+ - mlx-vlm
10
+ - mxfp8
11
+ - nvfp4
12
+ - mixed-precision
13
+ - qwen3_5
14
+ - multimodal
15
+ - vision
16
+ - video
17
+ - text-generation
18
+ - mtp
19
+ - speculative-decoding
20
+ ---
21
+ This repository contains [`Qwen/Qwen3.8-27B`](https://huggingface.co/Qwen/Qwen3.8-27B) converted to MLX format with a mixed-precision quantization recipe, using [mlx-vlm](https://github.com/Blaizzy/mlx-vlm) **0.6.17**.
22
+
23
+ ## Quantization recipe
24
+
25
+ | Module | Precision |
26
+ |---|---|
27
+ | MLP `gate_proj` / `up_proj` / `down_proj` (64 layers) | nvfp4 (group_size=16, bits=4) |
28
+ | Full attention `q_proj` / `k_proj` / `v_proj` / `o_proj` (16 layers) | nvfp4 (group_size=16, bits=4) |
29
+ | Linear (GDN) attention `in_proj_*` / `out_proj` (48 layers) | mxfp8 (group_size=32, bits=8) |
30
+ | Token embeddings (`embed_tokens`) | bfloat16 |
31
+ | Output head (`lm_head`) | bfloat16 |
32
+ | MTP head | bfloat16 |
33
+ | Vision tower | bfloat16 |
34
+
35
+ - Effective size: ~23 GB (7.3 bits per weight), base model is ~54 GB in bfloat16.
36
+ - Quantized modules: mxfp8 (group_size=32, bits=8) / nvfp4 (group_size=16, bits=4); bfloat16 modules are stored as-is. Per-module precision is detected from the presence of `.scales` tensors.
37
+
38
+ ## MTP
39
+
40
+ The native MTP head is **merged into this checkpoint** as `language_model.mtp.*` tensors (15 tensors, bfloat16, norms in the MLX +1 convention), stored in `mtp.safetensors` and referenced from `model.safetensors.index.json` — it is not a separate drafter model. Use it for speculative decoding (`--draft-kind mtp` in mlx-vlm) or ignore it; base inference is unaffected.
41
+
42
+ ## Use with mlx-vlm
43
+
44
+ ```bash
45
+ pip install mlx-vlm
46
+ ```
47
+
48
+ ```python
49
+ import mlx_vlm
50
+
51
+ model, processor = mlx_vlm.load("airagrp/Qwen3.8-27B-mlx-nvfp4-M")
52
+ response, _ = mlx_vlm.generate(
53
+ model,
54
+ processor,
55
+ prompts="In one sentence, what is MLX?",
56
+ max_tokens=64,
57
+ )
58
+ print(response)
59
+ ```
60
+
61
+ ```bash
62
+ mlx_vlm.generate --model airagrp/Qwen3.8-27B-mlx-nvfp4-M --prompt "In one sentence, what is MLX?" --max-tokens 64
63
+ ```
64
+
65
+ ## Use with MLX directly
66
+
67
+ Load with the standard MLX safetensors layout; quantized weights use mxfp8 (group_size=32, bits=8) / nvfp4 (group_size=16, bits=4).
68
+
69
+ ## Citations / license
70
+
71
+ Apache-2.0. Refer to the [original model card](https://huggingface.co/Qwen/Qwen3.8-27B) for architecture details, benchmarks, and usage guidelines.
chat_template.jinja ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- set reasoning_instructions = '' %}
46
+ {%- if enable_thinking is undefined or enable_thinking is true %}
47
+ {%- set resolved_reasoning_effort = reasoning_effort|default('xhigh') %}
48
+ {%- if resolved_reasoning_effort not in ('xhigh', 'medium', 'low') %}
49
+ {{- raise_exception('Unexpected reasoning effort ' ~ reasoning_effort ~ '. Supported types are xhigh (default), medium, and low.') }}
50
+ {%- endif %}
51
+ {%- if resolved_reasoning_effort == 'xhigh' %}
52
+ {%- set reasoning_instructions = 'Reasoning effort is set to xhigh. Please think carefully through the task, validate key assumptions, consider plausible alternatives, and prioritize correctness, consistency, and clarity in the final answer.' %}
53
+ {%- elif resolved_reasoning_effort == 'low' %}
54
+ {%- set reasoning_instructions = 'Reasoning effort is set to low. Keep your thinking brief and focused, moving directly to the conclusion without unnecessary elaboration.' %}
55
+ {%- endif %}
56
+ {%- endif %}
57
+ {%- if tools and tools is iterable and tools is not mapping %}
58
+ {{- '<|im_start|>system\n' }}
59
+ {%- if reasoning_instructions %}
60
+ {{- reasoning_instructions + '\n\n' }}
61
+ {%- endif %}
62
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
63
+ {%- for tool in tools %}
64
+ {{- "\n" }}
65
+ {{- tool | tojson }}
66
+ {%- endfor %}
67
+ {{- "\n</tools>" }}
68
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
69
+ {%- if messages[0].role == 'system' %}
70
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
71
+ {%- if content %}
72
+ {{- '\n\n' + content }}
73
+ {%- endif %}
74
+ {%- endif %}
75
+ {{- '<|im_end|>\n' }}
76
+ {%- else %}
77
+ {%- if messages[0].role == 'system' %}
78
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
79
+ {%- if content %}
80
+ {{- '<|im_start|>system\n' + (reasoning_instructions + '\n\n' if reasoning_instructions else '') + content + '<|im_end|>\n' }}
81
+ {%- elif reasoning_instructions %}
82
+ {{- '<|im_start|>system\n' + reasoning_instructions + '<|im_end|>\n' }}
83
+ {%- endif %}
84
+ {%- elif reasoning_instructions %}
85
+ {{- '<|im_start|>system\n' + reasoning_instructions + '<|im_end|>\n' }}
86
+ {%- endif %}
87
+ {%- endif %}
88
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
89
+ {%- for message in messages[::-1] %}
90
+ {%- set index = (messages|length - 1) - loop.index0 %}
91
+ {%- if ns.multi_step_tool and message.role == "user" %}
92
+ {%- set content = render_content(message.content, false)|trim %}
93
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
94
+ {%- set ns.multi_step_tool = false %}
95
+ {%- set ns.last_query_index = index %}
96
+ {%- endif %}
97
+ {%- endif %}
98
+ {%- endfor %}
99
+ {%- if ns.multi_step_tool %}
100
+ {{- raise_exception('No user query found in messages.') }}
101
+ {%- endif %}
102
+ {%- for message in messages %}
103
+ {%- set content = render_content(message.content, true)|trim %}
104
+ {%- if message.role == "system" %}
105
+ {%- if not loop.first %}
106
+ {{- raise_exception('System message must be at the beginning.') }}
107
+ {%- endif %}
108
+ {%- elif message.role == "user" %}
109
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
110
+ {%- elif message.role == "assistant" %}
111
+ {%- set reasoning_content = '' %}
112
+ {%- if message.reasoning_content is string %}
113
+ {%- set reasoning_content = message.reasoning_content %}
114
+ {%- endif %}
115
+ {%- set reasoning_content = reasoning_content|trim %}
116
+ {%- if preserve_thinking is undefined or preserve_thinking is true or loop.index0 > ns.last_query_index %}
117
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
118
+ {%- else %}
119
+ {{- '<|im_start|>' + message.role + '\n' + content }}
120
+ {%- endif %}
121
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
122
+ {%- for tool_call in message.tool_calls %}
123
+ {%- if tool_call.function is defined %}
124
+ {%- set tool_call = tool_call.function %}
125
+ {%- endif %}
126
+ {%- if loop.first %}
127
+ {%- if content|trim %}
128
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
129
+ {%- else %}
130
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
131
+ {%- endif %}
132
+ {%- else %}
133
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
134
+ {%- endif %}
135
+ {%- if tool_call.arguments is defined and tool_call.arguments != '' %}
136
+ {%- for args_name, args_value in tool_call.arguments|items %}
137
+ {{- '<parameter=' + args_name + '>\n' }}
138
+ {%- set args_value = args_value | string if args_value is string else args_value | tojson | safe %}
139
+ {{- args_value }}
140
+ {{- '\n</parameter>\n' }}
141
+ {%- endfor %}
142
+ {%- endif %}
143
+ {{- '</function>\n</tool_call>' }}
144
+ {%- endfor %}
145
+ {%- endif %}
146
+ {{- '<|im_end|>\n' }}
147
+ {%- elif message.role == "tool" %}
148
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
149
+ {{- '<|im_start|>user' }}
150
+ {%- endif %}
151
+ {{- '\n<tool_response>\n' }}
152
+ {{- content }}
153
+ {{- '\n</tool_response>' }}
154
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
155
+ {{- '<|im_end|>\n' }}
156
+ {%- elif loop.last %}
157
+ {{- '<|im_end|>\n' }}
158
+ {%- endif %}
159
+ {%- else %}
160
+ {{- raise_exception('Unexpected message role.') }}
161
+ {%- endif %}
162
+ {%- endfor %}
163
+ {%- if add_generation_prompt %}
164
+ {{- '<|im_start|>assistant\n' }}
165
+ {%- if enable_thinking is defined and enable_thinking is false %}
166
+ {{- '<think>\n\n</think>\n\n' }}
167
+ {%- else %}
168
+ {{- '<think>\n' }}
169
+ {%- endif %}
170
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,2570 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5ForConditionalGeneration"
4
+ ],
5
+ "do_sample": true,
6
+ "eos_token_id": [
7
+ 248046,
8
+ 248044
9
+ ],
10
+ "generation_config": {
11
+ "bos_token_id": 248044,
12
+ "do_sample": true,
13
+ "eos_token_id": [
14
+ 248046,
15
+ 248044
16
+ ],
17
+ "pad_token_id": 248044,
18
+ "temperature": 1.0,
19
+ "top_k": 20,
20
+ "top_p": 0.95
21
+ },
22
+ "image_token_id": 248056,
23
+ "language_model_only": false,
24
+ "model_type": "qwen3_5",
25
+ "quantization": {
26
+ "group_size": 16,
27
+ "bits": 4,
28
+ "mode": "nvfp4",
29
+ "language_model.model.layers.0.linear_attn.in_proj_qkv": {
30
+ "group_size": 32,
31
+ "bits": 8,
32
+ "mode": "mxfp8"
33
+ },
34
+ "language_model.model.layers.0.linear_attn.in_proj_z": {
35
+ "group_size": 32,
36
+ "bits": 8,
37
+ "mode": "mxfp8"
38
+ },
39
+ "language_model.model.layers.0.linear_attn.in_proj_b": {
40
+ "group_size": 32,
41
+ "bits": 8,
42
+ "mode": "mxfp8"
43
+ },
44
+ "language_model.model.layers.0.linear_attn.in_proj_a": {
45
+ "group_size": 32,
46
+ "bits": 8,
47
+ "mode": "mxfp8"
48
+ },
49
+ "language_model.model.layers.0.linear_attn.out_proj": {
50
+ "group_size": 32,
51
+ "bits": 8,
52
+ "mode": "mxfp8"
53
+ },
54
+ "language_model.model.layers.1.linear_attn.in_proj_qkv": {
55
+ "group_size": 32,
56
+ "bits": 8,
57
+ "mode": "mxfp8"
58
+ },
59
+ "language_model.model.layers.1.linear_attn.in_proj_z": {
60
+ "group_size": 32,
61
+ "bits": 8,
62
+ "mode": "mxfp8"
63
+ },
64
+ "language_model.model.layers.1.linear_attn.in_proj_b": {
65
+ "group_size": 32,
66
+ "bits": 8,
67
+ "mode": "mxfp8"
68
+ },
69
+ "language_model.model.layers.1.linear_attn.in_proj_a": {
70
+ "group_size": 32,
71
+ "bits": 8,
72
+ "mode": "mxfp8"
73
+ },
74
+ "language_model.model.layers.1.linear_attn.out_proj": {
75
+ "group_size": 32,
76
+ "bits": 8,
77
+ "mode": "mxfp8"
78
+ },
79
+ "language_model.model.layers.2.linear_attn.in_proj_qkv": {
80
+ "group_size": 32,
81
+ "bits": 8,
82
+ "mode": "mxfp8"
83
+ },
84
+ "language_model.model.layers.2.linear_attn.in_proj_z": {
85
+ "group_size": 32,
86
+ "bits": 8,
87
+ "mode": "mxfp8"
88
+ },
89
+ "language_model.model.layers.2.linear_attn.in_proj_b": {
90
+ "group_size": 32,
91
+ "bits": 8,
92
+ "mode": "mxfp8"
93
+ },
94
+ "language_model.model.layers.2.linear_attn.in_proj_a": {
95
+ "group_size": 32,
96
+ "bits": 8,
97
+ "mode": "mxfp8"
98
+ },
99
+ "language_model.model.layers.2.linear_attn.out_proj": {
100
+ "group_size": 32,
101
+ "bits": 8,
102
+ "mode": "mxfp8"
103
+ },
104
+ "language_model.model.layers.4.linear_attn.in_proj_qkv": {
105
+ "group_size": 32,
106
+ "bits": 8,
107
+ "mode": "mxfp8"
108
+ },
109
+ "language_model.model.layers.4.linear_attn.in_proj_z": {
110
+ "group_size": 32,
111
+ "bits": 8,
112
+ "mode": "mxfp8"
113
+ },
114
+ "language_model.model.layers.4.linear_attn.in_proj_b": {
115
+ "group_size": 32,
116
+ "bits": 8,
117
+ "mode": "mxfp8"
118
+ },
119
+ "language_model.model.layers.4.linear_attn.in_proj_a": {
120
+ "group_size": 32,
121
+ "bits": 8,
122
+ "mode": "mxfp8"
123
+ },
124
+ "language_model.model.layers.4.linear_attn.out_proj": {
125
+ "group_size": 32,
126
+ "bits": 8,
127
+ "mode": "mxfp8"
128
+ },
129
+ "language_model.model.layers.5.linear_attn.in_proj_qkv": {
130
+ "group_size": 32,
131
+ "bits": 8,
132
+ "mode": "mxfp8"
133
+ },
134
+ "language_model.model.layers.5.linear_attn.in_proj_z": {
135
+ "group_size": 32,
136
+ "bits": 8,
137
+ "mode": "mxfp8"
138
+ },
139
+ "language_model.model.layers.5.linear_attn.in_proj_b": {
140
+ "group_size": 32,
141
+ "bits": 8,
142
+ "mode": "mxfp8"
143
+ },
144
+ "language_model.model.layers.5.linear_attn.in_proj_a": {
145
+ "group_size": 32,
146
+ "bits": 8,
147
+ "mode": "mxfp8"
148
+ },
149
+ "language_model.model.layers.5.linear_attn.out_proj": {
150
+ "group_size": 32,
151
+ "bits": 8,
152
+ "mode": "mxfp8"
153
+ },
154
+ "language_model.model.layers.6.linear_attn.in_proj_qkv": {
155
+ "group_size": 32,
156
+ "bits": 8,
157
+ "mode": "mxfp8"
158
+ },
159
+ "language_model.model.layers.6.linear_attn.in_proj_z": {
160
+ "group_size": 32,
161
+ "bits": 8,
162
+ "mode": "mxfp8"
163
+ },
164
+ "language_model.model.layers.6.linear_attn.in_proj_b": {
165
+ "group_size": 32,
166
+ "bits": 8,
167
+ "mode": "mxfp8"
168
+ },
169
+ "language_model.model.layers.6.linear_attn.in_proj_a": {
170
+ "group_size": 32,
171
+ "bits": 8,
172
+ "mode": "mxfp8"
173
+ },
174
+ "language_model.model.layers.6.linear_attn.out_proj": {
175
+ "group_size": 32,
176
+ "bits": 8,
177
+ "mode": "mxfp8"
178
+ },
179
+ "language_model.model.layers.8.linear_attn.in_proj_qkv": {
180
+ "group_size": 32,
181
+ "bits": 8,
182
+ "mode": "mxfp8"
183
+ },
184
+ "language_model.model.layers.8.linear_attn.in_proj_z": {
185
+ "group_size": 32,
186
+ "bits": 8,
187
+ "mode": "mxfp8"
188
+ },
189
+ "language_model.model.layers.8.linear_attn.in_proj_b": {
190
+ "group_size": 32,
191
+ "bits": 8,
192
+ "mode": "mxfp8"
193
+ },
194
+ "language_model.model.layers.8.linear_attn.in_proj_a": {
195
+ "group_size": 32,
196
+ "bits": 8,
197
+ "mode": "mxfp8"
198
+ },
199
+ "language_model.model.layers.8.linear_attn.out_proj": {
200
+ "group_size": 32,
201
+ "bits": 8,
202
+ "mode": "mxfp8"
203
+ },
204
+ "language_model.model.layers.9.linear_attn.in_proj_qkv": {
205
+ "group_size": 32,
206
+ "bits": 8,
207
+ "mode": "mxfp8"
208
+ },
209
+ "language_model.model.layers.9.linear_attn.in_proj_z": {
210
+ "group_size": 32,
211
+ "bits": 8,
212
+ "mode": "mxfp8"
213
+ },
214
+ "language_model.model.layers.9.linear_attn.in_proj_b": {
215
+ "group_size": 32,
216
+ "bits": 8,
217
+ "mode": "mxfp8"
218
+ },
219
+ "language_model.model.layers.9.linear_attn.in_proj_a": {
220
+ "group_size": 32,
221
+ "bits": 8,
222
+ "mode": "mxfp8"
223
+ },
224
+ "language_model.model.layers.9.linear_attn.out_proj": {
225
+ "group_size": 32,
226
+ "bits": 8,
227
+ "mode": "mxfp8"
228
+ },
229
+ "language_model.model.layers.10.linear_attn.in_proj_qkv": {
230
+ "group_size": 32,
231
+ "bits": 8,
232
+ "mode": "mxfp8"
233
+ },
234
+ "language_model.model.layers.10.linear_attn.in_proj_z": {
235
+ "group_size": 32,
236
+ "bits": 8,
237
+ "mode": "mxfp8"
238
+ },
239
+ "language_model.model.layers.10.linear_attn.in_proj_b": {
240
+ "group_size": 32,
241
+ "bits": 8,
242
+ "mode": "mxfp8"
243
+ },
244
+ "language_model.model.layers.10.linear_attn.in_proj_a": {
245
+ "group_size": 32,
246
+ "bits": 8,
247
+ "mode": "mxfp8"
248
+ },
249
+ "language_model.model.layers.10.linear_attn.out_proj": {
250
+ "group_size": 32,
251
+ "bits": 8,
252
+ "mode": "mxfp8"
253
+ },
254
+ "language_model.model.layers.12.linear_attn.in_proj_qkv": {
255
+ "group_size": 32,
256
+ "bits": 8,
257
+ "mode": "mxfp8"
258
+ },
259
+ "language_model.model.layers.12.linear_attn.in_proj_z": {
260
+ "group_size": 32,
261
+ "bits": 8,
262
+ "mode": "mxfp8"
263
+ },
264
+ "language_model.model.layers.12.linear_attn.in_proj_b": {
265
+ "group_size": 32,
266
+ "bits": 8,
267
+ "mode": "mxfp8"
268
+ },
269
+ "language_model.model.layers.12.linear_attn.in_proj_a": {
270
+ "group_size": 32,
271
+ "bits": 8,
272
+ "mode": "mxfp8"
273
+ },
274
+ "language_model.model.layers.12.linear_attn.out_proj": {
275
+ "group_size": 32,
276
+ "bits": 8,
277
+ "mode": "mxfp8"
278
+ },
279
+ "language_model.model.layers.13.linear_attn.in_proj_qkv": {
280
+ "group_size": 32,
281
+ "bits": 8,
282
+ "mode": "mxfp8"
283
+ },
284
+ "language_model.model.layers.13.linear_attn.in_proj_z": {
285
+ "group_size": 32,
286
+ "bits": 8,
287
+ "mode": "mxfp8"
288
+ },
289
+ "language_model.model.layers.13.linear_attn.in_proj_b": {
290
+ "group_size": 32,
291
+ "bits": 8,
292
+ "mode": "mxfp8"
293
+ },
294
+ "language_model.model.layers.13.linear_attn.in_proj_a": {
295
+ "group_size": 32,
296
+ "bits": 8,
297
+ "mode": "mxfp8"
298
+ },
299
+ "language_model.model.layers.13.linear_attn.out_proj": {
300
+ "group_size": 32,
301
+ "bits": 8,
302
+ "mode": "mxfp8"
303
+ },
304
+ "language_model.model.layers.14.linear_attn.in_proj_qkv": {
305
+ "group_size": 32,
306
+ "bits": 8,
307
+ "mode": "mxfp8"
308
+ },
309
+ "language_model.model.layers.14.linear_attn.in_proj_z": {
310
+ "group_size": 32,
311
+ "bits": 8,
312
+ "mode": "mxfp8"
313
+ },
314
+ "language_model.model.layers.14.linear_attn.in_proj_b": {
315
+ "group_size": 32,
316
+ "bits": 8,
317
+ "mode": "mxfp8"
318
+ },
319
+ "language_model.model.layers.14.linear_attn.in_proj_a": {
320
+ "group_size": 32,
321
+ "bits": 8,
322
+ "mode": "mxfp8"
323
+ },
324
+ "language_model.model.layers.14.linear_attn.out_proj": {
325
+ "group_size": 32,
326
+ "bits": 8,
327
+ "mode": "mxfp8"
328
+ },
329
+ "language_model.model.layers.16.linear_attn.in_proj_qkv": {
330
+ "group_size": 32,
331
+ "bits": 8,
332
+ "mode": "mxfp8"
333
+ },
334
+ "language_model.model.layers.16.linear_attn.in_proj_z": {
335
+ "group_size": 32,
336
+ "bits": 8,
337
+ "mode": "mxfp8"
338
+ },
339
+ "language_model.model.layers.16.linear_attn.in_proj_b": {
340
+ "group_size": 32,
341
+ "bits": 8,
342
+ "mode": "mxfp8"
343
+ },
344
+ "language_model.model.layers.16.linear_attn.in_proj_a": {
345
+ "group_size": 32,
346
+ "bits": 8,
347
+ "mode": "mxfp8"
348
+ },
349
+ "language_model.model.layers.16.linear_attn.out_proj": {
350
+ "group_size": 32,
351
+ "bits": 8,
352
+ "mode": "mxfp8"
353
+ },
354
+ "language_model.model.layers.17.linear_attn.in_proj_qkv": {
355
+ "group_size": 32,
356
+ "bits": 8,
357
+ "mode": "mxfp8"
358
+ },
359
+ "language_model.model.layers.17.linear_attn.in_proj_z": {
360
+ "group_size": 32,
361
+ "bits": 8,
362
+ "mode": "mxfp8"
363
+ },
364
+ "language_model.model.layers.17.linear_attn.in_proj_b": {
365
+ "group_size": 32,
366
+ "bits": 8,
367
+ "mode": "mxfp8"
368
+ },
369
+ "language_model.model.layers.17.linear_attn.in_proj_a": {
370
+ "group_size": 32,
371
+ "bits": 8,
372
+ "mode": "mxfp8"
373
+ },
374
+ "language_model.model.layers.17.linear_attn.out_proj": {
375
+ "group_size": 32,
376
+ "bits": 8,
377
+ "mode": "mxfp8"
378
+ },
379
+ "language_model.model.layers.18.linear_attn.in_proj_qkv": {
380
+ "group_size": 32,
381
+ "bits": 8,
382
+ "mode": "mxfp8"
383
+ },
384
+ "language_model.model.layers.18.linear_attn.in_proj_z": {
385
+ "group_size": 32,
386
+ "bits": 8,
387
+ "mode": "mxfp8"
388
+ },
389
+ "language_model.model.layers.18.linear_attn.in_proj_b": {
390
+ "group_size": 32,
391
+ "bits": 8,
392
+ "mode": "mxfp8"
393
+ },
394
+ "language_model.model.layers.18.linear_attn.in_proj_a": {
395
+ "group_size": 32,
396
+ "bits": 8,
397
+ "mode": "mxfp8"
398
+ },
399
+ "language_model.model.layers.18.linear_attn.out_proj": {
400
+ "group_size": 32,
401
+ "bits": 8,
402
+ "mode": "mxfp8"
403
+ },
404
+ "language_model.model.layers.20.linear_attn.in_proj_qkv": {
405
+ "group_size": 32,
406
+ "bits": 8,
407
+ "mode": "mxfp8"
408
+ },
409
+ "language_model.model.layers.20.linear_attn.in_proj_z": {
410
+ "group_size": 32,
411
+ "bits": 8,
412
+ "mode": "mxfp8"
413
+ },
414
+ "language_model.model.layers.20.linear_attn.in_proj_b": {
415
+ "group_size": 32,
416
+ "bits": 8,
417
+ "mode": "mxfp8"
418
+ },
419
+ "language_model.model.layers.20.linear_attn.in_proj_a": {
420
+ "group_size": 32,
421
+ "bits": 8,
422
+ "mode": "mxfp8"
423
+ },
424
+ "language_model.model.layers.20.linear_attn.out_proj": {
425
+ "group_size": 32,
426
+ "bits": 8,
427
+ "mode": "mxfp8"
428
+ },
429
+ "language_model.model.layers.21.linear_attn.in_proj_qkv": {
430
+ "group_size": 32,
431
+ "bits": 8,
432
+ "mode": "mxfp8"
433
+ },
434
+ "language_model.model.layers.21.linear_attn.in_proj_z": {
435
+ "group_size": 32,
436
+ "bits": 8,
437
+ "mode": "mxfp8"
438
+ },
439
+ "language_model.model.layers.21.linear_attn.in_proj_b": {
440
+ "group_size": 32,
441
+ "bits": 8,
442
+ "mode": "mxfp8"
443
+ },
444
+ "language_model.model.layers.21.linear_attn.in_proj_a": {
445
+ "group_size": 32,
446
+ "bits": 8,
447
+ "mode": "mxfp8"
448
+ },
449
+ "language_model.model.layers.21.linear_attn.out_proj": {
450
+ "group_size": 32,
451
+ "bits": 8,
452
+ "mode": "mxfp8"
453
+ },
454
+ "language_model.model.layers.22.linear_attn.in_proj_qkv": {
455
+ "group_size": 32,
456
+ "bits": 8,
457
+ "mode": "mxfp8"
458
+ },
459
+ "language_model.model.layers.22.linear_attn.in_proj_z": {
460
+ "group_size": 32,
461
+ "bits": 8,
462
+ "mode": "mxfp8"
463
+ },
464
+ "language_model.model.layers.22.linear_attn.in_proj_b": {
465
+ "group_size": 32,
466
+ "bits": 8,
467
+ "mode": "mxfp8"
468
+ },
469
+ "language_model.model.layers.22.linear_attn.in_proj_a": {
470
+ "group_size": 32,
471
+ "bits": 8,
472
+ "mode": "mxfp8"
473
+ },
474
+ "language_model.model.layers.22.linear_attn.out_proj": {
475
+ "group_size": 32,
476
+ "bits": 8,
477
+ "mode": "mxfp8"
478
+ },
479
+ "language_model.model.layers.24.linear_attn.in_proj_qkv": {
480
+ "group_size": 32,
481
+ "bits": 8,
482
+ "mode": "mxfp8"
483
+ },
484
+ "language_model.model.layers.24.linear_attn.in_proj_z": {
485
+ "group_size": 32,
486
+ "bits": 8,
487
+ "mode": "mxfp8"
488
+ },
489
+ "language_model.model.layers.24.linear_attn.in_proj_b": {
490
+ "group_size": 32,
491
+ "bits": 8,
492
+ "mode": "mxfp8"
493
+ },
494
+ "language_model.model.layers.24.linear_attn.in_proj_a": {
495
+ "group_size": 32,
496
+ "bits": 8,
497
+ "mode": "mxfp8"
498
+ },
499
+ "language_model.model.layers.24.linear_attn.out_proj": {
500
+ "group_size": 32,
501
+ "bits": 8,
502
+ "mode": "mxfp8"
503
+ },
504
+ "language_model.model.layers.25.linear_attn.in_proj_qkv": {
505
+ "group_size": 32,
506
+ "bits": 8,
507
+ "mode": "mxfp8"
508
+ },
509
+ "language_model.model.layers.25.linear_attn.in_proj_z": {
510
+ "group_size": 32,
511
+ "bits": 8,
512
+ "mode": "mxfp8"
513
+ },
514
+ "language_model.model.layers.25.linear_attn.in_proj_b": {
515
+ "group_size": 32,
516
+ "bits": 8,
517
+ "mode": "mxfp8"
518
+ },
519
+ "language_model.model.layers.25.linear_attn.in_proj_a": {
520
+ "group_size": 32,
521
+ "bits": 8,
522
+ "mode": "mxfp8"
523
+ },
524
+ "language_model.model.layers.25.linear_attn.out_proj": {
525
+ "group_size": 32,
526
+ "bits": 8,
527
+ "mode": "mxfp8"
528
+ },
529
+ "language_model.model.layers.26.linear_attn.in_proj_qkv": {
530
+ "group_size": 32,
531
+ "bits": 8,
532
+ "mode": "mxfp8"
533
+ },
534
+ "language_model.model.layers.26.linear_attn.in_proj_z": {
535
+ "group_size": 32,
536
+ "bits": 8,
537
+ "mode": "mxfp8"
538
+ },
539
+ "language_model.model.layers.26.linear_attn.in_proj_b": {
540
+ "group_size": 32,
541
+ "bits": 8,
542
+ "mode": "mxfp8"
543
+ },
544
+ "language_model.model.layers.26.linear_attn.in_proj_a": {
545
+ "group_size": 32,
546
+ "bits": 8,
547
+ "mode": "mxfp8"
548
+ },
549
+ "language_model.model.layers.26.linear_attn.out_proj": {
550
+ "group_size": 32,
551
+ "bits": 8,
552
+ "mode": "mxfp8"
553
+ },
554
+ "language_model.model.layers.28.linear_attn.in_proj_qkv": {
555
+ "group_size": 32,
556
+ "bits": 8,
557
+ "mode": "mxfp8"
558
+ },
559
+ "language_model.model.layers.28.linear_attn.in_proj_z": {
560
+ "group_size": 32,
561
+ "bits": 8,
562
+ "mode": "mxfp8"
563
+ },
564
+ "language_model.model.layers.28.linear_attn.in_proj_b": {
565
+ "group_size": 32,
566
+ "bits": 8,
567
+ "mode": "mxfp8"
568
+ },
569
+ "language_model.model.layers.28.linear_attn.in_proj_a": {
570
+ "group_size": 32,
571
+ "bits": 8,
572
+ "mode": "mxfp8"
573
+ },
574
+ "language_model.model.layers.28.linear_attn.out_proj": {
575
+ "group_size": 32,
576
+ "bits": 8,
577
+ "mode": "mxfp8"
578
+ },
579
+ "language_model.model.layers.29.linear_attn.in_proj_qkv": {
580
+ "group_size": 32,
581
+ "bits": 8,
582
+ "mode": "mxfp8"
583
+ },
584
+ "language_model.model.layers.29.linear_attn.in_proj_z": {
585
+ "group_size": 32,
586
+ "bits": 8,
587
+ "mode": "mxfp8"
588
+ },
589
+ "language_model.model.layers.29.linear_attn.in_proj_b": {
590
+ "group_size": 32,
591
+ "bits": 8,
592
+ "mode": "mxfp8"
593
+ },
594
+ "language_model.model.layers.29.linear_attn.in_proj_a": {
595
+ "group_size": 32,
596
+ "bits": 8,
597
+ "mode": "mxfp8"
598
+ },
599
+ "language_model.model.layers.29.linear_attn.out_proj": {
600
+ "group_size": 32,
601
+ "bits": 8,
602
+ "mode": "mxfp8"
603
+ },
604
+ "language_model.model.layers.30.linear_attn.in_proj_qkv": {
605
+ "group_size": 32,
606
+ "bits": 8,
607
+ "mode": "mxfp8"
608
+ },
609
+ "language_model.model.layers.30.linear_attn.in_proj_z": {
610
+ "group_size": 32,
611
+ "bits": 8,
612
+ "mode": "mxfp8"
613
+ },
614
+ "language_model.model.layers.30.linear_attn.in_proj_b": {
615
+ "group_size": 32,
616
+ "bits": 8,
617
+ "mode": "mxfp8"
618
+ },
619
+ "language_model.model.layers.30.linear_attn.in_proj_a": {
620
+ "group_size": 32,
621
+ "bits": 8,
622
+ "mode": "mxfp8"
623
+ },
624
+ "language_model.model.layers.30.linear_attn.out_proj": {
625
+ "group_size": 32,
626
+ "bits": 8,
627
+ "mode": "mxfp8"
628
+ },
629
+ "language_model.model.layers.32.linear_attn.in_proj_qkv": {
630
+ "group_size": 32,
631
+ "bits": 8,
632
+ "mode": "mxfp8"
633
+ },
634
+ "language_model.model.layers.32.linear_attn.in_proj_z": {
635
+ "group_size": 32,
636
+ "bits": 8,
637
+ "mode": "mxfp8"
638
+ },
639
+ "language_model.model.layers.32.linear_attn.in_proj_b": {
640
+ "group_size": 32,
641
+ "bits": 8,
642
+ "mode": "mxfp8"
643
+ },
644
+ "language_model.model.layers.32.linear_attn.in_proj_a": {
645
+ "group_size": 32,
646
+ "bits": 8,
647
+ "mode": "mxfp8"
648
+ },
649
+ "language_model.model.layers.32.linear_attn.out_proj": {
650
+ "group_size": 32,
651
+ "bits": 8,
652
+ "mode": "mxfp8"
653
+ },
654
+ "language_model.model.layers.33.linear_attn.in_proj_qkv": {
655
+ "group_size": 32,
656
+ "bits": 8,
657
+ "mode": "mxfp8"
658
+ },
659
+ "language_model.model.layers.33.linear_attn.in_proj_z": {
660
+ "group_size": 32,
661
+ "bits": 8,
662
+ "mode": "mxfp8"
663
+ },
664
+ "language_model.model.layers.33.linear_attn.in_proj_b": {
665
+ "group_size": 32,
666
+ "bits": 8,
667
+ "mode": "mxfp8"
668
+ },
669
+ "language_model.model.layers.33.linear_attn.in_proj_a": {
670
+ "group_size": 32,
671
+ "bits": 8,
672
+ "mode": "mxfp8"
673
+ },
674
+ "language_model.model.layers.33.linear_attn.out_proj": {
675
+ "group_size": 32,
676
+ "bits": 8,
677
+ "mode": "mxfp8"
678
+ },
679
+ "language_model.model.layers.34.linear_attn.in_proj_qkv": {
680
+ "group_size": 32,
681
+ "bits": 8,
682
+ "mode": "mxfp8"
683
+ },
684
+ "language_model.model.layers.34.linear_attn.in_proj_z": {
685
+ "group_size": 32,
686
+ "bits": 8,
687
+ "mode": "mxfp8"
688
+ },
689
+ "language_model.model.layers.34.linear_attn.in_proj_b": {
690
+ "group_size": 32,
691
+ "bits": 8,
692
+ "mode": "mxfp8"
693
+ },
694
+ "language_model.model.layers.34.linear_attn.in_proj_a": {
695
+ "group_size": 32,
696
+ "bits": 8,
697
+ "mode": "mxfp8"
698
+ },
699
+ "language_model.model.layers.34.linear_attn.out_proj": {
700
+ "group_size": 32,
701
+ "bits": 8,
702
+ "mode": "mxfp8"
703
+ },
704
+ "language_model.model.layers.36.linear_attn.in_proj_qkv": {
705
+ "group_size": 32,
706
+ "bits": 8,
707
+ "mode": "mxfp8"
708
+ },
709
+ "language_model.model.layers.36.linear_attn.in_proj_z": {
710
+ "group_size": 32,
711
+ "bits": 8,
712
+ "mode": "mxfp8"
713
+ },
714
+ "language_model.model.layers.36.linear_attn.in_proj_b": {
715
+ "group_size": 32,
716
+ "bits": 8,
717
+ "mode": "mxfp8"
718
+ },
719
+ "language_model.model.layers.36.linear_attn.in_proj_a": {
720
+ "group_size": 32,
721
+ "bits": 8,
722
+ "mode": "mxfp8"
723
+ },
724
+ "language_model.model.layers.36.linear_attn.out_proj": {
725
+ "group_size": 32,
726
+ "bits": 8,
727
+ "mode": "mxfp8"
728
+ },
729
+ "language_model.model.layers.37.linear_attn.in_proj_qkv": {
730
+ "group_size": 32,
731
+ "bits": 8,
732
+ "mode": "mxfp8"
733
+ },
734
+ "language_model.model.layers.37.linear_attn.in_proj_z": {
735
+ "group_size": 32,
736
+ "bits": 8,
737
+ "mode": "mxfp8"
738
+ },
739
+ "language_model.model.layers.37.linear_attn.in_proj_b": {
740
+ "group_size": 32,
741
+ "bits": 8,
742
+ "mode": "mxfp8"
743
+ },
744
+ "language_model.model.layers.37.linear_attn.in_proj_a": {
745
+ "group_size": 32,
746
+ "bits": 8,
747
+ "mode": "mxfp8"
748
+ },
749
+ "language_model.model.layers.37.linear_attn.out_proj": {
750
+ "group_size": 32,
751
+ "bits": 8,
752
+ "mode": "mxfp8"
753
+ },
754
+ "language_model.model.layers.38.linear_attn.in_proj_qkv": {
755
+ "group_size": 32,
756
+ "bits": 8,
757
+ "mode": "mxfp8"
758
+ },
759
+ "language_model.model.layers.38.linear_attn.in_proj_z": {
760
+ "group_size": 32,
761
+ "bits": 8,
762
+ "mode": "mxfp8"
763
+ },
764
+ "language_model.model.layers.38.linear_attn.in_proj_b": {
765
+ "group_size": 32,
766
+ "bits": 8,
767
+ "mode": "mxfp8"
768
+ },
769
+ "language_model.model.layers.38.linear_attn.in_proj_a": {
770
+ "group_size": 32,
771
+ "bits": 8,
772
+ "mode": "mxfp8"
773
+ },
774
+ "language_model.model.layers.38.linear_attn.out_proj": {
775
+ "group_size": 32,
776
+ "bits": 8,
777
+ "mode": "mxfp8"
778
+ },
779
+ "language_model.model.layers.40.linear_attn.in_proj_qkv": {
780
+ "group_size": 32,
781
+ "bits": 8,
782
+ "mode": "mxfp8"
783
+ },
784
+ "language_model.model.layers.40.linear_attn.in_proj_z": {
785
+ "group_size": 32,
786
+ "bits": 8,
787
+ "mode": "mxfp8"
788
+ },
789
+ "language_model.model.layers.40.linear_attn.in_proj_b": {
790
+ "group_size": 32,
791
+ "bits": 8,
792
+ "mode": "mxfp8"
793
+ },
794
+ "language_model.model.layers.40.linear_attn.in_proj_a": {
795
+ "group_size": 32,
796
+ "bits": 8,
797
+ "mode": "mxfp8"
798
+ },
799
+ "language_model.model.layers.40.linear_attn.out_proj": {
800
+ "group_size": 32,
801
+ "bits": 8,
802
+ "mode": "mxfp8"
803
+ },
804
+ "language_model.model.layers.41.linear_attn.in_proj_qkv": {
805
+ "group_size": 32,
806
+ "bits": 8,
807
+ "mode": "mxfp8"
808
+ },
809
+ "language_model.model.layers.41.linear_attn.in_proj_z": {
810
+ "group_size": 32,
811
+ "bits": 8,
812
+ "mode": "mxfp8"
813
+ },
814
+ "language_model.model.layers.41.linear_attn.in_proj_b": {
815
+ "group_size": 32,
816
+ "bits": 8,
817
+ "mode": "mxfp8"
818
+ },
819
+ "language_model.model.layers.41.linear_attn.in_proj_a": {
820
+ "group_size": 32,
821
+ "bits": 8,
822
+ "mode": "mxfp8"
823
+ },
824
+ "language_model.model.layers.41.linear_attn.out_proj": {
825
+ "group_size": 32,
826
+ "bits": 8,
827
+ "mode": "mxfp8"
828
+ },
829
+ "language_model.model.layers.42.linear_attn.in_proj_qkv": {
830
+ "group_size": 32,
831
+ "bits": 8,
832
+ "mode": "mxfp8"
833
+ },
834
+ "language_model.model.layers.42.linear_attn.in_proj_z": {
835
+ "group_size": 32,
836
+ "bits": 8,
837
+ "mode": "mxfp8"
838
+ },
839
+ "language_model.model.layers.42.linear_attn.in_proj_b": {
840
+ "group_size": 32,
841
+ "bits": 8,
842
+ "mode": "mxfp8"
843
+ },
844
+ "language_model.model.layers.42.linear_attn.in_proj_a": {
845
+ "group_size": 32,
846
+ "bits": 8,
847
+ "mode": "mxfp8"
848
+ },
849
+ "language_model.model.layers.42.linear_attn.out_proj": {
850
+ "group_size": 32,
851
+ "bits": 8,
852
+ "mode": "mxfp8"
853
+ },
854
+ "language_model.model.layers.44.linear_attn.in_proj_qkv": {
855
+ "group_size": 32,
856
+ "bits": 8,
857
+ "mode": "mxfp8"
858
+ },
859
+ "language_model.model.layers.44.linear_attn.in_proj_z": {
860
+ "group_size": 32,
861
+ "bits": 8,
862
+ "mode": "mxfp8"
863
+ },
864
+ "language_model.model.layers.44.linear_attn.in_proj_b": {
865
+ "group_size": 32,
866
+ "bits": 8,
867
+ "mode": "mxfp8"
868
+ },
869
+ "language_model.model.layers.44.linear_attn.in_proj_a": {
870
+ "group_size": 32,
871
+ "bits": 8,
872
+ "mode": "mxfp8"
873
+ },
874
+ "language_model.model.layers.44.linear_attn.out_proj": {
875
+ "group_size": 32,
876
+ "bits": 8,
877
+ "mode": "mxfp8"
878
+ },
879
+ "language_model.model.layers.45.linear_attn.in_proj_qkv": {
880
+ "group_size": 32,
881
+ "bits": 8,
882
+ "mode": "mxfp8"
883
+ },
884
+ "language_model.model.layers.45.linear_attn.in_proj_z": {
885
+ "group_size": 32,
886
+ "bits": 8,
887
+ "mode": "mxfp8"
888
+ },
889
+ "language_model.model.layers.45.linear_attn.in_proj_b": {
890
+ "group_size": 32,
891
+ "bits": 8,
892
+ "mode": "mxfp8"
893
+ },
894
+ "language_model.model.layers.45.linear_attn.in_proj_a": {
895
+ "group_size": 32,
896
+ "bits": 8,
897
+ "mode": "mxfp8"
898
+ },
899
+ "language_model.model.layers.45.linear_attn.out_proj": {
900
+ "group_size": 32,
901
+ "bits": 8,
902
+ "mode": "mxfp8"
903
+ },
904
+ "language_model.model.layers.46.linear_attn.in_proj_qkv": {
905
+ "group_size": 32,
906
+ "bits": 8,
907
+ "mode": "mxfp8"
908
+ },
909
+ "language_model.model.layers.46.linear_attn.in_proj_z": {
910
+ "group_size": 32,
911
+ "bits": 8,
912
+ "mode": "mxfp8"
913
+ },
914
+ "language_model.model.layers.46.linear_attn.in_proj_b": {
915
+ "group_size": 32,
916
+ "bits": 8,
917
+ "mode": "mxfp8"
918
+ },
919
+ "language_model.model.layers.46.linear_attn.in_proj_a": {
920
+ "group_size": 32,
921
+ "bits": 8,
922
+ "mode": "mxfp8"
923
+ },
924
+ "language_model.model.layers.46.linear_attn.out_proj": {
925
+ "group_size": 32,
926
+ "bits": 8,
927
+ "mode": "mxfp8"
928
+ },
929
+ "language_model.model.layers.48.linear_attn.in_proj_qkv": {
930
+ "group_size": 32,
931
+ "bits": 8,
932
+ "mode": "mxfp8"
933
+ },
934
+ "language_model.model.layers.48.linear_attn.in_proj_z": {
935
+ "group_size": 32,
936
+ "bits": 8,
937
+ "mode": "mxfp8"
938
+ },
939
+ "language_model.model.layers.48.linear_attn.in_proj_b": {
940
+ "group_size": 32,
941
+ "bits": 8,
942
+ "mode": "mxfp8"
943
+ },
944
+ "language_model.model.layers.48.linear_attn.in_proj_a": {
945
+ "group_size": 32,
946
+ "bits": 8,
947
+ "mode": "mxfp8"
948
+ },
949
+ "language_model.model.layers.48.linear_attn.out_proj": {
950
+ "group_size": 32,
951
+ "bits": 8,
952
+ "mode": "mxfp8"
953
+ },
954
+ "language_model.model.layers.49.linear_attn.in_proj_qkv": {
955
+ "group_size": 32,
956
+ "bits": 8,
957
+ "mode": "mxfp8"
958
+ },
959
+ "language_model.model.layers.49.linear_attn.in_proj_z": {
960
+ "group_size": 32,
961
+ "bits": 8,
962
+ "mode": "mxfp8"
963
+ },
964
+ "language_model.model.layers.49.linear_attn.in_proj_b": {
965
+ "group_size": 32,
966
+ "bits": 8,
967
+ "mode": "mxfp8"
968
+ },
969
+ "language_model.model.layers.49.linear_attn.in_proj_a": {
970
+ "group_size": 32,
971
+ "bits": 8,
972
+ "mode": "mxfp8"
973
+ },
974
+ "language_model.model.layers.49.linear_attn.out_proj": {
975
+ "group_size": 32,
976
+ "bits": 8,
977
+ "mode": "mxfp8"
978
+ },
979
+ "language_model.model.layers.50.linear_attn.in_proj_qkv": {
980
+ "group_size": 32,
981
+ "bits": 8,
982
+ "mode": "mxfp8"
983
+ },
984
+ "language_model.model.layers.50.linear_attn.in_proj_z": {
985
+ "group_size": 32,
986
+ "bits": 8,
987
+ "mode": "mxfp8"
988
+ },
989
+ "language_model.model.layers.50.linear_attn.in_proj_b": {
990
+ "group_size": 32,
991
+ "bits": 8,
992
+ "mode": "mxfp8"
993
+ },
994
+ "language_model.model.layers.50.linear_attn.in_proj_a": {
995
+ "group_size": 32,
996
+ "bits": 8,
997
+ "mode": "mxfp8"
998
+ },
999
+ "language_model.model.layers.50.linear_attn.out_proj": {
1000
+ "group_size": 32,
1001
+ "bits": 8,
1002
+ "mode": "mxfp8"
1003
+ },
1004
+ "language_model.model.layers.52.linear_attn.in_proj_qkv": {
1005
+ "group_size": 32,
1006
+ "bits": 8,
1007
+ "mode": "mxfp8"
1008
+ },
1009
+ "language_model.model.layers.52.linear_attn.in_proj_z": {
1010
+ "group_size": 32,
1011
+ "bits": 8,
1012
+ "mode": "mxfp8"
1013
+ },
1014
+ "language_model.model.layers.52.linear_attn.in_proj_b": {
1015
+ "group_size": 32,
1016
+ "bits": 8,
1017
+ "mode": "mxfp8"
1018
+ },
1019
+ "language_model.model.layers.52.linear_attn.in_proj_a": {
1020
+ "group_size": 32,
1021
+ "bits": 8,
1022
+ "mode": "mxfp8"
1023
+ },
1024
+ "language_model.model.layers.52.linear_attn.out_proj": {
1025
+ "group_size": 32,
1026
+ "bits": 8,
1027
+ "mode": "mxfp8"
1028
+ },
1029
+ "language_model.model.layers.53.linear_attn.in_proj_qkv": {
1030
+ "group_size": 32,
1031
+ "bits": 8,
1032
+ "mode": "mxfp8"
1033
+ },
1034
+ "language_model.model.layers.53.linear_attn.in_proj_z": {
1035
+ "group_size": 32,
1036
+ "bits": 8,
1037
+ "mode": "mxfp8"
1038
+ },
1039
+ "language_model.model.layers.53.linear_attn.in_proj_b": {
1040
+ "group_size": 32,
1041
+ "bits": 8,
1042
+ "mode": "mxfp8"
1043
+ },
1044
+ "language_model.model.layers.53.linear_attn.in_proj_a": {
1045
+ "group_size": 32,
1046
+ "bits": 8,
1047
+ "mode": "mxfp8"
1048
+ },
1049
+ "language_model.model.layers.53.linear_attn.out_proj": {
1050
+ "group_size": 32,
1051
+ "bits": 8,
1052
+ "mode": "mxfp8"
1053
+ },
1054
+ "language_model.model.layers.54.linear_attn.in_proj_qkv": {
1055
+ "group_size": 32,
1056
+ "bits": 8,
1057
+ "mode": "mxfp8"
1058
+ },
1059
+ "language_model.model.layers.54.linear_attn.in_proj_z": {
1060
+ "group_size": 32,
1061
+ "bits": 8,
1062
+ "mode": "mxfp8"
1063
+ },
1064
+ "language_model.model.layers.54.linear_attn.in_proj_b": {
1065
+ "group_size": 32,
1066
+ "bits": 8,
1067
+ "mode": "mxfp8"
1068
+ },
1069
+ "language_model.model.layers.54.linear_attn.in_proj_a": {
1070
+ "group_size": 32,
1071
+ "bits": 8,
1072
+ "mode": "mxfp8"
1073
+ },
1074
+ "language_model.model.layers.54.linear_attn.out_proj": {
1075
+ "group_size": 32,
1076
+ "bits": 8,
1077
+ "mode": "mxfp8"
1078
+ },
1079
+ "language_model.model.layers.56.linear_attn.in_proj_qkv": {
1080
+ "group_size": 32,
1081
+ "bits": 8,
1082
+ "mode": "mxfp8"
1083
+ },
1084
+ "language_model.model.layers.56.linear_attn.in_proj_z": {
1085
+ "group_size": 32,
1086
+ "bits": 8,
1087
+ "mode": "mxfp8"
1088
+ },
1089
+ "language_model.model.layers.56.linear_attn.in_proj_b": {
1090
+ "group_size": 32,
1091
+ "bits": 8,
1092
+ "mode": "mxfp8"
1093
+ },
1094
+ "language_model.model.layers.56.linear_attn.in_proj_a": {
1095
+ "group_size": 32,
1096
+ "bits": 8,
1097
+ "mode": "mxfp8"
1098
+ },
1099
+ "language_model.model.layers.56.linear_attn.out_proj": {
1100
+ "group_size": 32,
1101
+ "bits": 8,
1102
+ "mode": "mxfp8"
1103
+ },
1104
+ "language_model.model.layers.57.linear_attn.in_proj_qkv": {
1105
+ "group_size": 32,
1106
+ "bits": 8,
1107
+ "mode": "mxfp8"
1108
+ },
1109
+ "language_model.model.layers.57.linear_attn.in_proj_z": {
1110
+ "group_size": 32,
1111
+ "bits": 8,
1112
+ "mode": "mxfp8"
1113
+ },
1114
+ "language_model.model.layers.57.linear_attn.in_proj_b": {
1115
+ "group_size": 32,
1116
+ "bits": 8,
1117
+ "mode": "mxfp8"
1118
+ },
1119
+ "language_model.model.layers.57.linear_attn.in_proj_a": {
1120
+ "group_size": 32,
1121
+ "bits": 8,
1122
+ "mode": "mxfp8"
1123
+ },
1124
+ "language_model.model.layers.57.linear_attn.out_proj": {
1125
+ "group_size": 32,
1126
+ "bits": 8,
1127
+ "mode": "mxfp8"
1128
+ },
1129
+ "language_model.model.layers.58.linear_attn.in_proj_qkv": {
1130
+ "group_size": 32,
1131
+ "bits": 8,
1132
+ "mode": "mxfp8"
1133
+ },
1134
+ "language_model.model.layers.58.linear_attn.in_proj_z": {
1135
+ "group_size": 32,
1136
+ "bits": 8,
1137
+ "mode": "mxfp8"
1138
+ },
1139
+ "language_model.model.layers.58.linear_attn.in_proj_b": {
1140
+ "group_size": 32,
1141
+ "bits": 8,
1142
+ "mode": "mxfp8"
1143
+ },
1144
+ "language_model.model.layers.58.linear_attn.in_proj_a": {
1145
+ "group_size": 32,
1146
+ "bits": 8,
1147
+ "mode": "mxfp8"
1148
+ },
1149
+ "language_model.model.layers.58.linear_attn.out_proj": {
1150
+ "group_size": 32,
1151
+ "bits": 8,
1152
+ "mode": "mxfp8"
1153
+ },
1154
+ "language_model.model.layers.60.linear_attn.in_proj_qkv": {
1155
+ "group_size": 32,
1156
+ "bits": 8,
1157
+ "mode": "mxfp8"
1158
+ },
1159
+ "language_model.model.layers.60.linear_attn.in_proj_z": {
1160
+ "group_size": 32,
1161
+ "bits": 8,
1162
+ "mode": "mxfp8"
1163
+ },
1164
+ "language_model.model.layers.60.linear_attn.in_proj_b": {
1165
+ "group_size": 32,
1166
+ "bits": 8,
1167
+ "mode": "mxfp8"
1168
+ },
1169
+ "language_model.model.layers.60.linear_attn.in_proj_a": {
1170
+ "group_size": 32,
1171
+ "bits": 8,
1172
+ "mode": "mxfp8"
1173
+ },
1174
+ "language_model.model.layers.60.linear_attn.out_proj": {
1175
+ "group_size": 32,
1176
+ "bits": 8,
1177
+ "mode": "mxfp8"
1178
+ },
1179
+ "language_model.model.layers.61.linear_attn.in_proj_qkv": {
1180
+ "group_size": 32,
1181
+ "bits": 8,
1182
+ "mode": "mxfp8"
1183
+ },
1184
+ "language_model.model.layers.61.linear_attn.in_proj_z": {
1185
+ "group_size": 32,
1186
+ "bits": 8,
1187
+ "mode": "mxfp8"
1188
+ },
1189
+ "language_model.model.layers.61.linear_attn.in_proj_b": {
1190
+ "group_size": 32,
1191
+ "bits": 8,
1192
+ "mode": "mxfp8"
1193
+ },
1194
+ "language_model.model.layers.61.linear_attn.in_proj_a": {
1195
+ "group_size": 32,
1196
+ "bits": 8,
1197
+ "mode": "mxfp8"
1198
+ },
1199
+ "language_model.model.layers.61.linear_attn.out_proj": {
1200
+ "group_size": 32,
1201
+ "bits": 8,
1202
+ "mode": "mxfp8"
1203
+ },
1204
+ "language_model.model.layers.62.linear_attn.in_proj_qkv": {
1205
+ "group_size": 32,
1206
+ "bits": 8,
1207
+ "mode": "mxfp8"
1208
+ },
1209
+ "language_model.model.layers.62.linear_attn.in_proj_z": {
1210
+ "group_size": 32,
1211
+ "bits": 8,
1212
+ "mode": "mxfp8"
1213
+ },
1214
+ "language_model.model.layers.62.linear_attn.in_proj_b": {
1215
+ "group_size": 32,
1216
+ "bits": 8,
1217
+ "mode": "mxfp8"
1218
+ },
1219
+ "language_model.model.layers.62.linear_attn.in_proj_a": {
1220
+ "group_size": 32,
1221
+ "bits": 8,
1222
+ "mode": "mxfp8"
1223
+ },
1224
+ "language_model.model.layers.62.linear_attn.out_proj": {
1225
+ "group_size": 32,
1226
+ "bits": 8,
1227
+ "mode": "mxfp8"
1228
+ }
1229
+ },
1230
+ "quantization_config": {
1231
+ "group_size": 16,
1232
+ "bits": 4,
1233
+ "mode": "nvfp4",
1234
+ "language_model.model.layers.0.linear_attn.in_proj_qkv": {
1235
+ "group_size": 32,
1236
+ "bits": 8,
1237
+ "mode": "mxfp8"
1238
+ },
1239
+ "language_model.model.layers.0.linear_attn.in_proj_z": {
1240
+ "group_size": 32,
1241
+ "bits": 8,
1242
+ "mode": "mxfp8"
1243
+ },
1244
+ "language_model.model.layers.0.linear_attn.in_proj_b": {
1245
+ "group_size": 32,
1246
+ "bits": 8,
1247
+ "mode": "mxfp8"
1248
+ },
1249
+ "language_model.model.layers.0.linear_attn.in_proj_a": {
1250
+ "group_size": 32,
1251
+ "bits": 8,
1252
+ "mode": "mxfp8"
1253
+ },
1254
+ "language_model.model.layers.0.linear_attn.out_proj": {
1255
+ "group_size": 32,
1256
+ "bits": 8,
1257
+ "mode": "mxfp8"
1258
+ },
1259
+ "language_model.model.layers.1.linear_attn.in_proj_qkv": {
1260
+ "group_size": 32,
1261
+ "bits": 8,
1262
+ "mode": "mxfp8"
1263
+ },
1264
+ "language_model.model.layers.1.linear_attn.in_proj_z": {
1265
+ "group_size": 32,
1266
+ "bits": 8,
1267
+ "mode": "mxfp8"
1268
+ },
1269
+ "language_model.model.layers.1.linear_attn.in_proj_b": {
1270
+ "group_size": 32,
1271
+ "bits": 8,
1272
+ "mode": "mxfp8"
1273
+ },
1274
+ "language_model.model.layers.1.linear_attn.in_proj_a": {
1275
+ "group_size": 32,
1276
+ "bits": 8,
1277
+ "mode": "mxfp8"
1278
+ },
1279
+ "language_model.model.layers.1.linear_attn.out_proj": {
1280
+ "group_size": 32,
1281
+ "bits": 8,
1282
+ "mode": "mxfp8"
1283
+ },
1284
+ "language_model.model.layers.2.linear_attn.in_proj_qkv": {
1285
+ "group_size": 32,
1286
+ "bits": 8,
1287
+ "mode": "mxfp8"
1288
+ },
1289
+ "language_model.model.layers.2.linear_attn.in_proj_z": {
1290
+ "group_size": 32,
1291
+ "bits": 8,
1292
+ "mode": "mxfp8"
1293
+ },
1294
+ "language_model.model.layers.2.linear_attn.in_proj_b": {
1295
+ "group_size": 32,
1296
+ "bits": 8,
1297
+ "mode": "mxfp8"
1298
+ },
1299
+ "language_model.model.layers.2.linear_attn.in_proj_a": {
1300
+ "group_size": 32,
1301
+ "bits": 8,
1302
+ "mode": "mxfp8"
1303
+ },
1304
+ "language_model.model.layers.2.linear_attn.out_proj": {
1305
+ "group_size": 32,
1306
+ "bits": 8,
1307
+ "mode": "mxfp8"
1308
+ },
1309
+ "language_model.model.layers.4.linear_attn.in_proj_qkv": {
1310
+ "group_size": 32,
1311
+ "bits": 8,
1312
+ "mode": "mxfp8"
1313
+ },
1314
+ "language_model.model.layers.4.linear_attn.in_proj_z": {
1315
+ "group_size": 32,
1316
+ "bits": 8,
1317
+ "mode": "mxfp8"
1318
+ },
1319
+ "language_model.model.layers.4.linear_attn.in_proj_b": {
1320
+ "group_size": 32,
1321
+ "bits": 8,
1322
+ "mode": "mxfp8"
1323
+ },
1324
+ "language_model.model.layers.4.linear_attn.in_proj_a": {
1325
+ "group_size": 32,
1326
+ "bits": 8,
1327
+ "mode": "mxfp8"
1328
+ },
1329
+ "language_model.model.layers.4.linear_attn.out_proj": {
1330
+ "group_size": 32,
1331
+ "bits": 8,
1332
+ "mode": "mxfp8"
1333
+ },
1334
+ "language_model.model.layers.5.linear_attn.in_proj_qkv": {
1335
+ "group_size": 32,
1336
+ "bits": 8,
1337
+ "mode": "mxfp8"
1338
+ },
1339
+ "language_model.model.layers.5.linear_attn.in_proj_z": {
1340
+ "group_size": 32,
1341
+ "bits": 8,
1342
+ "mode": "mxfp8"
1343
+ },
1344
+ "language_model.model.layers.5.linear_attn.in_proj_b": {
1345
+ "group_size": 32,
1346
+ "bits": 8,
1347
+ "mode": "mxfp8"
1348
+ },
1349
+ "language_model.model.layers.5.linear_attn.in_proj_a": {
1350
+ "group_size": 32,
1351
+ "bits": 8,
1352
+ "mode": "mxfp8"
1353
+ },
1354
+ "language_model.model.layers.5.linear_attn.out_proj": {
1355
+ "group_size": 32,
1356
+ "bits": 8,
1357
+ "mode": "mxfp8"
1358
+ },
1359
+ "language_model.model.layers.6.linear_attn.in_proj_qkv": {
1360
+ "group_size": 32,
1361
+ "bits": 8,
1362
+ "mode": "mxfp8"
1363
+ },
1364
+ "language_model.model.layers.6.linear_attn.in_proj_z": {
1365
+ "group_size": 32,
1366
+ "bits": 8,
1367
+ "mode": "mxfp8"
1368
+ },
1369
+ "language_model.model.layers.6.linear_attn.in_proj_b": {
1370
+ "group_size": 32,
1371
+ "bits": 8,
1372
+ "mode": "mxfp8"
1373
+ },
1374
+ "language_model.model.layers.6.linear_attn.in_proj_a": {
1375
+ "group_size": 32,
1376
+ "bits": 8,
1377
+ "mode": "mxfp8"
1378
+ },
1379
+ "language_model.model.layers.6.linear_attn.out_proj": {
1380
+ "group_size": 32,
1381
+ "bits": 8,
1382
+ "mode": "mxfp8"
1383
+ },
1384
+ "language_model.model.layers.8.linear_attn.in_proj_qkv": {
1385
+ "group_size": 32,
1386
+ "bits": 8,
1387
+ "mode": "mxfp8"
1388
+ },
1389
+ "language_model.model.layers.8.linear_attn.in_proj_z": {
1390
+ "group_size": 32,
1391
+ "bits": 8,
1392
+ "mode": "mxfp8"
1393
+ },
1394
+ "language_model.model.layers.8.linear_attn.in_proj_b": {
1395
+ "group_size": 32,
1396
+ "bits": 8,
1397
+ "mode": "mxfp8"
1398
+ },
1399
+ "language_model.model.layers.8.linear_attn.in_proj_a": {
1400
+ "group_size": 32,
1401
+ "bits": 8,
1402
+ "mode": "mxfp8"
1403
+ },
1404
+ "language_model.model.layers.8.linear_attn.out_proj": {
1405
+ "group_size": 32,
1406
+ "bits": 8,
1407
+ "mode": "mxfp8"
1408
+ },
1409
+ "language_model.model.layers.9.linear_attn.in_proj_qkv": {
1410
+ "group_size": 32,
1411
+ "bits": 8,
1412
+ "mode": "mxfp8"
1413
+ },
1414
+ "language_model.model.layers.9.linear_attn.in_proj_z": {
1415
+ "group_size": 32,
1416
+ "bits": 8,
1417
+ "mode": "mxfp8"
1418
+ },
1419
+ "language_model.model.layers.9.linear_attn.in_proj_b": {
1420
+ "group_size": 32,
1421
+ "bits": 8,
1422
+ "mode": "mxfp8"
1423
+ },
1424
+ "language_model.model.layers.9.linear_attn.in_proj_a": {
1425
+ "group_size": 32,
1426
+ "bits": 8,
1427
+ "mode": "mxfp8"
1428
+ },
1429
+ "language_model.model.layers.9.linear_attn.out_proj": {
1430
+ "group_size": 32,
1431
+ "bits": 8,
1432
+ "mode": "mxfp8"
1433
+ },
1434
+ "language_model.model.layers.10.linear_attn.in_proj_qkv": {
1435
+ "group_size": 32,
1436
+ "bits": 8,
1437
+ "mode": "mxfp8"
1438
+ },
1439
+ "language_model.model.layers.10.linear_attn.in_proj_z": {
1440
+ "group_size": 32,
1441
+ "bits": 8,
1442
+ "mode": "mxfp8"
1443
+ },
1444
+ "language_model.model.layers.10.linear_attn.in_proj_b": {
1445
+ "group_size": 32,
1446
+ "bits": 8,
1447
+ "mode": "mxfp8"
1448
+ },
1449
+ "language_model.model.layers.10.linear_attn.in_proj_a": {
1450
+ "group_size": 32,
1451
+ "bits": 8,
1452
+ "mode": "mxfp8"
1453
+ },
1454
+ "language_model.model.layers.10.linear_attn.out_proj": {
1455
+ "group_size": 32,
1456
+ "bits": 8,
1457
+ "mode": "mxfp8"
1458
+ },
1459
+ "language_model.model.layers.12.linear_attn.in_proj_qkv": {
1460
+ "group_size": 32,
1461
+ "bits": 8,
1462
+ "mode": "mxfp8"
1463
+ },
1464
+ "language_model.model.layers.12.linear_attn.in_proj_z": {
1465
+ "group_size": 32,
1466
+ "bits": 8,
1467
+ "mode": "mxfp8"
1468
+ },
1469
+ "language_model.model.layers.12.linear_attn.in_proj_b": {
1470
+ "group_size": 32,
1471
+ "bits": 8,
1472
+ "mode": "mxfp8"
1473
+ },
1474
+ "language_model.model.layers.12.linear_attn.in_proj_a": {
1475
+ "group_size": 32,
1476
+ "bits": 8,
1477
+ "mode": "mxfp8"
1478
+ },
1479
+ "language_model.model.layers.12.linear_attn.out_proj": {
1480
+ "group_size": 32,
1481
+ "bits": 8,
1482
+ "mode": "mxfp8"
1483
+ },
1484
+ "language_model.model.layers.13.linear_attn.in_proj_qkv": {
1485
+ "group_size": 32,
1486
+ "bits": 8,
1487
+ "mode": "mxfp8"
1488
+ },
1489
+ "language_model.model.layers.13.linear_attn.in_proj_z": {
1490
+ "group_size": 32,
1491
+ "bits": 8,
1492
+ "mode": "mxfp8"
1493
+ },
1494
+ "language_model.model.layers.13.linear_attn.in_proj_b": {
1495
+ "group_size": 32,
1496
+ "bits": 8,
1497
+ "mode": "mxfp8"
1498
+ },
1499
+ "language_model.model.layers.13.linear_attn.in_proj_a": {
1500
+ "group_size": 32,
1501
+ "bits": 8,
1502
+ "mode": "mxfp8"
1503
+ },
1504
+ "language_model.model.layers.13.linear_attn.out_proj": {
1505
+ "group_size": 32,
1506
+ "bits": 8,
1507
+ "mode": "mxfp8"
1508
+ },
1509
+ "language_model.model.layers.14.linear_attn.in_proj_qkv": {
1510
+ "group_size": 32,
1511
+ "bits": 8,
1512
+ "mode": "mxfp8"
1513
+ },
1514
+ "language_model.model.layers.14.linear_attn.in_proj_z": {
1515
+ "group_size": 32,
1516
+ "bits": 8,
1517
+ "mode": "mxfp8"
1518
+ },
1519
+ "language_model.model.layers.14.linear_attn.in_proj_b": {
1520
+ "group_size": 32,
1521
+ "bits": 8,
1522
+ "mode": "mxfp8"
1523
+ },
1524
+ "language_model.model.layers.14.linear_attn.in_proj_a": {
1525
+ "group_size": 32,
1526
+ "bits": 8,
1527
+ "mode": "mxfp8"
1528
+ },
1529
+ "language_model.model.layers.14.linear_attn.out_proj": {
1530
+ "group_size": 32,
1531
+ "bits": 8,
1532
+ "mode": "mxfp8"
1533
+ },
1534
+ "language_model.model.layers.16.linear_attn.in_proj_qkv": {
1535
+ "group_size": 32,
1536
+ "bits": 8,
1537
+ "mode": "mxfp8"
1538
+ },
1539
+ "language_model.model.layers.16.linear_attn.in_proj_z": {
1540
+ "group_size": 32,
1541
+ "bits": 8,
1542
+ "mode": "mxfp8"
1543
+ },
1544
+ "language_model.model.layers.16.linear_attn.in_proj_b": {
1545
+ "group_size": 32,
1546
+ "bits": 8,
1547
+ "mode": "mxfp8"
1548
+ },
1549
+ "language_model.model.layers.16.linear_attn.in_proj_a": {
1550
+ "group_size": 32,
1551
+ "bits": 8,
1552
+ "mode": "mxfp8"
1553
+ },
1554
+ "language_model.model.layers.16.linear_attn.out_proj": {
1555
+ "group_size": 32,
1556
+ "bits": 8,
1557
+ "mode": "mxfp8"
1558
+ },
1559
+ "language_model.model.layers.17.linear_attn.in_proj_qkv": {
1560
+ "group_size": 32,
1561
+ "bits": 8,
1562
+ "mode": "mxfp8"
1563
+ },
1564
+ "language_model.model.layers.17.linear_attn.in_proj_z": {
1565
+ "group_size": 32,
1566
+ "bits": 8,
1567
+ "mode": "mxfp8"
1568
+ },
1569
+ "language_model.model.layers.17.linear_attn.in_proj_b": {
1570
+ "group_size": 32,
1571
+ "bits": 8,
1572
+ "mode": "mxfp8"
1573
+ },
1574
+ "language_model.model.layers.17.linear_attn.in_proj_a": {
1575
+ "group_size": 32,
1576
+ "bits": 8,
1577
+ "mode": "mxfp8"
1578
+ },
1579
+ "language_model.model.layers.17.linear_attn.out_proj": {
1580
+ "group_size": 32,
1581
+ "bits": 8,
1582
+ "mode": "mxfp8"
1583
+ },
1584
+ "language_model.model.layers.18.linear_attn.in_proj_qkv": {
1585
+ "group_size": 32,
1586
+ "bits": 8,
1587
+ "mode": "mxfp8"
1588
+ },
1589
+ "language_model.model.layers.18.linear_attn.in_proj_z": {
1590
+ "group_size": 32,
1591
+ "bits": 8,
1592
+ "mode": "mxfp8"
1593
+ },
1594
+ "language_model.model.layers.18.linear_attn.in_proj_b": {
1595
+ "group_size": 32,
1596
+ "bits": 8,
1597
+ "mode": "mxfp8"
1598
+ },
1599
+ "language_model.model.layers.18.linear_attn.in_proj_a": {
1600
+ "group_size": 32,
1601
+ "bits": 8,
1602
+ "mode": "mxfp8"
1603
+ },
1604
+ "language_model.model.layers.18.linear_attn.out_proj": {
1605
+ "group_size": 32,
1606
+ "bits": 8,
1607
+ "mode": "mxfp8"
1608
+ },
1609
+ "language_model.model.layers.20.linear_attn.in_proj_qkv": {
1610
+ "group_size": 32,
1611
+ "bits": 8,
1612
+ "mode": "mxfp8"
1613
+ },
1614
+ "language_model.model.layers.20.linear_attn.in_proj_z": {
1615
+ "group_size": 32,
1616
+ "bits": 8,
1617
+ "mode": "mxfp8"
1618
+ },
1619
+ "language_model.model.layers.20.linear_attn.in_proj_b": {
1620
+ "group_size": 32,
1621
+ "bits": 8,
1622
+ "mode": "mxfp8"
1623
+ },
1624
+ "language_model.model.layers.20.linear_attn.in_proj_a": {
1625
+ "group_size": 32,
1626
+ "bits": 8,
1627
+ "mode": "mxfp8"
1628
+ },
1629
+ "language_model.model.layers.20.linear_attn.out_proj": {
1630
+ "group_size": 32,
1631
+ "bits": 8,
1632
+ "mode": "mxfp8"
1633
+ },
1634
+ "language_model.model.layers.21.linear_attn.in_proj_qkv": {
1635
+ "group_size": 32,
1636
+ "bits": 8,
1637
+ "mode": "mxfp8"
1638
+ },
1639
+ "language_model.model.layers.21.linear_attn.in_proj_z": {
1640
+ "group_size": 32,
1641
+ "bits": 8,
1642
+ "mode": "mxfp8"
1643
+ },
1644
+ "language_model.model.layers.21.linear_attn.in_proj_b": {
1645
+ "group_size": 32,
1646
+ "bits": 8,
1647
+ "mode": "mxfp8"
1648
+ },
1649
+ "language_model.model.layers.21.linear_attn.in_proj_a": {
1650
+ "group_size": 32,
1651
+ "bits": 8,
1652
+ "mode": "mxfp8"
1653
+ },
1654
+ "language_model.model.layers.21.linear_attn.out_proj": {
1655
+ "group_size": 32,
1656
+ "bits": 8,
1657
+ "mode": "mxfp8"
1658
+ },
1659
+ "language_model.model.layers.22.linear_attn.in_proj_qkv": {
1660
+ "group_size": 32,
1661
+ "bits": 8,
1662
+ "mode": "mxfp8"
1663
+ },
1664
+ "language_model.model.layers.22.linear_attn.in_proj_z": {
1665
+ "group_size": 32,
1666
+ "bits": 8,
1667
+ "mode": "mxfp8"
1668
+ },
1669
+ "language_model.model.layers.22.linear_attn.in_proj_b": {
1670
+ "group_size": 32,
1671
+ "bits": 8,
1672
+ "mode": "mxfp8"
1673
+ },
1674
+ "language_model.model.layers.22.linear_attn.in_proj_a": {
1675
+ "group_size": 32,
1676
+ "bits": 8,
1677
+ "mode": "mxfp8"
1678
+ },
1679
+ "language_model.model.layers.22.linear_attn.out_proj": {
1680
+ "group_size": 32,
1681
+ "bits": 8,
1682
+ "mode": "mxfp8"
1683
+ },
1684
+ "language_model.model.layers.24.linear_attn.in_proj_qkv": {
1685
+ "group_size": 32,
1686
+ "bits": 8,
1687
+ "mode": "mxfp8"
1688
+ },
1689
+ "language_model.model.layers.24.linear_attn.in_proj_z": {
1690
+ "group_size": 32,
1691
+ "bits": 8,
1692
+ "mode": "mxfp8"
1693
+ },
1694
+ "language_model.model.layers.24.linear_attn.in_proj_b": {
1695
+ "group_size": 32,
1696
+ "bits": 8,
1697
+ "mode": "mxfp8"
1698
+ },
1699
+ "language_model.model.layers.24.linear_attn.in_proj_a": {
1700
+ "group_size": 32,
1701
+ "bits": 8,
1702
+ "mode": "mxfp8"
1703
+ },
1704
+ "language_model.model.layers.24.linear_attn.out_proj": {
1705
+ "group_size": 32,
1706
+ "bits": 8,
1707
+ "mode": "mxfp8"
1708
+ },
1709
+ "language_model.model.layers.25.linear_attn.in_proj_qkv": {
1710
+ "group_size": 32,
1711
+ "bits": 8,
1712
+ "mode": "mxfp8"
1713
+ },
1714
+ "language_model.model.layers.25.linear_attn.in_proj_z": {
1715
+ "group_size": 32,
1716
+ "bits": 8,
1717
+ "mode": "mxfp8"
1718
+ },
1719
+ "language_model.model.layers.25.linear_attn.in_proj_b": {
1720
+ "group_size": 32,
1721
+ "bits": 8,
1722
+ "mode": "mxfp8"
1723
+ },
1724
+ "language_model.model.layers.25.linear_attn.in_proj_a": {
1725
+ "group_size": 32,
1726
+ "bits": 8,
1727
+ "mode": "mxfp8"
1728
+ },
1729
+ "language_model.model.layers.25.linear_attn.out_proj": {
1730
+ "group_size": 32,
1731
+ "bits": 8,
1732
+ "mode": "mxfp8"
1733
+ },
1734
+ "language_model.model.layers.26.linear_attn.in_proj_qkv": {
1735
+ "group_size": 32,
1736
+ "bits": 8,
1737
+ "mode": "mxfp8"
1738
+ },
1739
+ "language_model.model.layers.26.linear_attn.in_proj_z": {
1740
+ "group_size": 32,
1741
+ "bits": 8,
1742
+ "mode": "mxfp8"
1743
+ },
1744
+ "language_model.model.layers.26.linear_attn.in_proj_b": {
1745
+ "group_size": 32,
1746
+ "bits": 8,
1747
+ "mode": "mxfp8"
1748
+ },
1749
+ "language_model.model.layers.26.linear_attn.in_proj_a": {
1750
+ "group_size": 32,
1751
+ "bits": 8,
1752
+ "mode": "mxfp8"
1753
+ },
1754
+ "language_model.model.layers.26.linear_attn.out_proj": {
1755
+ "group_size": 32,
1756
+ "bits": 8,
1757
+ "mode": "mxfp8"
1758
+ },
1759
+ "language_model.model.layers.28.linear_attn.in_proj_qkv": {
1760
+ "group_size": 32,
1761
+ "bits": 8,
1762
+ "mode": "mxfp8"
1763
+ },
1764
+ "language_model.model.layers.28.linear_attn.in_proj_z": {
1765
+ "group_size": 32,
1766
+ "bits": 8,
1767
+ "mode": "mxfp8"
1768
+ },
1769
+ "language_model.model.layers.28.linear_attn.in_proj_b": {
1770
+ "group_size": 32,
1771
+ "bits": 8,
1772
+ "mode": "mxfp8"
1773
+ },
1774
+ "language_model.model.layers.28.linear_attn.in_proj_a": {
1775
+ "group_size": 32,
1776
+ "bits": 8,
1777
+ "mode": "mxfp8"
1778
+ },
1779
+ "language_model.model.layers.28.linear_attn.out_proj": {
1780
+ "group_size": 32,
1781
+ "bits": 8,
1782
+ "mode": "mxfp8"
1783
+ },
1784
+ "language_model.model.layers.29.linear_attn.in_proj_qkv": {
1785
+ "group_size": 32,
1786
+ "bits": 8,
1787
+ "mode": "mxfp8"
1788
+ },
1789
+ "language_model.model.layers.29.linear_attn.in_proj_z": {
1790
+ "group_size": 32,
1791
+ "bits": 8,
1792
+ "mode": "mxfp8"
1793
+ },
1794
+ "language_model.model.layers.29.linear_attn.in_proj_b": {
1795
+ "group_size": 32,
1796
+ "bits": 8,
1797
+ "mode": "mxfp8"
1798
+ },
1799
+ "language_model.model.layers.29.linear_attn.in_proj_a": {
1800
+ "group_size": 32,
1801
+ "bits": 8,
1802
+ "mode": "mxfp8"
1803
+ },
1804
+ "language_model.model.layers.29.linear_attn.out_proj": {
1805
+ "group_size": 32,
1806
+ "bits": 8,
1807
+ "mode": "mxfp8"
1808
+ },
1809
+ "language_model.model.layers.30.linear_attn.in_proj_qkv": {
1810
+ "group_size": 32,
1811
+ "bits": 8,
1812
+ "mode": "mxfp8"
1813
+ },
1814
+ "language_model.model.layers.30.linear_attn.in_proj_z": {
1815
+ "group_size": 32,
1816
+ "bits": 8,
1817
+ "mode": "mxfp8"
1818
+ },
1819
+ "language_model.model.layers.30.linear_attn.in_proj_b": {
1820
+ "group_size": 32,
1821
+ "bits": 8,
1822
+ "mode": "mxfp8"
1823
+ },
1824
+ "language_model.model.layers.30.linear_attn.in_proj_a": {
1825
+ "group_size": 32,
1826
+ "bits": 8,
1827
+ "mode": "mxfp8"
1828
+ },
1829
+ "language_model.model.layers.30.linear_attn.out_proj": {
1830
+ "group_size": 32,
1831
+ "bits": 8,
1832
+ "mode": "mxfp8"
1833
+ },
1834
+ "language_model.model.layers.32.linear_attn.in_proj_qkv": {
1835
+ "group_size": 32,
1836
+ "bits": 8,
1837
+ "mode": "mxfp8"
1838
+ },
1839
+ "language_model.model.layers.32.linear_attn.in_proj_z": {
1840
+ "group_size": 32,
1841
+ "bits": 8,
1842
+ "mode": "mxfp8"
1843
+ },
1844
+ "language_model.model.layers.32.linear_attn.in_proj_b": {
1845
+ "group_size": 32,
1846
+ "bits": 8,
1847
+ "mode": "mxfp8"
1848
+ },
1849
+ "language_model.model.layers.32.linear_attn.in_proj_a": {
1850
+ "group_size": 32,
1851
+ "bits": 8,
1852
+ "mode": "mxfp8"
1853
+ },
1854
+ "language_model.model.layers.32.linear_attn.out_proj": {
1855
+ "group_size": 32,
1856
+ "bits": 8,
1857
+ "mode": "mxfp8"
1858
+ },
1859
+ "language_model.model.layers.33.linear_attn.in_proj_qkv": {
1860
+ "group_size": 32,
1861
+ "bits": 8,
1862
+ "mode": "mxfp8"
1863
+ },
1864
+ "language_model.model.layers.33.linear_attn.in_proj_z": {
1865
+ "group_size": 32,
1866
+ "bits": 8,
1867
+ "mode": "mxfp8"
1868
+ },
1869
+ "language_model.model.layers.33.linear_attn.in_proj_b": {
1870
+ "group_size": 32,
1871
+ "bits": 8,
1872
+ "mode": "mxfp8"
1873
+ },
1874
+ "language_model.model.layers.33.linear_attn.in_proj_a": {
1875
+ "group_size": 32,
1876
+ "bits": 8,
1877
+ "mode": "mxfp8"
1878
+ },
1879
+ "language_model.model.layers.33.linear_attn.out_proj": {
1880
+ "group_size": 32,
1881
+ "bits": 8,
1882
+ "mode": "mxfp8"
1883
+ },
1884
+ "language_model.model.layers.34.linear_attn.in_proj_qkv": {
1885
+ "group_size": 32,
1886
+ "bits": 8,
1887
+ "mode": "mxfp8"
1888
+ },
1889
+ "language_model.model.layers.34.linear_attn.in_proj_z": {
1890
+ "group_size": 32,
1891
+ "bits": 8,
1892
+ "mode": "mxfp8"
1893
+ },
1894
+ "language_model.model.layers.34.linear_attn.in_proj_b": {
1895
+ "group_size": 32,
1896
+ "bits": 8,
1897
+ "mode": "mxfp8"
1898
+ },
1899
+ "language_model.model.layers.34.linear_attn.in_proj_a": {
1900
+ "group_size": 32,
1901
+ "bits": 8,
1902
+ "mode": "mxfp8"
1903
+ },
1904
+ "language_model.model.layers.34.linear_attn.out_proj": {
1905
+ "group_size": 32,
1906
+ "bits": 8,
1907
+ "mode": "mxfp8"
1908
+ },
1909
+ "language_model.model.layers.36.linear_attn.in_proj_qkv": {
1910
+ "group_size": 32,
1911
+ "bits": 8,
1912
+ "mode": "mxfp8"
1913
+ },
1914
+ "language_model.model.layers.36.linear_attn.in_proj_z": {
1915
+ "group_size": 32,
1916
+ "bits": 8,
1917
+ "mode": "mxfp8"
1918
+ },
1919
+ "language_model.model.layers.36.linear_attn.in_proj_b": {
1920
+ "group_size": 32,
1921
+ "bits": 8,
1922
+ "mode": "mxfp8"
1923
+ },
1924
+ "language_model.model.layers.36.linear_attn.in_proj_a": {
1925
+ "group_size": 32,
1926
+ "bits": 8,
1927
+ "mode": "mxfp8"
1928
+ },
1929
+ "language_model.model.layers.36.linear_attn.out_proj": {
1930
+ "group_size": 32,
1931
+ "bits": 8,
1932
+ "mode": "mxfp8"
1933
+ },
1934
+ "language_model.model.layers.37.linear_attn.in_proj_qkv": {
1935
+ "group_size": 32,
1936
+ "bits": 8,
1937
+ "mode": "mxfp8"
1938
+ },
1939
+ "language_model.model.layers.37.linear_attn.in_proj_z": {
1940
+ "group_size": 32,
1941
+ "bits": 8,
1942
+ "mode": "mxfp8"
1943
+ },
1944
+ "language_model.model.layers.37.linear_attn.in_proj_b": {
1945
+ "group_size": 32,
1946
+ "bits": 8,
1947
+ "mode": "mxfp8"
1948
+ },
1949
+ "language_model.model.layers.37.linear_attn.in_proj_a": {
1950
+ "group_size": 32,
1951
+ "bits": 8,
1952
+ "mode": "mxfp8"
1953
+ },
1954
+ "language_model.model.layers.37.linear_attn.out_proj": {
1955
+ "group_size": 32,
1956
+ "bits": 8,
1957
+ "mode": "mxfp8"
1958
+ },
1959
+ "language_model.model.layers.38.linear_attn.in_proj_qkv": {
1960
+ "group_size": 32,
1961
+ "bits": 8,
1962
+ "mode": "mxfp8"
1963
+ },
1964
+ "language_model.model.layers.38.linear_attn.in_proj_z": {
1965
+ "group_size": 32,
1966
+ "bits": 8,
1967
+ "mode": "mxfp8"
1968
+ },
1969
+ "language_model.model.layers.38.linear_attn.in_proj_b": {
1970
+ "group_size": 32,
1971
+ "bits": 8,
1972
+ "mode": "mxfp8"
1973
+ },
1974
+ "language_model.model.layers.38.linear_attn.in_proj_a": {
1975
+ "group_size": 32,
1976
+ "bits": 8,
1977
+ "mode": "mxfp8"
1978
+ },
1979
+ "language_model.model.layers.38.linear_attn.out_proj": {
1980
+ "group_size": 32,
1981
+ "bits": 8,
1982
+ "mode": "mxfp8"
1983
+ },
1984
+ "language_model.model.layers.40.linear_attn.in_proj_qkv": {
1985
+ "group_size": 32,
1986
+ "bits": 8,
1987
+ "mode": "mxfp8"
1988
+ },
1989
+ "language_model.model.layers.40.linear_attn.in_proj_z": {
1990
+ "group_size": 32,
1991
+ "bits": 8,
1992
+ "mode": "mxfp8"
1993
+ },
1994
+ "language_model.model.layers.40.linear_attn.in_proj_b": {
1995
+ "group_size": 32,
1996
+ "bits": 8,
1997
+ "mode": "mxfp8"
1998
+ },
1999
+ "language_model.model.layers.40.linear_attn.in_proj_a": {
2000
+ "group_size": 32,
2001
+ "bits": 8,
2002
+ "mode": "mxfp8"
2003
+ },
2004
+ "language_model.model.layers.40.linear_attn.out_proj": {
2005
+ "group_size": 32,
2006
+ "bits": 8,
2007
+ "mode": "mxfp8"
2008
+ },
2009
+ "language_model.model.layers.41.linear_attn.in_proj_qkv": {
2010
+ "group_size": 32,
2011
+ "bits": 8,
2012
+ "mode": "mxfp8"
2013
+ },
2014
+ "language_model.model.layers.41.linear_attn.in_proj_z": {
2015
+ "group_size": 32,
2016
+ "bits": 8,
2017
+ "mode": "mxfp8"
2018
+ },
2019
+ "language_model.model.layers.41.linear_attn.in_proj_b": {
2020
+ "group_size": 32,
2021
+ "bits": 8,
2022
+ "mode": "mxfp8"
2023
+ },
2024
+ "language_model.model.layers.41.linear_attn.in_proj_a": {
2025
+ "group_size": 32,
2026
+ "bits": 8,
2027
+ "mode": "mxfp8"
2028
+ },
2029
+ "language_model.model.layers.41.linear_attn.out_proj": {
2030
+ "group_size": 32,
2031
+ "bits": 8,
2032
+ "mode": "mxfp8"
2033
+ },
2034
+ "language_model.model.layers.42.linear_attn.in_proj_qkv": {
2035
+ "group_size": 32,
2036
+ "bits": 8,
2037
+ "mode": "mxfp8"
2038
+ },
2039
+ "language_model.model.layers.42.linear_attn.in_proj_z": {
2040
+ "group_size": 32,
2041
+ "bits": 8,
2042
+ "mode": "mxfp8"
2043
+ },
2044
+ "language_model.model.layers.42.linear_attn.in_proj_b": {
2045
+ "group_size": 32,
2046
+ "bits": 8,
2047
+ "mode": "mxfp8"
2048
+ },
2049
+ "language_model.model.layers.42.linear_attn.in_proj_a": {
2050
+ "group_size": 32,
2051
+ "bits": 8,
2052
+ "mode": "mxfp8"
2053
+ },
2054
+ "language_model.model.layers.42.linear_attn.out_proj": {
2055
+ "group_size": 32,
2056
+ "bits": 8,
2057
+ "mode": "mxfp8"
2058
+ },
2059
+ "language_model.model.layers.44.linear_attn.in_proj_qkv": {
2060
+ "group_size": 32,
2061
+ "bits": 8,
2062
+ "mode": "mxfp8"
2063
+ },
2064
+ "language_model.model.layers.44.linear_attn.in_proj_z": {
2065
+ "group_size": 32,
2066
+ "bits": 8,
2067
+ "mode": "mxfp8"
2068
+ },
2069
+ "language_model.model.layers.44.linear_attn.in_proj_b": {
2070
+ "group_size": 32,
2071
+ "bits": 8,
2072
+ "mode": "mxfp8"
2073
+ },
2074
+ "language_model.model.layers.44.linear_attn.in_proj_a": {
2075
+ "group_size": 32,
2076
+ "bits": 8,
2077
+ "mode": "mxfp8"
2078
+ },
2079
+ "language_model.model.layers.44.linear_attn.out_proj": {
2080
+ "group_size": 32,
2081
+ "bits": 8,
2082
+ "mode": "mxfp8"
2083
+ },
2084
+ "language_model.model.layers.45.linear_attn.in_proj_qkv": {
2085
+ "group_size": 32,
2086
+ "bits": 8,
2087
+ "mode": "mxfp8"
2088
+ },
2089
+ "language_model.model.layers.45.linear_attn.in_proj_z": {
2090
+ "group_size": 32,
2091
+ "bits": 8,
2092
+ "mode": "mxfp8"
2093
+ },
2094
+ "language_model.model.layers.45.linear_attn.in_proj_b": {
2095
+ "group_size": 32,
2096
+ "bits": 8,
2097
+ "mode": "mxfp8"
2098
+ },
2099
+ "language_model.model.layers.45.linear_attn.in_proj_a": {
2100
+ "group_size": 32,
2101
+ "bits": 8,
2102
+ "mode": "mxfp8"
2103
+ },
2104
+ "language_model.model.layers.45.linear_attn.out_proj": {
2105
+ "group_size": 32,
2106
+ "bits": 8,
2107
+ "mode": "mxfp8"
2108
+ },
2109
+ "language_model.model.layers.46.linear_attn.in_proj_qkv": {
2110
+ "group_size": 32,
2111
+ "bits": 8,
2112
+ "mode": "mxfp8"
2113
+ },
2114
+ "language_model.model.layers.46.linear_attn.in_proj_z": {
2115
+ "group_size": 32,
2116
+ "bits": 8,
2117
+ "mode": "mxfp8"
2118
+ },
2119
+ "language_model.model.layers.46.linear_attn.in_proj_b": {
2120
+ "group_size": 32,
2121
+ "bits": 8,
2122
+ "mode": "mxfp8"
2123
+ },
2124
+ "language_model.model.layers.46.linear_attn.in_proj_a": {
2125
+ "group_size": 32,
2126
+ "bits": 8,
2127
+ "mode": "mxfp8"
2128
+ },
2129
+ "language_model.model.layers.46.linear_attn.out_proj": {
2130
+ "group_size": 32,
2131
+ "bits": 8,
2132
+ "mode": "mxfp8"
2133
+ },
2134
+ "language_model.model.layers.48.linear_attn.in_proj_qkv": {
2135
+ "group_size": 32,
2136
+ "bits": 8,
2137
+ "mode": "mxfp8"
2138
+ },
2139
+ "language_model.model.layers.48.linear_attn.in_proj_z": {
2140
+ "group_size": 32,
2141
+ "bits": 8,
2142
+ "mode": "mxfp8"
2143
+ },
2144
+ "language_model.model.layers.48.linear_attn.in_proj_b": {
2145
+ "group_size": 32,
2146
+ "bits": 8,
2147
+ "mode": "mxfp8"
2148
+ },
2149
+ "language_model.model.layers.48.linear_attn.in_proj_a": {
2150
+ "group_size": 32,
2151
+ "bits": 8,
2152
+ "mode": "mxfp8"
2153
+ },
2154
+ "language_model.model.layers.48.linear_attn.out_proj": {
2155
+ "group_size": 32,
2156
+ "bits": 8,
2157
+ "mode": "mxfp8"
2158
+ },
2159
+ "language_model.model.layers.49.linear_attn.in_proj_qkv": {
2160
+ "group_size": 32,
2161
+ "bits": 8,
2162
+ "mode": "mxfp8"
2163
+ },
2164
+ "language_model.model.layers.49.linear_attn.in_proj_z": {
2165
+ "group_size": 32,
2166
+ "bits": 8,
2167
+ "mode": "mxfp8"
2168
+ },
2169
+ "language_model.model.layers.49.linear_attn.in_proj_b": {
2170
+ "group_size": 32,
2171
+ "bits": 8,
2172
+ "mode": "mxfp8"
2173
+ },
2174
+ "language_model.model.layers.49.linear_attn.in_proj_a": {
2175
+ "group_size": 32,
2176
+ "bits": 8,
2177
+ "mode": "mxfp8"
2178
+ },
2179
+ "language_model.model.layers.49.linear_attn.out_proj": {
2180
+ "group_size": 32,
2181
+ "bits": 8,
2182
+ "mode": "mxfp8"
2183
+ },
2184
+ "language_model.model.layers.50.linear_attn.in_proj_qkv": {
2185
+ "group_size": 32,
2186
+ "bits": 8,
2187
+ "mode": "mxfp8"
2188
+ },
2189
+ "language_model.model.layers.50.linear_attn.in_proj_z": {
2190
+ "group_size": 32,
2191
+ "bits": 8,
2192
+ "mode": "mxfp8"
2193
+ },
2194
+ "language_model.model.layers.50.linear_attn.in_proj_b": {
2195
+ "group_size": 32,
2196
+ "bits": 8,
2197
+ "mode": "mxfp8"
2198
+ },
2199
+ "language_model.model.layers.50.linear_attn.in_proj_a": {
2200
+ "group_size": 32,
2201
+ "bits": 8,
2202
+ "mode": "mxfp8"
2203
+ },
2204
+ "language_model.model.layers.50.linear_attn.out_proj": {
2205
+ "group_size": 32,
2206
+ "bits": 8,
2207
+ "mode": "mxfp8"
2208
+ },
2209
+ "language_model.model.layers.52.linear_attn.in_proj_qkv": {
2210
+ "group_size": 32,
2211
+ "bits": 8,
2212
+ "mode": "mxfp8"
2213
+ },
2214
+ "language_model.model.layers.52.linear_attn.in_proj_z": {
2215
+ "group_size": 32,
2216
+ "bits": 8,
2217
+ "mode": "mxfp8"
2218
+ },
2219
+ "language_model.model.layers.52.linear_attn.in_proj_b": {
2220
+ "group_size": 32,
2221
+ "bits": 8,
2222
+ "mode": "mxfp8"
2223
+ },
2224
+ "language_model.model.layers.52.linear_attn.in_proj_a": {
2225
+ "group_size": 32,
2226
+ "bits": 8,
2227
+ "mode": "mxfp8"
2228
+ },
2229
+ "language_model.model.layers.52.linear_attn.out_proj": {
2230
+ "group_size": 32,
2231
+ "bits": 8,
2232
+ "mode": "mxfp8"
2233
+ },
2234
+ "language_model.model.layers.53.linear_attn.in_proj_qkv": {
2235
+ "group_size": 32,
2236
+ "bits": 8,
2237
+ "mode": "mxfp8"
2238
+ },
2239
+ "language_model.model.layers.53.linear_attn.in_proj_z": {
2240
+ "group_size": 32,
2241
+ "bits": 8,
2242
+ "mode": "mxfp8"
2243
+ },
2244
+ "language_model.model.layers.53.linear_attn.in_proj_b": {
2245
+ "group_size": 32,
2246
+ "bits": 8,
2247
+ "mode": "mxfp8"
2248
+ },
2249
+ "language_model.model.layers.53.linear_attn.in_proj_a": {
2250
+ "group_size": 32,
2251
+ "bits": 8,
2252
+ "mode": "mxfp8"
2253
+ },
2254
+ "language_model.model.layers.53.linear_attn.out_proj": {
2255
+ "group_size": 32,
2256
+ "bits": 8,
2257
+ "mode": "mxfp8"
2258
+ },
2259
+ "language_model.model.layers.54.linear_attn.in_proj_qkv": {
2260
+ "group_size": 32,
2261
+ "bits": 8,
2262
+ "mode": "mxfp8"
2263
+ },
2264
+ "language_model.model.layers.54.linear_attn.in_proj_z": {
2265
+ "group_size": 32,
2266
+ "bits": 8,
2267
+ "mode": "mxfp8"
2268
+ },
2269
+ "language_model.model.layers.54.linear_attn.in_proj_b": {
2270
+ "group_size": 32,
2271
+ "bits": 8,
2272
+ "mode": "mxfp8"
2273
+ },
2274
+ "language_model.model.layers.54.linear_attn.in_proj_a": {
2275
+ "group_size": 32,
2276
+ "bits": 8,
2277
+ "mode": "mxfp8"
2278
+ },
2279
+ "language_model.model.layers.54.linear_attn.out_proj": {
2280
+ "group_size": 32,
2281
+ "bits": 8,
2282
+ "mode": "mxfp8"
2283
+ },
2284
+ "language_model.model.layers.56.linear_attn.in_proj_qkv": {
2285
+ "group_size": 32,
2286
+ "bits": 8,
2287
+ "mode": "mxfp8"
2288
+ },
2289
+ "language_model.model.layers.56.linear_attn.in_proj_z": {
2290
+ "group_size": 32,
2291
+ "bits": 8,
2292
+ "mode": "mxfp8"
2293
+ },
2294
+ "language_model.model.layers.56.linear_attn.in_proj_b": {
2295
+ "group_size": 32,
2296
+ "bits": 8,
2297
+ "mode": "mxfp8"
2298
+ },
2299
+ "language_model.model.layers.56.linear_attn.in_proj_a": {
2300
+ "group_size": 32,
2301
+ "bits": 8,
2302
+ "mode": "mxfp8"
2303
+ },
2304
+ "language_model.model.layers.56.linear_attn.out_proj": {
2305
+ "group_size": 32,
2306
+ "bits": 8,
2307
+ "mode": "mxfp8"
2308
+ },
2309
+ "language_model.model.layers.57.linear_attn.in_proj_qkv": {
2310
+ "group_size": 32,
2311
+ "bits": 8,
2312
+ "mode": "mxfp8"
2313
+ },
2314
+ "language_model.model.layers.57.linear_attn.in_proj_z": {
2315
+ "group_size": 32,
2316
+ "bits": 8,
2317
+ "mode": "mxfp8"
2318
+ },
2319
+ "language_model.model.layers.57.linear_attn.in_proj_b": {
2320
+ "group_size": 32,
2321
+ "bits": 8,
2322
+ "mode": "mxfp8"
2323
+ },
2324
+ "language_model.model.layers.57.linear_attn.in_proj_a": {
2325
+ "group_size": 32,
2326
+ "bits": 8,
2327
+ "mode": "mxfp8"
2328
+ },
2329
+ "language_model.model.layers.57.linear_attn.out_proj": {
2330
+ "group_size": 32,
2331
+ "bits": 8,
2332
+ "mode": "mxfp8"
2333
+ },
2334
+ "language_model.model.layers.58.linear_attn.in_proj_qkv": {
2335
+ "group_size": 32,
2336
+ "bits": 8,
2337
+ "mode": "mxfp8"
2338
+ },
2339
+ "language_model.model.layers.58.linear_attn.in_proj_z": {
2340
+ "group_size": 32,
2341
+ "bits": 8,
2342
+ "mode": "mxfp8"
2343
+ },
2344
+ "language_model.model.layers.58.linear_attn.in_proj_b": {
2345
+ "group_size": 32,
2346
+ "bits": 8,
2347
+ "mode": "mxfp8"
2348
+ },
2349
+ "language_model.model.layers.58.linear_attn.in_proj_a": {
2350
+ "group_size": 32,
2351
+ "bits": 8,
2352
+ "mode": "mxfp8"
2353
+ },
2354
+ "language_model.model.layers.58.linear_attn.out_proj": {
2355
+ "group_size": 32,
2356
+ "bits": 8,
2357
+ "mode": "mxfp8"
2358
+ },
2359
+ "language_model.model.layers.60.linear_attn.in_proj_qkv": {
2360
+ "group_size": 32,
2361
+ "bits": 8,
2362
+ "mode": "mxfp8"
2363
+ },
2364
+ "language_model.model.layers.60.linear_attn.in_proj_z": {
2365
+ "group_size": 32,
2366
+ "bits": 8,
2367
+ "mode": "mxfp8"
2368
+ },
2369
+ "language_model.model.layers.60.linear_attn.in_proj_b": {
2370
+ "group_size": 32,
2371
+ "bits": 8,
2372
+ "mode": "mxfp8"
2373
+ },
2374
+ "language_model.model.layers.60.linear_attn.in_proj_a": {
2375
+ "group_size": 32,
2376
+ "bits": 8,
2377
+ "mode": "mxfp8"
2378
+ },
2379
+ "language_model.model.layers.60.linear_attn.out_proj": {
2380
+ "group_size": 32,
2381
+ "bits": 8,
2382
+ "mode": "mxfp8"
2383
+ },
2384
+ "language_model.model.layers.61.linear_attn.in_proj_qkv": {
2385
+ "group_size": 32,
2386
+ "bits": 8,
2387
+ "mode": "mxfp8"
2388
+ },
2389
+ "language_model.model.layers.61.linear_attn.in_proj_z": {
2390
+ "group_size": 32,
2391
+ "bits": 8,
2392
+ "mode": "mxfp8"
2393
+ },
2394
+ "language_model.model.layers.61.linear_attn.in_proj_b": {
2395
+ "group_size": 32,
2396
+ "bits": 8,
2397
+ "mode": "mxfp8"
2398
+ },
2399
+ "language_model.model.layers.61.linear_attn.in_proj_a": {
2400
+ "group_size": 32,
2401
+ "bits": 8,
2402
+ "mode": "mxfp8"
2403
+ },
2404
+ "language_model.model.layers.61.linear_attn.out_proj": {
2405
+ "group_size": 32,
2406
+ "bits": 8,
2407
+ "mode": "mxfp8"
2408
+ },
2409
+ "language_model.model.layers.62.linear_attn.in_proj_qkv": {
2410
+ "group_size": 32,
2411
+ "bits": 8,
2412
+ "mode": "mxfp8"
2413
+ },
2414
+ "language_model.model.layers.62.linear_attn.in_proj_z": {
2415
+ "group_size": 32,
2416
+ "bits": 8,
2417
+ "mode": "mxfp8"
2418
+ },
2419
+ "language_model.model.layers.62.linear_attn.in_proj_b": {
2420
+ "group_size": 32,
2421
+ "bits": 8,
2422
+ "mode": "mxfp8"
2423
+ },
2424
+ "language_model.model.layers.62.linear_attn.in_proj_a": {
2425
+ "group_size": 32,
2426
+ "bits": 8,
2427
+ "mode": "mxfp8"
2428
+ },
2429
+ "language_model.model.layers.62.linear_attn.out_proj": {
2430
+ "group_size": 32,
2431
+ "bits": 8,
2432
+ "mode": "mxfp8"
2433
+ }
2434
+ },
2435
+ "temperature": 1.0,
2436
+ "text_config": {
2437
+ "attention_bias": false,
2438
+ "attention_dropout": 0.0,
2439
+ "attn_output_gate": true,
2440
+ "bos_token_id": 248044,
2441
+ "dtype": "bfloat16",
2442
+ "eos_token_id": 248044,
2443
+ "full_attention_interval": 4,
2444
+ "head_dim": 256,
2445
+ "hidden_act": "silu",
2446
+ "hidden_size": 5120,
2447
+ "initializer_range": 0.02,
2448
+ "intermediate_size": 17408,
2449
+ "layer_types": [
2450
+ "linear_attention",
2451
+ "linear_attention",
2452
+ "linear_attention",
2453
+ "full_attention",
2454
+ "linear_attention",
2455
+ "linear_attention",
2456
+ "linear_attention",
2457
+ "full_attention",
2458
+ "linear_attention",
2459
+ "linear_attention",
2460
+ "linear_attention",
2461
+ "full_attention",
2462
+ "linear_attention",
2463
+ "linear_attention",
2464
+ "linear_attention",
2465
+ "full_attention",
2466
+ "linear_attention",
2467
+ "linear_attention",
2468
+ "linear_attention",
2469
+ "full_attention",
2470
+ "linear_attention",
2471
+ "linear_attention",
2472
+ "linear_attention",
2473
+ "full_attention",
2474
+ "linear_attention",
2475
+ "linear_attention",
2476
+ "linear_attention",
2477
+ "full_attention",
2478
+ "linear_attention",
2479
+ "linear_attention",
2480
+ "linear_attention",
2481
+ "full_attention",
2482
+ "linear_attention",
2483
+ "linear_attention",
2484
+ "linear_attention",
2485
+ "full_attention",
2486
+ "linear_attention",
2487
+ "linear_attention",
2488
+ "linear_attention",
2489
+ "full_attention",
2490
+ "linear_attention",
2491
+ "linear_attention",
2492
+ "linear_attention",
2493
+ "full_attention",
2494
+ "linear_attention",
2495
+ "linear_attention",
2496
+ "linear_attention",
2497
+ "full_attention",
2498
+ "linear_attention",
2499
+ "linear_attention",
2500
+ "linear_attention",
2501
+ "full_attention",
2502
+ "linear_attention",
2503
+ "linear_attention",
2504
+ "linear_attention",
2505
+ "full_attention",
2506
+ "linear_attention",
2507
+ "linear_attention",
2508
+ "linear_attention",
2509
+ "full_attention",
2510
+ "linear_attention",
2511
+ "linear_attention",
2512
+ "linear_attention",
2513
+ "full_attention"
2514
+ ],
2515
+ "linear_conv_kernel_dim": 4,
2516
+ "linear_key_head_dim": 128,
2517
+ "linear_num_key_heads": 16,
2518
+ "linear_num_value_heads": 48,
2519
+ "linear_value_head_dim": 128,
2520
+ "mamba_ssm_dtype": "float32",
2521
+ "max_position_embeddings": 262144,
2522
+ "model_type": "qwen3_5_text",
2523
+ "mtp_num_hidden_layers": 1,
2524
+ "mtp_use_dedicated_embeddings": false,
2525
+ "num_attention_heads": 24,
2526
+ "num_hidden_layers": 64,
2527
+ "num_key_value_heads": 4,
2528
+ "output_gate_type": "swish",
2529
+ "pad_token_id": null,
2530
+ "partial_rotary_factor": 0.25,
2531
+ "rms_norm_eps": 1e-06,
2532
+ "rope_parameters": {
2533
+ "mrope_interleaved": true,
2534
+ "mrope_section": [
2535
+ 11,
2536
+ 11,
2537
+ 10
2538
+ ],
2539
+ "partial_rotary_factor": 0.25,
2540
+ "rope_theta": 10000000,
2541
+ "rope_type": "default"
2542
+ },
2543
+ "tie_word_embeddings": false,
2544
+ "use_cache": true,
2545
+ "vocab_size": 248320
2546
+ },
2547
+ "tie_word_embeddings": false,
2548
+ "top_k": 20,
2549
+ "top_p": 0.95,
2550
+ "transformers_version": "5.8.0.dev0",
2551
+ "video_token_id": 248057,
2552
+ "vision_config": {
2553
+ "deepstack_visual_indexes": [],
2554
+ "depth": 27,
2555
+ "hidden_act": "gelu_pytorch_tanh",
2556
+ "hidden_size": 1152,
2557
+ "in_channels": 3,
2558
+ "initializer_range": 0.02,
2559
+ "intermediate_size": 4304,
2560
+ "model_type": "qwen3_5",
2561
+ "num_heads": 16,
2562
+ "num_position_embeddings": 2304,
2563
+ "out_hidden_size": 5120,
2564
+ "patch_size": 16,
2565
+ "spatial_merge_size": 2,
2566
+ "temporal_patch_size": 2
2567
+ },
2568
+ "vision_end_token_id": 248054,
2569
+ "vision_start_token_id": 248053
2570
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 248044,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 248046,
6
+ 248044
7
+ ],
8
+ "pad_token_id": 248044,
9
+ "temperature": 1.0,
10
+ "top_k": 20,
11
+ "top_p": 0.95
12
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898ad53a27d46230fa534d4b2e3987d252963d90d01ec6005f45259cdd0a8602
3
+ size 5337866423
model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04137eb4aabc1d7d37ab16cf7ece17db2e59c5d53373c6abd5bb40ca8a9aa501
3
+ size 5366505846
model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3dc86766b3fc607bef678e9796a7d1b353e2f3e2d4a01b9540fe0419e3821d7
3
+ size 5366505832
model-00004-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e98adc3c11ff7b19c14e83e0b28828029e6fa91b07f4a64e621ecb8c39eb3b
3
+ size 3317481115
model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1219c9ea7951f2bb93c0ccafa2e6e65ac9111fda00961e3fbe614e30050c95e9
3
+ size 2542796942
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
mtp.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab6efa5e5a0a0de8f5f891548bafd330584df6e5be8c74bac75d936a6ef182d6
3
+ size 849400636
preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 16777216,
4
+ "shortest_edge": 65536
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "image_processor_type": "Qwen2VLImageProcessorFast"
21
+ }
processor_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "do_convert_rgb": true,
4
+ "do_normalize": true,
5
+ "do_rescale": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "Qwen3VLImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "max_pixels": 16777216,
18
+ "merge_size": 2,
19
+ "min_pixels": 65536,
20
+ "patch_size": 16,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "temporal_patch_size": 2
23
+ },
24
+ "processor_class": "Qwen3VLProcessor",
25
+ "video_processor": {
26
+ "do_convert_rgb": true,
27
+ "do_normalize": true,
28
+ "do_rescale": true,
29
+ "fps": 2.0,
30
+ "image_mean": [
31
+ 0.5,
32
+ 0.5,
33
+ 0.5
34
+ ],
35
+ "image_std": [
36
+ 0.5,
37
+ 0.5,
38
+ 0.5
39
+ ],
40
+ "max_frames": 768,
41
+ "max_pixels": 25165824,
42
+ "merge_size": 2,
43
+ "min_frames": 4,
44
+ "min_pixels": 4096,
45
+ "patch_size": 16,
46
+ "rescale_factor": 0.00392156862745098,
47
+ "temporal_patch_size": 2,
48
+ "video_processor_type": "Qwen3VLVideoProcessor"
49
+ }
50
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523
3
+ size 19989325
tokenizer_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": null,
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_token": "<|image_pad|>",
12
+ "is_local": true,
13
+ "local_files_only": false,
14
+ "model_max_length": 262144,
15
+ "model_specific_special_tokens": {
16
+ "audio_bos_token": "<|audio_start|>",
17
+ "audio_eos_token": "<|audio_end|>",
18
+ "audio_token": "<|audio_pad|>",
19
+ "image_token": "<|image_pad|>",
20
+ "video_token": "<|video_pad|>",
21
+ "vision_bos_token": "<|vision_start|>",
22
+ "vision_eos_token": "<|vision_end|>"
23
+ },
24
+ "pad_token": "<|endoftext|>",
25
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
26
+ "processor_class": "Qwen3VLProcessor",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null,
30
+ "video_token": "<|video_pad|>",
31
+ "vision_bos_token": "<|vision_start|>",
32
+ "vision_eos_token": "<|vision_end|>"
33
+ }
video_preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 25165824,
4
+ "shortest_edge": 4096
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "video_processor_type": "Qwen3VLVideoProcessor"
21
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff