mlabonne ykhrustalev commited on
Commit
f884519
·
0 Parent(s):

Push model

Browse files

Co-authored-by: ykhrustalev <ykhrustalev@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +97 -0
  2. LICENSE +41 -0
  3. README.md +191 -0
  4. chat_template.jinja +105 -0
  5. config.json +73 -0
  6. generation_config.json +7 -0
  7. onnx/model.onnx +3 -0
  8. onnx/model.onnx_data +3 -0
  9. onnx/model.onnx_data_1 +3 -0
  10. onnx/model.onnx_data_10 +3 -0
  11. onnx/model.onnx_data_11 +3 -0
  12. onnx/model.onnx_data_12 +3 -0
  13. onnx/model.onnx_data_13 +3 -0
  14. onnx/model.onnx_data_14 +3 -0
  15. onnx/model.onnx_data_15 +3 -0
  16. onnx/model.onnx_data_16 +3 -0
  17. onnx/model.onnx_data_17 +3 -0
  18. onnx/model.onnx_data_18 +3 -0
  19. onnx/model.onnx_data_19 +3 -0
  20. onnx/model.onnx_data_2 +3 -0
  21. onnx/model.onnx_data_20 +3 -0
  22. onnx/model.onnx_data_21 +3 -0
  23. onnx/model.onnx_data_22 +3 -0
  24. onnx/model.onnx_data_3 +3 -0
  25. onnx/model.onnx_data_4 +3 -0
  26. onnx/model.onnx_data_5 +3 -0
  27. onnx/model.onnx_data_6 +3 -0
  28. onnx/model.onnx_data_7 +3 -0
  29. onnx/model.onnx_data_8 +3 -0
  30. onnx/model.onnx_data_9 +3 -0
  31. onnx/model_fp16.onnx +3 -0
  32. onnx/model_fp16.onnx_data +3 -0
  33. onnx/model_fp16.onnx_data_1 +3 -0
  34. onnx/model_fp16.onnx_data_2 +3 -0
  35. onnx/model_fp16.onnx_data_3 +3 -0
  36. onnx/model_fp16.onnx_data_4 +3 -0
  37. onnx/model_fp16.onnx_data_5 +3 -0
  38. onnx/model_fp16.onnx_data_6 +3 -0
  39. onnx/model_fp16.onnx_data_7 +3 -0
  40. onnx/model_fp16.onnx_data_8 +3 -0
  41. onnx/model_fp16.onnx_data_9 +3 -0
  42. onnx/model_q4.onnx +3 -0
  43. onnx/model_q4.onnx_data +3 -0
  44. onnx/model_q4.onnx_data_1 +3 -0
  45. onnx/model_q4.onnx_data_2 +3 -0
  46. onnx/model_q4f16.onnx +3 -0
  47. onnx/model_q4f16.onnx_data +3 -0
  48. onnx/model_q4f16.onnx_data_1 +3 -0
  49. onnx/model_q4f16.onnx_data_2 +3 -0
  50. onnx/model_q8.onnx +3 -0
