linzhao-amd commited on
Commit
1ad5ec7
·
verified ·
1 Parent(s): 9b41fed

Add files using upload-large-folder tool

Browse files
Files changed (40) hide show
  1. .gitattributes +1 -0
  2. LICENSE +1 -1
  3. THIRD_PARTY_NOTICES.md +47 -0
  4. config.json +370 -8
  5. model-00002-of-000062.safetensors +2 -2
  6. model-00003-of-000062.safetensors +2 -2
  7. model-00006-of-000062.safetensors +2 -2
  8. model-00007-of-000062.safetensors +2 -2
  9. model-00008-of-000062.safetensors +2 -2
  10. model-00009-of-000062.safetensors +2 -2
  11. model-00010-of-000062.safetensors +2 -2
  12. model-00012-of-000062.safetensors +2 -2
  13. model-00013-of-000062.safetensors +2 -2
  14. model-00015-of-000062.safetensors +2 -2
  15. model-00016-of-000062.safetensors +2 -2
  16. model-00017-of-000062.safetensors +2 -2
  17. model-00018-of-000062.safetensors +2 -2
  18. model-00019-of-000062.safetensors +2 -2
  19. model-00022-of-000062.safetensors +2 -2
  20. model-00027-of-000062.safetensors +2 -2
  21. model-00028-of-000062.safetensors +2 -2
  22. model-00029-of-000062.safetensors +2 -2
  23. model-00030-of-000062.safetensors +2 -2
  24. model-00031-of-000062.safetensors +2 -2
  25. model-00034-of-000062.safetensors +2 -2
  26. model-00035-of-000062.safetensors +2 -2
  27. model-00036-of-000062.safetensors +2 -2
  28. model-00037-of-000062.safetensors +2 -2
  29. model-00038-of-000062.safetensors +2 -2
  30. model-00040-of-000062.safetensors +2 -2
  31. model-00041-of-000062.safetensors +2 -2
  32. model-00043-of-000062.safetensors +2 -2
  33. model-00048-of-000062.safetensors +2 -2
  34. model-00052-of-000062.safetensors +2 -2
  35. model-00053-of-000062.safetensors +2 -2
  36. model-00054-of-000062.safetensors +2 -2
  37. model-00058-of-000062.safetensors +2 -2
  38. model-00059-of-000062.safetensors +2 -2
  39. model-00060-of-000062.safetensors +2 -2
  40. model.safetensors.index.json +2 -2
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
  model.safetensors.index.json 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
  model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
37
+ figures/*.png filter=lfs diff=lfs merge=lfs -text
LICENSE CHANGED
@@ -24,4 +24,4 @@ Our only modification part is that, if the Software (or any derivative works
24
  thereof) is used for any of your commercial products or services that have
25
  more than 100 million monthly active users, or more than 20 million US dollars
26
  (or equivalent in other currencies) in monthly revenue, you shall prominently
27
- display "Kimi K2" on the user interface of such product or service.
 
24
  thereof) is used for any of your commercial products or services that have
25
  more than 100 million monthly active users, or more than 20 million US dollars
26
  (or equivalent in other currencies) in monthly revenue, you shall prominently
27
+ display "Kimi K2" on the user interface of such product or service.
THIRD_PARTY_NOTICES.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # THIRD_PARTY_NOTICES
2
+
3
+ This file lists third-party software contained in Kimi-K2 along with their licenses, in compliance with the redistribution clauses of those licenses.
4
+
5
+ ---
6
+
7
+ ## 1. DeepSeek-V3
8
+
9
+ Our model archietecture is DeepSeek-V3-like. Some of modeling codes are copied from the source repository.
10
+
11
+ - **Source Repository**
12
+ https://huggingface.co/deepseek-ai/DeepSeek-V3
13
+
14
+ - **Files / Directories Used**
15
+ - configuration_deepseek.py
16
+ - modeling_deepseek.py
17
+
18
+ - **License Type**
19
+ MIT License
20
+
21
+ - **Copyright Notice**
22
+ Copyright (c) 2023 DeepSeek
23
+
24
+ - **Full License Text**
25
+ ```
26
+ MIT License
27
+
28
+ Copyright (c) 2023 DeepSeek
29
+
30
+ Permission is hereby granted, free of charge, to any person obtaining a copy
31
+ of this software and associated documentation files (the "Software"), to deal
32
+ in the Software without restriction, including without limitation the rights
33
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34
+ copies of the Software, and to permit persons to whom the Software is
35
+ furnished to do so, subject to the following conditions:
36
+
37
+ The above copyright notice and this permission notice shall be included in all
38
+ copies or substantial portions of the Software.
39
+
40
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46
+ SOFTWARE.
47
+ ```
config.json CHANGED
@@ -98,13 +98,375 @@
98
  "target_device": null
99
  },
100
  "exclude": [
101
- "re:model.layers.*self_attn.*",
102
- "re:model.layers.*mlp.gate",
103
  "lm_head",
104
- "re:model.layers.*mlp.gate_proj",
105
- "re:model.layers.*mlp.up_proj",
106
- "re:model.layers.*mlp.down_proj",
107
- "re:model.layers.*shared_experts.*"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  ],
109
  "algo_config": null,
110
  "softmax_quant_spec": null,
@@ -114,7 +476,7 @@
114
  "kv_cache_quant_config": {},
115
  "kv_cache_post_rope": false,
116
  "quant_mode": "eager_mode",
117
- "version": "0.12+15553c6a61",
118
  "export": {
119
  "kv_cache_group": [],
120
  "min_kv_scale": 0.0,
@@ -123,4 +485,4 @@
123
  "weight_merge_groups": null
124
  }
125
  }
126
- }
 
98
  "target_device": null
99
  },
100
  "exclude": [
 
 
101
  "lm_head",
102
+ "model.layers.0.mlp.down_proj",
103
+ "model.layers.0.mlp.gate_proj",
104
+ "model.layers.0.mlp.up_proj",
105
+ "model.layers.0.self_attn.kv_a_proj_with_mqa",
106
+ "model.layers.0.self_attn.kv_b_proj",
107
+ "model.layers.0.self_attn.o_proj",
108
+ "model.layers.0.self_attn.q_a_proj",
109
+ "model.layers.0.self_attn.q_b_proj",
110
+ "model.layers.1.mlp.gate",
111
+ "model.layers.1.self_attn.kv_a_proj_with_mqa",
112
+ "model.layers.1.self_attn.kv_b_proj",
113
+ "model.layers.1.self_attn.o_proj",
114
+ "model.layers.1.self_attn.q_a_proj",
115
+ "model.layers.1.self_attn.q_b_proj",
116
+ "model.layers.10.mlp.gate",
117
+ "model.layers.10.self_attn.kv_a_proj_with_mqa",
118
+ "model.layers.10.self_attn.kv_b_proj",
119
+ "model.layers.10.self_attn.o_proj",
120
+ "model.layers.10.self_attn.q_a_proj",
121
+ "model.layers.10.self_attn.q_b_proj",
122
+ "model.layers.11.mlp.gate",
123
+ "model.layers.11.self_attn.kv_a_proj_with_mqa",
124
+ "model.layers.11.self_attn.kv_b_proj",
125
+ "model.layers.11.self_attn.o_proj",
126
+ "model.layers.11.self_attn.q_a_proj",
127
+ "model.layers.11.self_attn.q_b_proj",
128
+ "model.layers.12.mlp.gate",
129
+ "model.layers.12.self_attn.kv_a_proj_with_mqa",
130
+ "model.layers.12.self_attn.kv_b_proj",
131
+ "model.layers.12.self_attn.o_proj",
132
+ "model.layers.12.self_attn.q_a_proj",
133
+ "model.layers.12.self_attn.q_b_proj",
134
+ "model.layers.13.mlp.gate",
135
+ "model.layers.13.self_attn.kv_a_proj_with_mqa",
136
+ "model.layers.13.self_attn.kv_b_proj",
137
+ "model.layers.13.self_attn.o_proj",
138
+ "model.layers.13.self_attn.q_a_proj",
139
+ "model.layers.13.self_attn.q_b_proj",
140
+ "model.layers.14.mlp.gate",
141
+ "model.layers.14.self_attn.kv_a_proj_with_mqa",
142
+ "model.layers.14.self_attn.kv_b_proj",
143
+ "model.layers.14.self_attn.o_proj",
144
+ "model.layers.14.self_attn.q_a_proj",
145
+ "model.layers.14.self_attn.q_b_proj",
146
+ "model.layers.15.mlp.gate",
147
+ "model.layers.15.self_attn.kv_a_proj_with_mqa",
148
+ "model.layers.15.self_attn.kv_b_proj",
149
+ "model.layers.15.self_attn.o_proj",
150
+ "model.layers.15.self_attn.q_a_proj",
151
+ "model.layers.15.self_attn.q_b_proj",
152
+ "model.layers.16.mlp.gate",
153
+ "model.layers.16.self_attn.kv_a_proj_with_mqa",
154
+ "model.layers.16.self_attn.kv_b_proj",
155
+ "model.layers.16.self_attn.o_proj",
156
+ "model.layers.16.self_attn.q_a_proj",
157
+ "model.layers.16.self_attn.q_b_proj",
158
+ "model.layers.17.mlp.gate",
159
+ "model.layers.17.self_attn.kv_a_proj_with_mqa",
160
+ "model.layers.17.self_attn.kv_b_proj",
161
+ "model.layers.17.self_attn.o_proj",
162
+ "model.layers.17.self_attn.q_a_proj",
163
+ "model.layers.17.self_attn.q_b_proj",
164
+ "model.layers.18.mlp.gate",
165
+ "model.layers.18.self_attn.kv_a_proj_with_mqa",
166
+ "model.layers.18.self_attn.kv_b_proj",
167
+ "model.layers.18.self_attn.o_proj",
168
+ "model.layers.18.self_attn.q_a_proj",
169
+ "model.layers.18.self_attn.q_b_proj",
170
+ "model.layers.19.mlp.gate",
171
+ "model.layers.19.self_attn.kv_a_proj_with_mqa",
172
+ "model.layers.19.self_attn.kv_b_proj",
173
+ "model.layers.19.self_attn.o_proj",
174
+ "model.layers.19.self_attn.q_a_proj",
175
+ "model.layers.19.self_attn.q_b_proj",
176
+ "model.layers.2.mlp.gate",
177
+ "model.layers.2.self_attn.kv_a_proj_with_mqa",
178
+ "model.layers.2.self_attn.kv_b_proj",
179
+ "model.layers.2.self_attn.o_proj",
180
+ "model.layers.2.self_attn.q_a_proj",
181
+ "model.layers.2.self_attn.q_b_proj",
182
+ "model.layers.20.mlp.gate",
183
+ "model.layers.20.self_attn.kv_a_proj_with_mqa",
184
+ "model.layers.20.self_attn.kv_b_proj",
185
+ "model.layers.20.self_attn.o_proj",
186
+ "model.layers.20.self_attn.q_a_proj",
187
+ "model.layers.20.self_attn.q_b_proj",
188
+ "model.layers.21.mlp.gate",
189
+ "model.layers.21.self_attn.kv_a_proj_with_mqa",
190
+ "model.layers.21.self_attn.kv_b_proj",
191
+ "model.layers.21.self_attn.o_proj",
192
+ "model.layers.21.self_attn.q_a_proj",
193
+ "model.layers.21.self_attn.q_b_proj",
194
+ "model.layers.22.mlp.gate",
195
+ "model.layers.22.self_attn.kv_a_proj_with_mqa",
196
+ "model.layers.22.self_attn.kv_b_proj",
197
+ "model.layers.22.self_attn.o_proj",
198
+ "model.layers.22.self_attn.q_a_proj",
199
+ "model.layers.22.self_attn.q_b_proj",
200
+ "model.layers.23.mlp.gate",
201
+ "model.layers.23.self_attn.kv_a_proj_with_mqa",
202
+ "model.layers.23.self_attn.kv_b_proj",
203
+ "model.layers.23.self_attn.o_proj",
204
+ "model.layers.23.self_attn.q_a_proj",
205
+ "model.layers.23.self_attn.q_b_proj",
206
+ "model.layers.24.mlp.gate",
207
+ "model.layers.24.self_attn.kv_a_proj_with_mqa",
208
+ "model.layers.24.self_attn.kv_b_proj",
209
+ "model.layers.24.self_attn.o_proj",
210
+ "model.layers.24.self_attn.q_a_proj",
211
+ "model.layers.24.self_attn.q_b_proj",
212
+ "model.layers.25.mlp.gate",
213
+ "model.layers.25.self_attn.kv_a_proj_with_mqa",
214
+ "model.layers.25.self_attn.kv_b_proj",
215
+ "model.layers.25.self_attn.o_proj",
216
+ "model.layers.25.self_attn.q_a_proj",
217
+ "model.layers.25.self_attn.q_b_proj",
218
+ "model.layers.26.mlp.gate",
219
+ "model.layers.26.self_attn.kv_a_proj_with_mqa",
220
+ "model.layers.26.self_attn.kv_b_proj",
221
+ "model.layers.26.self_attn.o_proj",
222
+ "model.layers.26.self_attn.q_a_proj",
223
+ "model.layers.26.self_attn.q_b_proj",
224
+ "model.layers.27.mlp.gate",
225
+ "model.layers.27.self_attn.kv_a_proj_with_mqa",
226
+ "model.layers.27.self_attn.kv_b_proj",
227
+ "model.layers.27.self_attn.o_proj",
228
+ "model.layers.27.self_attn.q_a_proj",
229
+ "model.layers.27.self_attn.q_b_proj",
230
+ "model.layers.28.mlp.gate",
231
+ "model.layers.28.self_attn.kv_a_proj_with_mqa",
232
+ "model.layers.28.self_attn.kv_b_proj",
233
+ "model.layers.28.self_attn.o_proj",
234
+ "model.layers.28.self_attn.q_a_proj",
235
+ "model.layers.28.self_attn.q_b_proj",
236
+ "model.layers.29.mlp.gate",
237
+ "model.layers.29.self_attn.kv_a_proj_with_mqa",
238
+ "model.layers.29.self_attn.kv_b_proj",
239
+ "model.layers.29.self_attn.o_proj",
240
+ "model.layers.29.self_attn.q_a_proj",
241
+ "model.layers.29.self_attn.q_b_proj",
242
+ "model.layers.3.mlp.gate",
243
+ "model.layers.3.self_attn.kv_a_proj_with_mqa",
244
+ "model.layers.3.self_attn.kv_b_proj",
245
+ "model.layers.3.self_attn.o_proj",
246
+ "model.layers.3.self_attn.q_a_proj",
247
+ "model.layers.3.self_attn.q_b_proj",
248
+ "model.layers.30.mlp.gate",
249
+ "model.layers.30.self_attn.kv_a_proj_with_mqa",
250
+ "model.layers.30.self_attn.kv_b_proj",
251
+ "model.layers.30.self_attn.o_proj",
252
+ "model.layers.30.self_attn.q_a_proj",
253
+ "model.layers.30.self_attn.q_b_proj",
254
+ "model.layers.31.mlp.gate",
255
+ "model.layers.31.self_attn.kv_a_proj_with_mqa",
256
+ "model.layers.31.self_attn.kv_b_proj",
257
+ "model.layers.31.self_attn.o_proj",
258
+ "model.layers.31.self_attn.q_a_proj",
259
+ "model.layers.31.self_attn.q_b_proj",
260
+ "model.layers.32.mlp.gate",
261
+ "model.layers.32.self_attn.kv_a_proj_with_mqa",
262
+ "model.layers.32.self_attn.kv_b_proj",
263
+ "model.layers.32.self_attn.o_proj",
264
+ "model.layers.32.self_attn.q_a_proj",
265
+ "model.layers.32.self_attn.q_b_proj",
266
+ "model.layers.33.mlp.gate",
267
+ "model.layers.33.self_attn.kv_a_proj_with_mqa",
268
+ "model.layers.33.self_attn.kv_b_proj",
269
+ "model.layers.33.self_attn.o_proj",
270
+ "model.layers.33.self_attn.q_a_proj",
271
+ "model.layers.33.self_attn.q_b_proj",
272
+ "model.layers.34.mlp.gate",
273
+ "model.layers.34.self_attn.kv_a_proj_with_mqa",
274
+ "model.layers.34.self_attn.kv_b_proj",
275
+ "model.layers.34.self_attn.o_proj",
276
+ "model.layers.34.self_attn.q_a_proj",
277
+ "model.layers.34.self_attn.q_b_proj",
278
+ "model.layers.35.mlp.gate",
279
+ "model.layers.35.self_attn.kv_a_proj_with_mqa",
280
+ "model.layers.35.self_attn.kv_b_proj",
281
+ "model.layers.35.self_attn.o_proj",
282
+ "model.layers.35.self_attn.q_a_proj",
283
+ "model.layers.35.self_attn.q_b_proj",
284
+ "model.layers.36.mlp.gate",
285
+ "model.layers.36.self_attn.kv_a_proj_with_mqa",
286
+ "model.layers.36.self_attn.kv_b_proj",
287
+ "model.layers.36.self_attn.o_proj",
288
+ "model.layers.36.self_attn.q_a_proj",
289
+ "model.layers.36.self_attn.q_b_proj",
290
+ "model.layers.37.mlp.gate",
291
+ "model.layers.37.self_attn.kv_a_proj_with_mqa",
292
+ "model.layers.37.self_attn.kv_b_proj",
293
+ "model.layers.37.self_attn.o_proj",
294
+ "model.layers.37.self_attn.q_a_proj",
295
+ "model.layers.37.self_attn.q_b_proj",
296
+ "model.layers.38.mlp.gate",
297
+ "model.layers.38.self_attn.kv_a_proj_with_mqa",
298
+ "model.layers.38.self_attn.kv_b_proj",
299
+ "model.layers.38.self_attn.o_proj",
300
+ "model.layers.38.self_attn.q_a_proj",
301
+ "model.layers.38.self_attn.q_b_proj",
302
+ "model.layers.39.mlp.gate",
303
+ "model.layers.39.self_attn.kv_a_proj_with_mqa",
304
+ "model.layers.39.self_attn.kv_b_proj",
305
+ "model.layers.39.self_attn.o_proj",
306
+ "model.layers.39.self_attn.q_a_proj",
307
+ "model.layers.39.self_attn.q_b_proj",
308
+ "model.layers.4.mlp.gate",
309
+ "model.layers.4.self_attn.kv_a_proj_with_mqa",
310
+ "model.layers.4.self_attn.kv_b_proj",
311
+ "model.layers.4.self_attn.o_proj",
312
+ "model.layers.4.self_attn.q_a_proj",
313
+ "model.layers.4.self_attn.q_b_proj",
314
+ "model.layers.40.mlp.gate",
315
+ "model.layers.40.self_attn.kv_a_proj_with_mqa",
316
+ "model.layers.40.self_attn.kv_b_proj",
317
+ "model.layers.40.self_attn.o_proj",
318
+ "model.layers.40.self_attn.q_a_proj",
319
+ "model.layers.40.self_attn.q_b_proj",
320
+ "model.layers.41.mlp.gate",
321
+ "model.layers.41.self_attn.kv_a_proj_with_mqa",
322
+ "model.layers.41.self_attn.kv_b_proj",
323
+ "model.layers.41.self_attn.o_proj",
324
+ "model.layers.41.self_attn.q_a_proj",
325
+ "model.layers.41.self_attn.q_b_proj",
326
+ "model.layers.42.mlp.gate",
327
+ "model.layers.42.self_attn.kv_a_proj_with_mqa",
328
+ "model.layers.42.self_attn.kv_b_proj",
329
+ "model.layers.42.self_attn.o_proj",
330
+ "model.layers.42.self_attn.q_a_proj",
331
+ "model.layers.42.self_attn.q_b_proj",
332
+ "model.layers.43.mlp.gate",
333
+ "model.layers.43.self_attn.kv_a_proj_with_mqa",
334
+ "model.layers.43.self_attn.kv_b_proj",
335
+ "model.layers.43.self_attn.o_proj",
336
+ "model.layers.43.self_attn.q_a_proj",
337
+ "model.layers.43.self_attn.q_b_proj",
338
+ "model.layers.44.mlp.gate",
339
+ "model.layers.44.self_attn.kv_a_proj_with_mqa",
340
+ "model.layers.44.self_attn.kv_b_proj",
341
+ "model.layers.44.self_attn.o_proj",
342
+ "model.layers.44.self_attn.q_a_proj",
343
+ "model.layers.44.self_attn.q_b_proj",
344
+ "model.layers.45.mlp.gate",
345
+ "model.layers.45.self_attn.kv_a_proj_with_mqa",
346
+ "model.layers.45.self_attn.kv_b_proj",
347
+ "model.layers.45.self_attn.o_proj",
348
+ "model.layers.45.self_attn.q_a_proj",
349
+ "model.layers.45.self_attn.q_b_proj",
350
+ "model.layers.46.mlp.gate",
351
+ "model.layers.46.self_attn.kv_a_proj_with_mqa",
352
+ "model.layers.46.self_attn.kv_b_proj",
353
+ "model.layers.46.self_attn.o_proj",
354
+ "model.layers.46.self_attn.q_a_proj",
355
+ "model.layers.46.self_attn.q_b_proj",
356
+ "model.layers.47.mlp.gate",
357
+ "model.layers.47.self_attn.kv_a_proj_with_mqa",
358
+ "model.layers.47.self_attn.kv_b_proj",
359
+ "model.layers.47.self_attn.o_proj",
360
+ "model.layers.47.self_attn.q_a_proj",
361
+ "model.layers.47.self_attn.q_b_proj",
362
+ "model.layers.48.mlp.gate",
363
+ "model.layers.48.self_attn.kv_a_proj_with_mqa",
364
+ "model.layers.48.self_attn.kv_b_proj",
365
+ "model.layers.48.self_attn.o_proj",
366
+ "model.layers.48.self_attn.q_a_proj",
367
+ "model.layers.48.self_attn.q_b_proj",
368
+ "model.layers.49.mlp.gate",
369
+ "model.layers.49.self_attn.kv_a_proj_with_mqa",
370
+ "model.layers.49.self_attn.kv_b_proj",
371
+ "model.layers.49.self_attn.o_proj",
372
+ "model.layers.49.self_attn.q_a_proj",
373
+ "model.layers.49.self_attn.q_b_proj",
374
+ "model.layers.5.mlp.gate",
375
+ "model.layers.5.self_attn.kv_a_proj_with_mqa",
376
+ "model.layers.5.self_attn.kv_b_proj",
377
+ "model.layers.5.self_attn.o_proj",
378
+ "model.layers.5.self_attn.q_a_proj",
379
+ "model.layers.5.self_attn.q_b_proj",
380
+ "model.layers.50.mlp.gate",
381
+ "model.layers.50.self_attn.kv_a_proj_with_mqa",
382
+ "model.layers.50.self_attn.kv_b_proj",
383
+ "model.layers.50.self_attn.o_proj",
384
+ "model.layers.50.self_attn.q_a_proj",
385
+ "model.layers.50.self_attn.q_b_proj",
386
+ "model.layers.51.mlp.gate",
387
+ "model.layers.51.self_attn.kv_a_proj_with_mqa",
388
+ "model.layers.51.self_attn.kv_b_proj",
389
+ "model.layers.51.self_attn.o_proj",
390
+ "model.layers.51.self_attn.q_a_proj",
391
+ "model.layers.51.self_attn.q_b_proj",
392
+ "model.layers.52.mlp.gate",
393
+ "model.layers.52.self_attn.kv_a_proj_with_mqa",
394
+ "model.layers.52.self_attn.kv_b_proj",
395
+ "model.layers.52.self_attn.o_proj",
396
+ "model.layers.52.self_attn.q_a_proj",
397
+ "model.layers.52.self_attn.q_b_proj",
398
+ "model.layers.53.mlp.gate",
399
+ "model.layers.53.self_attn.kv_a_proj_with_mqa",
400
+ "model.layers.53.self_attn.kv_b_proj",
401
+ "model.layers.53.self_attn.o_proj",
402
+ "model.layers.53.self_attn.q_a_proj",
403
+ "model.layers.53.self_attn.q_b_proj",
404
+ "model.layers.54.mlp.gate",
405
+ "model.layers.54.self_attn.kv_a_proj_with_mqa",
406
+ "model.layers.54.self_attn.kv_b_proj",
407
+ "model.layers.54.self_attn.o_proj",
408
+ "model.layers.54.self_attn.q_a_proj",
409
+ "model.layers.54.self_attn.q_b_proj",
410
+ "model.layers.55.mlp.gate",
411
+ "model.layers.55.self_attn.kv_a_proj_with_mqa",
412
+ "model.layers.55.self_attn.kv_b_proj",
413
+ "model.layers.55.self_attn.o_proj",
414
+ "model.layers.55.self_attn.q_a_proj",
415
+ "model.layers.55.self_attn.q_b_proj",
416
+ "model.layers.56.mlp.gate",
417
+ "model.layers.56.self_attn.kv_a_proj_with_mqa",
418
+ "model.layers.56.self_attn.kv_b_proj",
419
+ "model.layers.56.self_attn.o_proj",
420
+ "model.layers.56.self_attn.q_a_proj",
421
+ "model.layers.56.self_attn.q_b_proj",
422
+ "model.layers.57.mlp.gate",
423
+ "model.layers.57.self_attn.kv_a_proj_with_mqa",
424
+ "model.layers.57.self_attn.kv_b_proj",
425
+ "model.layers.57.self_attn.o_proj",
426
+ "model.layers.57.self_attn.q_a_proj",
427
+ "model.layers.57.self_attn.q_b_proj",
428
+ "model.layers.58.mlp.gate",
429
+ "model.layers.58.self_attn.kv_a_proj_with_mqa",
430
+ "model.layers.58.self_attn.kv_b_proj",
431
+ "model.layers.58.self_attn.o_proj",
432
+ "model.layers.58.self_attn.q_a_proj",
433
+ "model.layers.58.self_attn.q_b_proj",
434
+ "model.layers.59.mlp.gate",
435
+ "model.layers.59.self_attn.kv_a_proj_with_mqa",
436
+ "model.layers.59.self_attn.kv_b_proj",
437
+ "model.layers.59.self_attn.o_proj",
438
+ "model.layers.59.self_attn.q_a_proj",
439
+ "model.layers.59.self_attn.q_b_proj",
440
+ "model.layers.6.mlp.gate",
441
+ "model.layers.6.self_attn.kv_a_proj_with_mqa",
442
+ "model.layers.6.self_attn.kv_b_proj",
443
+ "model.layers.6.self_attn.o_proj",
444
+ "model.layers.6.self_attn.q_a_proj",
445
+ "model.layers.6.self_attn.q_b_proj",
446
+ "model.layers.60.mlp.gate",
447
+ "model.layers.60.self_attn.kv_a_proj_with_mqa",
448
+ "model.layers.60.self_attn.kv_b_proj",
449
+ "model.layers.60.self_attn.o_proj",
450
+ "model.layers.60.self_attn.q_a_proj",
451
+ "model.layers.60.self_attn.q_b_proj",
452
+ "model.layers.7.mlp.gate",
453
+ "model.layers.7.self_attn.kv_a_proj_with_mqa",
454
+ "model.layers.7.self_attn.kv_b_proj",
455
+ "model.layers.7.self_attn.o_proj",
456
+ "model.layers.7.self_attn.q_a_proj",
457
+ "model.layers.7.self_attn.q_b_proj",
458
+ "model.layers.8.mlp.gate",
459
+ "model.layers.8.self_attn.kv_a_proj_with_mqa",
460
+ "model.layers.8.self_attn.kv_b_proj",
461
+ "model.layers.8.self_attn.o_proj",
462
+ "model.layers.8.self_attn.q_a_proj",
463
+ "model.layers.8.self_attn.q_b_proj",
464
+ "model.layers.9.mlp.gate",
465
+ "model.layers.9.self_attn.kv_a_proj_with_mqa",
466
+ "model.layers.9.self_attn.kv_b_proj",
467
+ "model.layers.9.self_attn.o_proj",
468
+ "model.layers.9.self_attn.q_a_proj",
469
+ "model.layers.9.self_attn.q_b_proj"
470
  ],
471
  "algo_config": null,
472
  "softmax_quant_spec": null,
 
476
  "kv_cache_quant_config": {},
477
  "kv_cache_post_rope": false,
478
  "quant_mode": "eager_mode",
479
+ "version": "0.11.2+e7a61dd5fa8",
480
  "export": {
481
  "kv_cache_group": [],
482
  "min_kv_scale": 0.0,
 
485
  "weight_merge_groups": null
486
  }
487
  }
488
+ }
model-00002-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:963e36e08e711243e5e3d0288946461635f7d6d514dd241cec05788babf6711f
3
- size 9280353488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e79434d53b0beaf75a7025e9ec4c54e5620261f3c64daa0577bd8f916ebf83b
3
+ size 9215669808
model-00003-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5300a977f64c22c7ceacf68a8d32942c8b42945b99c4048176d71c2c2f1ac50
3
- size 9280353488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef22f46e3d225f2b54032157770c5f69352f049e9c42561f0278af86d4993b7
3
+ size 9215669808
model-00006-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3e4eef3783e699df8a214745feb3f342fc851213a1bbba5e7e556947707774c
3
- size 9280353488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ff56b4f424dee32cd076a6b134770878f9f227ec0ccefc869f559c3a556c719
3
+ size 9215669808
model-00007-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb81e2a40be415a4fd8eb586a8ac59952b17e46ddc7aaa5802f8854c08c26829
3
- size 9280353488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3007d320a8dcefc8621b3d2653a0a24e38d56af2c2baca02f88ef5006712887b
3
+ size 9215669808
model-00008-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99e785d380862075ec4b2064ca1621614496b4a5c270d97df0856a8ae2e98883
3
- size 9280353488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3da0d0f72adc64a0c345146f783cb750c0bf579986d098eaf5f38288f0e95fdb
3
+ size 9215669808
model-00009-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1ab0033fb20262518f7323dee65918398d8805199a31e2b29cf19df58d0cb04
3
- size 9280353488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65285a4beb7e9195afb7c6a8da9714a86008739562697c5b946c0793de29b727
3
+ size 9215669808
model-00010-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ace527c71fcd37b085cba3e44de8e3f6727c9d0f42b41dcb12bb0863eb7cafc2
3
- size 9280353488
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4f3c46e3734b393fc7eaf82a75bb79b9c420191eba43f49c9022a920ad04e6c
3
+ size 9215669808
model-00012-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2f19b7cc95a2e9f24e89d620ccba924832fd68fa72e921648f0c860bda742b8
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d4a165dc04a6b1dbd38d557f22f6459485199c44991984871b1e21c90239ae
3
+ size 9215672128
model-00013-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a8d84793a00e9e29d55b59183ead1d7b8d0d52affc0331dcac51a4ec922c8fe
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331ef44aaf4747e29126affe8f19028f9238b8407aad952ccfc4fb81f310ea3a
3
+ size 9215672128
model-00015-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd80e24b60865a2b9134a85604f6852c951cf7658e8e2be015de7d42a6585aa6
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c90f6037f07e1bb5f32a247415ab24eba0ff14d16a2a0aa1ea18ab518672209
3
+ size 9215672128
model-00016-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32e55abb6cf8399be5c31e5bc4718c8a06dfcfa840f7ccb6faa9d27c20aacd98
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e748677d554c9a03adc3bbcaa415dbfff4b1bdca11b5daca54fb03832d1eb0
3
+ size 9215672128
model-00017-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06e5fb01edb2ba9f136db01dae2811b59b69372979fdcb55749ee8037b24e7a8
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ee815b8fb28e926408b07546b19a9add7cd836f01db7f947438a47109b2e57
3
+ size 9215672128
model-00018-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c47a9d10e9cf4e65688d0ba75cbd2a8ab59e9e3e54637edd4a0515a7fe622d3
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5f2cbb53412c3046e5d4102433f8d4386b5d6a46d491d90cb014d5e9296a6f9
3
+ size 9215672128
model-00019-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6be632fa6059062ab5d3afbc0a9afa8b57f7b633e39543a9ad8df78f41af51e
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6f0d86cda9558ce3cd93001836598033e9e138f05d49c801968f3238c3f13d
3
+ size 9215672128
model-00022-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38b5a470e2432e4c6c581c6bd1b72460ee24bd627092233382a779e9bcf50399
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7c0d505c8f2ac16c4bd617f2850547a07e2acf6f3f6edd6eb88b399097e9069
3
+ size 9215672128
model-00027-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e623d550e6f77651868902f6868e9e0f6bc5e51b9e12c12f51ed91dbd36e832c
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a7a65450baea0cc55e1425845bf75e867276d7e309471e3d66762ab1111876
3
+ size 9215672128
model-00028-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df0f8d11cfa1afe2f40ff11a9e9a9ad90b0a9db4180ea18735905d5cd77c87d7
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb229db42dfb21eb953882fcc1b70a74fa7748cc993546c2fa00394724057fa
3
+ size 9215672128
model-00029-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:703d5fe54d24099e60be172136d4eba5f43ffeb6a62dbfc4a55052e1913a38e6
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f64b6b695fae5ed0ab5fa6c25cb235104ae175832a6630cdc96c88fa8053e6
3
+ size 9215672128
model-00030-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4041b382ec48ff3c0631aff5dc7ecca0b0e2aace81d2c6812a918f5bb2c9e91e
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fdc6bd0a293e29eb553aa41b735b976e8543bf2ba04b1b35444bc6fe97cac75
3
+ size 9215672128
model-00031-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbb3a53aa7a160cf1395549c4b96d9ff86a073fe3222d5be4117b64fd954b370
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f7b42a251b67302265c10a07573fd1fbf4127199f0f6188abc3830bf1b1026
3
+ size 9215672128
model-00034-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f54d0760643f2f09fef77f82f169cb232c502e404578edac2079635139fbcc4e
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435a234f3084799f6b650fabb6f210ca0526dde5f587b8a4cb564fcc26633042
3
+ size 9215672128
model-00035-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f22723f6510c57561e1b436a0d2b92bde5a68ccb696e1ca98aadd470f776d153
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b429f4c3d6ad9aee0bc711fc4250a5f506f865ed7c6c212b7e27a0c365f5d46e
3
+ size 9215672128
model-00036-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df4f4bccdcd7e35a0e1cee41e78961a34c59d5fefa9acd2a0182d862e34d3d93
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9656a0b33457e190fe516248a688100ecb23d61728303d2dbc6d242e4db5649
3
+ size 9215672128
model-00037-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e188c3bcb37dee2b61e5727315bab70f43d879283d26a9a36bb3fdd5837887a
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf5927894d3c69c1bc000b06f25a22b968764253cf333de2d741c9d62cb18c0
3
+ size 9215672128
model-00038-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c51bafa930721e047ba34bc6506b497c250e9ec5100bd9c863fe0c7ad82fe71
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9223bd5128f10f3bac758ad582aad89f15fdf83b15d24b262e3c17a601be6bf7
3
+ size 9215672128
model-00040-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7edf9873cd645394a0ecb00a6b4486878f82bcc50efa7d6c0b5a71074417a2dd
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e3b255d4940c5f4389723be75d7f0de269b83b0ff29c1fa2c136910211f3a7c
3
+ size 9215672128
model-00041-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99fa1d782af5be52c5546fccc50425b14846e56a68a42ecb3e8aed53e3ee336b
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:750624cc9d8e416f40f22ecd5cf4b1b52aaff6b47a35059939a2003455f57623
3
+ size 9215672128
model-00043-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9433105359d6799aa0c43c3be5d95605e829892ef9cc64b1cd7e0b3df9281a54
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e881991b3d5a2ec812c108d44711c255fe1984fa6d76567b42c215f9fc301e6a
3
+ size 9215672128
model-00048-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d71333c40ec58fc8ef498ae9f636b632176831b92b64b6716c461a680c600e8f
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:365e400fef62d54c9033c2ada8505472807a753eaef0d7be29e40af2ef12dd78
3
+ size 9215672128
model-00052-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3bc490c519893fff4c70ab8866103142e03f757b2670e40449548e1477f4bfc
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eef4bcb8c59f4248cb1cb4b7de583c2b9caf514d85389735027e8e27f0e4961
3
+ size 9215672128
model-00053-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffa94aa760ff92b743f6cb2530171c0973fb6bbf12b9c967b7e635eb512e500d
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e200b35f20f8a433d883e22c815ca4818b256aca8b567f27fdb8b7abaece034
3
+ size 9215672128
model-00054-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:090556a3c4d55ad502ead10f522d6b9f5b5d6d47cd4542012a167e1ff45f226f
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21b1b4524a3ae65d883940b1e938f379d424fa17feff50e7a3a6625e24794e1e
3
+ size 9215672128
model-00058-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93867521af765961db783fa74f846d13655c28fb10139d39c0ee64836677465e
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c3fc951fb5f4f895244158015f543df1e4837c945eb5d981e5842b7e85762f
3
+ size 9215672128
model-00059-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8bf227deefb52e47bbbe63410fed2c4e8653fcc75f1f73cd31969ba806195719
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8662c6d90608c560459c4694966b555b7c79fd0e50ec0c4d1a86cbe1cd623ccf
3
+ size 9215672128
model-00060-of-000062.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08bd4fa5acf646d1e76acb74c7e338a5e46ce8e103a3f32e73d05605f8bdabbc
3
- size 9280355808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f2366121a540ff07747b82300b4a93d306eda31792dff039417a440d94b3854
3
+ size 9215672128
model.safetensors.index.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b462e0f2b5acf5a1137f6d7867e70dce5b8faf9b07af15c0dd80f74a1ccb9947
3
- size 13756947
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a9c7135e1878487d368f6ca46fcbae6409bd34559f74da45407bbec66a957b6
3
+ size 13775880