.gitattributes ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz 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
+ onnx/model_q8.onnx_data_7 filter=lfs diff=lfs merge=lfs -text
37
+ onnx/model_q8.onnx_data_6 filter=lfs diff=lfs merge=lfs -text
38
+ onnx/model_q8.onnx_data_18 filter=lfs diff=lfs merge=lfs -text
39
+ onnx/model.onnx_data_18 filter=lfs diff=lfs merge=lfs -text
40
+ onnx/model_q8.onnx_data_13 filter=lfs diff=lfs merge=lfs -text
41
+ onnx/model_q8.onnx_data_4 filter=lfs diff=lfs merge=lfs -text
42
+ onnx/model_q8.onnx_data filter=lfs diff=lfs merge=lfs -text
43
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
+ onnx/model_q8.onnx_data_14 filter=lfs diff=lfs merge=lfs -text
45
+ onnx/model_q8.onnx_data_5 filter=lfs diff=lfs merge=lfs -text
46
+ onnx/model.onnx_data_22 filter=lfs diff=lfs merge=lfs -text
47
+ onnx/model.onnx_data_9 filter=lfs diff=lfs merge=lfs -text
48
+ onnx/model.onnx_data_7 filter=lfs diff=lfs merge=lfs -text
49
+ onnx/model.onnx_data_11 filter=lfs diff=lfs merge=lfs -text
50
+ onnx/model.onnx_data_15 filter=lfs diff=lfs merge=lfs -text
51
+ onnx/model.onnx_data filter=lfs diff=lfs merge=lfs -text
52
+ onnx/model_q4.onnx_data_2 filter=lfs diff=lfs merge=lfs -text
53
+ onnx/model.onnx_data_10 filter=lfs diff=lfs merge=lfs -text
54
+ onnx/model.onnx_data_17 filter=lfs diff=lfs merge=lfs -text
55
+ onnx/model.onnx_data_20 filter=lfs diff=lfs merge=lfs -text
56
+ onnx/model.onnx_data_1 filter=lfs diff=lfs merge=lfs -text
57
+ onnx/model_q8.onnx_data_2 filter=lfs diff=lfs merge=lfs -text
58
+ onnx/model_q8.onnx_data_10 filter=lfs diff=lfs merge=lfs -text
59
+ onnx/model.onnx_data_21 filter=lfs diff=lfs merge=lfs -text
60
+ onnx/model_q8.onnx_data_20 filter=lfs diff=lfs merge=lfs -text
61
+ onnx/model.onnx_data_6 filter=lfs diff=lfs merge=lfs -text
62
+ onnx/model_q8.onnx_data_15 filter=lfs diff=lfs merge=lfs -text
63
+ onnx/model.onnx_data_3 filter=lfs diff=lfs merge=lfs -text
64
+ onnx/model_q8.onnx_data_3 filter=lfs diff=lfs merge=lfs -text
65
+ onnx/model.onnx_data_12 filter=lfs diff=lfs merge=lfs -text
66
+ onnx/model_q8.onnx_data_21 filter=lfs diff=lfs merge=lfs -text
67
+ onnx/model_q8.onnx_data_1 filter=lfs diff=lfs merge=lfs -text
68
+ onnx/model_q8.onnx_data_11 filter=lfs diff=lfs merge=lfs -text
69
+ onnx/model.onnx_data_19 filter=lfs diff=lfs merge=lfs -text
70
+ onnx/model_q8.onnx_data_19 filter=lfs diff=lfs merge=lfs -text
71
+ onnx/model.onnx_data_2 filter=lfs diff=lfs merge=lfs -text
72
+ onnx/model.onnx_data_8 filter=lfs diff=lfs merge=lfs -text
73
+ onnx/model_q8.onnx_data_16 filter=lfs diff=lfs merge=lfs -text
74
+ onnx/model.onnx_data_14 filter=lfs diff=lfs merge=lfs -text
75
+ onnx/model_q8.onnx_data_9 filter=lfs diff=lfs merge=lfs -text
76
+ onnx/model.onnx_data_4 filter=lfs diff=lfs merge=lfs -text
77
+ onnx/model_q8.onnx_data_8 filter=lfs diff=lfs merge=lfs -text
78
+ onnx/model.onnx_data_5 filter=lfs diff=lfs merge=lfs -text
79
+ onnx/model_q8.onnx_data_12 filter=lfs diff=lfs merge=lfs -text
80
+ onnx/model.onnx_data_16 filter=lfs diff=lfs merge=lfs -text
81
+ onnx/model_q4.onnx_data filter=lfs diff=lfs merge=lfs -text
82
+ onnx/model.onnx_data_13 filter=lfs diff=lfs merge=lfs -text
83
+ onnx/model_q4.onnx_data_1 filter=lfs diff=lfs merge=lfs -text
84
+ onnx/model_q8.onnx_data_17 filter=lfs diff=lfs merge=lfs -text
85
+ onnx/model_q4f16.onnx_data_2 filter=lfs diff=lfs merge=lfs -text
86
+ onnx/model_fp16.onnx_data_5 filter=lfs diff=lfs merge=lfs -text
87
+ onnx/model_fp16.onnx_data_9 filter=lfs diff=lfs merge=lfs -text
88
+ onnx/model_fp16.onnx_data_6 filter=lfs diff=lfs merge=lfs -text
89
+ onnx/model_q4f16.onnx_data_1 filter=lfs diff=lfs merge=lfs -text
90
+ onnx/model_fp16.onnx_data_8 filter=lfs diff=lfs merge=lfs -text
91
+ onnx/model_fp16.onnx_data_4 filter=lfs diff=lfs merge=lfs -text
92
+ onnx/model_q4f16.onnx_data filter=lfs diff=lfs merge=lfs -text
93
+ onnx/model_fp16.onnx_data_7 filter=lfs diff=lfs merge=lfs -text
94
+ onnx/model_fp16.onnx_data filter=lfs diff=lfs merge=lfs -text
95
+ onnx/model_fp16.onnx_data_2 filter=lfs diff=lfs merge=lfs -text
96
+ onnx/model_fp16.onnx_data_3 filter=lfs diff=lfs merge=lfs -text
97
+ onnx/model_fp16.onnx_data_1 filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ LICENSE TEXT
2
+
3
+
4
+
5
+
6
+ LFM Open License v1.0
7
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
+ 1. Definitions.
9
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by this document.
10
+ "Licensor" shall mean Liquid AI, Inc.
11
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
12
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
13
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
14
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
15
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work.
16
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
17
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
18
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
19
+ "Commercial Use" shall mean any use of the Work for direct or indirect commercial advantage or monetary compensation.
20
+ "Qualified Non-Profit Organization" shall mean a Legal Entity that is organized and operated exclusively for religious, charitable, scientific, testing for public safety, literary, or educational purposes, and which is exempt from federal income tax under Section 501(c)(3) of the United States Internal Revenue Code of 1986, as amended, or any equivalent non-profit or charitable organization in a foreign jurisdiction.
21
+ "Non-Commercial or Research Purposes" shall mean purposes that do not involve any use of the Work or a Derivative Work for Commercial Use.
22
+ "Threshold" shall mean annual revenue of 10 million United States dollars ($10,000,000) or more.
23
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, including the Commercial Use limitation set forth in Section 5, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
24
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, including the Commercial Use limitation set forth in Section 5, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
25
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
26
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
27
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
28
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
29
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
30
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
31
+ 5. Commercial Use Limitation.
32
+ (a) The rights granted under this License for Commercial Use are conditioned upon You or Your Legal Entity not exceeding the Threshold.
33
+ (b) Any Commercial Use of the Work or a Derivative Work by a Legal Entity that exceeds the Threshold is not licensed under this Agreement.
34
+ (c) The Threshold shall not apply to a Qualified Non-Profit Organization's use of the Work or a Derivative Work for Non-Commercial or Research Purposes.
35
+ 6. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
36
+ 7. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except for the reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
37
+ 8. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
38
+ 9. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
39
+ 10. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
40
+ 11. Termination. This License will terminate automatically and immediately if You fail to comply with any of its terms and conditions. Upon termination, You must cease all use of the Work and any Derivative Works and delete all copies in Your possession.
41
+ END OF TERMS AND CONDITIONS
README.md ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: lfm1.0
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - liquid
10
+ - edge
11
+ - lfm2
12
+ - lfm2.5
13
+ - moe
14
+ - mixture-of-experts
15
+ - onnx
16
+ - onnxruntime
17
+ base_model:
18
+ - LiquidAI/LFM2.5-8B-A1B
19
+ ---
20
+
21
+ <div align="center">
22
+ <img
23
+ src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/2b08LKpev0DNEk6DlnWkY.png"
24
+ alt="Liquid AI"
25
+ style="width: 100%; max-width: 100%; height: auto; display: inline-block; margin-bottom: 0.5em; margin-top: 0.5em;"
26
+ />
27
+ <div style="display: flex; justify-content: center; gap: 0.5em; margin-bottom: 1em;">
28
+ <a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> •
29
+ <a href="https://docs.liquid.ai/lfm/getting-started/welcome"><strong>Docs</strong></a> •
30
+ <a href="https://leap.liquid.ai/"><strong>LEAP</strong></a> •
31
+ <a href="https://discord.com/invite/liquid-ai"><strong>Discord</strong></a>
32
+ </div>
33
+ </div>
34
+
35
+ # LFM2.5-8B-A1B-ONNX
36
+
37
+ ONNX export of [LFM2.5-8B-A1B](https://huggingface.co/LiquidAI/LFM2.5-8B-A1B) for cross-platform inference.
38
+
39
+ LFM2.5-8B-A1B is a Mixture of Experts model with 8B total parameters and about 1B active parameters per token. It uses 32 experts with 4 experts activated per token, combining the efficiency of sparse models with the quality of larger dense models.
40
+
41
+ ## Recommended Variants
42
+
43
+ | Precision | Size | Use Case |
44
+ |-----------|------|----------|
45
+ | Q4F16 | ~4.7GB | Recommended (Q4 MoE + FP16 dense) |
46
+ | FP16 | ~15.8GB | Higher quality |
47
+ | Q4 | ~5.2GB | Smallest size |
48
+ | Q8 | ~30.4GB | Highest-fidelity quantized variant |
49
+
50
+ Note: This model is too large for WebGPU browser inference.
51
+
52
+ ## Validation
53
+
54
+ This export was validated against the local PyTorch reference for `LiquidAI/LFM2.5-8B-A1B`.
55
+
56
+ - FP32 padded-batch parity passed for both left and right padding, with cosine similarity `1.0000` and top-5 overlap `5/5` at the last valid token for each row.
57
+ - Q4 decoder and coherence checks passed the repository thresholds. Average coherence similarity: `0.7144`.
58
+ - Q4F16 was runtime-validated on `CPUExecutionProvider` and matched the same decoder/coherence thresholds as Q4. Average coherence similarity: `0.7145`.
59
+ - Q8 decoder and coherence checks passed, and stayed very close to the PyTorch reference. Average coherence similarity: `0.9975`.
60
+
61
+ ## Model Files
62
+
63
+ ```
64
+ onnx/
65
+ ├── model.onnx # FP32 model graph
66
+ ├── model.onnx_data* # FP32 weights
67
+ ├── model_fp16.onnx # FP16 model graph
68
+ ├── model_fp16.onnx_data* # FP16 weights
69
+ ├── model_q4.onnx # Q4 model graph
70
+ ├── model_q4.onnx_data* # Q4 weights
71
+ ├── model_q4f16.onnx # Q4 MoE experts + FP16 dense (recommended)
72
+ ├── model_q4f16.onnx_data* # Q4F16 weights
73
+ ├── model_q8.onnx # Q8 model graph
74
+ └── model_q8.onnx_data* # Q8 weights
75
+
76
+ * Large models split weights across multiple files:
77
+ model.onnx_data, model.onnx_data_1, model.onnx_data_2, etc.
78
+ All data files must be in the same directory as the .onnx file.
79
+ ```
80
+
81
+ ## Python
82
+
83
+ ### Installation
84
+
85
+ ```bash
86
+ pip install onnxruntime transformers numpy huggingface_hub
87
+ # or with GPU support:
88
+ pip install onnxruntime-gpu transformers numpy huggingface_hub
89
+ ```
90
+
91
+ ### Inference
92
+
93
+ ```python
94
+ from huggingface_hub import snapshot_download
95
+ from transformers import AutoConfig, AutoTokenizer
96
+ import numpy as np
97
+ import onnxruntime
98
+
99
+ # 1. Load config, tokenizer, and model
100
+ model_id = "LiquidAI/LFM2.5-8B-A1B-ONNX"
101
+ config = AutoConfig.from_pretrained(model_id)
102
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
103
+ eos_token_id = config.eos_token_id
104
+
105
+ filename = "model_q4f16.onnx" # Options: model.onnx, model_fp16.onnx, model_q4.onnx, model_q4f16.onnx, model_q8.onnx
106
+ model_path = snapshot_download(repo_id=model_id, allow_patterns=f"onnx/{filename}*")
107
+ session = onnxruntime.InferenceSession(f"{model_path}/onnx/{filename}")
108
+ input_names = {inp.name for inp in session.get_inputs()}
109
+
110
+ # 2. Prepare inputs
111
+ prompt = "What is C. elegans?"
112
+ messages = [{"role": "user", "content": prompt}]
113
+ inputs = tokenizer.apply_chat_template(
114
+ messages,
115
+ add_generation_prompt=True,
116
+ tokenize=True,
117
+ return_dict=True,
118
+ return_tensors="np",
119
+ )
120
+ input_ids = inputs["input_ids"]
121
+ attention_mask = inputs["attention_mask"]
122
+ batch_size = input_ids.shape[0]
123
+
124
+ past_cache_values = {}
125
+ for inp in session.get_inputs():
126
+ name = inp.name
127
+ shape = inp.shape
128
+ dtype = np.float32 if inp.type == "tensor(float)" else np.float16
129
+ if name.startswith("past_key_values"):
130
+ past_cache_values[name] = np.zeros([batch_size, shape[1], 0, shape[3]], dtype=dtype)
131
+ elif name.startswith("past_conv"):
132
+ past_cache_values[name] = np.zeros([batch_size, shape[1], shape[2]], dtype=dtype)
133
+
134
+ position_ids = np.arange(input_ids.shape[1], dtype=np.int64).reshape(1, -1)
135
+
136
+ # 3. Generation loop
137
+ max_new_tokens = 256
138
+ generated_tokens = np.array([[]], dtype=np.int64)
139
+ cur_len = input_ids.shape[1]
140
+ for i in range(max_new_tokens):
141
+ if i == 0:
142
+ ids = input_ids
143
+ pos = position_ids
144
+ else:
145
+ ids = generated_tokens[:, -1:]
146
+ pos = np.array([[cur_len - 1]], dtype=np.int64)
147
+
148
+ feed = {
149
+ "input_ids": ids,
150
+ "attention_mask": attention_mask,
151
+ **past_cache_values,
152
+ }
153
+ if "position_ids" in input_names:
154
+ feed["position_ids"] = pos
155
+
156
+ outputs = session.run(None, feed)
157
+ logits = outputs[0]
158
+ next_token = logits[:, -1].argmax(-1, keepdims=True)
159
+
160
+ generated_tokens = (
161
+ next_token if generated_tokens.shape[1] == 0
162
+ else np.concatenate([generated_tokens, next_token], axis=-1)
163
+ )
164
+ attention_mask = np.concatenate(
165
+ [attention_mask, np.ones_like(next_token, dtype=np.int64)],
166
+ axis=-1,
167
+ )
168
+
169
+ output_names = [out.name for out in session.get_outputs()]
170
+ cache_outputs = {
171
+ name: value
172
+ for name, value in zip(output_names[1:], outputs[1:])
173
+ }
174
+ for key in past_cache_values:
175
+ present_key = key.replace("past_key_values", "present").replace("past_conv", "present_conv")
176
+ past_cache_values[key] = cache_outputs[present_key]
177
+
178
+ cur_len += 1
179
+ if np.isin(next_token, eos_token_id).any():
180
+ break
181
+
182
+ print(tokenizer.decode(next_token[0]), end="", flush=True)
183
+ print()
184
+
185
+ # 4. Output result
186
+ print(tokenizer.batch_decode(generated_tokens, skip_special_tokens=True)[0])
187
+ ```
188
+
189
+ ## License
190
+
191
+ This model is released under the [LFM 1.0 License](LICENSE).
chat_template.jinja ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token -}}
2
+ {%- set preserve_thinking = preserve_thinking | default(false) -%}
3
+
4
+ {%- macro format_arg_value(arg_value) -%}
5
+ {%- if arg_value is string -%}
6
+ {{- "'" + arg_value + "'" -}}
7
+ {%- elif arg_value is mapping -%}
8
+ {{- arg_value | tojson -}}
9
+ {%- else -%}
10
+ {{- arg_value | string -}}
11
+ {%- endif -%}
12
+ {%- endmacro -%}
13
+
14
+ {%- macro parse_content(content) -%}
15
+ {%- if content is string -%}
16
+ {{- content -}}
17
+ {%- else -%}
18
+ {%- set _ns = namespace(result="") -%}
19
+ {%- for item in content -%}
20
+ {%- if item["type"] == "image" -%}
21
+ {%- set _ns.result = _ns.result + "<image>" -%}
22
+ {%- elif item["type"] == "text" -%}
23
+ {%- set _ns.result = _ns.result + item["text"] -%}
24
+ {%- else -%}
25
+ {%- set _ns.result = _ns.result + item | tojson -%}
26
+ {%- endif -%}
27
+ {%- endfor -%}
28
+ {{- _ns.result -}}
29
+ {%- endif -%}
30
+ {%- endmacro -%}
31
+
32
+ {%- macro render_tool_calls(tool_calls) -%}
33
+ {%- set tool_calls_ns = namespace(tool_calls=[]) -%}
34
+ {%- for tool_call in tool_calls -%}
35
+ {%- set func_name = tool_call["function"]["name"] -%}
36
+ {%- set func_args = tool_call["function"]["arguments"] -%}
37
+ {%- set args_ns = namespace(arg_strings=[]) -%}
38
+ {%- for arg_name, arg_value in func_args.items() -%}
39
+ {%- set args_ns.arg_strings = args_ns.arg_strings + [arg_name + "=" + format_arg_value(arg_value)] -%}
40
+ {%- endfor -%}
41
+ {%- set tool_calls_ns.tool_calls = tool_calls_ns.tool_calls + [func_name + "(" + (args_ns.arg_strings | join(", ")) + ")"] -%}
42
+ {%- endfor -%}
43
+ {{- "<|tool_call_start|>[" + (tool_calls_ns.tool_calls | join(", ")) + "]<|tool_call_end|>" -}}
44
+ {%- endmacro -%}
45
+
46
+ {%- set ns = namespace(system_prompt="", last_user_index=-1) -%}
47
+ {%- if messages[0]["role"] == "system" -%}
48
+ {%- if messages[0].get("content") -%}
49
+ {%- set ns.system_prompt = parse_content(messages[0]["content"]) -%}
50
+ {%- endif -%}
51
+ {%- set messages = messages[1:] -%}
52
+ {%- endif -%}
53
+ {%- if tools -%}
54
+ {%- set ns.system_prompt = ns.system_prompt + ("\n\n" if ns.system_prompt else "") + "Today's date: " + strftime_now("%Y-%m-%d") + "\n\nList of tools: " + (tools | tojson) -%}
55
+ {%- endif -%}
56
+ {%- if ns.system_prompt -%}
57
+ {{- "<|im_start|>system\n" + ns.system_prompt + "<|im_end|>\n" -}}
58
+ {%- endif -%}
59
+ {%- for message in messages -%}
60
+ {%- if message["role"] == "user" -%}
61
+ {%- set ns.last_user_index = loop.index0 -%}
62
+ {%- endif -%}
63
+ {%- endfor -%}
64
+ {%- for message in messages -%}
65
+ {{- "<|im_start|>" + message.role + "\n" -}}
66
+ {%- if message.role == "assistant" -%}
67
+ {%- generation -%}
68
+ {%- if message.thinking is defined and (preserve_thinking or loop.index0 > ns.last_user_index) -%}
69
+ {{- "<think>" + message.thinking + "</think>" -}}
70
+ {%- endif -%}
71
+ {%- set _cfm_tag = "CONTINUE_FINAL_MESSAGE_TAG " -%}
72
+ {%- set _has_cfm = false -%}
73
+ {%- if message.content is defined -%}
74
+ {%- set content = parse_content(message.content) -%}
75
+ {%- if not (preserve_thinking or loop.index0 > ns.last_user_index) -%}
76
+ {%- if "</think>" in content -%}
77
+ {%- set content = content.split("</think>")[-1] | trim -%}
78
+ {%- endif -%}
79
+ {%- endif -%}
80
+ {%- if message.tool_calls is defined and content.endswith(_cfm_tag) -%}
81
+ {%- set _has_cfm = true -%}
82
+ {%- set _trunc_len = (content | length) - (_cfm_tag | length) -%}
83
+ {{- content[:_trunc_len] -}}
84
+ {%- else -%}
85
+ {{- content -}}
86
+ {%- endif -%}
87
+ {%- endif -%}
88
+ {%- if message.tool_calls is defined -%}
89
+ {{- render_tool_calls(message.tool_calls) -}}
90
+ {%- endif -%}
91
+ {%- if _has_cfm -%}
92
+ {{- _cfm_tag -}}
93
+ {%- endif -%}
94
+ {{- "<|im_end|>\n" -}}
95
+ {%- endgeneration -%}
96
+ {%- else %}
97
+ {%- if message.get("content") -%}
98
+ {{- parse_content(message["content"]) -}}
99
+ {%- endif -%}
100
+ {{- "<|im_end|>\n" -}}
101
+ {%- endif %}
102
+ {%- endfor -%}
103
+ {%- if add_generation_prompt -%}
104
+ {{- "<|im_start|>assistant\n" -}}
105
+ {%- endif -%}
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Lfm2MoeForCausalLM"
4
+ ],
5
+ "bos_token_id": 124894,
6
+ "conv_L_cache": 3,
7
+ "conv_bias": false,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 124900,
10
+ "hidden_size": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 7168,
13
+ "layer_types": [
14
+ "conv",
15
+ "conv",
16
+ "full_attention",
17
+ "conv",
18
+ "conv",
19
+ "conv",
20
+ "full_attention",
21
+ "conv",
22
+ "conv",
23
+ "conv",
24
+ "full_attention",
25
+ "conv",
26
+ "conv",
27
+ "conv",
28
+ "full_attention",
29
+ "conv",
30
+ "conv",
31
+ "conv",
32
+ "full_attention",
33
+ "conv",
34
+ "conv",
35
+ "full_attention",
36
+ "conv",
37
+ "conv"
38
+ ],
39
+ "max_position_embeddings": 128000,
40
+ "model_type": "lfm2_moe",
41
+ "moe_intermediate_size": 1792,
42
+ "norm_eps": 1e-05,
43
+ "norm_topk_prob": true,
44
+ "num_attention_heads": 32,
45
+ "num_dense_layers": 2,
46
+ "num_experts": 32,
47
+ "num_experts_per_tok": 4,
48
+ "num_hidden_layers": 24,
49
+ "num_key_value_heads": 8,
50
+ "pad_token_id": 124893,
51
+ "rope_parameters": {
52
+ "rope_theta": 5000000,
53
+ "rope_type": "default"
54
+ },
55
+ "routed_scaling_factor": 1.0,
56
+ "transformers_version": "5.0.0.dev0",
57
+ "use_cache": true,
58
+ "use_expert_bias": true,
59
+ "vocab_size": 128000,
60
+ "transformers.js_config": {
61
+ "use_external_data_format": {
62
+ "model.onnx": 23,
63
+ "model_fp16.onnx": 10,
64
+ "model_q4.onnx": 3,
65
+ "model_q4f16.onnx": 3,
66
+ "model_q8.onnx": 22
67
+ },
68
+ "kv_cache_dtype": {
69
+ "fp16": "float16",
70
+ "q4f16": "float16"
71
+ }
72
+ }
73
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 124894,
4
+ "eos_token_id": 124900,
5
+ "pad_token_id": 124893,
6
+ "transformers_version": "4.54.0"
7
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf83ede624a150fb180c75c00237a47607aa12a310772a724ba312dc8bb0acb4
3
+ size 216741
onnx/model.onnx_data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6003e02f37e42ac5fe4f01e5d18bc55235a2713f0aafa96a39d025f36712b42c
3
+ size 1568243712
onnx/model.onnx_data_1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa032a17558f6bd35c9c6b163e34f0942f789030907feb617761791e5d603eed
3
+ size 1451507712
onnx/model.onnx_data_10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b072508bc9ef24435ce054ef0d16d7c090e63cb6ec1f0e04b447d9d569d7b809
3
+ size 1476698112
onnx/model.onnx_data_11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6586e124d95d77e26436e4396512e98a353604c4eb823ffe446db847a2e9b38d
3
+ size 1476698112
onnx/model.onnx_data_12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ea9fe81f2bb1c029d456314db579a9ee188c33911dfb9f02af0700a0345d4a
3
+ size 1476698112
onnx/model.onnx_data_13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efa57598c863b5b5bcb5d64bf16e92c50b2c0c9eb72d764362e0f73906606c69
3
+ size 1451507712
onnx/model.onnx_data_14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c576416e4000948dbae348a0171bc68c2d76959623a73afd46684f345da362
3
+ size 1476698112
onnx/model.onnx_data_15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9175884678ab3e8381730d2bae7442fadbcbaa6a97d380a96ae9c1d3971f2b0
3
+ size 1476698112
onnx/model.onnx_data_16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce053928c3870655f76173d49a49548997dae151fba46c41c360761d5593d36
3
+ size 1476698112
onnx/model.onnx_data_17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b23c3d9eaafb0453f02f620aa1762be6dbe48e4536de656e621e585d3665ce9
3
+ size 1451507712
onnx/model.onnx_data_18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f421950c0349f5343afb4d264d0094fe7fbcb9838304b6050fef52510ce7ee36
3
+ size 1476698112
onnx/model.onnx_data_19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd06be87803e8b79ae02a91b2e8d7ab8487b3a774a313d02d25faa108f4f4404
3
+ size 1476698112
onnx/model.onnx_data_2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb7cba1c857ddc9f68c5a7eef99d3ca97343eff3dc941637ec46eafed2b13cc
3
+ size 1476698112
onnx/model.onnx_data_20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e94c136b63ded58740c5ccb7df26107a1d3aa3e79e9aea8b91ca955c12b7061
3
+ size 1451507712
onnx/model.onnx_data_21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca65e5aa5f110ced68fb86d02f73986c5653b53b7ac0411229aeb81fdbac4d6
3
+ size 1476698112
onnx/model.onnx_data_22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cece544fffc9aad97cdf6fd57feb0cc13a1f4f2220d08a7a10afeb3e0dc68923
3
+ size 1476427776
onnx/model.onnx_data_3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1df2e095eb68db075721520dc179517e5b0437b45b4ecd19f644833f334365e3
3
+ size 1476698112
onnx/model.onnx_data_4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e1e25889cdaa0bd478abc68f9ff853dc6d44a852480220abca373bdf6cd2b80
3
+ size 1476698112
onnx/model.onnx_data_5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec8d217526f0df3fe2626e33c6ac53fb4b2dffce3d42799168934f54d792ba50
3
+ size 1451507712
onnx/model.onnx_data_6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3497dfc58190a591ff79dd6e60fdcd70e239052e70b9ba711ffac46b6db98c30
3
+ size 1476698112
onnx/model.onnx_data_7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806382cd39a452e9a8185d3594606ca7db9e80f5c6e76c0c51d3588b03b0bcb9
3
+ size 1476698112
onnx/model.onnx_data_8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4b605b23b230714da3530694b1bf2ccbf52a445060cad988a309a775ee5d72
3
+ size 1476698112
onnx/model.onnx_data_9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9248df9f78b967ff3c35b89b2a068e88f174559c48a3e1a6e703c100933a0501
3
+ size 1451507712
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17801e126402aae38a573fbe9baee27eef35f94089e52b55c7b6727b23724c88
3
+ size 166754
onnx/model_fp16.onnx_data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61b67284863f23d107e5563c057d3433ceb091d44f497d078e1ac003d6f74b8
3
+ size 1979637760
onnx/model_fp16.onnx_data_1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17707911859400847c0dd1bc27850cd73fa18553d7afda030fdf34a8a121a284
3
+ size 1745285120
onnx/model_fp16.onnx_data_2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b2e08ba840b14cb5df8577140689f89bae7ec30e229412e8803d80b1d9646bf
3
+ size 1933864960
onnx/model_fp16.onnx_data_3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e48d4dd2c382730f01d4500d969aadf590bb632afede296095766e68da08a02
3
+ size 1732689920
onnx/model_fp16.onnx_data_4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2d45a42f27acd98c736f86445af2db1d2d02fc4525951747bdf85e15bfaec0
3
+ size 1946460160
onnx/model_fp16.onnx_data_5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fe357a6ea37bfd008a47c6a15f02e771063fee04fbb8edea335137baa02108c
3
+ size 1732689920
onnx/model_fp16.onnx_data_6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d3eaaad6784b3326b2cdc10c911b474f4e32875314e3c305649fa79ef5120c
3
+ size 1946460160
onnx/model_fp16.onnx_data_7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:850fda3267d1e3d24b723ea80ceea4861014678a16fec6516b54688cbc364ab0
3
+ size 1732689920
onnx/model_fp16.onnx_data_8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e89f3884008d0dfe45618674dd9dd7053353d121864b23dad4b8aa23ecaa4ae
3
+ size 1933864960
onnx/model_fp16.onnx_data_9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2cc3d86c08f0c6c79efe157e10ea9ae55c5d20d7b031a164beb564b5bb34b7d
3
+ size 268451840
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b2df3af828999928fd555c10edc18e723cb24e84a1cc5298e3e66e2fe487ae
3
+ size 280770
onnx/model_q4.onnx_data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6aca5aad5d1ddd3ea9ac4d985ee080f161610a825fc5709e1f0e5de4be8038f
3
+ size 2137366528
onnx/model_q4.onnx_data_1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7fd1e551da1cf84a9f32c22eeee39107f53ffa8d81f434f534e14f255ce741
3
+ size 2146213888
onnx/model_q4.onnx_data_2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f867141ab69c93b4d6ad31b3613620bea66e0d1b5a3e149c433f4db1024daef
3
+ size 1310531584
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1e51390fdd26e31d3fe3b27683dff420b124a69ba31009ce1de42247842170
3
+ size 214508
onnx/model_q4f16.onnx_data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2915866e7a0c45308dabb0034532c67534e8dbbac56b55d006ca19dd82bc9843
3
+ size 2146754560
onnx/model_q4f16.onnx_data_1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d98f64877743dbde61ac834026d235ab873d40b22973c63ee7a2a1822071c3
3
+ size 2130632704
onnx/model_q4f16.onnx_data_2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c83104e8c1f406b9013d602feac7812a8e44d3e0af154fa277b1a6c757e48e
3
+ size 767897600
onnx/model_q8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c978100fb85c68691c10701b926282e235dfb5957d4675c9655d896b47c9334a
3
+ size 258749