Image-Text-to-Video
Diffusers
Safetensors
orbitquant
comfyui
w4
w4a4
native-w4a4-transformer-runtime
text-to-video
audio-video-generation
8-bit precision
Instructions to use WaveCut/MiniMax-H3-OrbitQuant-W4A4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WaveCut/MiniMax-H3-OrbitQuant-W4A4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WaveCut/MiniMax-H3-OrbitQuant-W4A4", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit ·
fa2d87b
0
Parent(s):
Publish validated MiniMax H3 OrbitQuant W4 release
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +52 -0
- LICENSE +84 -0
- MODIFICATIONS.md +18 -0
- NOTICE +1 -0
- PERFORMANCE.md +48 -0
- README.md +187 -0
- SHA256SUMS +112 -0
- audio_scheduler/scheduler_config.json +5 -0
- audio_vae/config.json +125 -0
- audio_vae/diffusion_pytorch_model.safetensors +3 -0
- benchmarks/astronaut-w4both-w4a16-early-gate.json +19 -0
- benchmarks/astronaut-w4both-w4a16-step001-health.json +1200 -0
- benchmarks/early-gate/native-dynamic-zoom-early.metrics.json +57 -0
- benchmarks/early-gate/native-vs-w4a16-step001.json +38 -0
- benchmarks/early-gate/w4a16-dynamic-zoom-early.metrics.json +57 -0
- benchmarks/example_metrics.csv +4 -0
- benchmarks/example_metrics.json +196 -0
- benchmarks/media_probe.json +197 -0
- benchmarks/profiles/native-full-forward-bf16-load.json +4629 -0
- benchmarks/profiles/native-full-forward-fp32-load.json +424 -0
- benchmarks/profiles/native-full-forward-package-default.json +4629 -0
- benchmarks/profiles/native-full-forward-transformer-ref-cold.json +4629 -0
- benchmarks/profiles/native-full-forward-transformer-ref-hot.json +4629 -0
- comfyui/examples/h264/comfyui-ref2va-608x480.mp4 +3 -0
- comfyui/examples/h264/comfyui-t2va-608x480.mp4 +3 -0
- comfyui/examples/hevc/comfyui-ref2va-608x480.mp4 +3 -0
- comfyui/examples/hevc/comfyui-t2va-608x480.mp4 +3 -0
- comfyui/examples/timelines/comfyui-ref2va-608x480.png +3 -0
- comfyui/examples/timelines/comfyui-t2va-608x480.png +3 -0
- comfyui/report.json +96 -0
- comfyui/workflow-export.png +3 -0
- comfyui/workflows/MiniMax-H3-OrbitQuant-Ref2VA-api.json +32 -0
- comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA-api.json +47 -0
- comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA.json +139 -0
- comfyui_orbitquant.json +15 -0
- docs/QA-about-License.md +65 -0
- examples/h264/source-bf16-control.mp4 +3 -0
- examples/h264/w4-text-control.mp4 +3 -0
- examples/h264/w4a4-native-t2va.mp4 +3 -0
- examples/hevc/source-bf16-control.mp4 +3 -0
- examples/hevc/w4-text-control.mp4 +3 -0
- examples/hevc/w4a4-native-t2va.mp4 +3 -0
- examples/quality-timeline-matrix.webp +0 -0
- examples/reference/astronaut.png +3 -0
- examples/reviews/source-bf16-control.json +40 -0
- examples/reviews/w4-text-control.json +42 -0
- examples/reviews/w4a4-native-t2va.json +35 -0
- examples/timelines/source-bf16-control.png +3 -0
- examples/timelines/w4-text-control.png +3 -0
- examples/timelines/w4a4-native-t2va.png +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
examples/h264/source-bf16-control.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
examples/h264/w4-text-control.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
examples/h264/w4a4-native-t2va.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
examples/hevc/source-bf16-control.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
examples/hevc/w4-text-control.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
examples/hevc/w4a4-native-t2va.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
examples/reference/astronaut.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
examples/timelines/source-bf16-control.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
examples/timelines/w4-text-control.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
examples/timelines/w4a4-native-t2va.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
comfyui/examples/h264/comfyui-ref2va-608x480.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
comfyui/examples/h264/comfyui-t2va-608x480.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
comfyui/examples/hevc/comfyui-ref2va-608x480.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
comfyui/examples/hevc/comfyui-t2va-608x480.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
comfyui/examples/timelines/comfyui-ref2va-608x480.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
comfyui/examples/timelines/comfyui-t2va-608x480.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
comfyui/workflow-export.png filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MiniMax H3 COMMUNITY LICENSE AGREEMENT
|
| 2 |
+
MiniMax H3 release date/License date: August 2, 2026.
|
| 3 |
+
The scope of this License Agreement (this “Agreement”) is expressly limited to the “Applicable Territory” as defined below.
|
| 4 |
+
By clicking to accept, or by using, reproducing, modifying, distributing, running, or displaying any portion or element of the MiniMax H3 Works (including through any Hosted Services) in any manner, you acknowledge and accept the terms of this Agreement, and this Agreement shall take immediate effect upon the occurrence of such act.
|
| 5 |
+
I. Definitions
|
| 6 |
+
1. “Acceptable Use Policy” means the policy published by MiniMax in Exhibit A.
|
| 7 |
+
2. “Agreement” means the terms and conditions set forth herein that govern the use, reproduction, distribution, modification, running, and display of the MiniMax H3 Works or any portion or element thereof.
|
| 8 |
+
3. “Applicable Territory” means worldwide, excluding the Excluded Territories.
|
| 9 |
+
4. “Documentation” means the specifications, manuals, and documentation concerning MiniMax H3 that are publicly released by MiniMax.
|
| 10 |
+
5. “Excluded Territories” means the European Union, the United Kingdom, the Republic of Korea and the United States of America.
|
| 11 |
+
6. “MiniMax H3” means the video generation model, together with its software and algorithms, including trained model weights, parameters (including optimizer states), machine-learning model code, inference-supporting code, and other elements thereof made publicly available by Us, as released at https://huggingface.co/MiniMaxAI/MiniMax-H3.
|
| 12 |
+
7. “MiniMax H3 Works” means (i) the Materials, (ii) the Model Derivatives, and (iii) all derivatives thereof.
|
| 13 |
+
8. “Hosted Services” means hosted services provided via application programming interfaces (APIs), web access, or any other electronic or remote means.
|
| 14 |
+
9. “Licensee,” “you,” or “your” means the natural or legal person exercising rights and/or using the MiniMax H3 Works for any purpose in any field of use under this Agreement.
|
| 15 |
+
10. “Materials” means, collectively, MiniMax H3 and the Documentation (and any portion thereof), in each case as made available by MiniMax under this Agreement and proprietary to MiniMax.
|
| 16 |
+
11. “Model Derivatives” means all of the following: (i) any modification of MiniMax H3 or any Model Derivative thereof; (ii) any work based on MiniMax H3 or any Model Derivative thereof; or (iii) any other machine learning model created by transferring the patterns of the weights, parameters, operational patterns, or Outputs of MiniMax H3 or any Model Derivative thereof to another model, such that the latter model exhibits behavior similar to MiniMax H3 or its Model Derivatives, including by distillation methods, methods using intermediate data representations, or methods based on training using synthetic-data Outputs generated by MiniMax H3 or its Model Derivatives. For the avoidance of doubt, Outputs are not deemed Model Derivatives.
|
| 17 |
+
12. “Output” means any result of operating or otherwise using MiniMax H3 or any Model Derivatives (including through Hosted Services).
|
| 18 |
+
13. “Third Party” means any natural or legal person that is not under common control with us or with you.
|
| 19 |
+
14. “Including” means “including but not limited to.”
|
| 20 |
+
15. “We,” “Us” or “MiniMax” means Nanonoble Pte. Ltd..
|
| 21 |
+
II. Grant of Rights
|
| 22 |
+
Solely within the Applicable Territory, we grant you a non-exclusive, non-transferable, royalty-free, limited license to use, reproduce, distribute, create derivative works (including Model Derivatives), and modify the Materials in accordance with the terms of this Agreement and the Acceptable Use Policy, based on the intellectual property and other rights owned by MiniMax that are embodied in or used by the Materials. You shall not violate (or encourage or permit any person to violate) any term of this Agreement or the Acceptable Use Policy.
|
| 23 |
+
We will continuously evaluate the applicable laws, regulations and compliance requirements for the Excluded Territories. In the meantime, should any person in such Excluded Territories be interested in deploying our models, you are welcome to contact us about obtaining a license, which will be granted based on robust controls and guardrails for purposes of complying with the laws, regulations and compliance requirements of the Excluded Territories.
|
| 24 |
+
III. Distribution and Redistribution
|
| 25 |
+
Subject to and conditioned on your continuing compliance with this Agreement, including its territorial restrictions and the Acceptable Use Policy, and solely within the Applicable Territory, you may distribute or make available the MiniMax H3 Works to Third Parties within the Applicable Territory; provided, that all of the following conditions are met:
|
| 26 |
+
1. You must provide a copy of this Agreement to all such Third Parties who receive the MiniMax H3 Works or use your products or services related thereto;
|
| 27 |
+
2. You must cause any modified files to carry prominent notices stating that you have modified such files;
|
| 28 |
+
3. You are encouraged to:
|
| 29 |
+
a. display a notice on any product or service developed using MiniMax H3 indicating that the product or service is “Powered by MiniMax H3”;
|
| 30 |
+
b. add an AI-generation identifier to files produced using generative AI models including MiniMax H3; and
|
| 31 |
+
c. publish at least one technical blog post or a public statement describing your experience using MiniMax H3 Works;
|
| 32 |
+
4. All distributions to Third Parties (other than through Hosted Services) must be accompanied by a “NOTICE” text file containing the following notice:
|
| 33 |
+
“MiniMax H3 is licensed under the MiniMax H3 Community License Agreement, Copyright © 2026 MiniMax. All Rights Reserved.”
|
| 34 |
+
You may add your own copyright notices on your modifications; except as provided in this Section and in Section V, however, you may not impose additional or different terms and conditions on the use, reproduction, or distribution of your modifications or of any aggregate Model Derivatives, and your use, reproduction, modification, distribution, running, and display of the work must otherwise comply with the terms and conditions of this Agreement (including the provisions concerning the Applicable Territory). If you receive the MiniMax H3 Works from a Licensee as part of an integrated end-user product, the provisions of Section III of this Agreement do not apply to you, but Section V and Exhibit A remain applicable.
|
| 35 |
+
IV. Additional Commercial Terms
|
| 36 |
+
1. You shall obtain a separate, prior written authorization from MiniMax by contacting api@minimax.io with the subject line “MiniMax H3 licensing - authorization request”, if your commercial products and services generate more than 20 million US dollars (or equivalent in other currencies) in yearly revenue.
|
| 37 |
+
2. You shall prominently display “MiniMax H3”on the user interface of commercial product or service that uses MiniMax H3 or MiniMax H3 Works.
|
| 38 |
+
V. Use Restrictions
|
| 39 |
+
1. Your use of the MiniMax H3 Works must comply with applicable laws and regulations (including trade-compliance laws and regulations) and must comply with the Acceptable Use Policy for the MiniMax H3 Works, which is incorporated into this Agreement by reference.
|
| 40 |
+
2. Before providing access to the MiniMax H3 Works or any product, service, or Hosted Service incorporating them, you must bind each recipient or user to enforceable terms at least as protective as the use restrictions in this Section V and Exhibit A, and you must notify each recipient or user that those restrictions apply.
|
| 41 |
+
3. You may not use the MiniMax H3 Works or any of their Outputs or results to improve any other artificial intelligence model (other than MiniMax H3 or its Model Derivatives).
|
| 42 |
+
4. You may not use, reproduce, modify, distribute, or display the MiniMax H3 Works or any of their Outputs or results outside the Applicable Territory. Any such use outside the Applicable Territory is not authorized by this Agreement.
|
| 43 |
+
5. If you provide or make available to any Third Party a product, service, or Hosted Service that permits the generation of Outputs using MiniMax H3 or any Model Derivative, you must, before making that product or service available and throughout its operation, implement, maintain, test, and periodically review reasonable and proportionate technical and organizational safeguards designed to prevent and mitigate access, uses, and Outputs that violate this Section V or Exhibit A, including uses or Outputs that infringe, misappropriate, or otherwise violate any Third Party’s intellectual-property or other rights. You must not knowingly disable, materially weaken, or permit the circumvention of those safeguards. You must maintain a reasonably accessible mechanism for reporting suspected violations. Upon receiving a good-faith report or otherwise obtaining actual knowledge of a violation, you must promptly investigate and take reasonable steps within your control to stop or mitigate the violation, including removing or disabling access to offending content or services and suspending or terminating repeat violators where appropriate. You are responsible for implementing and enforcing these requirements with respect to your products, services, systems, users, and downstream recipients.
|
| 44 |
+
VI. Intellectual Property
|
| 45 |
+
1. Subject to MiniMax’s rights in the MiniMax H3 Works (and the intellectual property therein), and to your compliance with the terms and conditions of this Agreement, as between you and MiniMax, you will own the derivative works and modifications of the Materials that you have created or had created, as well as any Model Derivatives.
|
| 46 |
+
2. Except for the limited license expressly granted in this paragraph, no trademark license is granted under this Agreement; with respect to MiniMax H3 Works, the Licensee may not use any name or mark owned by or associated with MiniMax or any of its affiliates, except as reasonably and customarily necessary to describe and distribute the MiniMax H3 Works. MiniMax hereby grants you a license to use the “MiniMax H3” mark (the “Mark”) within the Applicable Territory solely for the purpose of complying with Section III.3; provided, that you comply with all applicable trademark-protection laws. All goodwill arising from your use of the Mark shall inure to the benefit of MiniMax.
|
| 47 |
+
3. If you bring or assert any suit or other legal proceeding (including a cross-claim or counterclaim in any action) against us or any other natural or legal person alleging that the Materials, any Output, or any portion of the foregoing infringes any intellectual property right or other right owned by you or for which you can obtain a license, all licenses granted to you under this Agreement will terminate as of the date such suit or proceeding is filed. You shall defend, indemnify, and hold us harmless against any Third-Party claim arising out of or related to the use or distribution of the MiniMax H3 Works by you or by any Third Party.
|
| 48 |
+
4. MiniMax claims no rights over the Outputs you generate. You and your users are entirely responsible for the Outputs and any subsequent use thereof.
|
| 49 |
+
VII. Disclaimers and Limitations of Liability
|
| 50 |
+
1. We have no obligation to support, update, provide training for, or develop any further version of the MiniMax H3 Works, or to grant any license with respect thereto.
|
| 51 |
+
2. UNLESS AND ONLY TO THE EXTENT REQUIRED BY APPLICABLE LAW, THE MINIMAX H3 WORKS AND ANY OUTPUT AND RESULTS THEREFROM ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES OF ANY KIND INCLUDING ANY WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, COURSE OF DEALING, USAGE OF TRADE, OR FITNESS FOR A PARTICULAR PURPOSE. YOU ARE SOLELY RESPONSIBLE FOR DETERMINING THE APPROPRIATENESS OF USING, REPRODUCING, MODIFYING, PERFORMING, DISPLAYING OR DISTRIBUTING ANY OF THE MINIMAX H3 WORKS OR OUTPUTS AND ASSUME ANY AND ALL RISKS ASSOCIATED WITH YOUR OR A THIRD PARTY’S USE OR DISTRIBUTION OF ANY OF THE MINIMAX H3 WORKS OR OUTPUTS AND YOUR EXERCISE OF RIGHTS AND PERMISSIONS UNDER THIS AGREEMENT.
|
| 52 |
+
3. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL MINIMAX OR ITS AFFILIATES BE LIABLE UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, TORT, NEGLIGENCE, PRODUCTS LIABILITY, OR OTHERWISE, FOR ANY DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, EXEMPLARY, CONSEQUENTIAL OR PUNITIVE DAMAGES, OR LOST PROFITS OF ANY KIND ARISING FROM THIS AGREEMENT OR RELATED TO ANY OF THE MINIMAX H3 WORKS OR OUTPUTS, EVEN IF MINIMAX OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF ANY OF THE FOREGOING.
|
| 53 |
+
VIII. Term and Termination
|
| 54 |
+
1. This Agreement is effective from the moment you accept this Agreement or begin accessing the Materials, and, subject to your compliance with its terms and conditions, will remain in effect until terminated as provided herein.
|
| 55 |
+
2. If you breach any term or condition of this Agreement, we have the right to terminate this Agreement. Upon termination, you must immediately cease accessing, using, and distributing the MiniMax H3 Works; delete or destroy all copies within your possession or control; and notify each downstream recipient that your authorization has ended. The obligations in the preceding sentence and Sections VI.1, VI.3, VII, and IX survive termination.
|
| 56 |
+
IX. Governing Law and Jurisdiction
|
| 57 |
+
1. This Agreement, and any dispute arising out of or related to this Agreement, shall be governed by the laws of the Hong Kong Special Administrative Region of the People’s Republic of China, without regard to its conflict-of-laws rules. The United Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
|
| 58 |
+
2. Any dispute arising out of or related to this Agreement shall be subject to the exclusive jurisdiction of the courts of the Hong Kong Special Administrative Region of the People’s Republic of China with competent jurisdiction. Both MiniMax and the Licensee hereby consent to the exclusive jurisdiction of such courts for any such dispute.
|
| 59 |
+
Additional Note: Please note that the encoder of MiniMax H3 uses Qwen3-VL-32B, which is licensed under Apache 2.0 License: https://github.com/QwenLM/Qwen3-VL/blob/main/LICENSE.
|
| 60 |
+
|
| 61 |
+
Exhibit A — Acceptable Use Policy
|
| 62 |
+
MiniMax reserves the right to update this Acceptable Use Policy from time to time.
|
| 63 |
+
Last revised: August 2, 2026.
|
| 64 |
+
MiniMax is committed to promoting the safe and fair use of its tools and features, including MiniMax H3. You agree not to use MiniMax H3, any Model Derivatives, or any Output in any of the following ways:
|
| 65 |
+
1. Use outside the Applicable Territory;
|
| 66 |
+
2. Use in any manner that violates any applicable national, federal, state, local, or international law, regulation, or other legal requirement, or that infringes, misappropriates, or otherwise violates any Third Party’s intellectual-property or other proprietary rights, including through unauthorized reproduction, distribution, public display, public performance, or creation of derivative works;
|
| 67 |
+
3. Use in any manner that may harm yourself or others;
|
| 68 |
+
4. Use to repurpose or distribute the Outputs of MiniMax H3 or any Model Derivatives in order to harm yourself or others;
|
| 69 |
+
5. Use to circumvent or bypass any safety guardrails or safeguards we have implemented;
|
| 70 |
+
6. Use in any manner that exploits or harms, or intends to exploit or harm, minors;
|
| 71 |
+
7. Use to generate or disseminate verifiably false information and/or content for the purpose of harming others or influencing elections;
|
| 72 |
+
8. Use to manufacture or facilitate false online engagement, including fake reviews and other means of false online engagement;
|
| 73 |
+
9. Use to intentionally defame, disparage, or otherwise harass others;
|
| 74 |
+
10. Use to generate and/or disseminate malware (including ransomware) or any other content intended to damage electronic systems;
|
| 75 |
+
11. Use to generate or disseminate personally identifiable information for the purpose of harming others;
|
| 76 |
+
12. Use to generate or disseminate information (including images, code, posts, or articles) in or to any public environment (including via bot tweets or similar means) without clearly and prominently disclosing that such information and/or content is machine-generated;
|
| 77 |
+
13. Use to impersonate another person without that person’s consent, authorization, or lawful right to do so;
|
| 78 |
+
14. Use to make high-risk automated decisions in critical domains that affect individual safety, rights, or well-being (such as law enforcement, immigration, healthcare or medical services, critical-infrastructure management, product-safety components, essential services, credit, employment, housing, education, social scoring, or insurance);
|
| 79 |
+
15. Use in any manner that violates or disregards the social, ethical, or moral standards of other countries or regions;
|
| 80 |
+
16. Use to carry out, assist, threaten, incite, plan, advocate for, or encourage violent extremism or terrorism;
|
| 81 |
+
17. Use for any purpose intended to discriminate against, or harm, individuals or groups based on protected characteristics or categories, online or offline social behavior, or known or predicted personality traits;
|
| 82 |
+
18. Use to intentionally exploit the vulnerabilities of specific populations based on age, social, physical, or psychological characteristics, so as to materially distort the behavior of a member of that group in a manner that causes, or is likely to cause, physical or psychological harm to that person or to others;
|
| 83 |
+
19. Use for military purposes;
|
| 84 |
+
20. Use to engage in any unauthorized or unlicensed professional activity, including but not limited to financial, legal, medical or healthcare, or other professional practice.
|
MODIFICATIONS.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Modifications
|
| 2 |
+
|
| 3 |
+
Eligible learned linear projections in `transformer`, `transformer_ref`, and
|
| 4 |
+
`text_encoder` were converted from the pinned MiniMax H3 checkpoint to
|
| 5 |
+
OrbitQuant W4A4 packed weights. AdaLN projections use OrbitQuant INT4 group-64.
|
| 6 |
+
Embeddings, convolutions, norms, biases, time/context/refiner boundaries, and
|
| 7 |
+
policy-protected input/output projections remain in source precision.
|
| 8 |
+
|
| 9 |
+
The validated inference runtime loads the packed text encoder and selected
|
| 10 |
+
denoiser with BF16 compute modules so OrbitQuant dispatches every eligible
|
| 11 |
+
linear to the native packed W4A4 Triton path. The text encoder enters CUDA only
|
| 12 |
+
for conditioning, then returns to RAM before the selected denoiser enters CUDA.
|
| 13 |
+
|
| 14 |
+
The visual and audio VAEs are exact FP32 copies from the pinned source revision;
|
| 15 |
+
they are not quantized and are used only in a separate post-denoise decode
|
| 16 |
+
process. Tokenizer, processor, schedulers, license, and upstream documentation
|
| 17 |
+
are copied without model-weight modification. Validated examples use 50
|
| 18 |
+
scheduler sigma points / 49 denoiser forwards.
|
NOTICE
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
MiniMax H3 is licensed under the MiniMax H3 Community License Agreement, Copyright © 2026 MiniMax. All Rights Reserved.
|
PERFORMANCE.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Native W4A4 performance correction
|
| 2 |
+
|
| 3 |
+
Status: validated and released with [OrbitQuant 0.9.1](https://github.com/iamwavecut/OrbitQuant/releases/tag/v0.9.1) at immutable source revision [`73bb2be9add3c86ad60430ec8e2d0a28d7126fc7`](https://github.com/iamwavecut/OrbitQuant/commit/73bb2be9add3c86ad60430ec8e2d0a28d7126fc7).
|
| 4 |
+
|
| 5 |
+
## Root cause
|
| 6 |
+
|
| 7 |
+
The prequantized Diffusers loader preserved FP32 when no compute dtype was supplied. H3's non-quantized modules therefore produced FP32 activations, and all 300 OrbitQuant W4 linears rejected the native BF16/FP16 packed kernel. The runtime silently used the generic `triton_cuda` FP32 path instead of `triton_cuda_packed_w4`.
|
| 8 |
+
|
| 9 |
+
OrbitQuant 0.9.1 changes only the default for prequantized Diffusers artifacts: an omitted dtype becomes BF16, while an explicit dtype remains authoritative. The H3 runner also passes BF16 explicitly for `transformer`, `transformer_ref`, and `text_encoder`. Source `vae` and `audio_vae` loads remain unmodified FP32.
|
| 10 |
+
|
| 11 |
+
No CUDA/Triton kernel source change was required. The existing packed W4 kernel reached the expected path and timing once activations were BF16. The package also stops independently pinning Triton, leaving PyTorch to provide its matching Triton build.
|
| 12 |
+
|
| 13 |
+
## Measurements
|
| 14 |
+
|
| 15 |
+
All GPU measurements used a RunPod NVIDIA RTX PRO 6000 Blackwell Server Edition with PyTorch 2.8.0+cu128 and CUDA 12.8.
|
| 16 |
+
|
| 17 |
+
| check | result |
|
| 18 |
+
|---|---:|
|
| 19 |
+
| exact full 50-block forward, old FP32 default | 114.1176 s |
|
| 20 |
+
| exact full 50-block forward, explicit BF16 | 2.8687 s |
|
| 21 |
+
| exact full 50-block forward, fixed package default | 2.8668 s |
|
| 22 |
+
| dispatch speedup | 39.8x |
|
| 23 |
+
| fixed packed dispatch | 300 / 300 linears |
|
| 24 |
+
| `transformer_ref` first-process forward with Triton compilation | 5.5383 s |
|
| 25 |
+
| `transformer_ref` hot compiled-cache forward | 2.8904 s |
|
| 26 |
+
| `transformer_ref` packed dispatch | 300 / 300 linears |
|
| 27 |
+
| complete 608x480, 124-frame, 49-forward generation-to-latents stage | 114.6722 s |
|
| 28 |
+
| complete generation peak VRAM | 46,359,644,160 bytes (43.18 GiB) |
|
| 29 |
+
| source-FP32 VAE decode | 4.7095 s |
|
| 30 |
+
| decode peak VRAM | 12,139,359,744 bytes (11.31 GiB) |
|
| 31 |
+
| previous W4A16 compatibility generation-to-latents stage | 2145.7408 s |
|
| 32 |
+
| generation-to-latents speedup vs W4A16 | 18.7x |
|
| 33 |
+
| measured source-BF16 control | 451.5754 s |
|
| 34 |
+
| generation-to-latents speedup vs source BF16 | 3.94x |
|
| 35 |
+
|
| 36 |
+
The early step-1 native-vs-W4A16 comparison measured 0.0416% video NRMSE and 0.0734% audio NRMSE. The final quality gate passed all 49 model evaluations and 19 reviewed frames. Full-timeline and dense-late inspection found no face breakup, crossed eyes, lip disconnection, ghosting, tile grid, or texture collapse. The final H.265 file is 608x480, 124 readable frames, `hvc1`, with AAC 32 kHz stereo.
|
| 37 |
+
|
| 38 |
+
## Verification
|
| 39 |
+
|
| 40 |
+
- OrbitQuant: `uv run ruff check .` passed.
|
| 41 |
+
- OrbitQuant: `uv run pytest -ra` passed with 570 passed and 85 skipped.
|
| 42 |
+
- Linux, Windows, and CPU package CI passed on the integrated release revision.
|
| 43 |
+
- The 0.9.1 wheel was clean-installed from PyPI and reported the expected version.
|
| 44 |
+
- The H3 component-load policy passed on RunPod, including BF16 transformer/text compute and untouched VAE precision.
|
| 45 |
+
- The early native-W4 dtype guard, component-load policy, and media packaging checks passed 14/14 tests on the second RunPod environment.
|
| 46 |
+
- Final HEVC and H.264 fallback independently probe as 608x480, 124 frames, AAC 32 kHz stereo.
|
| 47 |
+
|
| 48 |
+
The canonical workflow remains two-stage: atomically persist each denoise step and final latents, terminate generation, then decode in a fresh process with source-FP32 VAEs. A direct in-process FP16-latent/FP32-VAE decode is not the validated path.
|
README.md
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-text-to-video
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: other
|
| 5 |
+
license_name: minimax-h3-community-license-agreement
|
| 6 |
+
license_link: LICENSE
|
| 7 |
+
base_model: MiniMaxAI/MiniMax-H3
|
| 8 |
+
tags:
|
| 9 |
+
- orbitquant
|
| 10 |
+
- comfyui
|
| 11 |
+
- w4
|
| 12 |
+
- w4a4
|
| 13 |
+
- native-w4a4-transformer-runtime
|
| 14 |
+
- text-to-video
|
| 15 |
+
- image-text-to-video
|
| 16 |
+
- audio-video-generation
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# MiniMax H3 — native OrbitQuant W4A4, source FP32 VAEs
|
| 20 |
+
|
| 21 |
+
OrbitQuant conversion of [MiniMaxAI/MiniMax-H3](https://huggingface.co/MiniMaxAI/MiniMax-H3), pinned to source revision [`73372e6cf53e414edd3ab03e357717fb0602e758`](https://huggingface.co/MiniMaxAI/MiniMax-H3/tree/73372e6cf53e414edd3ab03e357717fb0602e758).
|
| 22 |
+
|
| 23 |
+
Eligible linear weights in `transformer`, `transformer_ref`, and the Qwen3-VL `text_encoder` are stored and executed through OrbitQuant's native packed W4A4 path. BF16 is the compute dtype for non-quantized modules and W4 activations; it is not a full-weight reconstruction. The visual `vae` and `audio_vae` are byte-for-byte FP32 source copies and are never quantized.
|
| 24 |
+
|
| 25 |
+
## ComfyUI workflow
|
| 26 |
+
|
| 27 |
+
Download the ready-to-import [MiniMax H3 OrbitQuant T2VA workflow](comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA.json). It is derived from Comfy-Org's bundled [`video_minimax_h3_t2v.json`](https://github.com/Comfy-Org/workflow_templates/blob/7653f1cdef1d92394b6ef9946018c0a8aa4136b8/templates/video_minimax_h3_t2v.json), preserving its human-readable composition: model and usage notes on the left, generation in the center, and the standard ComfyUI `SaveVideo` output on the right.
|
| 28 |
+
|
| 29 |
+

|
| 30 |
+
|
| 31 |
+
The 6120×2620 PNG above comes from ComfyUI's `Workflow Image → Export → png`
|
| 32 |
+
action rather than a browser screenshot. It embeds the loadable workflow in its
|
| 33 |
+
`tEXtworkflow` metadata.
|
| 34 |
+
|
| 35 |
+
Install [ComfyUI-OrbitQuant](https://github.com/iamwavecut/ComfyUI-OrbitQuant/tree/feature/minimax-h3-comfyui) in `ComfyUI/custom_nodes`, restart ComfyUI, import the workflow, and set `OrbitQuant Release Loader.model_path` to this downloaded model directory. The tested graph uses the two generic public nodes `OrbitQuant Release Loader` and `OrbitQuant Generate Video`; there are no MiniMax-specific public node classes. Model-specific component selection and offload rules come from [`comfyui_orbitquant.json`](comfyui_orbitquant.json) and an internal allowlisted adapter.
|
| 36 |
+
|
| 37 |
+
The exact imported graph was executed through ComfyUI `9a9fdb10ed144ce760d9682cb247526ea23cc525` on an RTX PRO 6000 at 608×480, 124 frames, seed 42, and 50 sigma points. Its live-exported [API prompt](comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA-api.json), [machine-readable report](comfyui/report.json), and reviewed T2VA/Ref2VA media are included.
|
| 38 |
+
|
| 39 |
+
### ComfyUI T2VA — generic public workflow
|
| 40 |
+
|
| 41 |
+
<video controls playsinline preload="metadata" width="608" aria-label="MiniMax H3 OrbitQuant ComfyUI T2VA proof">
|
| 42 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/comfyui/examples/hevc/comfyui-t2va-608x480.mp4" type="video/mp4; codecs="hvc1"">
|
| 43 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/comfyui/examples/h264/comfyui-t2va-608x480.mp4" type="video/mp4">
|
| 44 |
+
<a href="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/comfyui/examples/h264/comfyui-t2va-608x480.mp4">MiniMax H3 OrbitQuant ComfyUI T2VA proof MP4</a>
|
| 45 |
+
</video>
|
| 46 |
+
|
| 47 |
+
[H.265/HEVC](comfyui/examples/hevc/comfyui-t2va-608x480.mp4) · [H.264 fallback](comfyui/examples/h264/comfyui-t2va-608x480.mp4) · [five-frame timeline](comfyui/examples/timelines/comfyui-t2va-608x480.png)
|
| 48 |
+
|
| 49 |
+
### ComfyUI Ref2VA — generic public workflow
|
| 50 |
+
|
| 51 |
+
<video controls playsinline preload="metadata" width="608" aria-label="MiniMax H3 OrbitQuant ComfyUI Ref2VA proof">
|
| 52 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/comfyui/examples/hevc/comfyui-ref2va-608x480.mp4" type="video/mp4; codecs="hvc1"">
|
| 53 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/comfyui/examples/h264/comfyui-ref2va-608x480.mp4" type="video/mp4">
|
| 54 |
+
<a href="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/comfyui/examples/h264/comfyui-ref2va-608x480.mp4">MiniMax H3 OrbitQuant ComfyUI Ref2VA proof MP4</a>
|
| 55 |
+
</video>
|
| 56 |
+
|
| 57 |
+
[H.265/HEVC](comfyui/examples/hevc/comfyui-ref2va-608x480.mp4) · [H.264 fallback](comfyui/examples/h264/comfyui-ref2va-608x480.mp4) · [five-frame timeline](comfyui/examples/timelines/comfyui-ref2va-608x480.png)
|
| 58 |
+
|
| 59 |
+
## Working recipe
|
| 60 |
+
|
| 61 |
+
1. Move the W4 text encoder onto the GPU only for prompt/reference conditioning.
|
| 62 |
+
2. Offload the text encoder to RAM before denoising.
|
| 63 |
+
3. Move the selected W4 denoiser onto the GPU and run native packed W4A4 with BF16 activations.
|
| 64 |
+
4. Use the official default schedule: **50 sigma-grid points / 49 denoiser forwards**.
|
| 65 |
+
5. Persist every scheduler-step checkpoint atomically.
|
| 66 |
+
6. After denoising exits and releases the GPU, decode the saved latents with the original FP32 visual and audio VAEs.
|
| 67 |
+
|
| 68 |
+
The earlier eight-point shortcut was the principal quality failure: even the untouched BF16 source produced broken faces, lost temporal detail, and damaged audio with that schedule. VAE loading was separately falsified as the cause by decoding identical bad latents with the exact source VAE.
|
| 69 |
+
|
| 70 |
+
The apparent native-W4 slowdown had a separate cause: a prequantized Diffusers model loaded without an explicit compute dtype left its non-quantized modules in FP32. All 300 OrbitQuant linears then rejected the BF16/FP16 packed W4 kernel and fell back to the generic FP32 path. OrbitQuant 0.9.1 makes BF16 the default compute dtype for prequantized Diffusers artifacts while preserving an explicitly requested dtype. On the exact 50-block, 11,264-token transformer profile this changed one forward from **114.12 s** to **2.87 s** (39.8×); the package-default load measured **2.87 s** with all 300 linears on `triton_cuda_packed_w4`.
|
| 71 |
+
|
| 72 |
+

|
| 73 |
+
|
| 74 |
+
Rows from top to bottom: source BF16 control, W4A4 text-only isolation control, final native W4A4 text + transformer. Columns sample frames 0, 31, 62, 92, and 123.
|
| 75 |
+
|
| 76 |
+
## Embedded examples
|
| 77 |
+
|
| 78 |
+
### Source BF16 control — dynamic zoom and dialogue
|
| 79 |
+
|
| 80 |
+
<video controls playsinline preload="metadata" width="608" aria-label="Source BF16 control — dynamic zoom and dialogue">
|
| 81 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/hevc/source-bf16-control.mp4" type="video/mp4; codecs="hvc1"">
|
| 82 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/h264/source-bf16-control.mp4" type="video/mp4">
|
| 83 |
+
<a href="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/h264/source-bf16-control.mp4">Source BF16 control — dynamic zoom and dialogue MP4</a>
|
| 84 |
+
</video>
|
| 85 |
+
|
| 86 |
+
[H.265/HEVC](examples/hevc/source-bf16-control.mp4) · [H.264 fallback](examples/h264/source-bf16-control.mp4) · [five-frame timeline](examples/timelines/source-bf16-control.png)
|
| 87 |
+
### OrbitQuant W4A4 text encoder, BF16 denoiser
|
| 88 |
+
|
| 89 |
+
<video controls playsinline preload="metadata" width="608" aria-label="OrbitQuant W4A4 text encoder, BF16 denoiser">
|
| 90 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/hevc/w4-text-control.mp4" type="video/mp4; codecs="hvc1"">
|
| 91 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/h264/w4-text-control.mp4" type="video/mp4">
|
| 92 |
+
<a href="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/h264/w4-text-control.mp4">OrbitQuant W4A4 text encoder, BF16 denoiser MP4</a>
|
| 93 |
+
</video>
|
| 94 |
+
|
| 95 |
+
[H.265/HEVC](examples/hevc/w4-text-control.mp4) · [H.264 fallback](examples/h264/w4-text-control.mp4) · [five-frame timeline](examples/timelines/w4-text-control.png)
|
| 96 |
+
### Final native W4A4 text + W4A4 T2VA transformer
|
| 97 |
+
|
| 98 |
+
<video controls playsinline preload="metadata" width="608" aria-label="Final native W4A4 text + W4A4 T2VA transformer">
|
| 99 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/hevc/w4a4-native-t2va.mp4" type="video/mp4; codecs="hvc1"">
|
| 100 |
+
<source src="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/h264/w4a4-native-t2va.mp4" type="video/mp4">
|
| 101 |
+
<a href="https://huggingface.co/WaveCut/MiniMax-H3-OrbitQuant-W4A4/resolve/main/examples/h264/w4a4-native-t2va.mp4">Final native W4A4 text + W4A4 T2VA transformer MP4</a>
|
| 102 |
+
</video>
|
| 103 |
+
|
| 104 |
+
[H.265/HEVC](examples/hevc/w4a4-native-t2va.mp4) · [H.264 fallback](examples/h264/w4a4-native-t2va.mp4) · [five-frame timeline](examples/timelines/w4a4-native-t2va.png)
|
| 105 |
+
|
| 106 |
+
Each player prefers H.265/HEVC (`hvc1`, CRF 24) and retains H.264 as a browser fallback. Both files carry AAC stereo audio at 32 kHz.
|
| 107 |
+
|
| 108 |
+
## Component precision and size
|
| 109 |
+
|
| 110 |
+
| component | stored mode | artifact GiB | eligible linear coverage | OrbitQuant modules | AdaLN INT4 |
|
| 111 |
+
|---|---|---:|---:|---:|---:|
|
| 112 |
+
| `transformer` | `w4a4` | 17.03 | 97.45% | 300 | 50 |
|
| 113 |
+
| `transformer_ref` | `w4a4` | 17.03 | 97.45% | 300 | 50 |
|
| 114 |
+
| `text_encoder` | `w4a4` | 18.55 | 95.80% | 448 | 0 |
|
| 115 |
+
| `vae` | `source_copy` | 9.70 | exact source copy | 0 | 0 |
|
| 116 |
+
| `audio_vae` | `source_copy` | 0.56 | exact source copy | 0 | 0 |
|
| 117 |
+
|
| 118 |
+
Input/output projections, time/context/refiner boundaries, embeddings, norms, and language-head boundaries that are excluded by the pinned H3/Qwen policy remain in source precision. “Four bit” describes the eligible packed linear weights, not every tensor in the architecture.
|
| 119 |
+
|
| 120 |
+
## Measurements
|
| 121 |
+
|
| 122 |
+
Hardware: one RunPod NVIDIA RTX PRO 6000 Blackwell Server Edition (94.97 GiB), PyTorch 2.8.0+cu128. Every sample is exactly **608×480**, **124 frames**, **24 FPS**, and **50 sigma points / 49 forwards**.
|
| 123 |
+
|
| 124 |
+
| example | task | generation seconds | generation peak VRAM GiB | FP32 VAE decode seconds | decode peak VRAM GiB |
|
| 125 |
+
|---|---|---:|---:|---:|---:|
|
| 126 |
+
| `source-bf16-control` | `t2va` | 451.58 | 63.76 | 19.56 | 11.31 |
|
| 127 |
+
| `w4-text-control` | `t2va` | 381.57 | 63.76 | 13.15 | 11.31 |
|
| 128 |
+
| `w4a4-native-t2va` | `t2va` | 114.67 | 43.18 | 4.71 | 11.31 |
|
| 129 |
+
| `comfyui-t2va` | `t2va` | 137.14 | 18.91 | 5.48 | 11.29 |
|
| 130 |
+
| `comfyui-ref2va` | `ref2va` | 318.86 | 30.46 | 5.50 | 11.29 |
|
| 131 |
+
|
| 132 |
+
The final native-W4A4 generation through durable latents completed in **114.67 s** at **43.18 GiB** peak VRAM. That is **18.7×** faster than the previously published W4A16 compatibility run (2145.74 s) and **3.94×** faster than the measured source-BF16 control (451.58 s). The first-step native-vs-W4A16 latent drift was 0.0416% video NRMSE and 0.0734% audio NRMSE.
|
| 133 |
+
|
| 134 |
+
Raw measurements, review decisions, media probes, and early checkpoint comparisons are in [`benchmarks/`](benchmarks/).
|
| 135 |
+
|
| 136 |
+
## Reproduction
|
| 137 |
+
|
| 138 |
+
Install the pinned runtimes:
|
| 139 |
+
|
| 140 |
+
```bash
|
| 141 |
+
pip install "orbitquant[hf,kernels]>=0.9.1,<0.10"
|
| 142 |
+
pip install "diffusers @ git+https://github.com/huggingface/diffusers.git@abc5e9bf71fd38f53cd471bc3acaa84bc5ecbfdc"
|
| 143 |
+
pip install "transformers>=5.13,<6" accelerate av soundfile
|
| 144 |
+
```
|
| 145 |
+
|
| 146 |
+
Generate and atomically persist latents:
|
| 147 |
+
|
| 148 |
+
```bash
|
| 149 |
+
python scripts/run_quantized_example.py \
|
| 150 |
+
--release . \
|
| 151 |
+
--output dynamic-zoom.mp4 \
|
| 152 |
+
--save-latents dynamic-zoom.latents.pt \
|
| 153 |
+
--prompt "Single continuous live-action shot with fast running, a smooth push-in, stable face identity, Russian dialogue, and rain ambience." \
|
| 154 |
+
--seed 42 --height 480 --width 608 --num-frames 124 --steps 50 \
|
| 155 |
+
--manual-stage-offload \
|
| 156 |
+
--transformer-runtime-mode auto_fused \
|
| 157 |
+
--checkpoint-dir checkpoints/dynamic-zoom
|
| 158 |
+
```
|
| 159 |
+
|
| 160 |
+
Only after that process exits, decode with the untouched source VAEs:
|
| 161 |
+
|
| 162 |
+
```bash
|
| 163 |
+
python scripts/decode_h3_latents.py \
|
| 164 |
+
--latents dynamic-zoom.latents.pt \
|
| 165 |
+
--vae vae --vae-dtype fp32 \
|
| 166 |
+
--audio-vae audio_vae --audio-vae-dtype fp32 \
|
| 167 |
+
--output dynamic-zoom.mp4
|
| 168 |
+
```
|
| 169 |
+
|
| 170 |
+
For Ref2VA replace manual stage offload with `--task ref2va --reference examples/reference/astronaut.png --offload-reserve-margin 64GB`. The runner selects `transformer_ref` automatically and lets H3's ComponentsManager place the untouched source FP32 VAE for reference encoding. The verified full ComfyUI generation completed in **318.86 s** at **30.46 GiB** peak VRAM, dispatched 300/300 eligible linears to `triton_cuda_packed_w4`, and returned the text encoder to CPU after conditioning.
|
| 171 |
+
|
| 172 |
+
## Validation
|
| 173 |
+
|
| 174 |
+
- The BF16 source control establishes that the official 50-point schedule is temporally coherent.
|
| 175 |
+
- The W4-text-only control was reviewed in full resolution and judged ideal, including audio.
|
| 176 |
+
- The final T2VA example uses native W4A4 conditioning and native W4A4 `transformer` execution before source-FP32 VAE decode.
|
| 177 |
+
- The exact 50-block transformer profile verifies 300/300 eligible linears dispatch to the packed W4 Triton kernel under the package default.
|
| 178 |
+
- The full ComfyUI Ref2VA run completed 49/49 forwards with 300/300 packed-W4 dispatch before source-FP32 visual/audio decode; its reviewed H.264 and HEVC outputs are embedded above.
|
| 179 |
+
- The runner rejects an FP32 native-W4 compute model before the first denoiser forward, preventing a silent generic-kernel fallback from consuming a full run.
|
| 180 |
+
- Every retained review explicitly checks face integrity, motion ghosting, texture breakup, repeating tiles, and at least four full-timeline positions.
|
| 181 |
+
- Every H.264 and HEVC file is independently probed for dimensions, readable frame count, codec, and audio stream.
|
| 182 |
+
- Visual/audio VAE weight-file SHA256 values match the pinned source revision; see [`validation/source_component_copy_audit.json`](validation/source_component_copy_audit.json).
|
| 183 |
+
- Exact artifact hashes are in [`SHA256SUMS`](SHA256SUMS).
|
| 184 |
+
|
| 185 |
+
## License and modifications
|
| 186 |
+
|
| 187 |
+
The original [MiniMax H3 Community License Agreement](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/73372e6cf53e414edd3ab03e357717fb0602e758/LICENSE) is copied as [`LICENSE`](LICENSE). See [`NOTICE`](NOTICE), [`MODIFICATIONS.md`](MODIFICATIONS.md), and the upstream [`QA-about-License`](docs/QA-about-License.md).
|
SHA256SUMS
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
8116657dfaca81919460b4473c57a69b31a9a6ec97a3b1747df55e59500557e9 .gitattributes
|
| 2 |
+
59b99642b95ea21630e311198ddbfffbfe05aadba0c2f5d884cbdf4efcc90f44 LICENSE
|
| 3 |
+
e6685eda9517bad6751f538dcc0ed967a1a08cacd000a20fe12a3fdd01023b83 MODIFICATIONS.md
|
| 4 |
+
154fe7fbdf198395d53c57d6786b2fbf7e63a083ff70843c5ef78c0c7303d91a NOTICE
|
| 5 |
+
34fc76ba3797f5d4dbc5e956dde7d1d0e84cfd01c6922094ca1202b05a8bd319 PERFORMANCE.md
|
| 6 |
+
7b140b9f115e729213add98ce65e61c039e11ceb900228d84e109d21275ba046 README.md
|
| 7 |
+
804780f7133477067bd6bbfbc02dc8b3cf9feeb400f97c08f5b1d5f6cbab3840 audio_scheduler/scheduler_config.json
|
| 8 |
+
9a3c645ff892b376c6f5f4c8685964cd75474731af594ff058492a0000caabb6 audio_vae/config.json
|
| 9 |
+
52c59e67ba8de5477c81bfbced0327aabf500f1bfdeefd5ee754529241cb26cb audio_vae/diffusion_pytorch_model.safetensors
|
| 10 |
+
c088e81b20500cdfcc77da8589f7b1408d080ebabf2051acae8c2f3426ffe1e7 benchmarks/astronaut-w4both-w4a16-early-gate.json
|
| 11 |
+
415a42c8f0c2146ec7cf4bd70c582e5420d87517bef33135cebdd11593d62c9e benchmarks/astronaut-w4both-w4a16-step001-health.json
|
| 12 |
+
3d3a387b791332d68260f01dcc7c47f2944b21b55a5cbbcc7d966fc095dafa19 benchmarks/early-gate/native-dynamic-zoom-early.metrics.json
|
| 13 |
+
32b73981afb8f5a3deacebf42631b673365ef423f7a6bea2ab41edb42cdf4c73 benchmarks/early-gate/native-vs-w4a16-step001.json
|
| 14 |
+
6422124c7a9fff01207f0f3a0d31c48ee17670def930a27705d98a212c728bc6 benchmarks/early-gate/w4a16-dynamic-zoom-early.metrics.json
|
| 15 |
+
064de721be4f0401f6e852fc4f426375c8d595ab6b30d232fdf270ba0e75747a benchmarks/example_metrics.csv
|
| 16 |
+
eeff4d8dda3228614ec753d184f908ff9425fd90ca97c6c9e2edcba9b406751d benchmarks/example_metrics.json
|
| 17 |
+
281bdb716d3e4db82e2e90e74c6bf74f05c483702502ce7df30dd448012dad02 benchmarks/media_probe.json
|
| 18 |
+
47a26334e37b41f5d20068f7131409c0b2fa508ea358a18902e90140837d873c benchmarks/profiles/native-full-forward-bf16-load.json
|
| 19 |
+
b7a97b2c0d19bcc6bb6e052ec5a552c725083354be375ad12ee6afee38dc4130 benchmarks/profiles/native-full-forward-fp32-load.json
|
| 20 |
+
72c7369bb28fffa42ca6a017c16d63aa86908be2b8f8ff9bc146c4473d394a60 benchmarks/profiles/native-full-forward-package-default.json
|
| 21 |
+
22513428f1923473bae58d43de4b2a9f4bad05e062fa7911b035a6808a49d09e benchmarks/profiles/native-full-forward-transformer-ref-cold.json
|
| 22 |
+
05e2ed4075c91e75d9834a16dcf0a81397be49639372efe8b2360c73206bb2a9 benchmarks/profiles/native-full-forward-transformer-ref-hot.json
|
| 23 |
+
02233da18b3c01761889df2206181e0fc7b9f120165b37a0fe4c9f7bbdda0096 comfyui/examples/h264/comfyui-ref2va-608x480.mp4
|
| 24 |
+
4cceecedd28dfc593cf5e61145836405d18475bd8109b2ef7a984d96d91a13e6 comfyui/examples/h264/comfyui-t2va-608x480.mp4
|
| 25 |
+
0c3040f81aefdb14b30047a5c972347d012d72dbfa026b8a9b2e245e555b7996 comfyui/examples/hevc/comfyui-ref2va-608x480.mp4
|
| 26 |
+
bc31c456f9fdfae29c4e89d063baa953bbd73141c05a237ed43006336661eaab comfyui/examples/hevc/comfyui-t2va-608x480.mp4
|
| 27 |
+
78d579a40bf159ed3039900d6503d992843b4ec67662eb777751be908e9237d4 comfyui/examples/timelines/comfyui-ref2va-608x480.png
|
| 28 |
+
7adf6cc9259ae6eb367f8217912bf76ec9cd88ef358150d80b4742d57b50bf01 comfyui/examples/timelines/comfyui-t2va-608x480.png
|
| 29 |
+
f8bbd080f6676741ce5bd4d1c5dfda874d7077a3c3cc566a6e6c2e5fd0ea1a32 comfyui/report.json
|
| 30 |
+
df49d477b234e71c23e0a7d457d66315408333db62433885db4b20f3606328f0 comfyui/workflow-export.png
|
| 31 |
+
295ac493e659067aa1b39b9bf70143922c4459d1897636d896327011f167e1c1 comfyui/workflows/MiniMax-H3-OrbitQuant-Ref2VA-api.json
|
| 32 |
+
5ed9b7600b6869bd887459d4d3e8f740201f6b4bd8ca40d8fd786bb6f8721f29 comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA-api.json
|
| 33 |
+
7c1a82427b80203e4252726a0ab3a336a6859fe2ff43302a07de00bce5722acb comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA.json
|
| 34 |
+
b248e45ce21157a41c298a491f95ea2bc25468c3fe3cb7eaf939818056853250 comfyui_orbitquant.json
|
| 35 |
+
26900a2868636f886d241efe94002ad11d858b3c3eb005e58c0c2ad60f0de7ae docs/QA-about-License.md
|
| 36 |
+
87044e59a72a2b8ed3df285de044a097d7366f3004dcfc26ffd11fc71ed32d17 examples/h264/source-bf16-control.mp4
|
| 37 |
+
513f09b20cb4e59a47a2f4ff19e544cb29d41870ee2c4759ad0a2ff6cb16fe0c examples/h264/w4-text-control.mp4
|
| 38 |
+
679c0b690fce47ed2dd19ba7fa185d0cea69ee3a3b308a84faa909ce0762d24b examples/h264/w4a4-native-t2va.mp4
|
| 39 |
+
eb4eb5d19d231887c6dfba5be70ac3d9107fe076a5f7c69e6fa77ecc0ad5ced9 examples/hevc/source-bf16-control.mp4
|
| 40 |
+
ea89a3cc2a37c4294da4142f22d9d3778f1d086efb6125d73e1d5ccf392c6cbb examples/hevc/w4-text-control.mp4
|
| 41 |
+
0bef87dbecbd9963e6febb43fb44cc2caf142192e59f7deee13950e55789b235 examples/hevc/w4a4-native-t2va.mp4
|
| 42 |
+
cc97132c8132fa431d375c1e0b0dc8a85b536a91bc13bd5494e789e592126426 examples/quality-timeline-matrix.webp
|
| 43 |
+
b1257de01d8440baea06865ea35ce557d885b6dda700281ba25202193c58285c examples/reference/astronaut.png
|
| 44 |
+
1c33ff3ec4f637b15496b01130cd83c7393f742fce45b5986d158e6970cfdd27 examples/reviews/source-bf16-control.json
|
| 45 |
+
fad45c95f068f9abfc5125e1e0993004fe036b793803eebc3e28255827200a25 examples/reviews/w4-text-control.json
|
| 46 |
+
9740fde8102c96aaa2bb9f41ecfbf3eaea651d2393944a21107889789d21f6e7 examples/reviews/w4a4-native-t2va.json
|
| 47 |
+
efa068559ff6c2b7d0f6fbf2c835ba4d1b654f4cd016e7be737e27b50c0c380e examples/timelines/source-bf16-control.png
|
| 48 |
+
367855aa5fd90e4a6b6baece0894a3f4343a6a6ffc6b16750711d14a05bb82fe examples/timelines/w4-text-control.png
|
| 49 |
+
a69f89026fde4cacf6a52047ccdf5909a9ba218658d13b9b514a9fd11ece4482 examples/timelines/w4a4-native-t2va.png
|
| 50 |
+
a6c5f6fca6c2c92726ddb03407ff11d9c1287bbfa164e489e58fb84376073faa modular_model_index.json
|
| 51 |
+
5c72a170d2a4a1a3bc5adad2e689ae28138a9700e5b8c96c0266331e86c0acce processor/chat_template.json
|
| 52 |
+
599bab54075088774b1733fde865d5bd747cbcc7a547c5bc12610e874e26f5e3 processor/merges.txt
|
| 53 |
+
27225450ac9c6529872ee1924fcb0962ff5634834f817040f444118116f4e516 processor/preprocessor_config.json
|
| 54 |
+
a5d85b6dcc535e6b93115a9ef287e6132fdbf30270da6218194ba742261173c7 processor/tokenizer.json
|
| 55 |
+
a07e942ac874baa13758de8d1fbdb186683cc03416b5589e1b6671c6b3057c68 processor/tokenizer_config.json
|
| 56 |
+
7768af27c1fafa9cc9011c1dc20067e03f8915e03b63504550e11d5066986d13 processor/video_preprocessor_config.json
|
| 57 |
+
ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910 processor/vocab.json
|
| 58 |
+
432518f56fa7e8fc1b6f48f98d1a93606eb1d3ba3aabb028343bcb7f960a1b2a prompts.json
|
| 59 |
+
95676df192c32b659a46cc8ad1c5b1c7556d8258730eea761399c60abdb94894 quantization_manifest.json
|
| 60 |
+
894c94241bf053846755f74c639e86cceb03335c40bf36745d0c8a3780c61821 runtime-requirements.txt
|
| 61 |
+
8fa6c3aa70dc9e691e1a6df899fd1b6f75f70481a27cee6e18a303817075c304 scheduler/scheduler_config.json
|
| 62 |
+
075a3208f5fba960a4eae3003a5b7fcc57ad3d6a0ba9e8d91391f0d7b64cae04 scripts/audit_source_component_copies.py
|
| 63 |
+
5f970b7f378349add8381ad5fa809d711ef315966d0c3a6f4aa36ae7b72665f9 scripts/checkpoint_io.py
|
| 64 |
+
b1bb1643636c0a83b31eed65996ab4a8c8bc9c2f458bae5a5dccde02158ce432 scripts/decode_h3_latents.py
|
| 65 |
+
5f58a74b4408abf18e0617dd35a999ce0f8b8d238fd69f45e163ae0171421145 scripts/decode_precision_policy.py
|
| 66 |
+
e9ea546b28f1fc4ec01f1270072280be684d6d92cea3546e268b9b5d3e5b1c2d scripts/latent_io.py
|
| 67 |
+
ea79fe8d056bbfe08e5f9ddfadd83f74d11539641221679e07a2a82dc2cf5086 scripts/manual_stage_offload.py
|
| 68 |
+
5d1fb5bc4f429447d68f7647a566e90320d55f7ac6b630a320be39642e1f202f scripts/media_packaging.py
|
| 69 |
+
655098f3ec10bdbb41bb79b2d38a326d5d7aad115beec90edbfd46611446676a scripts/offload_policy.py
|
| 70 |
+
64b2b294d46ce22b3fe9a3e7642e3b1344a190f4a83dd9bb44a3a48204b541d5 scripts/orbitquant_h3_compat.py
|
| 71 |
+
8eb302a23053b6d96ecea86974cb55cc5193eb295fc41c314a34c452779f9a07 scripts/quality_gate.py
|
| 72 |
+
295f3c21780891df90f9876c822fb46425dffefbfd05e16e370585ed04af62d9 scripts/run_quantized_example.py
|
| 73 |
+
841b69c59e4eff19737414b9547599c138581dded744467ab8c6b86d9005a009 scripts/runtime_cache_policy.py
|
| 74 |
+
496abd4859f92b354ae9b34d2028864ea1a3c13d92f7067164aea5465d4ba61d scripts/verification_policy.py
|
| 75 |
+
de100ce1d13e83fe378b1a8543b2e906ce2cecc4e7153d126864975c5378a7ed scripts/verify_components.py
|
| 76 |
+
a2b186303b94eeb97750e4cc498103217c1888794e160c7c6b79dd39220267a9 text_encoder/config.json
|
| 77 |
+
19c0e38d660f3366f146fba332780419eab679529fb6381783b1cacc7b863d53 text_encoder/generation_config.json
|
| 78 |
+
7461c06c1ee7f5e606bd014e1825183407fcbc18893ef3ec7099398b8274a20f text_encoder/model-00001-of-00005.safetensors
|
| 79 |
+
c510d3757606e1cf375e983bf54ff1c2c0ba470c83b74679224bcf8d51745a5f text_encoder/model-00002-of-00005.safetensors
|
| 80 |
+
988e2362f4fbe353b761afddff94c69a64eb821409fe226fe835d252edb056ec text_encoder/model-00003-of-00005.safetensors
|
| 81 |
+
bfb4cb2a0c7e64ee2960596a5049a797e6a45776c96913e06ee8c1964d11125d text_encoder/model-00004-of-00005.safetensors
|
| 82 |
+
3cf949a827326855d2dc847557c2f71bb0d464c9a9cafb444b6c2e0aac86b742 text_encoder/model-00005-of-00005.safetensors
|
| 83 |
+
36b2d7912dffc98f6f5e0bd7b11234c451f6c99f351f5f28a87ce30979f73271 text_encoder/model.safetensors.index.json
|
| 84 |
+
599bab54075088774b1733fde865d5bd747cbcc7a547c5bc12610e874e26f5e3 tokenizer/merges.txt
|
| 85 |
+
a5d85b6dcc535e6b93115a9ef287e6132fdbf30270da6218194ba742261173c7 tokenizer/tokenizer.json
|
| 86 |
+
a07e942ac874baa13758de8d1fbdb186683cc03416b5589e1b6671c6b3057c68 tokenizer/tokenizer_config.json
|
| 87 |
+
ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910 tokenizer/vocab.json
|
| 88 |
+
eac2b97122aeab6cb7a324fd8b451e4ad021777d6137d285e2098b089bafb926 transformer/config.json
|
| 89 |
+
fa30399f163a85ab89d7e23a93237d8188ea1bf09a6bbd489e0f82102796daa7 transformer/diffusion_pytorch_model-00001-of-00005.safetensors
|
| 90 |
+
6d929ad9edbedd0eacde8ecac20f227ce543b1f63edaf7b283340a485e319bdc transformer/diffusion_pytorch_model-00002-of-00005.safetensors
|
| 91 |
+
65a6880aad54e1dac2aa64bbe29fbf1199f179a5f6d5b16dd0e9e3448322811f transformer/diffusion_pytorch_model-00003-of-00005.safetensors
|
| 92 |
+
8cc4dd8cd6e5dbe8d7610a361ef6fcbbfd7a2a0e4a61fffc73b116f88aad13a7 transformer/diffusion_pytorch_model-00004-of-00005.safetensors
|
| 93 |
+
def316191099ee999ee21c7a34b6954c74ffe18d4b7faf92847457afab494cc9 transformer/diffusion_pytorch_model-00005-of-00005.safetensors
|
| 94 |
+
127932208cc61680a73ed835cdbf971a8190c7c275668864a855a15c614cb765 transformer/diffusion_pytorch_model.safetensors.index.json
|
| 95 |
+
eac2b97122aeab6cb7a324fd8b451e4ad021777d6137d285e2098b089bafb926 transformer_ref/config.json
|
| 96 |
+
357baa234bc04ed4843eefe19ce98a23995e24f012bcfc5117b464c9fc649815 transformer_ref/diffusion_pytorch_model-00001-of-00005.safetensors
|
| 97 |
+
60b0663b551b9cf1ccc62c14571689c3cf54de8efef0971b1687cbbed9ba2149 transformer_ref/diffusion_pytorch_model-00002-of-00005.safetensors
|
| 98 |
+
ee2c6a0690df2c2d13e21c82cd6c25ef499a5e317d71944ce70cb83f1747b1b0 transformer_ref/diffusion_pytorch_model-00003-of-00005.safetensors
|
| 99 |
+
a353924509eff7dd7be99f3efc8c57eecf4d87e24976ab2b02e2367141891651 transformer_ref/diffusion_pytorch_model-00004-of-00005.safetensors
|
| 100 |
+
006e19769149a3f3d96a5df7341bca346cfb0113d6e2b1b984167acd3daf5e12 transformer_ref/diffusion_pytorch_model-00005-of-00005.safetensors
|
| 101 |
+
127932208cc61680a73ed835cdbf971a8190c7c275668864a855a15c614cb765 transformer_ref/diffusion_pytorch_model.safetensors.index.json
|
| 102 |
+
78f67deec3d63aae807f2bfe7154bc1e26f6372cb20b63265fcbae1b62bb5745 vae/config.json
|
| 103 |
+
72f4c6be84ac0674f27398cde991dd9d719762f3952c4921aa66b2ce542f6374 vae/diffusion_pytorch_model-00001-of-00003.safetensors
|
| 104 |
+
2e05e8bc23fa4071043e17fd242be8acd0685e781a43987432b2eae925be4198 vae/diffusion_pytorch_model-00002-of-00003.safetensors
|
| 105 |
+
c05d6ac4b1a33de372799d708531da6320f6a3ce6d1ce6d895e770988e004a39 vae/diffusion_pytorch_model-00003-of-00003.safetensors
|
| 106 |
+
15f6d44553c3c616b0dc999920aa784f92ecee7e4201f1f99ac405cfbf3061ca vae/diffusion_pytorch_model.safetensors.index.json
|
| 107 |
+
d79d95cb98ff188056ff93668935f434cde9374f64ac7f683141d868e23a7ffe validation/audio_vae.json
|
| 108 |
+
bb84e8c4b30042de4306035ac8c7b401bddc6fcadb33336bd9933993d9c8bb3a validation/source_component_copy_audit.json
|
| 109 |
+
43e8558e13737d94de0e5739adf10c4e371b00149d5c5965eb8557042749a6fc validation/text_encoder.json
|
| 110 |
+
34b7c710e3a1a13ae078f497064703f898b10d782a67d3861efb29c7a0a14c02 validation/transformer.json
|
| 111 |
+
8ac5758c586d3b2ac170e6766f0fc5c191ad6e3e7d8de2a372961df29308eda6 validation/transformer_ref.json
|
| 112 |
+
18e908a81caf2a84520fd1813b40948867bcc9d1a74f6029f800779cf1417a77 validation/vae.json
|
audio_scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MiniMaxH3Scheduler",
|
| 3 |
+
"_diffusers_version": "0.36.0.dev0",
|
| 4 |
+
"shift": 3.0
|
| 5 |
+
}
|
audio_vae/config.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKLMiniMaxH3Audio",
|
| 3 |
+
"_diffusers_version": "0.36.0.dev0",
|
| 4 |
+
"encoder_dim": 64,
|
| 5 |
+
"encoder_rates": [
|
| 6 |
+
2,
|
| 7 |
+
4,
|
| 8 |
+
4,
|
| 9 |
+
5,
|
| 10 |
+
5
|
| 11 |
+
],
|
| 12 |
+
"latent_dim": 2048,
|
| 13 |
+
"latent_channels": 32,
|
| 14 |
+
"decoder_dim": 1024,
|
| 15 |
+
"decoder_rates": [
|
| 16 |
+
5,
|
| 17 |
+
5,
|
| 18 |
+
2,
|
| 19 |
+
2,
|
| 20 |
+
2,
|
| 21 |
+
2,
|
| 22 |
+
2
|
| 23 |
+
],
|
| 24 |
+
"decoder_kernel_sizes": [
|
| 25 |
+
9,
|
| 26 |
+
9,
|
| 27 |
+
4,
|
| 28 |
+
4,
|
| 29 |
+
4,
|
| 30 |
+
4,
|
| 31 |
+
4
|
| 32 |
+
],
|
| 33 |
+
"num_attention_heads": 8,
|
| 34 |
+
"resblock_kernel_sizes": [
|
| 35 |
+
3,
|
| 36 |
+
7,
|
| 37 |
+
11
|
| 38 |
+
],
|
| 39 |
+
"resblock_dilation_sizes": [
|
| 40 |
+
[
|
| 41 |
+
1,
|
| 42 |
+
3,
|
| 43 |
+
5
|
| 44 |
+
],
|
| 45 |
+
[
|
| 46 |
+
1,
|
| 47 |
+
3,
|
| 48 |
+
5
|
| 49 |
+
],
|
| 50 |
+
[
|
| 51 |
+
1,
|
| 52 |
+
3,
|
| 53 |
+
5
|
| 54 |
+
]
|
| 55 |
+
],
|
| 56 |
+
"sampling_rate": 32000,
|
| 57 |
+
"latents_mean": [
|
| 58 |
+
-0.020211687488382354,
|
| 59 |
+
0.3876466479950502,
|
| 60 |
+
-0.04398279799186767,
|
| 61 |
+
-0.28591514936373,
|
| 62 |
+
0.08179686214561671,
|
| 63 |
+
-0.35782641352446604,
|
| 64 |
+
0.040623809960919084,
|
| 65 |
+
-0.01552534501956604,
|
| 66 |
+
-0.223362481667332,
|
| 67 |
+
0.1821006842509091,
|
| 68 |
+
0.2941778783780663,
|
| 69 |
+
-0.07901167601970885,
|
| 70 |
+
-0.056815072777201,
|
| 71 |
+
-0.3699028221860095,
|
| 72 |
+
-0.31616315591624855,
|
| 73 |
+
0.5905951377425391,
|
| 74 |
+
-0.052139568068853864,
|
| 75 |
+
0.013673160263486295,
|
| 76 |
+
-0.03691647864630577,
|
| 77 |
+
0.09732660653298163,
|
| 78 |
+
-0.3394662328788498,
|
| 79 |
+
-0.30685677538541667,
|
| 80 |
+
-0.24504598907458763,
|
| 81 |
+
-0.034698524462007344,
|
| 82 |
+
0.02868032184767538,
|
| 83 |
+
-0.21217779266454084,
|
| 84 |
+
-0.1678263169941987,
|
| 85 |
+
0.3221287889040614,
|
| 86 |
+
-0.1223055851554907,
|
| 87 |
+
0.4356604928128464,
|
| 88 |
+
-0.0502599202236253,
|
| 89 |
+
0.3979258376211797
|
| 90 |
+
],
|
| 91 |
+
"latents_std": [
|
| 92 |
+
1.6895524230479284,
|
| 93 |
+
2.76263727217653,
|
| 94 |
+
1.7945344281264435,
|
| 95 |
+
1.6801681847309828,
|
| 96 |
+
1.6390226546605453,
|
| 97 |
+
2.7788298348882177,
|
| 98 |
+
1.7659090095747236,
|
| 99 |
+
1.6199757612137327,
|
| 100 |
+
2.6336525640336896,
|
| 101 |
+
1.8539356672817833,
|
| 102 |
+
2.5056497896915633,
|
| 103 |
+
1.811019237886178,
|
| 104 |
+
1.9579657790720237,
|
| 105 |
+
1.6685498243529284,
|
| 106 |
+
1.4922469314453364,
|
| 107 |
+
3.298670198067373,
|
| 108 |
+
1.9491804496832168,
|
| 109 |
+
1.8720003270431442,
|
| 110 |
+
1.8334080103291832,
|
| 111 |
+
1.6488070416529093,
|
| 112 |
+
1.6176957696319716,
|
| 113 |
+
1.9131449234774398,
|
| 114 |
+
1.5695245398428617,
|
| 115 |
+
1.6943659940415912,
|
| 116 |
+
1.8318420762504692,
|
| 117 |
+
1.5540637421583379,
|
| 118 |
+
1.9344930328968526,
|
| 119 |
+
1.599198216109855,
|
| 120 |
+
1.718045989838149,
|
| 121 |
+
1.6307219190837705,
|
| 122 |
+
1.8661226051202384,
|
| 123 |
+
1.5613768203168363
|
| 124 |
+
]
|
| 125 |
+
}
|
audio_vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52c59e67ba8de5477c81bfbced0327aabf500f1bfdeefd5ee754529241cb26cb
|
| 3 |
+
size 605429340
|
benchmarks/astronaut-w4both-w4a16-early-gate.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "pass",
|
| 3 |
+
"task": "ref2va",
|
| 4 |
+
"component": "transformer_ref",
|
| 5 |
+
"runtime": "packed_w4_dequant_bf16_without_persistent_dequant_cache",
|
| 6 |
+
"width": 608,
|
| 7 |
+
"height": 480,
|
| 8 |
+
"num_frames": 124,
|
| 9 |
+
"num_inference_steps": 50,
|
| 10 |
+
"planned_model_evaluations": 49,
|
| 11 |
+
"completed_model_evaluations": 1,
|
| 12 |
+
"first_forward_seconds": 212.94,
|
| 13 |
+
"observed_nvidia_smi_peak_mib": 38577,
|
| 14 |
+
"checkpoint": "step-001-of-049.pt",
|
| 15 |
+
"checkpoint_tensor_count": 108,
|
| 16 |
+
"all_checkpoint_tensors_finite": true,
|
| 17 |
+
"full_video_status": "not_run",
|
| 18 |
+
"full_video_reason": "At the measured first-forward rate, a 49-forward Ref2VA smoke would take approximately 2 hours 54 minutes before FP32 VAE decode. This release does not claim an unobserved full Ref2VA result."
|
| 19 |
+
}
|
benchmarks/astronaut-w4both-w4a16-step001-health.json
ADDED
|
@@ -0,0 +1,1200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "pass",
|
| 3 |
+
"checkpoint": "state/checkpoints/astronaut-w4both-w4a16-default50-early/step-001-of-049.pt",
|
| 4 |
+
"tensor_count": 108,
|
| 5 |
+
"tensors": [
|
| 6 |
+
{
|
| 7 |
+
"path": "root.state.timesteps",
|
| 8 |
+
"shape": [
|
| 9 |
+
49
|
| 10 |
+
],
|
| 11 |
+
"dtype": "torch.float32",
|
| 12 |
+
"finite": true,
|
| 13 |
+
"min": 0.0,
|
| 14 |
+
"max": 0.800000011920929,
|
| 15 |
+
"mean": 0.14573542773723602
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"path": "root.state.latents",
|
| 19 |
+
"shape": [
|
| 20 |
+
16049,
|
| 21 |
+
96
|
| 22 |
+
],
|
| 23 |
+
"dtype": "torch.float32",
|
| 24 |
+
"finite": true,
|
| 25 |
+
"min": -5.126751899719238,
|
| 26 |
+
"max": 4.734387397766113,
|
| 27 |
+
"mean": -0.014345129020512104
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"path": "root.state.audio_latents",
|
| 31 |
+
"shape": [
|
| 32 |
+
414,
|
| 33 |
+
32
|
| 34 |
+
],
|
| 35 |
+
"dtype": "torch.float32",
|
| 36 |
+
"finite": true,
|
| 37 |
+
"min": -3.742875337600708,
|
| 38 |
+
"max": 4.066157817840576,
|
| 39 |
+
"mean": -0.015999415889382362
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"path": "root.state.prompt_embeds",
|
| 43 |
+
"shape": [
|
| 44 |
+
1,
|
| 45 |
+
5585,
|
| 46 |
+
5120
|
| 47 |
+
],
|
| 48 |
+
"dtype": "torch.bfloat16",
|
| 49 |
+
"finite": true,
|
| 50 |
+
"min": -160.0,
|
| 51 |
+
"max": 14336.0,
|
| 52 |
+
"mean": 0.006581898313015699
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"path": "root.state.row_timestep_plan[0][0]",
|
| 56 |
+
"shape": [
|
| 57 |
+
2
|
| 58 |
+
],
|
| 59 |
+
"dtype": "torch.float32",
|
| 60 |
+
"finite": true,
|
| 61 |
+
"min": 0.0,
|
| 62 |
+
"max": 0.9990000128746033,
|
| 63 |
+
"mean": 0.49950000643730164
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"path": "root.state.row_timestep_plan[0][1]",
|
| 67 |
+
"shape": [
|
| 68 |
+
22048
|
| 69 |
+
],
|
| 70 |
+
"dtype": "torch.int64",
|
| 71 |
+
"finite": true,
|
| 72 |
+
"min": 0.0,
|
| 73 |
+
"max": 1.0,
|
| 74 |
+
"mean": 0.2496371567249298
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"path": "root.state.row_timestep_plan[1][0]",
|
| 78 |
+
"shape": [
|
| 79 |
+
3
|
| 80 |
+
],
|
| 81 |
+
"dtype": "torch.float32",
|
| 82 |
+
"finite": true,
|
| 83 |
+
"min": 0.0017331242561340332,
|
| 84 |
+
"max": 0.9990000128746033,
|
| 85 |
+
"mean": 0.33587655425071716
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"path": "root.state.row_timestep_plan[1][1]",
|
| 89 |
+
"shape": [
|
| 90 |
+
22048
|
| 91 |
+
],
|
| 92 |
+
"dtype": "torch.int64",
|
| 93 |
+
"finite": true,
|
| 94 |
+
"min": 0.0,
|
| 95 |
+
"max": 2.0,
|
| 96 |
+
"mean": 0.5180515050888062
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"path": "root.state.row_timestep_plan[2][0]",
|
| 100 |
+
"shape": [
|
| 101 |
+
3
|
| 102 |
+
],
|
| 103 |
+
"dtype": "torch.float32",
|
| 104 |
+
"finite": true,
|
| 105 |
+
"min": 0.0035335421562194824,
|
| 106 |
+
"max": 0.9990000128746033,
|
| 107 |
+
"mean": 0.3388398587703705
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"path": "root.state.row_timestep_plan[2][1]",
|
| 111 |
+
"shape": [
|
| 112 |
+
22048
|
| 113 |
+
],
|
| 114 |
+
"dtype": "torch.int64",
|
| 115 |
+
"finite": true,
|
| 116 |
+
"min": 0.0,
|
| 117 |
+
"max": 2.0,
|
| 118 |
+
"mean": 0.5180515050888062
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"path": "root.state.row_timestep_plan[3][0]",
|
| 122 |
+
"shape": [
|
| 123 |
+
3
|
| 124 |
+
],
|
| 125 |
+
"dtype": "torch.float32",
|
| 126 |
+
"finite": true,
|
| 127 |
+
"min": 0.00540536642074585,
|
| 128 |
+
"max": 0.9990000128746033,
|
| 129 |
+
"mean": 0.3418940007686615
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"path": "root.state.row_timestep_plan[3][1]",
|
| 133 |
+
"shape": [
|
| 134 |
+
22048
|
| 135 |
+
],
|
| 136 |
+
"dtype": "torch.int64",
|
| 137 |
+
"finite": true,
|
| 138 |
+
"min": 0.0,
|
| 139 |
+
"max": 2.0,
|
| 140 |
+
"mean": 0.5180515050888062
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"path": "root.state.row_timestep_plan[4][0]",
|
| 144 |
+
"shape": [
|
| 145 |
+
3
|
| 146 |
+
],
|
| 147 |
+
"dtype": "torch.float32",
|
| 148 |
+
"finite": true,
|
| 149 |
+
"min": 0.007352948188781738,
|
| 150 |
+
"max": 0.9990000128746033,
|
| 151 |
+
"mean": 0.3450433313846588
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"path": "root.state.row_timestep_plan[4][1]",
|
| 155 |
+
"shape": [
|
| 156 |
+
22048
|
| 157 |
+
],
|
| 158 |
+
"dtype": "torch.int64",
|
| 159 |
+
"finite": true,
|
| 160 |
+
"min": 0.0,
|
| 161 |
+
"max": 2.0,
|
| 162 |
+
"mean": 0.5180515050888062
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"path": "root.state.row_timestep_plan[5][0]",
|
| 166 |
+
"shape": [
|
| 167 |
+
3
|
| 168 |
+
],
|
| 169 |
+
"dtype": "torch.float32",
|
| 170 |
+
"finite": true,
|
| 171 |
+
"min": 0.009380877017974854,
|
| 172 |
+
"max": 0.9990000128746033,
|
| 173 |
+
"mean": 0.34829244017601013
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"path": "root.state.row_timestep_plan[5][1]",
|
| 177 |
+
"shape": [
|
| 178 |
+
22048
|
| 179 |
+
],
|
| 180 |
+
"dtype": "torch.int64",
|
| 181 |
+
"finite": true,
|
| 182 |
+
"min": 0.0,
|
| 183 |
+
"max": 2.0,
|
| 184 |
+
"mean": 0.5180515050888062
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"path": "root.state.row_timestep_plan[6][0]",
|
| 188 |
+
"shape": [
|
| 189 |
+
3
|
| 190 |
+
],
|
| 191 |
+
"dtype": "torch.float32",
|
| 192 |
+
"finite": true,
|
| 193 |
+
"min": 0.011494219303131104,
|
| 194 |
+
"max": 0.9990000128746033,
|
| 195 |
+
"mean": 0.3516462743282318
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"path": "root.state.row_timestep_plan[6][1]",
|
| 199 |
+
"shape": [
|
| 200 |
+
22048
|
| 201 |
+
],
|
| 202 |
+
"dtype": "torch.int64",
|
| 203 |
+
"finite": true,
|
| 204 |
+
"min": 0.0,
|
| 205 |
+
"max": 2.0,
|
| 206 |
+
"mean": 0.5180515050888062
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"path": "root.state.row_timestep_plan[7][0]",
|
| 210 |
+
"shape": [
|
| 211 |
+
3
|
| 212 |
+
],
|
| 213 |
+
"dtype": "torch.float32",
|
| 214 |
+
"finite": true,
|
| 215 |
+
"min": 0.013698697090148926,
|
| 216 |
+
"max": 0.9990000128746033,
|
| 217 |
+
"mean": 0.3551100790500641
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"path": "root.state.row_timestep_plan[7][1]",
|
| 221 |
+
"shape": [
|
| 222 |
+
22048
|
| 223 |
+
],
|
| 224 |
+
"dtype": "torch.int64",
|
| 225 |
+
"finite": true,
|
| 226 |
+
"min": 0.0,
|
| 227 |
+
"max": 2.0,
|
| 228 |
+
"mean": 0.5180515050888062
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"path": "root.state.row_timestep_plan[8][0]",
|
| 232 |
+
"shape": [
|
| 233 |
+
3
|
| 234 |
+
],
|
| 235 |
+
"dtype": "torch.float32",
|
| 236 |
+
"finite": true,
|
| 237 |
+
"min": 0.015999972820281982,
|
| 238 |
+
"max": 0.9990000128746033,
|
| 239 |
+
"mean": 0.3586895763874054
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"path": "root.state.row_timestep_plan[8][1]",
|
| 243 |
+
"shape": [
|
| 244 |
+
22048
|
| 245 |
+
],
|
| 246 |
+
"dtype": "torch.int64",
|
| 247 |
+
"finite": true,
|
| 248 |
+
"min": 0.0,
|
| 249 |
+
"max": 2.0,
|
| 250 |
+
"mean": 0.5180515050888062
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"path": "root.state.row_timestep_plan[9][0]",
|
| 254 |
+
"shape": [
|
| 255 |
+
3
|
| 256 |
+
],
|
| 257 |
+
"dtype": "torch.float32",
|
| 258 |
+
"finite": true,
|
| 259 |
+
"min": 0.01840496063232422,
|
| 260 |
+
"max": 0.9990000128746033,
|
| 261 |
+
"mean": 0.3623908460140228
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"path": "root.state.row_timestep_plan[9][1]",
|
| 265 |
+
"shape": [
|
| 266 |
+
22048
|
| 267 |
+
],
|
| 268 |
+
"dtype": "torch.int64",
|
| 269 |
+
"finite": true,
|
| 270 |
+
"min": 0.0,
|
| 271 |
+
"max": 2.0,
|
| 272 |
+
"mean": 0.5180515050888062
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"path": "root.state.row_timestep_plan[10][0]",
|
| 276 |
+
"shape": [
|
| 277 |
+
3
|
| 278 |
+
],
|
| 279 |
+
"dtype": "torch.float32",
|
| 280 |
+
"finite": true,
|
| 281 |
+
"min": 0.02092057466506958,
|
| 282 |
+
"max": 0.9990000128746033,
|
| 283 |
+
"mean": 0.36622026562690735
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"path": "root.state.row_timestep_plan[10][1]",
|
| 287 |
+
"shape": [
|
| 288 |
+
22048
|
| 289 |
+
],
|
| 290 |
+
"dtype": "torch.int64",
|
| 291 |
+
"finite": true,
|
| 292 |
+
"min": 0.0,
|
| 293 |
+
"max": 2.0,
|
| 294 |
+
"mean": 0.5180515050888062
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"path": "root.state.row_timestep_plan[11][0]",
|
| 298 |
+
"shape": [
|
| 299 |
+
3
|
| 300 |
+
],
|
| 301 |
+
"dtype": "torch.float32",
|
| 302 |
+
"finite": true,
|
| 303 |
+
"min": 0.023554623126983643,
|
| 304 |
+
"max": 0.9990000128746033,
|
| 305 |
+
"mean": 0.37018489837646484
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"path": "root.state.row_timestep_plan[11][1]",
|
| 309 |
+
"shape": [
|
| 310 |
+
22048
|
| 311 |
+
],
|
| 312 |
+
"dtype": "torch.int64",
|
| 313 |
+
"finite": true,
|
| 314 |
+
"min": 0.0,
|
| 315 |
+
"max": 2.0,
|
| 316 |
+
"mean": 0.5180515050888062
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"path": "root.state.row_timestep_plan[12][0]",
|
| 320 |
+
"shape": [
|
| 321 |
+
3
|
| 322 |
+
],
|
| 323 |
+
"dtype": "torch.float32",
|
| 324 |
+
"finite": true,
|
| 325 |
+
"min": 0.02631586790084839,
|
| 326 |
+
"max": 0.9990000128746033,
|
| 327 |
+
"mean": 0.3742922842502594
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"path": "root.state.row_timestep_plan[12][1]",
|
| 331 |
+
"shape": [
|
| 332 |
+
22048
|
| 333 |
+
],
|
| 334 |
+
"dtype": "torch.int64",
|
| 335 |
+
"finite": true,
|
| 336 |
+
"min": 0.0,
|
| 337 |
+
"max": 2.0,
|
| 338 |
+
"mean": 0.5180515050888062
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"path": "root.state.row_timestep_plan[13][0]",
|
| 342 |
+
"shape": [
|
| 343 |
+
3
|
| 344 |
+
],
|
| 345 |
+
"dtype": "torch.float32",
|
| 346 |
+
"finite": true,
|
| 347 |
+
"min": 0.029213547706604004,
|
| 348 |
+
"max": 0.9990000128746033,
|
| 349 |
+
"mean": 0.37855052947998047
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"path": "root.state.row_timestep_plan[13][1]",
|
| 353 |
+
"shape": [
|
| 354 |
+
22048
|
| 355 |
+
],
|
| 356 |
+
"dtype": "torch.int64",
|
| 357 |
+
"finite": true,
|
| 358 |
+
"min": 0.0,
|
| 359 |
+
"max": 2.0,
|
| 360 |
+
"mean": 0.5180515050888062
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"path": "root.state.row_timestep_plan[14][0]",
|
| 364 |
+
"shape": [
|
| 365 |
+
3
|
| 366 |
+
],
|
| 367 |
+
"dtype": "torch.float32",
|
| 368 |
+
"finite": true,
|
| 369 |
+
"min": 0.03225815296173096,
|
| 370 |
+
"max": 0.9990000128746033,
|
| 371 |
+
"mean": 0.3829684257507324
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"path": "root.state.row_timestep_plan[14][1]",
|
| 375 |
+
"shape": [
|
| 376 |
+
22048
|
| 377 |
+
],
|
| 378 |
+
"dtype": "torch.int64",
|
| 379 |
+
"finite": true,
|
| 380 |
+
"min": 0.0,
|
| 381 |
+
"max": 2.0,
|
| 382 |
+
"mean": 0.5180515050888062
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"path": "root.state.row_timestep_plan[15][0]",
|
| 386 |
+
"shape": [
|
| 387 |
+
3
|
| 388 |
+
],
|
| 389 |
+
"dtype": "torch.float32",
|
| 390 |
+
"finite": true,
|
| 391 |
+
"min": 0.03546100854873657,
|
| 392 |
+
"max": 0.9990000128746033,
|
| 393 |
+
"mean": 0.38755539059638977
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"path": "root.state.row_timestep_plan[15][1]",
|
| 397 |
+
"shape": [
|
| 398 |
+
22048
|
| 399 |
+
],
|
| 400 |
+
"dtype": "torch.int64",
|
| 401 |
+
"finite": true,
|
| 402 |
+
"min": 0.0,
|
| 403 |
+
"max": 2.0,
|
| 404 |
+
"mean": 0.5180515050888062
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"path": "root.state.row_timestep_plan[16][0]",
|
| 408 |
+
"shape": [
|
| 409 |
+
3
|
| 410 |
+
],
|
| 411 |
+
"dtype": "torch.float32",
|
| 412 |
+
"finite": true,
|
| 413 |
+
"min": 0.03883492946624756,
|
| 414 |
+
"max": 0.9990000128746033,
|
| 415 |
+
"mean": 0.3923218250274658
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"path": "root.state.row_timestep_plan[16][1]",
|
| 419 |
+
"shape": [
|
| 420 |
+
22048
|
| 421 |
+
],
|
| 422 |
+
"dtype": "torch.int64",
|
| 423 |
+
"finite": true,
|
| 424 |
+
"min": 0.0,
|
| 425 |
+
"max": 2.0,
|
| 426 |
+
"mean": 0.5180515050888062
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"path": "root.state.row_timestep_plan[17][0]",
|
| 430 |
+
"shape": [
|
| 431 |
+
3
|
| 432 |
+
],
|
| 433 |
+
"dtype": "torch.float32",
|
| 434 |
+
"finite": true,
|
| 435 |
+
"min": 0.042394042015075684,
|
| 436 |
+
"max": 0.9990000128746033,
|
| 437 |
+
"mean": 0.3972788155078888
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"path": "root.state.row_timestep_plan[17][1]",
|
| 441 |
+
"shape": [
|
| 442 |
+
22048
|
| 443 |
+
],
|
| 444 |
+
"dtype": "torch.int64",
|
| 445 |
+
"finite": true,
|
| 446 |
+
"min": 0.0,
|
| 447 |
+
"max": 2.0,
|
| 448 |
+
"mean": 0.5180515050888062
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"path": "root.state.row_timestep_plan[18][0]",
|
| 452 |
+
"shape": [
|
| 453 |
+
3
|
| 454 |
+
],
|
| 455 |
+
"dtype": "torch.float32",
|
| 456 |
+
"finite": true,
|
| 457 |
+
"min": 0.04615384340286255,
|
| 458 |
+
"max": 0.9990000128746033,
|
| 459 |
+
"mean": 0.4024386405944824
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"path": "root.state.row_timestep_plan[18][1]",
|
| 463 |
+
"shape": [
|
| 464 |
+
22048
|
| 465 |
+
],
|
| 466 |
+
"dtype": "torch.int64",
|
| 467 |
+
"finite": true,
|
| 468 |
+
"min": 0.0,
|
| 469 |
+
"max": 2.0,
|
| 470 |
+
"mean": 0.5180515050888062
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"path": "root.state.row_timestep_plan[19][0]",
|
| 474 |
+
"shape": [
|
| 475 |
+
3
|
| 476 |
+
],
|
| 477 |
+
"dtype": "torch.float32",
|
| 478 |
+
"finite": true,
|
| 479 |
+
"min": 0.050131916999816895,
|
| 480 |
+
"max": 0.9990000128746033,
|
| 481 |
+
"mean": 0.4078145921230316
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"path": "root.state.row_timestep_plan[19][1]",
|
| 485 |
+
"shape": [
|
| 486 |
+
22048
|
| 487 |
+
],
|
| 488 |
+
"dtype": "torch.int64",
|
| 489 |
+
"finite": true,
|
| 490 |
+
"min": 0.0,
|
| 491 |
+
"max": 2.0,
|
| 492 |
+
"mean": 0.5180515050888062
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"path": "root.state.row_timestep_plan[20][0]",
|
| 496 |
+
"shape": [
|
| 497 |
+
3
|
| 498 |
+
],
|
| 499 |
+
"dtype": "torch.float32",
|
| 500 |
+
"finite": true,
|
| 501 |
+
"min": 0.05434781312942505,
|
| 502 |
+
"max": 0.9990000128746033,
|
| 503 |
+
"mean": 0.41342124342918396
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"path": "root.state.row_timestep_plan[20][1]",
|
| 507 |
+
"shape": [
|
| 508 |
+
22048
|
| 509 |
+
],
|
| 510 |
+
"dtype": "torch.int64",
|
| 511 |
+
"finite": true,
|
| 512 |
+
"min": 0.0,
|
| 513 |
+
"max": 2.0,
|
| 514 |
+
"mean": 0.5180515050888062
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"path": "root.state.row_timestep_plan[21][0]",
|
| 518 |
+
"shape": [
|
| 519 |
+
3
|
| 520 |
+
],
|
| 521 |
+
"dtype": "torch.float32",
|
| 522 |
+
"finite": true,
|
| 523 |
+
"min": 0.05882352590560913,
|
| 524 |
+
"max": 0.9990000128746033,
|
| 525 |
+
"mean": 0.4192744791507721
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"path": "root.state.row_timestep_plan[21][1]",
|
| 529 |
+
"shape": [
|
| 530 |
+
22048
|
| 531 |
+
],
|
| 532 |
+
"dtype": "torch.int64",
|
| 533 |
+
"finite": true,
|
| 534 |
+
"min": 0.0,
|
| 535 |
+
"max": 2.0,
|
| 536 |
+
"mean": 0.5180515050888062
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"path": "root.state.row_timestep_plan[22][0]",
|
| 540 |
+
"shape": [
|
| 541 |
+
3
|
| 542 |
+
],
|
| 543 |
+
"dtype": "torch.float32",
|
| 544 |
+
"finite": true,
|
| 545 |
+
"min": 0.06358379125595093,
|
| 546 |
+
"max": 0.9990000128746033,
|
| 547 |
+
"mean": 0.4253920018672943
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"path": "root.state.row_timestep_plan[22][1]",
|
| 551 |
+
"shape": [
|
| 552 |
+
22048
|
| 553 |
+
],
|
| 554 |
+
"dtype": "torch.int64",
|
| 555 |
+
"finite": true,
|
| 556 |
+
"min": 0.0,
|
| 557 |
+
"max": 2.0,
|
| 558 |
+
"mean": 0.5180515050888062
|
| 559 |
+
},
|
| 560 |
+
{
|
| 561 |
+
"path": "root.state.row_timestep_plan[23][0]",
|
| 562 |
+
"shape": [
|
| 563 |
+
3
|
| 564 |
+
],
|
| 565 |
+
"dtype": "torch.float32",
|
| 566 |
+
"finite": true,
|
| 567 |
+
"min": 0.06865674257278442,
|
| 568 |
+
"max": 0.9990000128746033,
|
| 569 |
+
"mean": 0.4317931830883026
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"path": "root.state.row_timestep_plan[23][1]",
|
| 573 |
+
"shape": [
|
| 574 |
+
22048
|
| 575 |
+
],
|
| 576 |
+
"dtype": "torch.int64",
|
| 577 |
+
"finite": true,
|
| 578 |
+
"min": 0.0,
|
| 579 |
+
"max": 2.0,
|
| 580 |
+
"mean": 0.5180515050888062
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"path": "root.state.row_timestep_plan[24][0]",
|
| 584 |
+
"shape": [
|
| 585 |
+
3
|
| 586 |
+
],
|
| 587 |
+
"dtype": "torch.float32",
|
| 588 |
+
"finite": true,
|
| 589 |
+
"min": 0.07407402992248535,
|
| 590 |
+
"max": 0.9990000128746033,
|
| 591 |
+
"mean": 0.43849945068359375
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"path": "root.state.row_timestep_plan[24][1]",
|
| 595 |
+
"shape": [
|
| 596 |
+
22048
|
| 597 |
+
],
|
| 598 |
+
"dtype": "torch.int64",
|
| 599 |
+
"finite": true,
|
| 600 |
+
"min": 0.0,
|
| 601 |
+
"max": 2.0,
|
| 602 |
+
"mean": 0.5180515050888062
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"path": "root.state.row_timestep_plan[25][0]",
|
| 606 |
+
"shape": [
|
| 607 |
+
3
|
| 608 |
+
],
|
| 609 |
+
"dtype": "torch.float32",
|
| 610 |
+
"finite": true,
|
| 611 |
+
"min": 0.0798722505569458,
|
| 612 |
+
"max": 0.9990000128746033,
|
| 613 |
+
"mean": 0.44553473591804504
|
| 614 |
+
},
|
| 615 |
+
{
|
| 616 |
+
"path": "root.state.row_timestep_plan[25][1]",
|
| 617 |
+
"shape": [
|
| 618 |
+
22048
|
| 619 |
+
],
|
| 620 |
+
"dtype": "torch.int64",
|
| 621 |
+
"finite": true,
|
| 622 |
+
"min": 0.0,
|
| 623 |
+
"max": 2.0,
|
| 624 |
+
"mean": 0.5180515050888062
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"path": "root.state.row_timestep_plan[26][0]",
|
| 628 |
+
"shape": [
|
| 629 |
+
3
|
| 630 |
+
],
|
| 631 |
+
"dtype": "torch.float32",
|
| 632 |
+
"finite": true,
|
| 633 |
+
"min": 0.08609277009963989,
|
| 634 |
+
"max": 0.9990000128746033,
|
| 635 |
+
"mean": 0.4529256820678711
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"path": "root.state.row_timestep_plan[26][1]",
|
| 639 |
+
"shape": [
|
| 640 |
+
22048
|
| 641 |
+
],
|
| 642 |
+
"dtype": "torch.int64",
|
| 643 |
+
"finite": true,
|
| 644 |
+
"min": 0.0,
|
| 645 |
+
"max": 2.0,
|
| 646 |
+
"mean": 0.5180515050888062
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"path": "root.state.row_timestep_plan[27][0]",
|
| 650 |
+
"shape": [
|
| 651 |
+
3
|
| 652 |
+
],
|
| 653 |
+
"dtype": "torch.float32",
|
| 654 |
+
"finite": true,
|
| 655 |
+
"min": 0.09278357028961182,
|
| 656 |
+
"max": 0.9990000128746033,
|
| 657 |
+
"mean": 0.4607020616531372
|
| 658 |
+
},
|
| 659 |
+
{
|
| 660 |
+
"path": "root.state.row_timestep_plan[27][1]",
|
| 661 |
+
"shape": [
|
| 662 |
+
22048
|
| 663 |
+
],
|
| 664 |
+
"dtype": "torch.int64",
|
| 665 |
+
"finite": true,
|
| 666 |
+
"min": 0.0,
|
| 667 |
+
"max": 2.0,
|
| 668 |
+
"mean": 0.5180515050888062
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"path": "root.state.row_timestep_plan[28][0]",
|
| 672 |
+
"shape": [
|
| 673 |
+
3
|
| 674 |
+
],
|
| 675 |
+
"dtype": "torch.float32",
|
| 676 |
+
"finite": true,
|
| 677 |
+
"min": 0.10000002384185791,
|
| 678 |
+
"max": 0.9990000128746033,
|
| 679 |
+
"mean": 0.4688974618911743
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"path": "root.state.row_timestep_plan[28][1]",
|
| 683 |
+
"shape": [
|
| 684 |
+
22048
|
| 685 |
+
],
|
| 686 |
+
"dtype": "torch.int64",
|
| 687 |
+
"finite": true,
|
| 688 |
+
"min": 0.0,
|
| 689 |
+
"max": 2.0,
|
| 690 |
+
"mean": 0.5180515050888062
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"path": "root.state.row_timestep_plan[29][0]",
|
| 694 |
+
"shape": [
|
| 695 |
+
3
|
| 696 |
+
],
|
| 697 |
+
"dtype": "torch.float32",
|
| 698 |
+
"finite": true,
|
| 699 |
+
"min": 0.1078067421913147,
|
| 700 |
+
"max": 0.9990000128746033,
|
| 701 |
+
"mean": 0.47754982113838196
|
| 702 |
+
},
|
| 703 |
+
{
|
| 704 |
+
"path": "root.state.row_timestep_plan[29][1]",
|
| 705 |
+
"shape": [
|
| 706 |
+
22048
|
| 707 |
+
],
|
| 708 |
+
"dtype": "torch.int64",
|
| 709 |
+
"finite": true,
|
| 710 |
+
"min": 0.0,
|
| 711 |
+
"max": 2.0,
|
| 712 |
+
"mean": 0.5180515050888062
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"path": "root.state.row_timestep_plan[30][0]",
|
| 716 |
+
"shape": [
|
| 717 |
+
3
|
| 718 |
+
],
|
| 719 |
+
"dtype": "torch.float32",
|
| 720 |
+
"finite": true,
|
| 721 |
+
"min": 0.11627912521362305,
|
| 722 |
+
"max": 0.9990000128746033,
|
| 723 |
+
"mean": 0.4867022931575775
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"path": "root.state.row_timestep_plan[30][1]",
|
| 727 |
+
"shape": [
|
| 728 |
+
22048
|
| 729 |
+
],
|
| 730 |
+
"dtype": "torch.int64",
|
| 731 |
+
"finite": true,
|
| 732 |
+
"min": 0.0,
|
| 733 |
+
"max": 2.0,
|
| 734 |
+
"mean": 0.5180515050888062
|
| 735 |
+
},
|
| 736 |
+
{
|
| 737 |
+
"path": "root.state.row_timestep_plan[31][0]",
|
| 738 |
+
"shape": [
|
| 739 |
+
3
|
| 740 |
+
],
|
| 741 |
+
"dtype": "torch.float32",
|
| 742 |
+
"finite": true,
|
| 743 |
+
"min": 0.12550610303878784,
|
| 744 |
+
"max": 0.9990000128746033,
|
| 745 |
+
"mean": 0.4964040219783783
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"path": "root.state.row_timestep_plan[31][1]",
|
| 749 |
+
"shape": [
|
| 750 |
+
22048
|
| 751 |
+
],
|
| 752 |
+
"dtype": "torch.int64",
|
| 753 |
+
"finite": true,
|
| 754 |
+
"min": 0.0,
|
| 755 |
+
"max": 2.0,
|
| 756 |
+
"mean": 0.5180515050888062
|
| 757 |
+
},
|
| 758 |
+
{
|
| 759 |
+
"path": "root.state.row_timestep_plan[32][0]",
|
| 760 |
+
"shape": [
|
| 761 |
+
3
|
| 762 |
+
],
|
| 763 |
+
"dtype": "torch.float32",
|
| 764 |
+
"finite": true,
|
| 765 |
+
"min": 0.13559317588806152,
|
| 766 |
+
"max": 0.9990000128746033,
|
| 767 |
+
"mean": 0.5067117810249329
|
| 768 |
+
},
|
| 769 |
+
{
|
| 770 |
+
"path": "root.state.row_timestep_plan[32][1]",
|
| 771 |
+
"shape": [
|
| 772 |
+
22048
|
| 773 |
+
],
|
| 774 |
+
"dtype": "torch.int64",
|
| 775 |
+
"finite": true,
|
| 776 |
+
"min": 0.0,
|
| 777 |
+
"max": 2.0,
|
| 778 |
+
"mean": 0.5180515050888062
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"path": "root.state.row_timestep_plan[33][0]",
|
| 782 |
+
"shape": [
|
| 783 |
+
3
|
| 784 |
+
],
|
| 785 |
+
"dtype": "torch.float32",
|
| 786 |
+
"finite": true,
|
| 787 |
+
"min": 0.14666670560836792,
|
| 788 |
+
"max": 0.9990000128746033,
|
| 789 |
+
"mean": 0.5176913738250732
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"path": "root.state.row_timestep_plan[33][1]",
|
| 793 |
+
"shape": [
|
| 794 |
+
22048
|
| 795 |
+
],
|
| 796 |
+
"dtype": "torch.int64",
|
| 797 |
+
"finite": true,
|
| 798 |
+
"min": 0.0,
|
| 799 |
+
"max": 2.0,
|
| 800 |
+
"mean": 0.5180515050888062
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"path": "root.state.row_timestep_plan[34][0]",
|
| 804 |
+
"shape": [
|
| 805 |
+
3
|
| 806 |
+
],
|
| 807 |
+
"dtype": "torch.float32",
|
| 808 |
+
"finite": true,
|
| 809 |
+
"min": 0.15887844562530518,
|
| 810 |
+
"max": 0.9990000128746033,
|
| 811 |
+
"mean": 0.5294193625450134
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"path": "root.state.row_timestep_plan[34][1]",
|
| 815 |
+
"shape": [
|
| 816 |
+
22048
|
| 817 |
+
],
|
| 818 |
+
"dtype": "torch.int64",
|
| 819 |
+
"finite": true,
|
| 820 |
+
"min": 0.0,
|
| 821 |
+
"max": 2.0,
|
| 822 |
+
"mean": 0.5180515050888062
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"path": "root.state.row_timestep_plan[35][0]",
|
| 826 |
+
"shape": [
|
| 827 |
+
3
|
| 828 |
+
],
|
| 829 |
+
"dtype": "torch.float32",
|
| 830 |
+
"finite": true,
|
| 831 |
+
"min": 0.17241382598876953,
|
| 832 |
+
"max": 0.9990000128746033,
|
| 833 |
+
"mean": 0.5419864654541016
|
| 834 |
+
},
|
| 835 |
+
{
|
| 836 |
+
"path": "root.state.row_timestep_plan[35][1]",
|
| 837 |
+
"shape": [
|
| 838 |
+
22048
|
| 839 |
+
],
|
| 840 |
+
"dtype": "torch.int64",
|
| 841 |
+
"finite": true,
|
| 842 |
+
"min": 0.0,
|
| 843 |
+
"max": 2.0,
|
| 844 |
+
"mean": 0.5180515050888062
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"path": "root.state.row_timestep_plan[36][0]",
|
| 848 |
+
"shape": [
|
| 849 |
+
3
|
| 850 |
+
],
|
| 851 |
+
"dtype": "torch.float32",
|
| 852 |
+
"finite": true,
|
| 853 |
+
"min": 0.18750005960464478,
|
| 854 |
+
"max": 0.9990000128746033,
|
| 855 |
+
"mean": 0.5555000305175781
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"path": "root.state.row_timestep_plan[36][1]",
|
| 859 |
+
"shape": [
|
| 860 |
+
22048
|
| 861 |
+
],
|
| 862 |
+
"dtype": "torch.int64",
|
| 863 |
+
"finite": true,
|
| 864 |
+
"min": 0.0,
|
| 865 |
+
"max": 2.0,
|
| 866 |
+
"mean": 0.5180515050888062
|
| 867 |
+
},
|
| 868 |
+
{
|
| 869 |
+
"path": "root.state.row_timestep_plan[37][0]",
|
| 870 |
+
"shape": [
|
| 871 |
+
3
|
| 872 |
+
],
|
| 873 |
+
"dtype": "torch.float32",
|
| 874 |
+
"finite": true,
|
| 875 |
+
"min": 0.20441991090774536,
|
| 876 |
+
"max": 0.9990000128746033,
|
| 877 |
+
"mean": 0.5700897574424744
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"path": "root.state.row_timestep_plan[37][1]",
|
| 881 |
+
"shape": [
|
| 882 |
+
22048
|
| 883 |
+
],
|
| 884 |
+
"dtype": "torch.int64",
|
| 885 |
+
"finite": true,
|
| 886 |
+
"min": 0.0,
|
| 887 |
+
"max": 2.0,
|
| 888 |
+
"mean": 0.5180515050888062
|
| 889 |
+
},
|
| 890 |
+
{
|
| 891 |
+
"path": "root.state.row_timestep_plan[38][0]",
|
| 892 |
+
"shape": [
|
| 893 |
+
3
|
| 894 |
+
],
|
| 895 |
+
"dtype": "torch.float32",
|
| 896 |
+
"finite": true,
|
| 897 |
+
"min": 0.22352945804595947,
|
| 898 |
+
"max": 0.9990000128746033,
|
| 899 |
+
"mean": 0.5859135985374451
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"path": "root.state.row_timestep_plan[38][1]",
|
| 903 |
+
"shape": [
|
| 904 |
+
22048
|
| 905 |
+
],
|
| 906 |
+
"dtype": "torch.int64",
|
| 907 |
+
"finite": true,
|
| 908 |
+
"min": 0.0,
|
| 909 |
+
"max": 2.0,
|
| 910 |
+
"mean": 0.5180515050888062
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"path": "root.state.row_timestep_plan[39][0]",
|
| 914 |
+
"shape": [
|
| 915 |
+
3
|
| 916 |
+
],
|
| 917 |
+
"dtype": "torch.float32",
|
| 918 |
+
"finite": true,
|
| 919 |
+
"min": 0.2452830672264099,
|
| 920 |
+
"max": 0.9990000128746033,
|
| 921 |
+
"mean": 0.6031668186187744
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"path": "root.state.row_timestep_plan[39][1]",
|
| 925 |
+
"shape": [
|
| 926 |
+
22048
|
| 927 |
+
],
|
| 928 |
+
"dtype": "torch.int64",
|
| 929 |
+
"finite": true,
|
| 930 |
+
"min": 0.0,
|
| 931 |
+
"max": 2.0,
|
| 932 |
+
"mean": 0.5180515050888062
|
| 933 |
+
},
|
| 934 |
+
{
|
| 935 |
+
"path": "root.state.row_timestep_plan[40][0]",
|
| 936 |
+
"shape": [
|
| 937 |
+
3
|
| 938 |
+
],
|
| 939 |
+
"dtype": "torch.float32",
|
| 940 |
+
"finite": true,
|
| 941 |
+
"min": 0.27027028799057007,
|
| 942 |
+
"max": 0.9990000128746033,
|
| 943 |
+
"mean": 0.6220951080322266
|
| 944 |
+
},
|
| 945 |
+
{
|
| 946 |
+
"path": "root.state.row_timestep_plan[40][1]",
|
| 947 |
+
"shape": [
|
| 948 |
+
22048
|
| 949 |
+
],
|
| 950 |
+
"dtype": "torch.int64",
|
| 951 |
+
"finite": true,
|
| 952 |
+
"min": 0.0,
|
| 953 |
+
"max": 2.0,
|
| 954 |
+
"mean": 0.5180515050888062
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"path": "root.state.row_timestep_plan[41][0]",
|
| 958 |
+
"shape": [
|
| 959 |
+
3
|
| 960 |
+
],
|
| 961 |
+
"dtype": "torch.float32",
|
| 962 |
+
"finite": true,
|
| 963 |
+
"min": 0.2992700934410095,
|
| 964 |
+
"max": 0.9990000128746033,
|
| 965 |
+
"mean": 0.6430131196975708
|
| 966 |
+
},
|
| 967 |
+
{
|
| 968 |
+
"path": "root.state.row_timestep_plan[41][1]",
|
| 969 |
+
"shape": [
|
| 970 |
+
22048
|
| 971 |
+
],
|
| 972 |
+
"dtype": "torch.int64",
|
| 973 |
+
"finite": true,
|
| 974 |
+
"min": 0.0,
|
| 975 |
+
"max": 2.0,
|
| 976 |
+
"mean": 0.5180515050888062
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"path": "root.state.row_timestep_plan[42][0]",
|
| 980 |
+
"shape": [
|
| 981 |
+
3
|
| 982 |
+
],
|
| 983 |
+
"dtype": "torch.float32",
|
| 984 |
+
"finite": true,
|
| 985 |
+
"min": 0.3333333730697632,
|
| 986 |
+
"max": 0.9990000128746033,
|
| 987 |
+
"mean": 0.6663333773612976
|
| 988 |
+
},
|
| 989 |
+
{
|
| 990 |
+
"path": "root.state.row_timestep_plan[42][1]",
|
| 991 |
+
"shape": [
|
| 992 |
+
22048
|
| 993 |
+
],
|
| 994 |
+
"dtype": "torch.int64",
|
| 995 |
+
"finite": true,
|
| 996 |
+
"min": 0.0,
|
| 997 |
+
"max": 2.0,
|
| 998 |
+
"mean": 0.5180515050888062
|
| 999 |
+
},
|
| 1000 |
+
{
|
| 1001 |
+
"path": "root.state.row_timestep_plan[43][0]",
|
| 1002 |
+
"shape": [
|
| 1003 |
+
3
|
| 1004 |
+
],
|
| 1005 |
+
"dtype": "torch.float32",
|
| 1006 |
+
"finite": true,
|
| 1007 |
+
"min": 0.373913049697876,
|
| 1008 |
+
"max": 0.9990000128746033,
|
| 1009 |
+
"mean": 0.6926103234291077
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"path": "root.state.row_timestep_plan[43][1]",
|
| 1013 |
+
"shape": [
|
| 1014 |
+
22048
|
| 1015 |
+
],
|
| 1016 |
+
"dtype": "torch.int64",
|
| 1017 |
+
"finite": true,
|
| 1018 |
+
"min": 0.0,
|
| 1019 |
+
"max": 2.0,
|
| 1020 |
+
"mean": 0.5180515050888062
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"path": "root.state.row_timestep_plan[44][0]",
|
| 1024 |
+
"shape": [
|
| 1025 |
+
3
|
| 1026 |
+
],
|
| 1027 |
+
"dtype": "torch.float32",
|
| 1028 |
+
"finite": true,
|
| 1029 |
+
"min": 0.4230769872665405,
|
| 1030 |
+
"max": 0.9990000128746033,
|
| 1031 |
+
"mean": 0.7226132750511169
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"path": "root.state.row_timestep_plan[44][1]",
|
| 1035 |
+
"shape": [
|
| 1036 |
+
22048
|
| 1037 |
+
],
|
| 1038 |
+
"dtype": "torch.int64",
|
| 1039 |
+
"finite": true,
|
| 1040 |
+
"min": 0.0,
|
| 1041 |
+
"max": 2.0,
|
| 1042 |
+
"mean": 0.5180515050888062
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"path": "root.state.row_timestep_plan[45][0]",
|
| 1046 |
+
"shape": [
|
| 1047 |
+
3
|
| 1048 |
+
],
|
| 1049 |
+
"dtype": "torch.float32",
|
| 1050 |
+
"finite": true,
|
| 1051 |
+
"min": 0.4838709831237793,
|
| 1052 |
+
"max": 0.9990000128746033,
|
| 1053 |
+
"mean": 0.7574481964111328
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"path": "root.state.row_timestep_plan[45][1]",
|
| 1057 |
+
"shape": [
|
| 1058 |
+
22048
|
| 1059 |
+
],
|
| 1060 |
+
"dtype": "torch.int64",
|
| 1061 |
+
"finite": true,
|
| 1062 |
+
"min": 0.0,
|
| 1063 |
+
"max": 2.0,
|
| 1064 |
+
"mean": 0.5180515050888062
|
| 1065 |
+
},
|
| 1066 |
+
{
|
| 1067 |
+
"path": "root.state.row_timestep_plan[46][0]",
|
| 1068 |
+
"shape": [
|
| 1069 |
+
3
|
| 1070 |
+
],
|
| 1071 |
+
"dtype": "torch.float32",
|
| 1072 |
+
"finite": true,
|
| 1073 |
+
"min": 0.5609756112098694,
|
| 1074 |
+
"max": 0.9990000128746033,
|
| 1075 |
+
"mean": 0.7987797260284424
|
| 1076 |
+
},
|
| 1077 |
+
{
|
| 1078 |
+
"path": "root.state.row_timestep_plan[46][1]",
|
| 1079 |
+
"shape": [
|
| 1080 |
+
22048
|
| 1081 |
+
],
|
| 1082 |
+
"dtype": "torch.int64",
|
| 1083 |
+
"finite": true,
|
| 1084 |
+
"min": 0.0,
|
| 1085 |
+
"max": 2.0,
|
| 1086 |
+
"mean": 0.5180515050888062
|
| 1087 |
+
},
|
| 1088 |
+
{
|
| 1089 |
+
"path": "root.state.row_timestep_plan[47][0]",
|
| 1090 |
+
"shape": [
|
| 1091 |
+
3
|
| 1092 |
+
],
|
| 1093 |
+
"dtype": "torch.float32",
|
| 1094 |
+
"finite": true,
|
| 1095 |
+
"min": 0.6619718074798584,
|
| 1096 |
+
"max": 0.9990000128746033,
|
| 1097 |
+
"mean": 0.8492547869682312
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"path": "root.state.row_timestep_plan[47][1]",
|
| 1101 |
+
"shape": [
|
| 1102 |
+
22048
|
| 1103 |
+
],
|
| 1104 |
+
"dtype": "torch.int64",
|
| 1105 |
+
"finite": true,
|
| 1106 |
+
"min": 0.0,
|
| 1107 |
+
"max": 2.0,
|
| 1108 |
+
"mean": 0.5180515050888062
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"path": "root.state.row_timestep_plan[48][0]",
|
| 1112 |
+
"shape": [
|
| 1113 |
+
3
|
| 1114 |
+
],
|
| 1115 |
+
"dtype": "torch.float32",
|
| 1116 |
+
"finite": true,
|
| 1117 |
+
"min": 0.800000011920929,
|
| 1118 |
+
"max": 0.9990000128746033,
|
| 1119 |
+
"mean": 0.9133921265602112
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"path": "root.state.row_timestep_plan[48][1]",
|
| 1123 |
+
"shape": [
|
| 1124 |
+
22048
|
| 1125 |
+
],
|
| 1126 |
+
"dtype": "torch.int64",
|
| 1127 |
+
"finite": true,
|
| 1128 |
+
"min": 0.0,
|
| 1129 |
+
"max": 2.0,
|
| 1130 |
+
"mean": 0.5180515050888062
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"path": "root.state.token_tags",
|
| 1134 |
+
"shape": [
|
| 1135 |
+
22048
|
| 1136 |
+
],
|
| 1137 |
+
"dtype": "torch.int64",
|
| 1138 |
+
"finite": true,
|
| 1139 |
+
"min": 0.0,
|
| 1140 |
+
"max": 2.0,
|
| 1141 |
+
"mean": 0.041137516498565674
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"path": "root.state.position_ids",
|
| 1145 |
+
"shape": [
|
| 1146 |
+
22048,
|
| 1147 |
+
3
|
| 1148 |
+
],
|
| 1149 |
+
"dtype": "torch.float64",
|
| 1150 |
+
"finite": true,
|
| 1151 |
+
"min": -2.547236919403076,
|
| 1152 |
+
"max": 5792.0,
|
| 1153 |
+
"mean": 1650.107666015625
|
| 1154 |
+
},
|
| 1155 |
+
{
|
| 1156 |
+
"path": "root.state.video_indices",
|
| 1157 |
+
"shape": [
|
| 1158 |
+
16049
|
| 1159 |
+
],
|
| 1160 |
+
"dtype": "torch.int64",
|
| 1161 |
+
"finite": true,
|
| 1162 |
+
"min": 5585.0,
|
| 1163 |
+
"max": 22047.0,
|
| 1164 |
+
"mean": 13881.01953125
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"path": "root.state.audio_indices",
|
| 1168 |
+
"shape": [
|
| 1169 |
+
414
|
| 1170 |
+
],
|
| 1171 |
+
"dtype": "torch.int64",
|
| 1172 |
+
"finite": true,
|
| 1173 |
+
"min": 11089.0,
|
| 1174 |
+
"max": 11502.0,
|
| 1175 |
+
"mean": 11295.5
|
| 1176 |
+
},
|
| 1177 |
+
{
|
| 1178 |
+
"path": "root.state.text_indices",
|
| 1179 |
+
"shape": [
|
| 1180 |
+
5585
|
| 1181 |
+
],
|
| 1182 |
+
"dtype": "torch.int64",
|
| 1183 |
+
"finite": true,
|
| 1184 |
+
"min": 0.0,
|
| 1185 |
+
"max": 5584.0,
|
| 1186 |
+
"mean": 2792.0
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"path": "root.state.audio_timesteps",
|
| 1190 |
+
"shape": [
|
| 1191 |
+
49
|
| 1192 |
+
],
|
| 1193 |
+
"dtype": "torch.float32",
|
| 1194 |
+
"finite": true,
|
| 1195 |
+
"min": 0.0,
|
| 1196 |
+
"max": 0.9411764740943909,
|
| 1197 |
+
"mean": 0.3138476312160492
|
| 1198 |
+
}
|
| 1199 |
+
]
|
| 1200 |
+
}
|
benchmarks/early-gate/native-dynamic-zoom-early.metrics.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "early_stop",
|
| 3 |
+
"variant": "orbitquant_w4a4",
|
| 4 |
+
"bf16_components": [],
|
| 5 |
+
"component_plan": {
|
| 6 |
+
"transformer": {
|
| 7 |
+
"source": "release",
|
| 8 |
+
"path": "/workspace/orbitquant-h3-perf/model/transformer"
|
| 9 |
+
},
|
| 10 |
+
"text_encoder": {
|
| 11 |
+
"source": "release",
|
| 12 |
+
"path": "/workspace/orbitquant-h3-perf/model/text_encoder"
|
| 13 |
+
},
|
| 14 |
+
"vae": {
|
| 15 |
+
"source": "release",
|
| 16 |
+
"path": "/workspace/orbitquant-h3-perf/model/vae"
|
| 17 |
+
},
|
| 18 |
+
"audio_vae": {
|
| 19 |
+
"source": "release",
|
| 20 |
+
"path": "/workspace/orbitquant-h3-perf/model/audio_vae"
|
| 21 |
+
}
|
| 22 |
+
},
|
| 23 |
+
"output_type": "pil",
|
| 24 |
+
"task": "t2va",
|
| 25 |
+
"prompt": "Single continuous live-action shot, no cuts. In heavy rain at night, a woman in a yellow raincoat runs directly toward the camera. The camera rapidly dollies backward, then smoothly zooms from a medium close-up to an extreme close-up of her face in the first two seconds. She turns her head left and right while running; wet hair crosses her cheeks; she looks into the lens and says in Russian: «Не отставай, мы почти пришли». Preserve the same face, natural eyes and lips, persistent skin texture, realistic motion blur, neon reflections, rain ambience.",
|
| 26 |
+
"seed": 42,
|
| 27 |
+
"height": 480,
|
| 28 |
+
"width": 608,
|
| 29 |
+
"num_frames": 124,
|
| 30 |
+
"fps": 24,
|
| 31 |
+
"num_inference_steps": 50,
|
| 32 |
+
"model_evaluations": 49,
|
| 33 |
+
"planned_denoise_steps": 1,
|
| 34 |
+
"checkpoint_dir": "/workspace/orbitquant-h3-perf/runs/native-default50/checkpoints",
|
| 35 |
+
"checkpoint_policy": "atomic_block_state_after_each_scheduler_step",
|
| 36 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 37 |
+
"pid": 6935,
|
| 38 |
+
"h3_dtype_views": 50,
|
| 39 |
+
"transformer_runtime_mode": "auto_fused",
|
| 40 |
+
"transformer_runtime_mode_modules": 300,
|
| 41 |
+
"w4a4_int8_weight_cache_modules": 0,
|
| 42 |
+
"load_seconds": 1.487323367036879,
|
| 43 |
+
"offload": {
|
| 44 |
+
"mode": "manual_stage_offload",
|
| 45 |
+
"conditioner": "cuda_then_cpu",
|
| 46 |
+
"transformer": "cpu_then_cuda",
|
| 47 |
+
"vae": "cpu",
|
| 48 |
+
"audio_vae": "cpu"
|
| 49 |
+
},
|
| 50 |
+
"transformer_dequant_cache_disabled_modules": 0,
|
| 51 |
+
"move_to_cuda_seconds": 1.5776299671269953,
|
| 52 |
+
"cuda_after_load_bytes": 19951415808,
|
| 53 |
+
"completed_denoise_steps": 1,
|
| 54 |
+
"total_denoise_steps": 49,
|
| 55 |
+
"generation_seconds": 12.247872655745596,
|
| 56 |
+
"cuda_generation_peak_bytes": 46354671104
|
| 57 |
+
}
|
benchmarks/early-gate/native-vs-w4a16-step001.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "compared",
|
| 3 |
+
"completed_step": 1,
|
| 4 |
+
"total_steps": 49,
|
| 5 |
+
"matched_metadata": {
|
| 6 |
+
"task": "t2va",
|
| 7 |
+
"prompt": "Single continuous live-action shot, no cuts. In heavy rain at night, a woman in a yellow raincoat runs directly toward the camera. The camera rapidly dollies backward, then smoothly zooms from a medium close-up to an extreme close-up of her face in the first two seconds. She turns her head left and right while running; wet hair crosses her cheeks; she looks into the lens and says in Russian: «Не отставай, мы почти пришли». Preserve the same face, natural eyes and lips, persistent skin texture, realistic motion blur, neon reflections, rain ambience.",
|
| 8 |
+
"seed": 42,
|
| 9 |
+
"height": 480,
|
| 10 |
+
"width": 608,
|
| 11 |
+
"num_frames": 124,
|
| 12 |
+
"num_inference_steps": 50
|
| 13 |
+
},
|
| 14 |
+
"video_latents": {
|
| 15 |
+
"shape": [
|
| 16 |
+
10545,
|
| 17 |
+
96
|
| 18 |
+
],
|
| 19 |
+
"rmse": 0.0004155437054578215,
|
| 20 |
+
"reference_rms": 0.998328447341919,
|
| 21 |
+
"nrmse": 0.00041623947165306144,
|
| 22 |
+
"cosine_similarity": 1.0000184456056993,
|
| 23 |
+
"max_abs_error": 0.002462148666381836
|
| 24 |
+
},
|
| 25 |
+
"audio_latents": {
|
| 26 |
+
"shape": [
|
| 27 |
+
414,
|
| 28 |
+
32
|
| 29 |
+
],
|
| 30 |
+
"rmse": 0.000725507561583072,
|
| 31 |
+
"reference_rms": 0.9890910387039185,
|
| 32 |
+
"nrmse": 0.0007335093870972281,
|
| 33 |
+
"cosine_similarity": 0.9999999635822313,
|
| 34 |
+
"max_abs_error": 0.0029428284615278244
|
| 35 |
+
},
|
| 36 |
+
"reference_checkpoint": "/workspace/orbitquant-h3-perf/runs/dequant-control/checkpoints/step-001-of-049.pt",
|
| 37 |
+
"candidate_checkpoint": "/workspace/orbitquant-h3-perf/runs/native-default50/checkpoints/step-001-of-049.pt"
|
| 38 |
+
}
|
benchmarks/early-gate/w4a16-dynamic-zoom-early.metrics.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "early_stop",
|
| 3 |
+
"variant": "orbitquant_w4a4_text_w4a16_transformer",
|
| 4 |
+
"bf16_components": [],
|
| 5 |
+
"component_plan": {
|
| 6 |
+
"transformer": {
|
| 7 |
+
"source": "release",
|
| 8 |
+
"path": "/workspace/orbitquant-h3-perf/model/transformer"
|
| 9 |
+
},
|
| 10 |
+
"text_encoder": {
|
| 11 |
+
"source": "release",
|
| 12 |
+
"path": "/workspace/orbitquant-h3-perf/model/text_encoder"
|
| 13 |
+
},
|
| 14 |
+
"vae": {
|
| 15 |
+
"source": "release",
|
| 16 |
+
"path": "/workspace/orbitquant-h3-perf/model/vae"
|
| 17 |
+
},
|
| 18 |
+
"audio_vae": {
|
| 19 |
+
"source": "release",
|
| 20 |
+
"path": "/workspace/orbitquant-h3-perf/model/audio_vae"
|
| 21 |
+
}
|
| 22 |
+
},
|
| 23 |
+
"output_type": "pil",
|
| 24 |
+
"task": "t2va",
|
| 25 |
+
"prompt": "Single continuous live-action shot, no cuts. In heavy rain at night, a woman in a yellow raincoat runs directly toward the camera. The camera rapidly dollies backward, then smoothly zooms from a medium close-up to an extreme close-up of her face in the first two seconds. She turns her head left and right while running; wet hair crosses her cheeks; she looks into the lens and says in Russian: «Не отставай, мы почти пришли». Preserve the same face, natural eyes and lips, persistent skin texture, realistic motion blur, neon reflections, rain ambience.",
|
| 26 |
+
"seed": 42,
|
| 27 |
+
"height": 480,
|
| 28 |
+
"width": 608,
|
| 29 |
+
"num_frames": 124,
|
| 30 |
+
"fps": 24,
|
| 31 |
+
"num_inference_steps": 50,
|
| 32 |
+
"model_evaluations": 49,
|
| 33 |
+
"planned_denoise_steps": 1,
|
| 34 |
+
"checkpoint_dir": "/workspace/orbitquant-h3-perf/runs/dequant-control/checkpoints",
|
| 35 |
+
"checkpoint_policy": "atomic_block_state_after_each_scheduler_step",
|
| 36 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 37 |
+
"pid": 7396,
|
| 38 |
+
"h3_dtype_views": 50,
|
| 39 |
+
"transformer_runtime_mode": "dequant_bf16",
|
| 40 |
+
"transformer_runtime_mode_modules": 300,
|
| 41 |
+
"w4a4_int8_weight_cache_modules": 0,
|
| 42 |
+
"load_seconds": 1.3163598240353167,
|
| 43 |
+
"offload": {
|
| 44 |
+
"mode": "manual_stage_offload",
|
| 45 |
+
"conditioner": "cuda_then_cpu",
|
| 46 |
+
"transformer": "cpu_then_cuda",
|
| 47 |
+
"vae": "cpu",
|
| 48 |
+
"audio_vae": "cpu"
|
| 49 |
+
},
|
| 50 |
+
"transformer_dequant_cache_disabled_modules": 300,
|
| 51 |
+
"move_to_cuda_seconds": 1.5451071108691394,
|
| 52 |
+
"cuda_after_load_bytes": 19951415808,
|
| 53 |
+
"completed_denoise_steps": 1,
|
| 54 |
+
"total_denoise_steps": 49,
|
| 55 |
+
"generation_seconds": 9.525488262996078,
|
| 56 |
+
"cuda_generation_peak_bytes": 46354364928
|
| 57 |
+
}
|
benchmarks/example_metrics.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,role,task,seed,variant,generation_seconds,decode_seconds,load_seconds,cuda_generation_peak_bytes,cuda_decode_peak_bytes,h264_bytes,hevc_bytes
|
| 2 |
+
source-bf16-control,source control,t2va,74001,controlled_bf16_ablation,451.5754231447354,19.563463208731264,1.5101884552277625,68463336960,12139359744,635349,375788
|
| 3 |
+
w4-text-control,component isolation control,t2va,74001,controlled_bf16_ablation,381.5656377780251,13.154935840982944,2.5672516343183815,68464447488,12139359744,753550,449021
|
| 4 |
+
w4a4-native-t2va,final native W4A4 T2VA recipe,t2va,42,orbitquant_w4a4,114.6722432100214,4.709521219134331,1.4625724367797375,46359644160,12139359744,815089,474343
|
benchmarks/example_metrics.json
ADDED
|
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "source-bf16-control",
|
| 4 |
+
"title": "Source BF16 control — dynamic zoom and dialogue",
|
| 5 |
+
"role": "source control",
|
| 6 |
+
"task": "t2va",
|
| 7 |
+
"seed": 74001,
|
| 8 |
+
"variant": "controlled_bf16_ablation",
|
| 9 |
+
"generation_seconds": 451.5754231447354,
|
| 10 |
+
"decode_seconds": 19.563463208731264,
|
| 11 |
+
"load_seconds": 1.5101884552277625,
|
| 12 |
+
"cuda_generation_peak_bytes": 68463336960,
|
| 13 |
+
"cuda_decode_peak_bytes": 12139359744,
|
| 14 |
+
"offload": {
|
| 15 |
+
"mode": "components_manager_auto_cpu_offload",
|
| 16 |
+
"device": "cuda",
|
| 17 |
+
"memory_reserve_margin": "64GB"
|
| 18 |
+
},
|
| 19 |
+
"quality_gate": {
|
| 20 |
+
"status": "pass",
|
| 21 |
+
"model_evaluations": 49,
|
| 22 |
+
"reviewed_frame_count": 26
|
| 23 |
+
},
|
| 24 |
+
"manual_review": {
|
| 25 |
+
"status": "pass",
|
| 26 |
+
"review_type": "manual_visual_temporal",
|
| 27 |
+
"reviewed_frame_indices": [
|
| 28 |
+
0,
|
| 29 |
+
5,
|
| 30 |
+
10,
|
| 31 |
+
15,
|
| 32 |
+
20,
|
| 33 |
+
25,
|
| 34 |
+
30,
|
| 35 |
+
35,
|
| 36 |
+
40,
|
| 37 |
+
45,
|
| 38 |
+
50,
|
| 39 |
+
55,
|
| 40 |
+
60,
|
| 41 |
+
65,
|
| 42 |
+
70,
|
| 43 |
+
75,
|
| 44 |
+
80,
|
| 45 |
+
85,
|
| 46 |
+
90,
|
| 47 |
+
95,
|
| 48 |
+
100,
|
| 49 |
+
105,
|
| 50 |
+
110,
|
| 51 |
+
115,
|
| 52 |
+
120,
|
| 53 |
+
123
|
| 54 |
+
],
|
| 55 |
+
"prompt_subject_recognizable": true,
|
| 56 |
+
"coherent_motion": true,
|
| 57 |
+
"repeating_tile_artifacts": false,
|
| 58 |
+
"motion_ghosting": false,
|
| 59 |
+
"texture_breakup": false,
|
| 60 |
+
"face_integrity": true,
|
| 61 |
+
"full_resolution_frame_reviewed": true,
|
| 62 |
+
"notes": "Dense every-fifth-frame and 6 FPS tail review preserves one face, aligned eyes and lips, and persistent wet-skin texture. Fast running frames contain ordinary motion blur that resolves in adjacent frames. This review is visual only; generated audio still requires a listening gate."
|
| 63 |
+
},
|
| 64 |
+
"h264_bytes": 635349,
|
| 65 |
+
"hevc_bytes": 375788
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"id": "w4-text-control",
|
| 69 |
+
"title": "OrbitQuant W4A4 text encoder, BF16 denoiser",
|
| 70 |
+
"role": "component isolation control",
|
| 71 |
+
"task": "t2va",
|
| 72 |
+
"seed": 74001,
|
| 73 |
+
"variant": "controlled_bf16_ablation",
|
| 74 |
+
"generation_seconds": 381.5656377780251,
|
| 75 |
+
"decode_seconds": 13.154935840982944,
|
| 76 |
+
"load_seconds": 2.5672516343183815,
|
| 77 |
+
"cuda_generation_peak_bytes": 68464447488,
|
| 78 |
+
"cuda_decode_peak_bytes": 12139359744,
|
| 79 |
+
"offload": {
|
| 80 |
+
"mode": "components_manager_auto_cpu_offload",
|
| 81 |
+
"device": "cuda",
|
| 82 |
+
"memory_reserve_margin": "64GB"
|
| 83 |
+
},
|
| 84 |
+
"quality_gate": {
|
| 85 |
+
"status": "pass",
|
| 86 |
+
"model_evaluations": 49,
|
| 87 |
+
"reviewed_frame_count": 26
|
| 88 |
+
},
|
| 89 |
+
"manual_review": {
|
| 90 |
+
"status": "pass",
|
| 91 |
+
"review_type": "manual_visual_temporal",
|
| 92 |
+
"reviewed_frame_indices": [
|
| 93 |
+
0,
|
| 94 |
+
5,
|
| 95 |
+
10,
|
| 96 |
+
15,
|
| 97 |
+
20,
|
| 98 |
+
25,
|
| 99 |
+
30,
|
| 100 |
+
35,
|
| 101 |
+
40,
|
| 102 |
+
45,
|
| 103 |
+
50,
|
| 104 |
+
55,
|
| 105 |
+
60,
|
| 106 |
+
65,
|
| 107 |
+
70,
|
| 108 |
+
75,
|
| 109 |
+
80,
|
| 110 |
+
85,
|
| 111 |
+
90,
|
| 112 |
+
95,
|
| 113 |
+
100,
|
| 114 |
+
105,
|
| 115 |
+
110,
|
| 116 |
+
115,
|
| 117 |
+
120,
|
| 118 |
+
123
|
| 119 |
+
],
|
| 120 |
+
"prompt_subject_recognizable": true,
|
| 121 |
+
"coherent_motion": true,
|
| 122 |
+
"repeating_tile_artifacts": false,
|
| 123 |
+
"motion_ghosting": false,
|
| 124 |
+
"texture_breakup": false,
|
| 125 |
+
"face_integrity": true,
|
| 126 |
+
"full_resolution_frame_reviewed": true,
|
| 127 |
+
"audio_listening_status": "pass",
|
| 128 |
+
"audio_reviewed_by": "user",
|
| 129 |
+
"notes": "Dense every-fifth-frame and 6 FPS tail review preserves one face, aligned eyes and lips, and persistent wet-skin texture. Full-resolution frames 80 and 123 were inspected directly. The user reviewed the embedded video with audio and judged it ideal."
|
| 130 |
+
},
|
| 131 |
+
"h264_bytes": 753550,
|
| 132 |
+
"hevc_bytes": 449021
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"id": "w4a4-native-t2va",
|
| 136 |
+
"title": "Final native W4A4 text + W4A4 T2VA transformer",
|
| 137 |
+
"role": "final native W4A4 T2VA recipe",
|
| 138 |
+
"task": "t2va",
|
| 139 |
+
"seed": 42,
|
| 140 |
+
"variant": "orbitquant_w4a4",
|
| 141 |
+
"generation_seconds": 114.6722432100214,
|
| 142 |
+
"decode_seconds": 4.709521219134331,
|
| 143 |
+
"load_seconds": 1.4625724367797375,
|
| 144 |
+
"cuda_generation_peak_bytes": 46359644160,
|
| 145 |
+
"cuda_decode_peak_bytes": 12139359744,
|
| 146 |
+
"offload": {
|
| 147 |
+
"mode": "manual_stage_offload",
|
| 148 |
+
"conditioner": "cuda_then_cpu",
|
| 149 |
+
"transformer": "cpu_then_cuda",
|
| 150 |
+
"vae": "cpu",
|
| 151 |
+
"audio_vae": "cpu"
|
| 152 |
+
},
|
| 153 |
+
"quality_gate": {
|
| 154 |
+
"status": "pass",
|
| 155 |
+
"model_evaluations": 49,
|
| 156 |
+
"reviewed_frame_count": 19
|
| 157 |
+
},
|
| 158 |
+
"manual_review": {
|
| 159 |
+
"status": "pass",
|
| 160 |
+
"review_type": "manual_visual_temporal_and_audio_signal",
|
| 161 |
+
"reviewed_frame_indices": [
|
| 162 |
+
0,
|
| 163 |
+
24,
|
| 164 |
+
48,
|
| 165 |
+
60,
|
| 166 |
+
72,
|
| 167 |
+
80,
|
| 168 |
+
84,
|
| 169 |
+
88,
|
| 170 |
+
90,
|
| 171 |
+
92,
|
| 172 |
+
96,
|
| 173 |
+
100,
|
| 174 |
+
104,
|
| 175 |
+
108,
|
| 176 |
+
110,
|
| 177 |
+
112,
|
| 178 |
+
116,
|
| 179 |
+
120,
|
| 180 |
+
123
|
| 181 |
+
],
|
| 182 |
+
"prompt_subject_recognizable": true,
|
| 183 |
+
"coherent_motion": true,
|
| 184 |
+
"repeating_tile_artifacts": false,
|
| 185 |
+
"motion_ghosting": false,
|
| 186 |
+
"texture_breakup": false,
|
| 187 |
+
"face_integrity": true,
|
| 188 |
+
"full_resolution_frame_reviewed": true,
|
| 189 |
+
"audio_signal_integrity": true,
|
| 190 |
+
"audio_user_listening_status": "pending",
|
| 191 |
+
"notes": "Full-timeline and dense late-motion grids plus full-resolution frames 60, 90, 110, and 123 preserve one coherent face, aligned eyes, connected lip motion, teeth, rain, and skin texture without the earlier grid, doubled contour, ghosting, or breakup. The HEVC/AAC file decodes to 124 frames at 608x480. Audio has no NaN/Inf samples or clipping, peaks at -0.27 dBFS, and has no persistent high-frequency narrow-band tone; energy above 8 kHz is 1.42%, below the accepted W4A16 control's 2.99%."
|
| 192 |
+
},
|
| 193 |
+
"h264_bytes": 815089,
|
| 194 |
+
"hevc_bytes": 474343
|
| 195 |
+
}
|
| 196 |
+
]
|
benchmarks/media_probe.json
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "source-bf16-control",
|
| 4 |
+
"h264": {
|
| 5 |
+
"programs": [],
|
| 6 |
+
"streams": [
|
| 7 |
+
{
|
| 8 |
+
"index": 0,
|
| 9 |
+
"codec_name": "h264",
|
| 10 |
+
"codec_type": "video",
|
| 11 |
+
"codec_tag_string": "avc1",
|
| 12 |
+
"width": 608,
|
| 13 |
+
"height": 480,
|
| 14 |
+
"r_frame_rate": "24/1",
|
| 15 |
+
"nb_frames": "124",
|
| 16 |
+
"nb_read_frames": "124"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"index": 1,
|
| 20 |
+
"codec_name": "aac",
|
| 21 |
+
"codec_type": "audio",
|
| 22 |
+
"codec_tag_string": "mp4a",
|
| 23 |
+
"sample_rate": "32000",
|
| 24 |
+
"channels": 2,
|
| 25 |
+
"r_frame_rate": "0/0",
|
| 26 |
+
"nb_frames": "163",
|
| 27 |
+
"nb_read_frames": "162"
|
| 28 |
+
}
|
| 29 |
+
],
|
| 30 |
+
"format": {
|
| 31 |
+
"duration": "5.175000",
|
| 32 |
+
"size": "635349"
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"hevc": {
|
| 36 |
+
"programs": [],
|
| 37 |
+
"streams": [
|
| 38 |
+
{
|
| 39 |
+
"index": 0,
|
| 40 |
+
"codec_name": "hevc",
|
| 41 |
+
"codec_type": "video",
|
| 42 |
+
"codec_tag_string": "hvc1",
|
| 43 |
+
"width": 608,
|
| 44 |
+
"height": 480,
|
| 45 |
+
"r_frame_rate": "24/1",
|
| 46 |
+
"nb_frames": "124",
|
| 47 |
+
"nb_read_frames": "124"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"index": 1,
|
| 51 |
+
"codec_name": "aac",
|
| 52 |
+
"codec_type": "audio",
|
| 53 |
+
"codec_tag_string": "mp4a",
|
| 54 |
+
"sample_rate": "32000",
|
| 55 |
+
"channels": 2,
|
| 56 |
+
"r_frame_rate": "0/0",
|
| 57 |
+
"nb_frames": "163",
|
| 58 |
+
"nb_read_frames": "162"
|
| 59 |
+
}
|
| 60 |
+
],
|
| 61 |
+
"format": {
|
| 62 |
+
"duration": "5.175000",
|
| 63 |
+
"size": "375788"
|
| 64 |
+
}
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"id": "w4-text-control",
|
| 69 |
+
"h264": {
|
| 70 |
+
"programs": [],
|
| 71 |
+
"streams": [
|
| 72 |
+
{
|
| 73 |
+
"index": 0,
|
| 74 |
+
"codec_name": "h264",
|
| 75 |
+
"codec_type": "video",
|
| 76 |
+
"codec_tag_string": "avc1",
|
| 77 |
+
"width": 608,
|
| 78 |
+
"height": 480,
|
| 79 |
+
"r_frame_rate": "24/1",
|
| 80 |
+
"nb_frames": "124",
|
| 81 |
+
"nb_read_frames": "124"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"index": 1,
|
| 85 |
+
"codec_name": "aac",
|
| 86 |
+
"codec_type": "audio",
|
| 87 |
+
"codec_tag_string": "mp4a",
|
| 88 |
+
"sample_rate": "32000",
|
| 89 |
+
"channels": 2,
|
| 90 |
+
"r_frame_rate": "0/0",
|
| 91 |
+
"nb_frames": "163",
|
| 92 |
+
"nb_read_frames": "162"
|
| 93 |
+
}
|
| 94 |
+
],
|
| 95 |
+
"format": {
|
| 96 |
+
"duration": "5.175000",
|
| 97 |
+
"size": "753550"
|
| 98 |
+
}
|
| 99 |
+
},
|
| 100 |
+
"hevc": {
|
| 101 |
+
"programs": [],
|
| 102 |
+
"streams": [
|
| 103 |
+
{
|
| 104 |
+
"index": 0,
|
| 105 |
+
"codec_name": "hevc",
|
| 106 |
+
"codec_type": "video",
|
| 107 |
+
"codec_tag_string": "hvc1",
|
| 108 |
+
"width": 608,
|
| 109 |
+
"height": 480,
|
| 110 |
+
"r_frame_rate": "24/1",
|
| 111 |
+
"nb_frames": "124",
|
| 112 |
+
"nb_read_frames": "124"
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"index": 1,
|
| 116 |
+
"codec_name": "aac",
|
| 117 |
+
"codec_type": "audio",
|
| 118 |
+
"codec_tag_string": "mp4a",
|
| 119 |
+
"sample_rate": "32000",
|
| 120 |
+
"channels": 2,
|
| 121 |
+
"r_frame_rate": "0/0",
|
| 122 |
+
"nb_frames": "163",
|
| 123 |
+
"nb_read_frames": "162"
|
| 124 |
+
}
|
| 125 |
+
],
|
| 126 |
+
"format": {
|
| 127 |
+
"duration": "5.175000",
|
| 128 |
+
"size": "449021"
|
| 129 |
+
}
|
| 130 |
+
}
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": "w4a4-native-t2va",
|
| 134 |
+
"h264": {
|
| 135 |
+
"programs": [],
|
| 136 |
+
"streams": [
|
| 137 |
+
{
|
| 138 |
+
"index": 0,
|
| 139 |
+
"codec_name": "h264",
|
| 140 |
+
"codec_type": "video",
|
| 141 |
+
"codec_tag_string": "avc1",
|
| 142 |
+
"width": 608,
|
| 143 |
+
"height": 480,
|
| 144 |
+
"r_frame_rate": "24/1",
|
| 145 |
+
"nb_frames": "124",
|
| 146 |
+
"nb_read_frames": "124"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"index": 1,
|
| 150 |
+
"codec_name": "aac",
|
| 151 |
+
"codec_type": "audio",
|
| 152 |
+
"codec_tag_string": "mp4a",
|
| 153 |
+
"sample_rate": "32000",
|
| 154 |
+
"channels": 2,
|
| 155 |
+
"r_frame_rate": "0/0",
|
| 156 |
+
"nb_frames": "163",
|
| 157 |
+
"nb_read_frames": "162"
|
| 158 |
+
}
|
| 159 |
+
],
|
| 160 |
+
"format": {
|
| 161 |
+
"duration": "5.184000",
|
| 162 |
+
"size": "815089"
|
| 163 |
+
}
|
| 164 |
+
},
|
| 165 |
+
"hevc": {
|
| 166 |
+
"programs": [],
|
| 167 |
+
"streams": [
|
| 168 |
+
{
|
| 169 |
+
"index": 0,
|
| 170 |
+
"codec_name": "hevc",
|
| 171 |
+
"codec_type": "video",
|
| 172 |
+
"codec_tag_string": "hvc1",
|
| 173 |
+
"width": 608,
|
| 174 |
+
"height": 480,
|
| 175 |
+
"r_frame_rate": "24/1",
|
| 176 |
+
"nb_frames": "124",
|
| 177 |
+
"nb_read_frames": "124"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"index": 1,
|
| 181 |
+
"codec_name": "aac",
|
| 182 |
+
"codec_type": "audio",
|
| 183 |
+
"codec_tag_string": "mp4a",
|
| 184 |
+
"sample_rate": "32000",
|
| 185 |
+
"channels": 2,
|
| 186 |
+
"r_frame_rate": "0/0",
|
| 187 |
+
"nb_frames": "163",
|
| 188 |
+
"nb_read_frames": "162"
|
| 189 |
+
}
|
| 190 |
+
],
|
| 191 |
+
"format": {
|
| 192 |
+
"duration": "5.184000",
|
| 193 |
+
"size": "474343"
|
| 194 |
+
}
|
| 195 |
+
}
|
| 196 |
+
}
|
| 197 |
+
]
|
benchmarks/profiles/native-full-forward-bf16-load.json
ADDED
|
@@ -0,0 +1,4629 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_backends": {
|
| 3 |
+
"triton_cuda_packed_w4": 300
|
| 4 |
+
},
|
| 5 |
+
"audio_tokens": 207,
|
| 6 |
+
"capability": [
|
| 7 |
+
12,
|
| 8 |
+
0
|
| 9 |
+
],
|
| 10 |
+
"cuda": "12.8",
|
| 11 |
+
"cuda_after_load_bytes": 18328776192,
|
| 12 |
+
"cuda_forward_ms": 2867.617919921875,
|
| 13 |
+
"cuda_peak_bytes": 46381307904,
|
| 14 |
+
"effective_runtime_modes": {
|
| 15 |
+
"native_packed_matmul": 300
|
| 16 |
+
},
|
| 17 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 18 |
+
"h3_dtype_views": 50,
|
| 19 |
+
"load_dtype": "bfloat16",
|
| 20 |
+
"load_seconds": 0.28624553605914116,
|
| 21 |
+
"model_dtype": "torch.bfloat16",
|
| 22 |
+
"move_to_cuda_seconds": 1.1773170102387667,
|
| 23 |
+
"num_blocks": 50,
|
| 24 |
+
"orbitquant_linear_count": 300,
|
| 25 |
+
"orbitquant_linear_cuda_ms": 1077.578048467636,
|
| 26 |
+
"orbitquant_linear_inputs": {
|
| 27 |
+
"transformer_blocks.0.attn.to_k": {
|
| 28 |
+
"contiguous": true,
|
| 29 |
+
"dtype": "torch.bfloat16",
|
| 30 |
+
"shape": [
|
| 31 |
+
1,
|
| 32 |
+
11264,
|
| 33 |
+
5376
|
| 34 |
+
],
|
| 35 |
+
"stride": [
|
| 36 |
+
60555264,
|
| 37 |
+
5376,
|
| 38 |
+
1
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
"transformer_blocks.0.attn.to_out.0": {
|
| 42 |
+
"contiguous": true,
|
| 43 |
+
"dtype": "torch.bfloat16",
|
| 44 |
+
"shape": [
|
| 45 |
+
1,
|
| 46 |
+
11264,
|
| 47 |
+
7168
|
| 48 |
+
],
|
| 49 |
+
"stride": [
|
| 50 |
+
80740352,
|
| 51 |
+
7168,
|
| 52 |
+
1
|
| 53 |
+
]
|
| 54 |
+
},
|
| 55 |
+
"transformer_blocks.0.attn.to_q": {
|
| 56 |
+
"contiguous": true,
|
| 57 |
+
"dtype": "torch.bfloat16",
|
| 58 |
+
"shape": [
|
| 59 |
+
1,
|
| 60 |
+
11264,
|
| 61 |
+
5376
|
| 62 |
+
],
|
| 63 |
+
"stride": [
|
| 64 |
+
60555264,
|
| 65 |
+
5376,
|
| 66 |
+
1
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"transformer_blocks.0.attn.to_v": {
|
| 70 |
+
"contiguous": true,
|
| 71 |
+
"dtype": "torch.bfloat16",
|
| 72 |
+
"shape": [
|
| 73 |
+
1,
|
| 74 |
+
11264,
|
| 75 |
+
5376
|
| 76 |
+
],
|
| 77 |
+
"stride": [
|
| 78 |
+
60555264,
|
| 79 |
+
5376,
|
| 80 |
+
1
|
| 81 |
+
]
|
| 82 |
+
},
|
| 83 |
+
"transformer_blocks.0.ff.net.0.proj": {
|
| 84 |
+
"contiguous": true,
|
| 85 |
+
"dtype": "torch.bfloat16",
|
| 86 |
+
"shape": [
|
| 87 |
+
1,
|
| 88 |
+
11264,
|
| 89 |
+
5376
|
| 90 |
+
],
|
| 91 |
+
"stride": [
|
| 92 |
+
60555264,
|
| 93 |
+
5376,
|
| 94 |
+
1
|
| 95 |
+
]
|
| 96 |
+
},
|
| 97 |
+
"transformer_blocks.0.ff.net.2": {
|
| 98 |
+
"contiguous": true,
|
| 99 |
+
"dtype": "torch.bfloat16",
|
| 100 |
+
"shape": [
|
| 101 |
+
1,
|
| 102 |
+
11264,
|
| 103 |
+
14336
|
| 104 |
+
],
|
| 105 |
+
"stride": [
|
| 106 |
+
161480704,
|
| 107 |
+
14336,
|
| 108 |
+
1
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
"transformer_blocks.1.attn.to_k": {
|
| 112 |
+
"contiguous": true,
|
| 113 |
+
"dtype": "torch.bfloat16",
|
| 114 |
+
"shape": [
|
| 115 |
+
1,
|
| 116 |
+
11264,
|
| 117 |
+
5376
|
| 118 |
+
],
|
| 119 |
+
"stride": [
|
| 120 |
+
60555264,
|
| 121 |
+
5376,
|
| 122 |
+
1
|
| 123 |
+
]
|
| 124 |
+
},
|
| 125 |
+
"transformer_blocks.1.attn.to_out.0": {
|
| 126 |
+
"contiguous": true,
|
| 127 |
+
"dtype": "torch.bfloat16",
|
| 128 |
+
"shape": [
|
| 129 |
+
1,
|
| 130 |
+
11264,
|
| 131 |
+
7168
|
| 132 |
+
],
|
| 133 |
+
"stride": [
|
| 134 |
+
80740352,
|
| 135 |
+
7168,
|
| 136 |
+
1
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"transformer_blocks.1.attn.to_q": {
|
| 140 |
+
"contiguous": true,
|
| 141 |
+
"dtype": "torch.bfloat16",
|
| 142 |
+
"shape": [
|
| 143 |
+
1,
|
| 144 |
+
11264,
|
| 145 |
+
5376
|
| 146 |
+
],
|
| 147 |
+
"stride": [
|
| 148 |
+
60555264,
|
| 149 |
+
5376,
|
| 150 |
+
1
|
| 151 |
+
]
|
| 152 |
+
},
|
| 153 |
+
"transformer_blocks.1.attn.to_v": {
|
| 154 |
+
"contiguous": true,
|
| 155 |
+
"dtype": "torch.bfloat16",
|
| 156 |
+
"shape": [
|
| 157 |
+
1,
|
| 158 |
+
11264,
|
| 159 |
+
5376
|
| 160 |
+
],
|
| 161 |
+
"stride": [
|
| 162 |
+
60555264,
|
| 163 |
+
5376,
|
| 164 |
+
1
|
| 165 |
+
]
|
| 166 |
+
},
|
| 167 |
+
"transformer_blocks.1.ff.net.0.proj": {
|
| 168 |
+
"contiguous": true,
|
| 169 |
+
"dtype": "torch.bfloat16",
|
| 170 |
+
"shape": [
|
| 171 |
+
1,
|
| 172 |
+
11264,
|
| 173 |
+
5376
|
| 174 |
+
],
|
| 175 |
+
"stride": [
|
| 176 |
+
60555264,
|
| 177 |
+
5376,
|
| 178 |
+
1
|
| 179 |
+
]
|
| 180 |
+
},
|
| 181 |
+
"transformer_blocks.1.ff.net.2": {
|
| 182 |
+
"contiguous": true,
|
| 183 |
+
"dtype": "torch.bfloat16",
|
| 184 |
+
"shape": [
|
| 185 |
+
1,
|
| 186 |
+
11264,
|
| 187 |
+
14336
|
| 188 |
+
],
|
| 189 |
+
"stride": [
|
| 190 |
+
161480704,
|
| 191 |
+
14336,
|
| 192 |
+
1
|
| 193 |
+
]
|
| 194 |
+
},
|
| 195 |
+
"transformer_blocks.10.attn.to_k": {
|
| 196 |
+
"contiguous": true,
|
| 197 |
+
"dtype": "torch.bfloat16",
|
| 198 |
+
"shape": [
|
| 199 |
+
1,
|
| 200 |
+
11264,
|
| 201 |
+
5376
|
| 202 |
+
],
|
| 203 |
+
"stride": [
|
| 204 |
+
60555264,
|
| 205 |
+
5376,
|
| 206 |
+
1
|
| 207 |
+
]
|
| 208 |
+
},
|
| 209 |
+
"transformer_blocks.10.attn.to_out.0": {
|
| 210 |
+
"contiguous": true,
|
| 211 |
+
"dtype": "torch.bfloat16",
|
| 212 |
+
"shape": [
|
| 213 |
+
1,
|
| 214 |
+
11264,
|
| 215 |
+
7168
|
| 216 |
+
],
|
| 217 |
+
"stride": [
|
| 218 |
+
80740352,
|
| 219 |
+
7168,
|
| 220 |
+
1
|
| 221 |
+
]
|
| 222 |
+
},
|
| 223 |
+
"transformer_blocks.10.attn.to_q": {
|
| 224 |
+
"contiguous": true,
|
| 225 |
+
"dtype": "torch.bfloat16",
|
| 226 |
+
"shape": [
|
| 227 |
+
1,
|
| 228 |
+
11264,
|
| 229 |
+
5376
|
| 230 |
+
],
|
| 231 |
+
"stride": [
|
| 232 |
+
60555264,
|
| 233 |
+
5376,
|
| 234 |
+
1
|
| 235 |
+
]
|
| 236 |
+
},
|
| 237 |
+
"transformer_blocks.10.attn.to_v": {
|
| 238 |
+
"contiguous": true,
|
| 239 |
+
"dtype": "torch.bfloat16",
|
| 240 |
+
"shape": [
|
| 241 |
+
1,
|
| 242 |
+
11264,
|
| 243 |
+
5376
|
| 244 |
+
],
|
| 245 |
+
"stride": [
|
| 246 |
+
60555264,
|
| 247 |
+
5376,
|
| 248 |
+
1
|
| 249 |
+
]
|
| 250 |
+
},
|
| 251 |
+
"transformer_blocks.10.ff.net.0.proj": {
|
| 252 |
+
"contiguous": true,
|
| 253 |
+
"dtype": "torch.bfloat16",
|
| 254 |
+
"shape": [
|
| 255 |
+
1,
|
| 256 |
+
11264,
|
| 257 |
+
5376
|
| 258 |
+
],
|
| 259 |
+
"stride": [
|
| 260 |
+
60555264,
|
| 261 |
+
5376,
|
| 262 |
+
1
|
| 263 |
+
]
|
| 264 |
+
},
|
| 265 |
+
"transformer_blocks.10.ff.net.2": {
|
| 266 |
+
"contiguous": true,
|
| 267 |
+
"dtype": "torch.bfloat16",
|
| 268 |
+
"shape": [
|
| 269 |
+
1,
|
| 270 |
+
11264,
|
| 271 |
+
14336
|
| 272 |
+
],
|
| 273 |
+
"stride": [
|
| 274 |
+
161480704,
|
| 275 |
+
14336,
|
| 276 |
+
1
|
| 277 |
+
]
|
| 278 |
+
},
|
| 279 |
+
"transformer_blocks.11.attn.to_k": {
|
| 280 |
+
"contiguous": true,
|
| 281 |
+
"dtype": "torch.bfloat16",
|
| 282 |
+
"shape": [
|
| 283 |
+
1,
|
| 284 |
+
11264,
|
| 285 |
+
5376
|
| 286 |
+
],
|
| 287 |
+
"stride": [
|
| 288 |
+
60555264,
|
| 289 |
+
5376,
|
| 290 |
+
1
|
| 291 |
+
]
|
| 292 |
+
},
|
| 293 |
+
"transformer_blocks.11.attn.to_out.0": {
|
| 294 |
+
"contiguous": true,
|
| 295 |
+
"dtype": "torch.bfloat16",
|
| 296 |
+
"shape": [
|
| 297 |
+
1,
|
| 298 |
+
11264,
|
| 299 |
+
7168
|
| 300 |
+
],
|
| 301 |
+
"stride": [
|
| 302 |
+
80740352,
|
| 303 |
+
7168,
|
| 304 |
+
1
|
| 305 |
+
]
|
| 306 |
+
},
|
| 307 |
+
"transformer_blocks.11.attn.to_q": {
|
| 308 |
+
"contiguous": true,
|
| 309 |
+
"dtype": "torch.bfloat16",
|
| 310 |
+
"shape": [
|
| 311 |
+
1,
|
| 312 |
+
11264,
|
| 313 |
+
5376
|
| 314 |
+
],
|
| 315 |
+
"stride": [
|
| 316 |
+
60555264,
|
| 317 |
+
5376,
|
| 318 |
+
1
|
| 319 |
+
]
|
| 320 |
+
},
|
| 321 |
+
"transformer_blocks.11.attn.to_v": {
|
| 322 |
+
"contiguous": true,
|
| 323 |
+
"dtype": "torch.bfloat16",
|
| 324 |
+
"shape": [
|
| 325 |
+
1,
|
| 326 |
+
11264,
|
| 327 |
+
5376
|
| 328 |
+
],
|
| 329 |
+
"stride": [
|
| 330 |
+
60555264,
|
| 331 |
+
5376,
|
| 332 |
+
1
|
| 333 |
+
]
|
| 334 |
+
},
|
| 335 |
+
"transformer_blocks.11.ff.net.0.proj": {
|
| 336 |
+
"contiguous": true,
|
| 337 |
+
"dtype": "torch.bfloat16",
|
| 338 |
+
"shape": [
|
| 339 |
+
1,
|
| 340 |
+
11264,
|
| 341 |
+
5376
|
| 342 |
+
],
|
| 343 |
+
"stride": [
|
| 344 |
+
60555264,
|
| 345 |
+
5376,
|
| 346 |
+
1
|
| 347 |
+
]
|
| 348 |
+
},
|
| 349 |
+
"transformer_blocks.11.ff.net.2": {
|
| 350 |
+
"contiguous": true,
|
| 351 |
+
"dtype": "torch.bfloat16",
|
| 352 |
+
"shape": [
|
| 353 |
+
1,
|
| 354 |
+
11264,
|
| 355 |
+
14336
|
| 356 |
+
],
|
| 357 |
+
"stride": [
|
| 358 |
+
161480704,
|
| 359 |
+
14336,
|
| 360 |
+
1
|
| 361 |
+
]
|
| 362 |
+
},
|
| 363 |
+
"transformer_blocks.12.attn.to_k": {
|
| 364 |
+
"contiguous": true,
|
| 365 |
+
"dtype": "torch.bfloat16",
|
| 366 |
+
"shape": [
|
| 367 |
+
1,
|
| 368 |
+
11264,
|
| 369 |
+
5376
|
| 370 |
+
],
|
| 371 |
+
"stride": [
|
| 372 |
+
60555264,
|
| 373 |
+
5376,
|
| 374 |
+
1
|
| 375 |
+
]
|
| 376 |
+
},
|
| 377 |
+
"transformer_blocks.12.attn.to_out.0": {
|
| 378 |
+
"contiguous": true,
|
| 379 |
+
"dtype": "torch.bfloat16",
|
| 380 |
+
"shape": [
|
| 381 |
+
1,
|
| 382 |
+
11264,
|
| 383 |
+
7168
|
| 384 |
+
],
|
| 385 |
+
"stride": [
|
| 386 |
+
80740352,
|
| 387 |
+
7168,
|
| 388 |
+
1
|
| 389 |
+
]
|
| 390 |
+
},
|
| 391 |
+
"transformer_blocks.12.attn.to_q": {
|
| 392 |
+
"contiguous": true,
|
| 393 |
+
"dtype": "torch.bfloat16",
|
| 394 |
+
"shape": [
|
| 395 |
+
1,
|
| 396 |
+
11264,
|
| 397 |
+
5376
|
| 398 |
+
],
|
| 399 |
+
"stride": [
|
| 400 |
+
60555264,
|
| 401 |
+
5376,
|
| 402 |
+
1
|
| 403 |
+
]
|
| 404 |
+
},
|
| 405 |
+
"transformer_blocks.12.attn.to_v": {
|
| 406 |
+
"contiguous": true,
|
| 407 |
+
"dtype": "torch.bfloat16",
|
| 408 |
+
"shape": [
|
| 409 |
+
1,
|
| 410 |
+
11264,
|
| 411 |
+
5376
|
| 412 |
+
],
|
| 413 |
+
"stride": [
|
| 414 |
+
60555264,
|
| 415 |
+
5376,
|
| 416 |
+
1
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
"transformer_blocks.12.ff.net.0.proj": {
|
| 420 |
+
"contiguous": true,
|
| 421 |
+
"dtype": "torch.bfloat16",
|
| 422 |
+
"shape": [
|
| 423 |
+
1,
|
| 424 |
+
11264,
|
| 425 |
+
5376
|
| 426 |
+
],
|
| 427 |
+
"stride": [
|
| 428 |
+
60555264,
|
| 429 |
+
5376,
|
| 430 |
+
1
|
| 431 |
+
]
|
| 432 |
+
},
|
| 433 |
+
"transformer_blocks.12.ff.net.2": {
|
| 434 |
+
"contiguous": true,
|
| 435 |
+
"dtype": "torch.bfloat16",
|
| 436 |
+
"shape": [
|
| 437 |
+
1,
|
| 438 |
+
11264,
|
| 439 |
+
14336
|
| 440 |
+
],
|
| 441 |
+
"stride": [
|
| 442 |
+
161480704,
|
| 443 |
+
14336,
|
| 444 |
+
1
|
| 445 |
+
]
|
| 446 |
+
},
|
| 447 |
+
"transformer_blocks.13.attn.to_k": {
|
| 448 |
+
"contiguous": true,
|
| 449 |
+
"dtype": "torch.bfloat16",
|
| 450 |
+
"shape": [
|
| 451 |
+
1,
|
| 452 |
+
11264,
|
| 453 |
+
5376
|
| 454 |
+
],
|
| 455 |
+
"stride": [
|
| 456 |
+
60555264,
|
| 457 |
+
5376,
|
| 458 |
+
1
|
| 459 |
+
]
|
| 460 |
+
},
|
| 461 |
+
"transformer_blocks.13.attn.to_out.0": {
|
| 462 |
+
"contiguous": true,
|
| 463 |
+
"dtype": "torch.bfloat16",
|
| 464 |
+
"shape": [
|
| 465 |
+
1,
|
| 466 |
+
11264,
|
| 467 |
+
7168
|
| 468 |
+
],
|
| 469 |
+
"stride": [
|
| 470 |
+
80740352,
|
| 471 |
+
7168,
|
| 472 |
+
1
|
| 473 |
+
]
|
| 474 |
+
},
|
| 475 |
+
"transformer_blocks.13.attn.to_q": {
|
| 476 |
+
"contiguous": true,
|
| 477 |
+
"dtype": "torch.bfloat16",
|
| 478 |
+
"shape": [
|
| 479 |
+
1,
|
| 480 |
+
11264,
|
| 481 |
+
5376
|
| 482 |
+
],
|
| 483 |
+
"stride": [
|
| 484 |
+
60555264,
|
| 485 |
+
5376,
|
| 486 |
+
1
|
| 487 |
+
]
|
| 488 |
+
},
|
| 489 |
+
"transformer_blocks.13.attn.to_v": {
|
| 490 |
+
"contiguous": true,
|
| 491 |
+
"dtype": "torch.bfloat16",
|
| 492 |
+
"shape": [
|
| 493 |
+
1,
|
| 494 |
+
11264,
|
| 495 |
+
5376
|
| 496 |
+
],
|
| 497 |
+
"stride": [
|
| 498 |
+
60555264,
|
| 499 |
+
5376,
|
| 500 |
+
1
|
| 501 |
+
]
|
| 502 |
+
},
|
| 503 |
+
"transformer_blocks.13.ff.net.0.proj": {
|
| 504 |
+
"contiguous": true,
|
| 505 |
+
"dtype": "torch.bfloat16",
|
| 506 |
+
"shape": [
|
| 507 |
+
1,
|
| 508 |
+
11264,
|
| 509 |
+
5376
|
| 510 |
+
],
|
| 511 |
+
"stride": [
|
| 512 |
+
60555264,
|
| 513 |
+
5376,
|
| 514 |
+
1
|
| 515 |
+
]
|
| 516 |
+
},
|
| 517 |
+
"transformer_blocks.13.ff.net.2": {
|
| 518 |
+
"contiguous": true,
|
| 519 |
+
"dtype": "torch.bfloat16",
|
| 520 |
+
"shape": [
|
| 521 |
+
1,
|
| 522 |
+
11264,
|
| 523 |
+
14336
|
| 524 |
+
],
|
| 525 |
+
"stride": [
|
| 526 |
+
161480704,
|
| 527 |
+
14336,
|
| 528 |
+
1
|
| 529 |
+
]
|
| 530 |
+
},
|
| 531 |
+
"transformer_blocks.14.attn.to_k": {
|
| 532 |
+
"contiguous": true,
|
| 533 |
+
"dtype": "torch.bfloat16",
|
| 534 |
+
"shape": [
|
| 535 |
+
1,
|
| 536 |
+
11264,
|
| 537 |
+
5376
|
| 538 |
+
],
|
| 539 |
+
"stride": [
|
| 540 |
+
60555264,
|
| 541 |
+
5376,
|
| 542 |
+
1
|
| 543 |
+
]
|
| 544 |
+
},
|
| 545 |
+
"transformer_blocks.14.attn.to_out.0": {
|
| 546 |
+
"contiguous": true,
|
| 547 |
+
"dtype": "torch.bfloat16",
|
| 548 |
+
"shape": [
|
| 549 |
+
1,
|
| 550 |
+
11264,
|
| 551 |
+
7168
|
| 552 |
+
],
|
| 553 |
+
"stride": [
|
| 554 |
+
80740352,
|
| 555 |
+
7168,
|
| 556 |
+
1
|
| 557 |
+
]
|
| 558 |
+
},
|
| 559 |
+
"transformer_blocks.14.attn.to_q": {
|
| 560 |
+
"contiguous": true,
|
| 561 |
+
"dtype": "torch.bfloat16",
|
| 562 |
+
"shape": [
|
| 563 |
+
1,
|
| 564 |
+
11264,
|
| 565 |
+
5376
|
| 566 |
+
],
|
| 567 |
+
"stride": [
|
| 568 |
+
60555264,
|
| 569 |
+
5376,
|
| 570 |
+
1
|
| 571 |
+
]
|
| 572 |
+
},
|
| 573 |
+
"transformer_blocks.14.attn.to_v": {
|
| 574 |
+
"contiguous": true,
|
| 575 |
+
"dtype": "torch.bfloat16",
|
| 576 |
+
"shape": [
|
| 577 |
+
1,
|
| 578 |
+
11264,
|
| 579 |
+
5376
|
| 580 |
+
],
|
| 581 |
+
"stride": [
|
| 582 |
+
60555264,
|
| 583 |
+
5376,
|
| 584 |
+
1
|
| 585 |
+
]
|
| 586 |
+
},
|
| 587 |
+
"transformer_blocks.14.ff.net.0.proj": {
|
| 588 |
+
"contiguous": true,
|
| 589 |
+
"dtype": "torch.bfloat16",
|
| 590 |
+
"shape": [
|
| 591 |
+
1,
|
| 592 |
+
11264,
|
| 593 |
+
5376
|
| 594 |
+
],
|
| 595 |
+
"stride": [
|
| 596 |
+
60555264,
|
| 597 |
+
5376,
|
| 598 |
+
1
|
| 599 |
+
]
|
| 600 |
+
},
|
| 601 |
+
"transformer_blocks.14.ff.net.2": {
|
| 602 |
+
"contiguous": true,
|
| 603 |
+
"dtype": "torch.bfloat16",
|
| 604 |
+
"shape": [
|
| 605 |
+
1,
|
| 606 |
+
11264,
|
| 607 |
+
14336
|
| 608 |
+
],
|
| 609 |
+
"stride": [
|
| 610 |
+
161480704,
|
| 611 |
+
14336,
|
| 612 |
+
1
|
| 613 |
+
]
|
| 614 |
+
},
|
| 615 |
+
"transformer_blocks.15.attn.to_k": {
|
| 616 |
+
"contiguous": true,
|
| 617 |
+
"dtype": "torch.bfloat16",
|
| 618 |
+
"shape": [
|
| 619 |
+
1,
|
| 620 |
+
11264,
|
| 621 |
+
5376
|
| 622 |
+
],
|
| 623 |
+
"stride": [
|
| 624 |
+
60555264,
|
| 625 |
+
5376,
|
| 626 |
+
1
|
| 627 |
+
]
|
| 628 |
+
},
|
| 629 |
+
"transformer_blocks.15.attn.to_out.0": {
|
| 630 |
+
"contiguous": true,
|
| 631 |
+
"dtype": "torch.bfloat16",
|
| 632 |
+
"shape": [
|
| 633 |
+
1,
|
| 634 |
+
11264,
|
| 635 |
+
7168
|
| 636 |
+
],
|
| 637 |
+
"stride": [
|
| 638 |
+
80740352,
|
| 639 |
+
7168,
|
| 640 |
+
1
|
| 641 |
+
]
|
| 642 |
+
},
|
| 643 |
+
"transformer_blocks.15.attn.to_q": {
|
| 644 |
+
"contiguous": true,
|
| 645 |
+
"dtype": "torch.bfloat16",
|
| 646 |
+
"shape": [
|
| 647 |
+
1,
|
| 648 |
+
11264,
|
| 649 |
+
5376
|
| 650 |
+
],
|
| 651 |
+
"stride": [
|
| 652 |
+
60555264,
|
| 653 |
+
5376,
|
| 654 |
+
1
|
| 655 |
+
]
|
| 656 |
+
},
|
| 657 |
+
"transformer_blocks.15.attn.to_v": {
|
| 658 |
+
"contiguous": true,
|
| 659 |
+
"dtype": "torch.bfloat16",
|
| 660 |
+
"shape": [
|
| 661 |
+
1,
|
| 662 |
+
11264,
|
| 663 |
+
5376
|
| 664 |
+
],
|
| 665 |
+
"stride": [
|
| 666 |
+
60555264,
|
| 667 |
+
5376,
|
| 668 |
+
1
|
| 669 |
+
]
|
| 670 |
+
},
|
| 671 |
+
"transformer_blocks.15.ff.net.0.proj": {
|
| 672 |
+
"contiguous": true,
|
| 673 |
+
"dtype": "torch.bfloat16",
|
| 674 |
+
"shape": [
|
| 675 |
+
1,
|
| 676 |
+
11264,
|
| 677 |
+
5376
|
| 678 |
+
],
|
| 679 |
+
"stride": [
|
| 680 |
+
60555264,
|
| 681 |
+
5376,
|
| 682 |
+
1
|
| 683 |
+
]
|
| 684 |
+
},
|
| 685 |
+
"transformer_blocks.15.ff.net.2": {
|
| 686 |
+
"contiguous": true,
|
| 687 |
+
"dtype": "torch.bfloat16",
|
| 688 |
+
"shape": [
|
| 689 |
+
1,
|
| 690 |
+
11264,
|
| 691 |
+
14336
|
| 692 |
+
],
|
| 693 |
+
"stride": [
|
| 694 |
+
161480704,
|
| 695 |
+
14336,
|
| 696 |
+
1
|
| 697 |
+
]
|
| 698 |
+
},
|
| 699 |
+
"transformer_blocks.16.attn.to_k": {
|
| 700 |
+
"contiguous": true,
|
| 701 |
+
"dtype": "torch.bfloat16",
|
| 702 |
+
"shape": [
|
| 703 |
+
1,
|
| 704 |
+
11264,
|
| 705 |
+
5376
|
| 706 |
+
],
|
| 707 |
+
"stride": [
|
| 708 |
+
60555264,
|
| 709 |
+
5376,
|
| 710 |
+
1
|
| 711 |
+
]
|
| 712 |
+
},
|
| 713 |
+
"transformer_blocks.16.attn.to_out.0": {
|
| 714 |
+
"contiguous": true,
|
| 715 |
+
"dtype": "torch.bfloat16",
|
| 716 |
+
"shape": [
|
| 717 |
+
1,
|
| 718 |
+
11264,
|
| 719 |
+
7168
|
| 720 |
+
],
|
| 721 |
+
"stride": [
|
| 722 |
+
80740352,
|
| 723 |
+
7168,
|
| 724 |
+
1
|
| 725 |
+
]
|
| 726 |
+
},
|
| 727 |
+
"transformer_blocks.16.attn.to_q": {
|
| 728 |
+
"contiguous": true,
|
| 729 |
+
"dtype": "torch.bfloat16",
|
| 730 |
+
"shape": [
|
| 731 |
+
1,
|
| 732 |
+
11264,
|
| 733 |
+
5376
|
| 734 |
+
],
|
| 735 |
+
"stride": [
|
| 736 |
+
60555264,
|
| 737 |
+
5376,
|
| 738 |
+
1
|
| 739 |
+
]
|
| 740 |
+
},
|
| 741 |
+
"transformer_blocks.16.attn.to_v": {
|
| 742 |
+
"contiguous": true,
|
| 743 |
+
"dtype": "torch.bfloat16",
|
| 744 |
+
"shape": [
|
| 745 |
+
1,
|
| 746 |
+
11264,
|
| 747 |
+
5376
|
| 748 |
+
],
|
| 749 |
+
"stride": [
|
| 750 |
+
60555264,
|
| 751 |
+
5376,
|
| 752 |
+
1
|
| 753 |
+
]
|
| 754 |
+
},
|
| 755 |
+
"transformer_blocks.16.ff.net.0.proj": {
|
| 756 |
+
"contiguous": true,
|
| 757 |
+
"dtype": "torch.bfloat16",
|
| 758 |
+
"shape": [
|
| 759 |
+
1,
|
| 760 |
+
11264,
|
| 761 |
+
5376
|
| 762 |
+
],
|
| 763 |
+
"stride": [
|
| 764 |
+
60555264,
|
| 765 |
+
5376,
|
| 766 |
+
1
|
| 767 |
+
]
|
| 768 |
+
},
|
| 769 |
+
"transformer_blocks.16.ff.net.2": {
|
| 770 |
+
"contiguous": true,
|
| 771 |
+
"dtype": "torch.bfloat16",
|
| 772 |
+
"shape": [
|
| 773 |
+
1,
|
| 774 |
+
11264,
|
| 775 |
+
14336
|
| 776 |
+
],
|
| 777 |
+
"stride": [
|
| 778 |
+
161480704,
|
| 779 |
+
14336,
|
| 780 |
+
1
|
| 781 |
+
]
|
| 782 |
+
},
|
| 783 |
+
"transformer_blocks.17.attn.to_k": {
|
| 784 |
+
"contiguous": true,
|
| 785 |
+
"dtype": "torch.bfloat16",
|
| 786 |
+
"shape": [
|
| 787 |
+
1,
|
| 788 |
+
11264,
|
| 789 |
+
5376
|
| 790 |
+
],
|
| 791 |
+
"stride": [
|
| 792 |
+
60555264,
|
| 793 |
+
5376,
|
| 794 |
+
1
|
| 795 |
+
]
|
| 796 |
+
},
|
| 797 |
+
"transformer_blocks.17.attn.to_out.0": {
|
| 798 |
+
"contiguous": true,
|
| 799 |
+
"dtype": "torch.bfloat16",
|
| 800 |
+
"shape": [
|
| 801 |
+
1,
|
| 802 |
+
11264,
|
| 803 |
+
7168
|
| 804 |
+
],
|
| 805 |
+
"stride": [
|
| 806 |
+
80740352,
|
| 807 |
+
7168,
|
| 808 |
+
1
|
| 809 |
+
]
|
| 810 |
+
},
|
| 811 |
+
"transformer_blocks.17.attn.to_q": {
|
| 812 |
+
"contiguous": true,
|
| 813 |
+
"dtype": "torch.bfloat16",
|
| 814 |
+
"shape": [
|
| 815 |
+
1,
|
| 816 |
+
11264,
|
| 817 |
+
5376
|
| 818 |
+
],
|
| 819 |
+
"stride": [
|
| 820 |
+
60555264,
|
| 821 |
+
5376,
|
| 822 |
+
1
|
| 823 |
+
]
|
| 824 |
+
},
|
| 825 |
+
"transformer_blocks.17.attn.to_v": {
|
| 826 |
+
"contiguous": true,
|
| 827 |
+
"dtype": "torch.bfloat16",
|
| 828 |
+
"shape": [
|
| 829 |
+
1,
|
| 830 |
+
11264,
|
| 831 |
+
5376
|
| 832 |
+
],
|
| 833 |
+
"stride": [
|
| 834 |
+
60555264,
|
| 835 |
+
5376,
|
| 836 |
+
1
|
| 837 |
+
]
|
| 838 |
+
},
|
| 839 |
+
"transformer_blocks.17.ff.net.0.proj": {
|
| 840 |
+
"contiguous": true,
|
| 841 |
+
"dtype": "torch.bfloat16",
|
| 842 |
+
"shape": [
|
| 843 |
+
1,
|
| 844 |
+
11264,
|
| 845 |
+
5376
|
| 846 |
+
],
|
| 847 |
+
"stride": [
|
| 848 |
+
60555264,
|
| 849 |
+
5376,
|
| 850 |
+
1
|
| 851 |
+
]
|
| 852 |
+
},
|
| 853 |
+
"transformer_blocks.17.ff.net.2": {
|
| 854 |
+
"contiguous": true,
|
| 855 |
+
"dtype": "torch.bfloat16",
|
| 856 |
+
"shape": [
|
| 857 |
+
1,
|
| 858 |
+
11264,
|
| 859 |
+
14336
|
| 860 |
+
],
|
| 861 |
+
"stride": [
|
| 862 |
+
161480704,
|
| 863 |
+
14336,
|
| 864 |
+
1
|
| 865 |
+
]
|
| 866 |
+
},
|
| 867 |
+
"transformer_blocks.18.attn.to_k": {
|
| 868 |
+
"contiguous": true,
|
| 869 |
+
"dtype": "torch.bfloat16",
|
| 870 |
+
"shape": [
|
| 871 |
+
1,
|
| 872 |
+
11264,
|
| 873 |
+
5376
|
| 874 |
+
],
|
| 875 |
+
"stride": [
|
| 876 |
+
60555264,
|
| 877 |
+
5376,
|
| 878 |
+
1
|
| 879 |
+
]
|
| 880 |
+
},
|
| 881 |
+
"transformer_blocks.18.attn.to_out.0": {
|
| 882 |
+
"contiguous": true,
|
| 883 |
+
"dtype": "torch.bfloat16",
|
| 884 |
+
"shape": [
|
| 885 |
+
1,
|
| 886 |
+
11264,
|
| 887 |
+
7168
|
| 888 |
+
],
|
| 889 |
+
"stride": [
|
| 890 |
+
80740352,
|
| 891 |
+
7168,
|
| 892 |
+
1
|
| 893 |
+
]
|
| 894 |
+
},
|
| 895 |
+
"transformer_blocks.18.attn.to_q": {
|
| 896 |
+
"contiguous": true,
|
| 897 |
+
"dtype": "torch.bfloat16",
|
| 898 |
+
"shape": [
|
| 899 |
+
1,
|
| 900 |
+
11264,
|
| 901 |
+
5376
|
| 902 |
+
],
|
| 903 |
+
"stride": [
|
| 904 |
+
60555264,
|
| 905 |
+
5376,
|
| 906 |
+
1
|
| 907 |
+
]
|
| 908 |
+
},
|
| 909 |
+
"transformer_blocks.18.attn.to_v": {
|
| 910 |
+
"contiguous": true,
|
| 911 |
+
"dtype": "torch.bfloat16",
|
| 912 |
+
"shape": [
|
| 913 |
+
1,
|
| 914 |
+
11264,
|
| 915 |
+
5376
|
| 916 |
+
],
|
| 917 |
+
"stride": [
|
| 918 |
+
60555264,
|
| 919 |
+
5376,
|
| 920 |
+
1
|
| 921 |
+
]
|
| 922 |
+
},
|
| 923 |
+
"transformer_blocks.18.ff.net.0.proj": {
|
| 924 |
+
"contiguous": true,
|
| 925 |
+
"dtype": "torch.bfloat16",
|
| 926 |
+
"shape": [
|
| 927 |
+
1,
|
| 928 |
+
11264,
|
| 929 |
+
5376
|
| 930 |
+
],
|
| 931 |
+
"stride": [
|
| 932 |
+
60555264,
|
| 933 |
+
5376,
|
| 934 |
+
1
|
| 935 |
+
]
|
| 936 |
+
},
|
| 937 |
+
"transformer_blocks.18.ff.net.2": {
|
| 938 |
+
"contiguous": true,
|
| 939 |
+
"dtype": "torch.bfloat16",
|
| 940 |
+
"shape": [
|
| 941 |
+
1,
|
| 942 |
+
11264,
|
| 943 |
+
14336
|
| 944 |
+
],
|
| 945 |
+
"stride": [
|
| 946 |
+
161480704,
|
| 947 |
+
14336,
|
| 948 |
+
1
|
| 949 |
+
]
|
| 950 |
+
},
|
| 951 |
+
"transformer_blocks.19.attn.to_k": {
|
| 952 |
+
"contiguous": true,
|
| 953 |
+
"dtype": "torch.bfloat16",
|
| 954 |
+
"shape": [
|
| 955 |
+
1,
|
| 956 |
+
11264,
|
| 957 |
+
5376
|
| 958 |
+
],
|
| 959 |
+
"stride": [
|
| 960 |
+
60555264,
|
| 961 |
+
5376,
|
| 962 |
+
1
|
| 963 |
+
]
|
| 964 |
+
},
|
| 965 |
+
"transformer_blocks.19.attn.to_out.0": {
|
| 966 |
+
"contiguous": true,
|
| 967 |
+
"dtype": "torch.bfloat16",
|
| 968 |
+
"shape": [
|
| 969 |
+
1,
|
| 970 |
+
11264,
|
| 971 |
+
7168
|
| 972 |
+
],
|
| 973 |
+
"stride": [
|
| 974 |
+
80740352,
|
| 975 |
+
7168,
|
| 976 |
+
1
|
| 977 |
+
]
|
| 978 |
+
},
|
| 979 |
+
"transformer_blocks.19.attn.to_q": {
|
| 980 |
+
"contiguous": true,
|
| 981 |
+
"dtype": "torch.bfloat16",
|
| 982 |
+
"shape": [
|
| 983 |
+
1,
|
| 984 |
+
11264,
|
| 985 |
+
5376
|
| 986 |
+
],
|
| 987 |
+
"stride": [
|
| 988 |
+
60555264,
|
| 989 |
+
5376,
|
| 990 |
+
1
|
| 991 |
+
]
|
| 992 |
+
},
|
| 993 |
+
"transformer_blocks.19.attn.to_v": {
|
| 994 |
+
"contiguous": true,
|
| 995 |
+
"dtype": "torch.bfloat16",
|
| 996 |
+
"shape": [
|
| 997 |
+
1,
|
| 998 |
+
11264,
|
| 999 |
+
5376
|
| 1000 |
+
],
|
| 1001 |
+
"stride": [
|
| 1002 |
+
60555264,
|
| 1003 |
+
5376,
|
| 1004 |
+
1
|
| 1005 |
+
]
|
| 1006 |
+
},
|
| 1007 |
+
"transformer_blocks.19.ff.net.0.proj": {
|
| 1008 |
+
"contiguous": true,
|
| 1009 |
+
"dtype": "torch.bfloat16",
|
| 1010 |
+
"shape": [
|
| 1011 |
+
1,
|
| 1012 |
+
11264,
|
| 1013 |
+
5376
|
| 1014 |
+
],
|
| 1015 |
+
"stride": [
|
| 1016 |
+
60555264,
|
| 1017 |
+
5376,
|
| 1018 |
+
1
|
| 1019 |
+
]
|
| 1020 |
+
},
|
| 1021 |
+
"transformer_blocks.19.ff.net.2": {
|
| 1022 |
+
"contiguous": true,
|
| 1023 |
+
"dtype": "torch.bfloat16",
|
| 1024 |
+
"shape": [
|
| 1025 |
+
1,
|
| 1026 |
+
11264,
|
| 1027 |
+
14336
|
| 1028 |
+
],
|
| 1029 |
+
"stride": [
|
| 1030 |
+
161480704,
|
| 1031 |
+
14336,
|
| 1032 |
+
1
|
| 1033 |
+
]
|
| 1034 |
+
},
|
| 1035 |
+
"transformer_blocks.2.attn.to_k": {
|
| 1036 |
+
"contiguous": true,
|
| 1037 |
+
"dtype": "torch.bfloat16",
|
| 1038 |
+
"shape": [
|
| 1039 |
+
1,
|
| 1040 |
+
11264,
|
| 1041 |
+
5376
|
| 1042 |
+
],
|
| 1043 |
+
"stride": [
|
| 1044 |
+
60555264,
|
| 1045 |
+
5376,
|
| 1046 |
+
1
|
| 1047 |
+
]
|
| 1048 |
+
},
|
| 1049 |
+
"transformer_blocks.2.attn.to_out.0": {
|
| 1050 |
+
"contiguous": true,
|
| 1051 |
+
"dtype": "torch.bfloat16",
|
| 1052 |
+
"shape": [
|
| 1053 |
+
1,
|
| 1054 |
+
11264,
|
| 1055 |
+
7168
|
| 1056 |
+
],
|
| 1057 |
+
"stride": [
|
| 1058 |
+
80740352,
|
| 1059 |
+
7168,
|
| 1060 |
+
1
|
| 1061 |
+
]
|
| 1062 |
+
},
|
| 1063 |
+
"transformer_blocks.2.attn.to_q": {
|
| 1064 |
+
"contiguous": true,
|
| 1065 |
+
"dtype": "torch.bfloat16",
|
| 1066 |
+
"shape": [
|
| 1067 |
+
1,
|
| 1068 |
+
11264,
|
| 1069 |
+
5376
|
| 1070 |
+
],
|
| 1071 |
+
"stride": [
|
| 1072 |
+
60555264,
|
| 1073 |
+
5376,
|
| 1074 |
+
1
|
| 1075 |
+
]
|
| 1076 |
+
},
|
| 1077 |
+
"transformer_blocks.2.attn.to_v": {
|
| 1078 |
+
"contiguous": true,
|
| 1079 |
+
"dtype": "torch.bfloat16",
|
| 1080 |
+
"shape": [
|
| 1081 |
+
1,
|
| 1082 |
+
11264,
|
| 1083 |
+
5376
|
| 1084 |
+
],
|
| 1085 |
+
"stride": [
|
| 1086 |
+
60555264,
|
| 1087 |
+
5376,
|
| 1088 |
+
1
|
| 1089 |
+
]
|
| 1090 |
+
},
|
| 1091 |
+
"transformer_blocks.2.ff.net.0.proj": {
|
| 1092 |
+
"contiguous": true,
|
| 1093 |
+
"dtype": "torch.bfloat16",
|
| 1094 |
+
"shape": [
|
| 1095 |
+
1,
|
| 1096 |
+
11264,
|
| 1097 |
+
5376
|
| 1098 |
+
],
|
| 1099 |
+
"stride": [
|
| 1100 |
+
60555264,
|
| 1101 |
+
5376,
|
| 1102 |
+
1
|
| 1103 |
+
]
|
| 1104 |
+
},
|
| 1105 |
+
"transformer_blocks.2.ff.net.2": {
|
| 1106 |
+
"contiguous": true,
|
| 1107 |
+
"dtype": "torch.bfloat16",
|
| 1108 |
+
"shape": [
|
| 1109 |
+
1,
|
| 1110 |
+
11264,
|
| 1111 |
+
14336
|
| 1112 |
+
],
|
| 1113 |
+
"stride": [
|
| 1114 |
+
161480704,
|
| 1115 |
+
14336,
|
| 1116 |
+
1
|
| 1117 |
+
]
|
| 1118 |
+
},
|
| 1119 |
+
"transformer_blocks.20.attn.to_k": {
|
| 1120 |
+
"contiguous": true,
|
| 1121 |
+
"dtype": "torch.bfloat16",
|
| 1122 |
+
"shape": [
|
| 1123 |
+
1,
|
| 1124 |
+
11264,
|
| 1125 |
+
5376
|
| 1126 |
+
],
|
| 1127 |
+
"stride": [
|
| 1128 |
+
60555264,
|
| 1129 |
+
5376,
|
| 1130 |
+
1
|
| 1131 |
+
]
|
| 1132 |
+
},
|
| 1133 |
+
"transformer_blocks.20.attn.to_out.0": {
|
| 1134 |
+
"contiguous": true,
|
| 1135 |
+
"dtype": "torch.bfloat16",
|
| 1136 |
+
"shape": [
|
| 1137 |
+
1,
|
| 1138 |
+
11264,
|
| 1139 |
+
7168
|
| 1140 |
+
],
|
| 1141 |
+
"stride": [
|
| 1142 |
+
80740352,
|
| 1143 |
+
7168,
|
| 1144 |
+
1
|
| 1145 |
+
]
|
| 1146 |
+
},
|
| 1147 |
+
"transformer_blocks.20.attn.to_q": {
|
| 1148 |
+
"contiguous": true,
|
| 1149 |
+
"dtype": "torch.bfloat16",
|
| 1150 |
+
"shape": [
|
| 1151 |
+
1,
|
| 1152 |
+
11264,
|
| 1153 |
+
5376
|
| 1154 |
+
],
|
| 1155 |
+
"stride": [
|
| 1156 |
+
60555264,
|
| 1157 |
+
5376,
|
| 1158 |
+
1
|
| 1159 |
+
]
|
| 1160 |
+
},
|
| 1161 |
+
"transformer_blocks.20.attn.to_v": {
|
| 1162 |
+
"contiguous": true,
|
| 1163 |
+
"dtype": "torch.bfloat16",
|
| 1164 |
+
"shape": [
|
| 1165 |
+
1,
|
| 1166 |
+
11264,
|
| 1167 |
+
5376
|
| 1168 |
+
],
|
| 1169 |
+
"stride": [
|
| 1170 |
+
60555264,
|
| 1171 |
+
5376,
|
| 1172 |
+
1
|
| 1173 |
+
]
|
| 1174 |
+
},
|
| 1175 |
+
"transformer_blocks.20.ff.net.0.proj": {
|
| 1176 |
+
"contiguous": true,
|
| 1177 |
+
"dtype": "torch.bfloat16",
|
| 1178 |
+
"shape": [
|
| 1179 |
+
1,
|
| 1180 |
+
11264,
|
| 1181 |
+
5376
|
| 1182 |
+
],
|
| 1183 |
+
"stride": [
|
| 1184 |
+
60555264,
|
| 1185 |
+
5376,
|
| 1186 |
+
1
|
| 1187 |
+
]
|
| 1188 |
+
},
|
| 1189 |
+
"transformer_blocks.20.ff.net.2": {
|
| 1190 |
+
"contiguous": true,
|
| 1191 |
+
"dtype": "torch.bfloat16",
|
| 1192 |
+
"shape": [
|
| 1193 |
+
1,
|
| 1194 |
+
11264,
|
| 1195 |
+
14336
|
| 1196 |
+
],
|
| 1197 |
+
"stride": [
|
| 1198 |
+
161480704,
|
| 1199 |
+
14336,
|
| 1200 |
+
1
|
| 1201 |
+
]
|
| 1202 |
+
},
|
| 1203 |
+
"transformer_blocks.21.attn.to_k": {
|
| 1204 |
+
"contiguous": true,
|
| 1205 |
+
"dtype": "torch.bfloat16",
|
| 1206 |
+
"shape": [
|
| 1207 |
+
1,
|
| 1208 |
+
11264,
|
| 1209 |
+
5376
|
| 1210 |
+
],
|
| 1211 |
+
"stride": [
|
| 1212 |
+
60555264,
|
| 1213 |
+
5376,
|
| 1214 |
+
1
|
| 1215 |
+
]
|
| 1216 |
+
},
|
| 1217 |
+
"transformer_blocks.21.attn.to_out.0": {
|
| 1218 |
+
"contiguous": true,
|
| 1219 |
+
"dtype": "torch.bfloat16",
|
| 1220 |
+
"shape": [
|
| 1221 |
+
1,
|
| 1222 |
+
11264,
|
| 1223 |
+
7168
|
| 1224 |
+
],
|
| 1225 |
+
"stride": [
|
| 1226 |
+
80740352,
|
| 1227 |
+
7168,
|
| 1228 |
+
1
|
| 1229 |
+
]
|
| 1230 |
+
},
|
| 1231 |
+
"transformer_blocks.21.attn.to_q": {
|
| 1232 |
+
"contiguous": true,
|
| 1233 |
+
"dtype": "torch.bfloat16",
|
| 1234 |
+
"shape": [
|
| 1235 |
+
1,
|
| 1236 |
+
11264,
|
| 1237 |
+
5376
|
| 1238 |
+
],
|
| 1239 |
+
"stride": [
|
| 1240 |
+
60555264,
|
| 1241 |
+
5376,
|
| 1242 |
+
1
|
| 1243 |
+
]
|
| 1244 |
+
},
|
| 1245 |
+
"transformer_blocks.21.attn.to_v": {
|
| 1246 |
+
"contiguous": true,
|
| 1247 |
+
"dtype": "torch.bfloat16",
|
| 1248 |
+
"shape": [
|
| 1249 |
+
1,
|
| 1250 |
+
11264,
|
| 1251 |
+
5376
|
| 1252 |
+
],
|
| 1253 |
+
"stride": [
|
| 1254 |
+
60555264,
|
| 1255 |
+
5376,
|
| 1256 |
+
1
|
| 1257 |
+
]
|
| 1258 |
+
},
|
| 1259 |
+
"transformer_blocks.21.ff.net.0.proj": {
|
| 1260 |
+
"contiguous": true,
|
| 1261 |
+
"dtype": "torch.bfloat16",
|
| 1262 |
+
"shape": [
|
| 1263 |
+
1,
|
| 1264 |
+
11264,
|
| 1265 |
+
5376
|
| 1266 |
+
],
|
| 1267 |
+
"stride": [
|
| 1268 |
+
60555264,
|
| 1269 |
+
5376,
|
| 1270 |
+
1
|
| 1271 |
+
]
|
| 1272 |
+
},
|
| 1273 |
+
"transformer_blocks.21.ff.net.2": {
|
| 1274 |
+
"contiguous": true,
|
| 1275 |
+
"dtype": "torch.bfloat16",
|
| 1276 |
+
"shape": [
|
| 1277 |
+
1,
|
| 1278 |
+
11264,
|
| 1279 |
+
14336
|
| 1280 |
+
],
|
| 1281 |
+
"stride": [
|
| 1282 |
+
161480704,
|
| 1283 |
+
14336,
|
| 1284 |
+
1
|
| 1285 |
+
]
|
| 1286 |
+
},
|
| 1287 |
+
"transformer_blocks.22.attn.to_k": {
|
| 1288 |
+
"contiguous": true,
|
| 1289 |
+
"dtype": "torch.bfloat16",
|
| 1290 |
+
"shape": [
|
| 1291 |
+
1,
|
| 1292 |
+
11264,
|
| 1293 |
+
5376
|
| 1294 |
+
],
|
| 1295 |
+
"stride": [
|
| 1296 |
+
60555264,
|
| 1297 |
+
5376,
|
| 1298 |
+
1
|
| 1299 |
+
]
|
| 1300 |
+
},
|
| 1301 |
+
"transformer_blocks.22.attn.to_out.0": {
|
| 1302 |
+
"contiguous": true,
|
| 1303 |
+
"dtype": "torch.bfloat16",
|
| 1304 |
+
"shape": [
|
| 1305 |
+
1,
|
| 1306 |
+
11264,
|
| 1307 |
+
7168
|
| 1308 |
+
],
|
| 1309 |
+
"stride": [
|
| 1310 |
+
80740352,
|
| 1311 |
+
7168,
|
| 1312 |
+
1
|
| 1313 |
+
]
|
| 1314 |
+
},
|
| 1315 |
+
"transformer_blocks.22.attn.to_q": {
|
| 1316 |
+
"contiguous": true,
|
| 1317 |
+
"dtype": "torch.bfloat16",
|
| 1318 |
+
"shape": [
|
| 1319 |
+
1,
|
| 1320 |
+
11264,
|
| 1321 |
+
5376
|
| 1322 |
+
],
|
| 1323 |
+
"stride": [
|
| 1324 |
+
60555264,
|
| 1325 |
+
5376,
|
| 1326 |
+
1
|
| 1327 |
+
]
|
| 1328 |
+
},
|
| 1329 |
+
"transformer_blocks.22.attn.to_v": {
|
| 1330 |
+
"contiguous": true,
|
| 1331 |
+
"dtype": "torch.bfloat16",
|
| 1332 |
+
"shape": [
|
| 1333 |
+
1,
|
| 1334 |
+
11264,
|
| 1335 |
+
5376
|
| 1336 |
+
],
|
| 1337 |
+
"stride": [
|
| 1338 |
+
60555264,
|
| 1339 |
+
5376,
|
| 1340 |
+
1
|
| 1341 |
+
]
|
| 1342 |
+
},
|
| 1343 |
+
"transformer_blocks.22.ff.net.0.proj": {
|
| 1344 |
+
"contiguous": true,
|
| 1345 |
+
"dtype": "torch.bfloat16",
|
| 1346 |
+
"shape": [
|
| 1347 |
+
1,
|
| 1348 |
+
11264,
|
| 1349 |
+
5376
|
| 1350 |
+
],
|
| 1351 |
+
"stride": [
|
| 1352 |
+
60555264,
|
| 1353 |
+
5376,
|
| 1354 |
+
1
|
| 1355 |
+
]
|
| 1356 |
+
},
|
| 1357 |
+
"transformer_blocks.22.ff.net.2": {
|
| 1358 |
+
"contiguous": true,
|
| 1359 |
+
"dtype": "torch.bfloat16",
|
| 1360 |
+
"shape": [
|
| 1361 |
+
1,
|
| 1362 |
+
11264,
|
| 1363 |
+
14336
|
| 1364 |
+
],
|
| 1365 |
+
"stride": [
|
| 1366 |
+
161480704,
|
| 1367 |
+
14336,
|
| 1368 |
+
1
|
| 1369 |
+
]
|
| 1370 |
+
},
|
| 1371 |
+
"transformer_blocks.23.attn.to_k": {
|
| 1372 |
+
"contiguous": true,
|
| 1373 |
+
"dtype": "torch.bfloat16",
|
| 1374 |
+
"shape": [
|
| 1375 |
+
1,
|
| 1376 |
+
11264,
|
| 1377 |
+
5376
|
| 1378 |
+
],
|
| 1379 |
+
"stride": [
|
| 1380 |
+
60555264,
|
| 1381 |
+
5376,
|
| 1382 |
+
1
|
| 1383 |
+
]
|
| 1384 |
+
},
|
| 1385 |
+
"transformer_blocks.23.attn.to_out.0": {
|
| 1386 |
+
"contiguous": true,
|
| 1387 |
+
"dtype": "torch.bfloat16",
|
| 1388 |
+
"shape": [
|
| 1389 |
+
1,
|
| 1390 |
+
11264,
|
| 1391 |
+
7168
|
| 1392 |
+
],
|
| 1393 |
+
"stride": [
|
| 1394 |
+
80740352,
|
| 1395 |
+
7168,
|
| 1396 |
+
1
|
| 1397 |
+
]
|
| 1398 |
+
},
|
| 1399 |
+
"transformer_blocks.23.attn.to_q": {
|
| 1400 |
+
"contiguous": true,
|
| 1401 |
+
"dtype": "torch.bfloat16",
|
| 1402 |
+
"shape": [
|
| 1403 |
+
1,
|
| 1404 |
+
11264,
|
| 1405 |
+
5376
|
| 1406 |
+
],
|
| 1407 |
+
"stride": [
|
| 1408 |
+
60555264,
|
| 1409 |
+
5376,
|
| 1410 |
+
1
|
| 1411 |
+
]
|
| 1412 |
+
},
|
| 1413 |
+
"transformer_blocks.23.attn.to_v": {
|
| 1414 |
+
"contiguous": true,
|
| 1415 |
+
"dtype": "torch.bfloat16",
|
| 1416 |
+
"shape": [
|
| 1417 |
+
1,
|
| 1418 |
+
11264,
|
| 1419 |
+
5376
|
| 1420 |
+
],
|
| 1421 |
+
"stride": [
|
| 1422 |
+
60555264,
|
| 1423 |
+
5376,
|
| 1424 |
+
1
|
| 1425 |
+
]
|
| 1426 |
+
},
|
| 1427 |
+
"transformer_blocks.23.ff.net.0.proj": {
|
| 1428 |
+
"contiguous": true,
|
| 1429 |
+
"dtype": "torch.bfloat16",
|
| 1430 |
+
"shape": [
|
| 1431 |
+
1,
|
| 1432 |
+
11264,
|
| 1433 |
+
5376
|
| 1434 |
+
],
|
| 1435 |
+
"stride": [
|
| 1436 |
+
60555264,
|
| 1437 |
+
5376,
|
| 1438 |
+
1
|
| 1439 |
+
]
|
| 1440 |
+
},
|
| 1441 |
+
"transformer_blocks.23.ff.net.2": {
|
| 1442 |
+
"contiguous": true,
|
| 1443 |
+
"dtype": "torch.bfloat16",
|
| 1444 |
+
"shape": [
|
| 1445 |
+
1,
|
| 1446 |
+
11264,
|
| 1447 |
+
14336
|
| 1448 |
+
],
|
| 1449 |
+
"stride": [
|
| 1450 |
+
161480704,
|
| 1451 |
+
14336,
|
| 1452 |
+
1
|
| 1453 |
+
]
|
| 1454 |
+
},
|
| 1455 |
+
"transformer_blocks.24.attn.to_k": {
|
| 1456 |
+
"contiguous": true,
|
| 1457 |
+
"dtype": "torch.bfloat16",
|
| 1458 |
+
"shape": [
|
| 1459 |
+
1,
|
| 1460 |
+
11264,
|
| 1461 |
+
5376
|
| 1462 |
+
],
|
| 1463 |
+
"stride": [
|
| 1464 |
+
60555264,
|
| 1465 |
+
5376,
|
| 1466 |
+
1
|
| 1467 |
+
]
|
| 1468 |
+
},
|
| 1469 |
+
"transformer_blocks.24.attn.to_out.0": {
|
| 1470 |
+
"contiguous": true,
|
| 1471 |
+
"dtype": "torch.bfloat16",
|
| 1472 |
+
"shape": [
|
| 1473 |
+
1,
|
| 1474 |
+
11264,
|
| 1475 |
+
7168
|
| 1476 |
+
],
|
| 1477 |
+
"stride": [
|
| 1478 |
+
80740352,
|
| 1479 |
+
7168,
|
| 1480 |
+
1
|
| 1481 |
+
]
|
| 1482 |
+
},
|
| 1483 |
+
"transformer_blocks.24.attn.to_q": {
|
| 1484 |
+
"contiguous": true,
|
| 1485 |
+
"dtype": "torch.bfloat16",
|
| 1486 |
+
"shape": [
|
| 1487 |
+
1,
|
| 1488 |
+
11264,
|
| 1489 |
+
5376
|
| 1490 |
+
],
|
| 1491 |
+
"stride": [
|
| 1492 |
+
60555264,
|
| 1493 |
+
5376,
|
| 1494 |
+
1
|
| 1495 |
+
]
|
| 1496 |
+
},
|
| 1497 |
+
"transformer_blocks.24.attn.to_v": {
|
| 1498 |
+
"contiguous": true,
|
| 1499 |
+
"dtype": "torch.bfloat16",
|
| 1500 |
+
"shape": [
|
| 1501 |
+
1,
|
| 1502 |
+
11264,
|
| 1503 |
+
5376
|
| 1504 |
+
],
|
| 1505 |
+
"stride": [
|
| 1506 |
+
60555264,
|
| 1507 |
+
5376,
|
| 1508 |
+
1
|
| 1509 |
+
]
|
| 1510 |
+
},
|
| 1511 |
+
"transformer_blocks.24.ff.net.0.proj": {
|
| 1512 |
+
"contiguous": true,
|
| 1513 |
+
"dtype": "torch.bfloat16",
|
| 1514 |
+
"shape": [
|
| 1515 |
+
1,
|
| 1516 |
+
11264,
|
| 1517 |
+
5376
|
| 1518 |
+
],
|
| 1519 |
+
"stride": [
|
| 1520 |
+
60555264,
|
| 1521 |
+
5376,
|
| 1522 |
+
1
|
| 1523 |
+
]
|
| 1524 |
+
},
|
| 1525 |
+
"transformer_blocks.24.ff.net.2": {
|
| 1526 |
+
"contiguous": true,
|
| 1527 |
+
"dtype": "torch.bfloat16",
|
| 1528 |
+
"shape": [
|
| 1529 |
+
1,
|
| 1530 |
+
11264,
|
| 1531 |
+
14336
|
| 1532 |
+
],
|
| 1533 |
+
"stride": [
|
| 1534 |
+
161480704,
|
| 1535 |
+
14336,
|
| 1536 |
+
1
|
| 1537 |
+
]
|
| 1538 |
+
},
|
| 1539 |
+
"transformer_blocks.25.attn.to_k": {
|
| 1540 |
+
"contiguous": true,
|
| 1541 |
+
"dtype": "torch.bfloat16",
|
| 1542 |
+
"shape": [
|
| 1543 |
+
1,
|
| 1544 |
+
11264,
|
| 1545 |
+
5376
|
| 1546 |
+
],
|
| 1547 |
+
"stride": [
|
| 1548 |
+
60555264,
|
| 1549 |
+
5376,
|
| 1550 |
+
1
|
| 1551 |
+
]
|
| 1552 |
+
},
|
| 1553 |
+
"transformer_blocks.25.attn.to_out.0": {
|
| 1554 |
+
"contiguous": true,
|
| 1555 |
+
"dtype": "torch.bfloat16",
|
| 1556 |
+
"shape": [
|
| 1557 |
+
1,
|
| 1558 |
+
11264,
|
| 1559 |
+
7168
|
| 1560 |
+
],
|
| 1561 |
+
"stride": [
|
| 1562 |
+
80740352,
|
| 1563 |
+
7168,
|
| 1564 |
+
1
|
| 1565 |
+
]
|
| 1566 |
+
},
|
| 1567 |
+
"transformer_blocks.25.attn.to_q": {
|
| 1568 |
+
"contiguous": true,
|
| 1569 |
+
"dtype": "torch.bfloat16",
|
| 1570 |
+
"shape": [
|
| 1571 |
+
1,
|
| 1572 |
+
11264,
|
| 1573 |
+
5376
|
| 1574 |
+
],
|
| 1575 |
+
"stride": [
|
| 1576 |
+
60555264,
|
| 1577 |
+
5376,
|
| 1578 |
+
1
|
| 1579 |
+
]
|
| 1580 |
+
},
|
| 1581 |
+
"transformer_blocks.25.attn.to_v": {
|
| 1582 |
+
"contiguous": true,
|
| 1583 |
+
"dtype": "torch.bfloat16",
|
| 1584 |
+
"shape": [
|
| 1585 |
+
1,
|
| 1586 |
+
11264,
|
| 1587 |
+
5376
|
| 1588 |
+
],
|
| 1589 |
+
"stride": [
|
| 1590 |
+
60555264,
|
| 1591 |
+
5376,
|
| 1592 |
+
1
|
| 1593 |
+
]
|
| 1594 |
+
},
|
| 1595 |
+
"transformer_blocks.25.ff.net.0.proj": {
|
| 1596 |
+
"contiguous": true,
|
| 1597 |
+
"dtype": "torch.bfloat16",
|
| 1598 |
+
"shape": [
|
| 1599 |
+
1,
|
| 1600 |
+
11264,
|
| 1601 |
+
5376
|
| 1602 |
+
],
|
| 1603 |
+
"stride": [
|
| 1604 |
+
60555264,
|
| 1605 |
+
5376,
|
| 1606 |
+
1
|
| 1607 |
+
]
|
| 1608 |
+
},
|
| 1609 |
+
"transformer_blocks.25.ff.net.2": {
|
| 1610 |
+
"contiguous": true,
|
| 1611 |
+
"dtype": "torch.bfloat16",
|
| 1612 |
+
"shape": [
|
| 1613 |
+
1,
|
| 1614 |
+
11264,
|
| 1615 |
+
14336
|
| 1616 |
+
],
|
| 1617 |
+
"stride": [
|
| 1618 |
+
161480704,
|
| 1619 |
+
14336,
|
| 1620 |
+
1
|
| 1621 |
+
]
|
| 1622 |
+
},
|
| 1623 |
+
"transformer_blocks.26.attn.to_k": {
|
| 1624 |
+
"contiguous": true,
|
| 1625 |
+
"dtype": "torch.bfloat16",
|
| 1626 |
+
"shape": [
|
| 1627 |
+
1,
|
| 1628 |
+
11264,
|
| 1629 |
+
5376
|
| 1630 |
+
],
|
| 1631 |
+
"stride": [
|
| 1632 |
+
60555264,
|
| 1633 |
+
5376,
|
| 1634 |
+
1
|
| 1635 |
+
]
|
| 1636 |
+
},
|
| 1637 |
+
"transformer_blocks.26.attn.to_out.0": {
|
| 1638 |
+
"contiguous": true,
|
| 1639 |
+
"dtype": "torch.bfloat16",
|
| 1640 |
+
"shape": [
|
| 1641 |
+
1,
|
| 1642 |
+
11264,
|
| 1643 |
+
7168
|
| 1644 |
+
],
|
| 1645 |
+
"stride": [
|
| 1646 |
+
80740352,
|
| 1647 |
+
7168,
|
| 1648 |
+
1
|
| 1649 |
+
]
|
| 1650 |
+
},
|
| 1651 |
+
"transformer_blocks.26.attn.to_q": {
|
| 1652 |
+
"contiguous": true,
|
| 1653 |
+
"dtype": "torch.bfloat16",
|
| 1654 |
+
"shape": [
|
| 1655 |
+
1,
|
| 1656 |
+
11264,
|
| 1657 |
+
5376
|
| 1658 |
+
],
|
| 1659 |
+
"stride": [
|
| 1660 |
+
60555264,
|
| 1661 |
+
5376,
|
| 1662 |
+
1
|
| 1663 |
+
]
|
| 1664 |
+
},
|
| 1665 |
+
"transformer_blocks.26.attn.to_v": {
|
| 1666 |
+
"contiguous": true,
|
| 1667 |
+
"dtype": "torch.bfloat16",
|
| 1668 |
+
"shape": [
|
| 1669 |
+
1,
|
| 1670 |
+
11264,
|
| 1671 |
+
5376
|
| 1672 |
+
],
|
| 1673 |
+
"stride": [
|
| 1674 |
+
60555264,
|
| 1675 |
+
5376,
|
| 1676 |
+
1
|
| 1677 |
+
]
|
| 1678 |
+
},
|
| 1679 |
+
"transformer_blocks.26.ff.net.0.proj": {
|
| 1680 |
+
"contiguous": true,
|
| 1681 |
+
"dtype": "torch.bfloat16",
|
| 1682 |
+
"shape": [
|
| 1683 |
+
1,
|
| 1684 |
+
11264,
|
| 1685 |
+
5376
|
| 1686 |
+
],
|
| 1687 |
+
"stride": [
|
| 1688 |
+
60555264,
|
| 1689 |
+
5376,
|
| 1690 |
+
1
|
| 1691 |
+
]
|
| 1692 |
+
},
|
| 1693 |
+
"transformer_blocks.26.ff.net.2": {
|
| 1694 |
+
"contiguous": true,
|
| 1695 |
+
"dtype": "torch.bfloat16",
|
| 1696 |
+
"shape": [
|
| 1697 |
+
1,
|
| 1698 |
+
11264,
|
| 1699 |
+
14336
|
| 1700 |
+
],
|
| 1701 |
+
"stride": [
|
| 1702 |
+
161480704,
|
| 1703 |
+
14336,
|
| 1704 |
+
1
|
| 1705 |
+
]
|
| 1706 |
+
},
|
| 1707 |
+
"transformer_blocks.27.attn.to_k": {
|
| 1708 |
+
"contiguous": true,
|
| 1709 |
+
"dtype": "torch.bfloat16",
|
| 1710 |
+
"shape": [
|
| 1711 |
+
1,
|
| 1712 |
+
11264,
|
| 1713 |
+
5376
|
| 1714 |
+
],
|
| 1715 |
+
"stride": [
|
| 1716 |
+
60555264,
|
| 1717 |
+
5376,
|
| 1718 |
+
1
|
| 1719 |
+
]
|
| 1720 |
+
},
|
| 1721 |
+
"transformer_blocks.27.attn.to_out.0": {
|
| 1722 |
+
"contiguous": true,
|
| 1723 |
+
"dtype": "torch.bfloat16",
|
| 1724 |
+
"shape": [
|
| 1725 |
+
1,
|
| 1726 |
+
11264,
|
| 1727 |
+
7168
|
| 1728 |
+
],
|
| 1729 |
+
"stride": [
|
| 1730 |
+
80740352,
|
| 1731 |
+
7168,
|
| 1732 |
+
1
|
| 1733 |
+
]
|
| 1734 |
+
},
|
| 1735 |
+
"transformer_blocks.27.attn.to_q": {
|
| 1736 |
+
"contiguous": true,
|
| 1737 |
+
"dtype": "torch.bfloat16",
|
| 1738 |
+
"shape": [
|
| 1739 |
+
1,
|
| 1740 |
+
11264,
|
| 1741 |
+
5376
|
| 1742 |
+
],
|
| 1743 |
+
"stride": [
|
| 1744 |
+
60555264,
|
| 1745 |
+
5376,
|
| 1746 |
+
1
|
| 1747 |
+
]
|
| 1748 |
+
},
|
| 1749 |
+
"transformer_blocks.27.attn.to_v": {
|
| 1750 |
+
"contiguous": true,
|
| 1751 |
+
"dtype": "torch.bfloat16",
|
| 1752 |
+
"shape": [
|
| 1753 |
+
1,
|
| 1754 |
+
11264,
|
| 1755 |
+
5376
|
| 1756 |
+
],
|
| 1757 |
+
"stride": [
|
| 1758 |
+
60555264,
|
| 1759 |
+
5376,
|
| 1760 |
+
1
|
| 1761 |
+
]
|
| 1762 |
+
},
|
| 1763 |
+
"transformer_blocks.27.ff.net.0.proj": {
|
| 1764 |
+
"contiguous": true,
|
| 1765 |
+
"dtype": "torch.bfloat16",
|
| 1766 |
+
"shape": [
|
| 1767 |
+
1,
|
| 1768 |
+
11264,
|
| 1769 |
+
5376
|
| 1770 |
+
],
|
| 1771 |
+
"stride": [
|
| 1772 |
+
60555264,
|
| 1773 |
+
5376,
|
| 1774 |
+
1
|
| 1775 |
+
]
|
| 1776 |
+
},
|
| 1777 |
+
"transformer_blocks.27.ff.net.2": {
|
| 1778 |
+
"contiguous": true,
|
| 1779 |
+
"dtype": "torch.bfloat16",
|
| 1780 |
+
"shape": [
|
| 1781 |
+
1,
|
| 1782 |
+
11264,
|
| 1783 |
+
14336
|
| 1784 |
+
],
|
| 1785 |
+
"stride": [
|
| 1786 |
+
161480704,
|
| 1787 |
+
14336,
|
| 1788 |
+
1
|
| 1789 |
+
]
|
| 1790 |
+
},
|
| 1791 |
+
"transformer_blocks.28.attn.to_k": {
|
| 1792 |
+
"contiguous": true,
|
| 1793 |
+
"dtype": "torch.bfloat16",
|
| 1794 |
+
"shape": [
|
| 1795 |
+
1,
|
| 1796 |
+
11264,
|
| 1797 |
+
5376
|
| 1798 |
+
],
|
| 1799 |
+
"stride": [
|
| 1800 |
+
60555264,
|
| 1801 |
+
5376,
|
| 1802 |
+
1
|
| 1803 |
+
]
|
| 1804 |
+
},
|
| 1805 |
+
"transformer_blocks.28.attn.to_out.0": {
|
| 1806 |
+
"contiguous": true,
|
| 1807 |
+
"dtype": "torch.bfloat16",
|
| 1808 |
+
"shape": [
|
| 1809 |
+
1,
|
| 1810 |
+
11264,
|
| 1811 |
+
7168
|
| 1812 |
+
],
|
| 1813 |
+
"stride": [
|
| 1814 |
+
80740352,
|
| 1815 |
+
7168,
|
| 1816 |
+
1
|
| 1817 |
+
]
|
| 1818 |
+
},
|
| 1819 |
+
"transformer_blocks.28.attn.to_q": {
|
| 1820 |
+
"contiguous": true,
|
| 1821 |
+
"dtype": "torch.bfloat16",
|
| 1822 |
+
"shape": [
|
| 1823 |
+
1,
|
| 1824 |
+
11264,
|
| 1825 |
+
5376
|
| 1826 |
+
],
|
| 1827 |
+
"stride": [
|
| 1828 |
+
60555264,
|
| 1829 |
+
5376,
|
| 1830 |
+
1
|
| 1831 |
+
]
|
| 1832 |
+
},
|
| 1833 |
+
"transformer_blocks.28.attn.to_v": {
|
| 1834 |
+
"contiguous": true,
|
| 1835 |
+
"dtype": "torch.bfloat16",
|
| 1836 |
+
"shape": [
|
| 1837 |
+
1,
|
| 1838 |
+
11264,
|
| 1839 |
+
5376
|
| 1840 |
+
],
|
| 1841 |
+
"stride": [
|
| 1842 |
+
60555264,
|
| 1843 |
+
5376,
|
| 1844 |
+
1
|
| 1845 |
+
]
|
| 1846 |
+
},
|
| 1847 |
+
"transformer_blocks.28.ff.net.0.proj": {
|
| 1848 |
+
"contiguous": true,
|
| 1849 |
+
"dtype": "torch.bfloat16",
|
| 1850 |
+
"shape": [
|
| 1851 |
+
1,
|
| 1852 |
+
11264,
|
| 1853 |
+
5376
|
| 1854 |
+
],
|
| 1855 |
+
"stride": [
|
| 1856 |
+
60555264,
|
| 1857 |
+
5376,
|
| 1858 |
+
1
|
| 1859 |
+
]
|
| 1860 |
+
},
|
| 1861 |
+
"transformer_blocks.28.ff.net.2": {
|
| 1862 |
+
"contiguous": true,
|
| 1863 |
+
"dtype": "torch.bfloat16",
|
| 1864 |
+
"shape": [
|
| 1865 |
+
1,
|
| 1866 |
+
11264,
|
| 1867 |
+
14336
|
| 1868 |
+
],
|
| 1869 |
+
"stride": [
|
| 1870 |
+
161480704,
|
| 1871 |
+
14336,
|
| 1872 |
+
1
|
| 1873 |
+
]
|
| 1874 |
+
},
|
| 1875 |
+
"transformer_blocks.29.attn.to_k": {
|
| 1876 |
+
"contiguous": true,
|
| 1877 |
+
"dtype": "torch.bfloat16",
|
| 1878 |
+
"shape": [
|
| 1879 |
+
1,
|
| 1880 |
+
11264,
|
| 1881 |
+
5376
|
| 1882 |
+
],
|
| 1883 |
+
"stride": [
|
| 1884 |
+
60555264,
|
| 1885 |
+
5376,
|
| 1886 |
+
1
|
| 1887 |
+
]
|
| 1888 |
+
},
|
| 1889 |
+
"transformer_blocks.29.attn.to_out.0": {
|
| 1890 |
+
"contiguous": true,
|
| 1891 |
+
"dtype": "torch.bfloat16",
|
| 1892 |
+
"shape": [
|
| 1893 |
+
1,
|
| 1894 |
+
11264,
|
| 1895 |
+
7168
|
| 1896 |
+
],
|
| 1897 |
+
"stride": [
|
| 1898 |
+
80740352,
|
| 1899 |
+
7168,
|
| 1900 |
+
1
|
| 1901 |
+
]
|
| 1902 |
+
},
|
| 1903 |
+
"transformer_blocks.29.attn.to_q": {
|
| 1904 |
+
"contiguous": true,
|
| 1905 |
+
"dtype": "torch.bfloat16",
|
| 1906 |
+
"shape": [
|
| 1907 |
+
1,
|
| 1908 |
+
11264,
|
| 1909 |
+
5376
|
| 1910 |
+
],
|
| 1911 |
+
"stride": [
|
| 1912 |
+
60555264,
|
| 1913 |
+
5376,
|
| 1914 |
+
1
|
| 1915 |
+
]
|
| 1916 |
+
},
|
| 1917 |
+
"transformer_blocks.29.attn.to_v": {
|
| 1918 |
+
"contiguous": true,
|
| 1919 |
+
"dtype": "torch.bfloat16",
|
| 1920 |
+
"shape": [
|
| 1921 |
+
1,
|
| 1922 |
+
11264,
|
| 1923 |
+
5376
|
| 1924 |
+
],
|
| 1925 |
+
"stride": [
|
| 1926 |
+
60555264,
|
| 1927 |
+
5376,
|
| 1928 |
+
1
|
| 1929 |
+
]
|
| 1930 |
+
},
|
| 1931 |
+
"transformer_blocks.29.ff.net.0.proj": {
|
| 1932 |
+
"contiguous": true,
|
| 1933 |
+
"dtype": "torch.bfloat16",
|
| 1934 |
+
"shape": [
|
| 1935 |
+
1,
|
| 1936 |
+
11264,
|
| 1937 |
+
5376
|
| 1938 |
+
],
|
| 1939 |
+
"stride": [
|
| 1940 |
+
60555264,
|
| 1941 |
+
5376,
|
| 1942 |
+
1
|
| 1943 |
+
]
|
| 1944 |
+
},
|
| 1945 |
+
"transformer_blocks.29.ff.net.2": {
|
| 1946 |
+
"contiguous": true,
|
| 1947 |
+
"dtype": "torch.bfloat16",
|
| 1948 |
+
"shape": [
|
| 1949 |
+
1,
|
| 1950 |
+
11264,
|
| 1951 |
+
14336
|
| 1952 |
+
],
|
| 1953 |
+
"stride": [
|
| 1954 |
+
161480704,
|
| 1955 |
+
14336,
|
| 1956 |
+
1
|
| 1957 |
+
]
|
| 1958 |
+
},
|
| 1959 |
+
"transformer_blocks.3.attn.to_k": {
|
| 1960 |
+
"contiguous": true,
|
| 1961 |
+
"dtype": "torch.bfloat16",
|
| 1962 |
+
"shape": [
|
| 1963 |
+
1,
|
| 1964 |
+
11264,
|
| 1965 |
+
5376
|
| 1966 |
+
],
|
| 1967 |
+
"stride": [
|
| 1968 |
+
60555264,
|
| 1969 |
+
5376,
|
| 1970 |
+
1
|
| 1971 |
+
]
|
| 1972 |
+
},
|
| 1973 |
+
"transformer_blocks.3.attn.to_out.0": {
|
| 1974 |
+
"contiguous": true,
|
| 1975 |
+
"dtype": "torch.bfloat16",
|
| 1976 |
+
"shape": [
|
| 1977 |
+
1,
|
| 1978 |
+
11264,
|
| 1979 |
+
7168
|
| 1980 |
+
],
|
| 1981 |
+
"stride": [
|
| 1982 |
+
80740352,
|
| 1983 |
+
7168,
|
| 1984 |
+
1
|
| 1985 |
+
]
|
| 1986 |
+
},
|
| 1987 |
+
"transformer_blocks.3.attn.to_q": {
|
| 1988 |
+
"contiguous": true,
|
| 1989 |
+
"dtype": "torch.bfloat16",
|
| 1990 |
+
"shape": [
|
| 1991 |
+
1,
|
| 1992 |
+
11264,
|
| 1993 |
+
5376
|
| 1994 |
+
],
|
| 1995 |
+
"stride": [
|
| 1996 |
+
60555264,
|
| 1997 |
+
5376,
|
| 1998 |
+
1
|
| 1999 |
+
]
|
| 2000 |
+
},
|
| 2001 |
+
"transformer_blocks.3.attn.to_v": {
|
| 2002 |
+
"contiguous": true,
|
| 2003 |
+
"dtype": "torch.bfloat16",
|
| 2004 |
+
"shape": [
|
| 2005 |
+
1,
|
| 2006 |
+
11264,
|
| 2007 |
+
5376
|
| 2008 |
+
],
|
| 2009 |
+
"stride": [
|
| 2010 |
+
60555264,
|
| 2011 |
+
5376,
|
| 2012 |
+
1
|
| 2013 |
+
]
|
| 2014 |
+
},
|
| 2015 |
+
"transformer_blocks.3.ff.net.0.proj": {
|
| 2016 |
+
"contiguous": true,
|
| 2017 |
+
"dtype": "torch.bfloat16",
|
| 2018 |
+
"shape": [
|
| 2019 |
+
1,
|
| 2020 |
+
11264,
|
| 2021 |
+
5376
|
| 2022 |
+
],
|
| 2023 |
+
"stride": [
|
| 2024 |
+
60555264,
|
| 2025 |
+
5376,
|
| 2026 |
+
1
|
| 2027 |
+
]
|
| 2028 |
+
},
|
| 2029 |
+
"transformer_blocks.3.ff.net.2": {
|
| 2030 |
+
"contiguous": true,
|
| 2031 |
+
"dtype": "torch.bfloat16",
|
| 2032 |
+
"shape": [
|
| 2033 |
+
1,
|
| 2034 |
+
11264,
|
| 2035 |
+
14336
|
| 2036 |
+
],
|
| 2037 |
+
"stride": [
|
| 2038 |
+
161480704,
|
| 2039 |
+
14336,
|
| 2040 |
+
1
|
| 2041 |
+
]
|
| 2042 |
+
},
|
| 2043 |
+
"transformer_blocks.30.attn.to_k": {
|
| 2044 |
+
"contiguous": true,
|
| 2045 |
+
"dtype": "torch.bfloat16",
|
| 2046 |
+
"shape": [
|
| 2047 |
+
1,
|
| 2048 |
+
11264,
|
| 2049 |
+
5376
|
| 2050 |
+
],
|
| 2051 |
+
"stride": [
|
| 2052 |
+
60555264,
|
| 2053 |
+
5376,
|
| 2054 |
+
1
|
| 2055 |
+
]
|
| 2056 |
+
},
|
| 2057 |
+
"transformer_blocks.30.attn.to_out.0": {
|
| 2058 |
+
"contiguous": true,
|
| 2059 |
+
"dtype": "torch.bfloat16",
|
| 2060 |
+
"shape": [
|
| 2061 |
+
1,
|
| 2062 |
+
11264,
|
| 2063 |
+
7168
|
| 2064 |
+
],
|
| 2065 |
+
"stride": [
|
| 2066 |
+
80740352,
|
| 2067 |
+
7168,
|
| 2068 |
+
1
|
| 2069 |
+
]
|
| 2070 |
+
},
|
| 2071 |
+
"transformer_blocks.30.attn.to_q": {
|
| 2072 |
+
"contiguous": true,
|
| 2073 |
+
"dtype": "torch.bfloat16",
|
| 2074 |
+
"shape": [
|
| 2075 |
+
1,
|
| 2076 |
+
11264,
|
| 2077 |
+
5376
|
| 2078 |
+
],
|
| 2079 |
+
"stride": [
|
| 2080 |
+
60555264,
|
| 2081 |
+
5376,
|
| 2082 |
+
1
|
| 2083 |
+
]
|
| 2084 |
+
},
|
| 2085 |
+
"transformer_blocks.30.attn.to_v": {
|
| 2086 |
+
"contiguous": true,
|
| 2087 |
+
"dtype": "torch.bfloat16",
|
| 2088 |
+
"shape": [
|
| 2089 |
+
1,
|
| 2090 |
+
11264,
|
| 2091 |
+
5376
|
| 2092 |
+
],
|
| 2093 |
+
"stride": [
|
| 2094 |
+
60555264,
|
| 2095 |
+
5376,
|
| 2096 |
+
1
|
| 2097 |
+
]
|
| 2098 |
+
},
|
| 2099 |
+
"transformer_blocks.30.ff.net.0.proj": {
|
| 2100 |
+
"contiguous": true,
|
| 2101 |
+
"dtype": "torch.bfloat16",
|
| 2102 |
+
"shape": [
|
| 2103 |
+
1,
|
| 2104 |
+
11264,
|
| 2105 |
+
5376
|
| 2106 |
+
],
|
| 2107 |
+
"stride": [
|
| 2108 |
+
60555264,
|
| 2109 |
+
5376,
|
| 2110 |
+
1
|
| 2111 |
+
]
|
| 2112 |
+
},
|
| 2113 |
+
"transformer_blocks.30.ff.net.2": {
|
| 2114 |
+
"contiguous": true,
|
| 2115 |
+
"dtype": "torch.bfloat16",
|
| 2116 |
+
"shape": [
|
| 2117 |
+
1,
|
| 2118 |
+
11264,
|
| 2119 |
+
14336
|
| 2120 |
+
],
|
| 2121 |
+
"stride": [
|
| 2122 |
+
161480704,
|
| 2123 |
+
14336,
|
| 2124 |
+
1
|
| 2125 |
+
]
|
| 2126 |
+
},
|
| 2127 |
+
"transformer_blocks.31.attn.to_k": {
|
| 2128 |
+
"contiguous": true,
|
| 2129 |
+
"dtype": "torch.bfloat16",
|
| 2130 |
+
"shape": [
|
| 2131 |
+
1,
|
| 2132 |
+
11264,
|
| 2133 |
+
5376
|
| 2134 |
+
],
|
| 2135 |
+
"stride": [
|
| 2136 |
+
60555264,
|
| 2137 |
+
5376,
|
| 2138 |
+
1
|
| 2139 |
+
]
|
| 2140 |
+
},
|
| 2141 |
+
"transformer_blocks.31.attn.to_out.0": {
|
| 2142 |
+
"contiguous": true,
|
| 2143 |
+
"dtype": "torch.bfloat16",
|
| 2144 |
+
"shape": [
|
| 2145 |
+
1,
|
| 2146 |
+
11264,
|
| 2147 |
+
7168
|
| 2148 |
+
],
|
| 2149 |
+
"stride": [
|
| 2150 |
+
80740352,
|
| 2151 |
+
7168,
|
| 2152 |
+
1
|
| 2153 |
+
]
|
| 2154 |
+
},
|
| 2155 |
+
"transformer_blocks.31.attn.to_q": {
|
| 2156 |
+
"contiguous": true,
|
| 2157 |
+
"dtype": "torch.bfloat16",
|
| 2158 |
+
"shape": [
|
| 2159 |
+
1,
|
| 2160 |
+
11264,
|
| 2161 |
+
5376
|
| 2162 |
+
],
|
| 2163 |
+
"stride": [
|
| 2164 |
+
60555264,
|
| 2165 |
+
5376,
|
| 2166 |
+
1
|
| 2167 |
+
]
|
| 2168 |
+
},
|
| 2169 |
+
"transformer_blocks.31.attn.to_v": {
|
| 2170 |
+
"contiguous": true,
|
| 2171 |
+
"dtype": "torch.bfloat16",
|
| 2172 |
+
"shape": [
|
| 2173 |
+
1,
|
| 2174 |
+
11264,
|
| 2175 |
+
5376
|
| 2176 |
+
],
|
| 2177 |
+
"stride": [
|
| 2178 |
+
60555264,
|
| 2179 |
+
5376,
|
| 2180 |
+
1
|
| 2181 |
+
]
|
| 2182 |
+
},
|
| 2183 |
+
"transformer_blocks.31.ff.net.0.proj": {
|
| 2184 |
+
"contiguous": true,
|
| 2185 |
+
"dtype": "torch.bfloat16",
|
| 2186 |
+
"shape": [
|
| 2187 |
+
1,
|
| 2188 |
+
11264,
|
| 2189 |
+
5376
|
| 2190 |
+
],
|
| 2191 |
+
"stride": [
|
| 2192 |
+
60555264,
|
| 2193 |
+
5376,
|
| 2194 |
+
1
|
| 2195 |
+
]
|
| 2196 |
+
},
|
| 2197 |
+
"transformer_blocks.31.ff.net.2": {
|
| 2198 |
+
"contiguous": true,
|
| 2199 |
+
"dtype": "torch.bfloat16",
|
| 2200 |
+
"shape": [
|
| 2201 |
+
1,
|
| 2202 |
+
11264,
|
| 2203 |
+
14336
|
| 2204 |
+
],
|
| 2205 |
+
"stride": [
|
| 2206 |
+
161480704,
|
| 2207 |
+
14336,
|
| 2208 |
+
1
|
| 2209 |
+
]
|
| 2210 |
+
},
|
| 2211 |
+
"transformer_blocks.32.attn.to_k": {
|
| 2212 |
+
"contiguous": true,
|
| 2213 |
+
"dtype": "torch.bfloat16",
|
| 2214 |
+
"shape": [
|
| 2215 |
+
1,
|
| 2216 |
+
11264,
|
| 2217 |
+
5376
|
| 2218 |
+
],
|
| 2219 |
+
"stride": [
|
| 2220 |
+
60555264,
|
| 2221 |
+
5376,
|
| 2222 |
+
1
|
| 2223 |
+
]
|
| 2224 |
+
},
|
| 2225 |
+
"transformer_blocks.32.attn.to_out.0": {
|
| 2226 |
+
"contiguous": true,
|
| 2227 |
+
"dtype": "torch.bfloat16",
|
| 2228 |
+
"shape": [
|
| 2229 |
+
1,
|
| 2230 |
+
11264,
|
| 2231 |
+
7168
|
| 2232 |
+
],
|
| 2233 |
+
"stride": [
|
| 2234 |
+
80740352,
|
| 2235 |
+
7168,
|
| 2236 |
+
1
|
| 2237 |
+
]
|
| 2238 |
+
},
|
| 2239 |
+
"transformer_blocks.32.attn.to_q": {
|
| 2240 |
+
"contiguous": true,
|
| 2241 |
+
"dtype": "torch.bfloat16",
|
| 2242 |
+
"shape": [
|
| 2243 |
+
1,
|
| 2244 |
+
11264,
|
| 2245 |
+
5376
|
| 2246 |
+
],
|
| 2247 |
+
"stride": [
|
| 2248 |
+
60555264,
|
| 2249 |
+
5376,
|
| 2250 |
+
1
|
| 2251 |
+
]
|
| 2252 |
+
},
|
| 2253 |
+
"transformer_blocks.32.attn.to_v": {
|
| 2254 |
+
"contiguous": true,
|
| 2255 |
+
"dtype": "torch.bfloat16",
|
| 2256 |
+
"shape": [
|
| 2257 |
+
1,
|
| 2258 |
+
11264,
|
| 2259 |
+
5376
|
| 2260 |
+
],
|
| 2261 |
+
"stride": [
|
| 2262 |
+
60555264,
|
| 2263 |
+
5376,
|
| 2264 |
+
1
|
| 2265 |
+
]
|
| 2266 |
+
},
|
| 2267 |
+
"transformer_blocks.32.ff.net.0.proj": {
|
| 2268 |
+
"contiguous": true,
|
| 2269 |
+
"dtype": "torch.bfloat16",
|
| 2270 |
+
"shape": [
|
| 2271 |
+
1,
|
| 2272 |
+
11264,
|
| 2273 |
+
5376
|
| 2274 |
+
],
|
| 2275 |
+
"stride": [
|
| 2276 |
+
60555264,
|
| 2277 |
+
5376,
|
| 2278 |
+
1
|
| 2279 |
+
]
|
| 2280 |
+
},
|
| 2281 |
+
"transformer_blocks.32.ff.net.2": {
|
| 2282 |
+
"contiguous": true,
|
| 2283 |
+
"dtype": "torch.bfloat16",
|
| 2284 |
+
"shape": [
|
| 2285 |
+
1,
|
| 2286 |
+
11264,
|
| 2287 |
+
14336
|
| 2288 |
+
],
|
| 2289 |
+
"stride": [
|
| 2290 |
+
161480704,
|
| 2291 |
+
14336,
|
| 2292 |
+
1
|
| 2293 |
+
]
|
| 2294 |
+
},
|
| 2295 |
+
"transformer_blocks.33.attn.to_k": {
|
| 2296 |
+
"contiguous": true,
|
| 2297 |
+
"dtype": "torch.bfloat16",
|
| 2298 |
+
"shape": [
|
| 2299 |
+
1,
|
| 2300 |
+
11264,
|
| 2301 |
+
5376
|
| 2302 |
+
],
|
| 2303 |
+
"stride": [
|
| 2304 |
+
60555264,
|
| 2305 |
+
5376,
|
| 2306 |
+
1
|
| 2307 |
+
]
|
| 2308 |
+
},
|
| 2309 |
+
"transformer_blocks.33.attn.to_out.0": {
|
| 2310 |
+
"contiguous": true,
|
| 2311 |
+
"dtype": "torch.bfloat16",
|
| 2312 |
+
"shape": [
|
| 2313 |
+
1,
|
| 2314 |
+
11264,
|
| 2315 |
+
7168
|
| 2316 |
+
],
|
| 2317 |
+
"stride": [
|
| 2318 |
+
80740352,
|
| 2319 |
+
7168,
|
| 2320 |
+
1
|
| 2321 |
+
]
|
| 2322 |
+
},
|
| 2323 |
+
"transformer_blocks.33.attn.to_q": {
|
| 2324 |
+
"contiguous": true,
|
| 2325 |
+
"dtype": "torch.bfloat16",
|
| 2326 |
+
"shape": [
|
| 2327 |
+
1,
|
| 2328 |
+
11264,
|
| 2329 |
+
5376
|
| 2330 |
+
],
|
| 2331 |
+
"stride": [
|
| 2332 |
+
60555264,
|
| 2333 |
+
5376,
|
| 2334 |
+
1
|
| 2335 |
+
]
|
| 2336 |
+
},
|
| 2337 |
+
"transformer_blocks.33.attn.to_v": {
|
| 2338 |
+
"contiguous": true,
|
| 2339 |
+
"dtype": "torch.bfloat16",
|
| 2340 |
+
"shape": [
|
| 2341 |
+
1,
|
| 2342 |
+
11264,
|
| 2343 |
+
5376
|
| 2344 |
+
],
|
| 2345 |
+
"stride": [
|
| 2346 |
+
60555264,
|
| 2347 |
+
5376,
|
| 2348 |
+
1
|
| 2349 |
+
]
|
| 2350 |
+
},
|
| 2351 |
+
"transformer_blocks.33.ff.net.0.proj": {
|
| 2352 |
+
"contiguous": true,
|
| 2353 |
+
"dtype": "torch.bfloat16",
|
| 2354 |
+
"shape": [
|
| 2355 |
+
1,
|
| 2356 |
+
11264,
|
| 2357 |
+
5376
|
| 2358 |
+
],
|
| 2359 |
+
"stride": [
|
| 2360 |
+
60555264,
|
| 2361 |
+
5376,
|
| 2362 |
+
1
|
| 2363 |
+
]
|
| 2364 |
+
},
|
| 2365 |
+
"transformer_blocks.33.ff.net.2": {
|
| 2366 |
+
"contiguous": true,
|
| 2367 |
+
"dtype": "torch.bfloat16",
|
| 2368 |
+
"shape": [
|
| 2369 |
+
1,
|
| 2370 |
+
11264,
|
| 2371 |
+
14336
|
| 2372 |
+
],
|
| 2373 |
+
"stride": [
|
| 2374 |
+
161480704,
|
| 2375 |
+
14336,
|
| 2376 |
+
1
|
| 2377 |
+
]
|
| 2378 |
+
},
|
| 2379 |
+
"transformer_blocks.34.attn.to_k": {
|
| 2380 |
+
"contiguous": true,
|
| 2381 |
+
"dtype": "torch.bfloat16",
|
| 2382 |
+
"shape": [
|
| 2383 |
+
1,
|
| 2384 |
+
11264,
|
| 2385 |
+
5376
|
| 2386 |
+
],
|
| 2387 |
+
"stride": [
|
| 2388 |
+
60555264,
|
| 2389 |
+
5376,
|
| 2390 |
+
1
|
| 2391 |
+
]
|
| 2392 |
+
},
|
| 2393 |
+
"transformer_blocks.34.attn.to_out.0": {
|
| 2394 |
+
"contiguous": true,
|
| 2395 |
+
"dtype": "torch.bfloat16",
|
| 2396 |
+
"shape": [
|
| 2397 |
+
1,
|
| 2398 |
+
11264,
|
| 2399 |
+
7168
|
| 2400 |
+
],
|
| 2401 |
+
"stride": [
|
| 2402 |
+
80740352,
|
| 2403 |
+
7168,
|
| 2404 |
+
1
|
| 2405 |
+
]
|
| 2406 |
+
},
|
| 2407 |
+
"transformer_blocks.34.attn.to_q": {
|
| 2408 |
+
"contiguous": true,
|
| 2409 |
+
"dtype": "torch.bfloat16",
|
| 2410 |
+
"shape": [
|
| 2411 |
+
1,
|
| 2412 |
+
11264,
|
| 2413 |
+
5376
|
| 2414 |
+
],
|
| 2415 |
+
"stride": [
|
| 2416 |
+
60555264,
|
| 2417 |
+
5376,
|
| 2418 |
+
1
|
| 2419 |
+
]
|
| 2420 |
+
},
|
| 2421 |
+
"transformer_blocks.34.attn.to_v": {
|
| 2422 |
+
"contiguous": true,
|
| 2423 |
+
"dtype": "torch.bfloat16",
|
| 2424 |
+
"shape": [
|
| 2425 |
+
1,
|
| 2426 |
+
11264,
|
| 2427 |
+
5376
|
| 2428 |
+
],
|
| 2429 |
+
"stride": [
|
| 2430 |
+
60555264,
|
| 2431 |
+
5376,
|
| 2432 |
+
1
|
| 2433 |
+
]
|
| 2434 |
+
},
|
| 2435 |
+
"transformer_blocks.34.ff.net.0.proj": {
|
| 2436 |
+
"contiguous": true,
|
| 2437 |
+
"dtype": "torch.bfloat16",
|
| 2438 |
+
"shape": [
|
| 2439 |
+
1,
|
| 2440 |
+
11264,
|
| 2441 |
+
5376
|
| 2442 |
+
],
|
| 2443 |
+
"stride": [
|
| 2444 |
+
60555264,
|
| 2445 |
+
5376,
|
| 2446 |
+
1
|
| 2447 |
+
]
|
| 2448 |
+
},
|
| 2449 |
+
"transformer_blocks.34.ff.net.2": {
|
| 2450 |
+
"contiguous": true,
|
| 2451 |
+
"dtype": "torch.bfloat16",
|
| 2452 |
+
"shape": [
|
| 2453 |
+
1,
|
| 2454 |
+
11264,
|
| 2455 |
+
14336
|
| 2456 |
+
],
|
| 2457 |
+
"stride": [
|
| 2458 |
+
161480704,
|
| 2459 |
+
14336,
|
| 2460 |
+
1
|
| 2461 |
+
]
|
| 2462 |
+
},
|
| 2463 |
+
"transformer_blocks.35.attn.to_k": {
|
| 2464 |
+
"contiguous": true,
|
| 2465 |
+
"dtype": "torch.bfloat16",
|
| 2466 |
+
"shape": [
|
| 2467 |
+
1,
|
| 2468 |
+
11264,
|
| 2469 |
+
5376
|
| 2470 |
+
],
|
| 2471 |
+
"stride": [
|
| 2472 |
+
60555264,
|
| 2473 |
+
5376,
|
| 2474 |
+
1
|
| 2475 |
+
]
|
| 2476 |
+
},
|
| 2477 |
+
"transformer_blocks.35.attn.to_out.0": {
|
| 2478 |
+
"contiguous": true,
|
| 2479 |
+
"dtype": "torch.bfloat16",
|
| 2480 |
+
"shape": [
|
| 2481 |
+
1,
|
| 2482 |
+
11264,
|
| 2483 |
+
7168
|
| 2484 |
+
],
|
| 2485 |
+
"stride": [
|
| 2486 |
+
80740352,
|
| 2487 |
+
7168,
|
| 2488 |
+
1
|
| 2489 |
+
]
|
| 2490 |
+
},
|
| 2491 |
+
"transformer_blocks.35.attn.to_q": {
|
| 2492 |
+
"contiguous": true,
|
| 2493 |
+
"dtype": "torch.bfloat16",
|
| 2494 |
+
"shape": [
|
| 2495 |
+
1,
|
| 2496 |
+
11264,
|
| 2497 |
+
5376
|
| 2498 |
+
],
|
| 2499 |
+
"stride": [
|
| 2500 |
+
60555264,
|
| 2501 |
+
5376,
|
| 2502 |
+
1
|
| 2503 |
+
]
|
| 2504 |
+
},
|
| 2505 |
+
"transformer_blocks.35.attn.to_v": {
|
| 2506 |
+
"contiguous": true,
|
| 2507 |
+
"dtype": "torch.bfloat16",
|
| 2508 |
+
"shape": [
|
| 2509 |
+
1,
|
| 2510 |
+
11264,
|
| 2511 |
+
5376
|
| 2512 |
+
],
|
| 2513 |
+
"stride": [
|
| 2514 |
+
60555264,
|
| 2515 |
+
5376,
|
| 2516 |
+
1
|
| 2517 |
+
]
|
| 2518 |
+
},
|
| 2519 |
+
"transformer_blocks.35.ff.net.0.proj": {
|
| 2520 |
+
"contiguous": true,
|
| 2521 |
+
"dtype": "torch.bfloat16",
|
| 2522 |
+
"shape": [
|
| 2523 |
+
1,
|
| 2524 |
+
11264,
|
| 2525 |
+
5376
|
| 2526 |
+
],
|
| 2527 |
+
"stride": [
|
| 2528 |
+
60555264,
|
| 2529 |
+
5376,
|
| 2530 |
+
1
|
| 2531 |
+
]
|
| 2532 |
+
},
|
| 2533 |
+
"transformer_blocks.35.ff.net.2": {
|
| 2534 |
+
"contiguous": true,
|
| 2535 |
+
"dtype": "torch.bfloat16",
|
| 2536 |
+
"shape": [
|
| 2537 |
+
1,
|
| 2538 |
+
11264,
|
| 2539 |
+
14336
|
| 2540 |
+
],
|
| 2541 |
+
"stride": [
|
| 2542 |
+
161480704,
|
| 2543 |
+
14336,
|
| 2544 |
+
1
|
| 2545 |
+
]
|
| 2546 |
+
},
|
| 2547 |
+
"transformer_blocks.36.attn.to_k": {
|
| 2548 |
+
"contiguous": true,
|
| 2549 |
+
"dtype": "torch.bfloat16",
|
| 2550 |
+
"shape": [
|
| 2551 |
+
1,
|
| 2552 |
+
11264,
|
| 2553 |
+
5376
|
| 2554 |
+
],
|
| 2555 |
+
"stride": [
|
| 2556 |
+
60555264,
|
| 2557 |
+
5376,
|
| 2558 |
+
1
|
| 2559 |
+
]
|
| 2560 |
+
},
|
| 2561 |
+
"transformer_blocks.36.attn.to_out.0": {
|
| 2562 |
+
"contiguous": true,
|
| 2563 |
+
"dtype": "torch.bfloat16",
|
| 2564 |
+
"shape": [
|
| 2565 |
+
1,
|
| 2566 |
+
11264,
|
| 2567 |
+
7168
|
| 2568 |
+
],
|
| 2569 |
+
"stride": [
|
| 2570 |
+
80740352,
|
| 2571 |
+
7168,
|
| 2572 |
+
1
|
| 2573 |
+
]
|
| 2574 |
+
},
|
| 2575 |
+
"transformer_blocks.36.attn.to_q": {
|
| 2576 |
+
"contiguous": true,
|
| 2577 |
+
"dtype": "torch.bfloat16",
|
| 2578 |
+
"shape": [
|
| 2579 |
+
1,
|
| 2580 |
+
11264,
|
| 2581 |
+
5376
|
| 2582 |
+
],
|
| 2583 |
+
"stride": [
|
| 2584 |
+
60555264,
|
| 2585 |
+
5376,
|
| 2586 |
+
1
|
| 2587 |
+
]
|
| 2588 |
+
},
|
| 2589 |
+
"transformer_blocks.36.attn.to_v": {
|
| 2590 |
+
"contiguous": true,
|
| 2591 |
+
"dtype": "torch.bfloat16",
|
| 2592 |
+
"shape": [
|
| 2593 |
+
1,
|
| 2594 |
+
11264,
|
| 2595 |
+
5376
|
| 2596 |
+
],
|
| 2597 |
+
"stride": [
|
| 2598 |
+
60555264,
|
| 2599 |
+
5376,
|
| 2600 |
+
1
|
| 2601 |
+
]
|
| 2602 |
+
},
|
| 2603 |
+
"transformer_blocks.36.ff.net.0.proj": {
|
| 2604 |
+
"contiguous": true,
|
| 2605 |
+
"dtype": "torch.bfloat16",
|
| 2606 |
+
"shape": [
|
| 2607 |
+
1,
|
| 2608 |
+
11264,
|
| 2609 |
+
5376
|
| 2610 |
+
],
|
| 2611 |
+
"stride": [
|
| 2612 |
+
60555264,
|
| 2613 |
+
5376,
|
| 2614 |
+
1
|
| 2615 |
+
]
|
| 2616 |
+
},
|
| 2617 |
+
"transformer_blocks.36.ff.net.2": {
|
| 2618 |
+
"contiguous": true,
|
| 2619 |
+
"dtype": "torch.bfloat16",
|
| 2620 |
+
"shape": [
|
| 2621 |
+
1,
|
| 2622 |
+
11264,
|
| 2623 |
+
14336
|
| 2624 |
+
],
|
| 2625 |
+
"stride": [
|
| 2626 |
+
161480704,
|
| 2627 |
+
14336,
|
| 2628 |
+
1
|
| 2629 |
+
]
|
| 2630 |
+
},
|
| 2631 |
+
"transformer_blocks.37.attn.to_k": {
|
| 2632 |
+
"contiguous": true,
|
| 2633 |
+
"dtype": "torch.bfloat16",
|
| 2634 |
+
"shape": [
|
| 2635 |
+
1,
|
| 2636 |
+
11264,
|
| 2637 |
+
5376
|
| 2638 |
+
],
|
| 2639 |
+
"stride": [
|
| 2640 |
+
60555264,
|
| 2641 |
+
5376,
|
| 2642 |
+
1
|
| 2643 |
+
]
|
| 2644 |
+
},
|
| 2645 |
+
"transformer_blocks.37.attn.to_out.0": {
|
| 2646 |
+
"contiguous": true,
|
| 2647 |
+
"dtype": "torch.bfloat16",
|
| 2648 |
+
"shape": [
|
| 2649 |
+
1,
|
| 2650 |
+
11264,
|
| 2651 |
+
7168
|
| 2652 |
+
],
|
| 2653 |
+
"stride": [
|
| 2654 |
+
80740352,
|
| 2655 |
+
7168,
|
| 2656 |
+
1
|
| 2657 |
+
]
|
| 2658 |
+
},
|
| 2659 |
+
"transformer_blocks.37.attn.to_q": {
|
| 2660 |
+
"contiguous": true,
|
| 2661 |
+
"dtype": "torch.bfloat16",
|
| 2662 |
+
"shape": [
|
| 2663 |
+
1,
|
| 2664 |
+
11264,
|
| 2665 |
+
5376
|
| 2666 |
+
],
|
| 2667 |
+
"stride": [
|
| 2668 |
+
60555264,
|
| 2669 |
+
5376,
|
| 2670 |
+
1
|
| 2671 |
+
]
|
| 2672 |
+
},
|
| 2673 |
+
"transformer_blocks.37.attn.to_v": {
|
| 2674 |
+
"contiguous": true,
|
| 2675 |
+
"dtype": "torch.bfloat16",
|
| 2676 |
+
"shape": [
|
| 2677 |
+
1,
|
| 2678 |
+
11264,
|
| 2679 |
+
5376
|
| 2680 |
+
],
|
| 2681 |
+
"stride": [
|
| 2682 |
+
60555264,
|
| 2683 |
+
5376,
|
| 2684 |
+
1
|
| 2685 |
+
]
|
| 2686 |
+
},
|
| 2687 |
+
"transformer_blocks.37.ff.net.0.proj": {
|
| 2688 |
+
"contiguous": true,
|
| 2689 |
+
"dtype": "torch.bfloat16",
|
| 2690 |
+
"shape": [
|
| 2691 |
+
1,
|
| 2692 |
+
11264,
|
| 2693 |
+
5376
|
| 2694 |
+
],
|
| 2695 |
+
"stride": [
|
| 2696 |
+
60555264,
|
| 2697 |
+
5376,
|
| 2698 |
+
1
|
| 2699 |
+
]
|
| 2700 |
+
},
|
| 2701 |
+
"transformer_blocks.37.ff.net.2": {
|
| 2702 |
+
"contiguous": true,
|
| 2703 |
+
"dtype": "torch.bfloat16",
|
| 2704 |
+
"shape": [
|
| 2705 |
+
1,
|
| 2706 |
+
11264,
|
| 2707 |
+
14336
|
| 2708 |
+
],
|
| 2709 |
+
"stride": [
|
| 2710 |
+
161480704,
|
| 2711 |
+
14336,
|
| 2712 |
+
1
|
| 2713 |
+
]
|
| 2714 |
+
},
|
| 2715 |
+
"transformer_blocks.38.attn.to_k": {
|
| 2716 |
+
"contiguous": true,
|
| 2717 |
+
"dtype": "torch.bfloat16",
|
| 2718 |
+
"shape": [
|
| 2719 |
+
1,
|
| 2720 |
+
11264,
|
| 2721 |
+
5376
|
| 2722 |
+
],
|
| 2723 |
+
"stride": [
|
| 2724 |
+
60555264,
|
| 2725 |
+
5376,
|
| 2726 |
+
1
|
| 2727 |
+
]
|
| 2728 |
+
},
|
| 2729 |
+
"transformer_blocks.38.attn.to_out.0": {
|
| 2730 |
+
"contiguous": true,
|
| 2731 |
+
"dtype": "torch.bfloat16",
|
| 2732 |
+
"shape": [
|
| 2733 |
+
1,
|
| 2734 |
+
11264,
|
| 2735 |
+
7168
|
| 2736 |
+
],
|
| 2737 |
+
"stride": [
|
| 2738 |
+
80740352,
|
| 2739 |
+
7168,
|
| 2740 |
+
1
|
| 2741 |
+
]
|
| 2742 |
+
},
|
| 2743 |
+
"transformer_blocks.38.attn.to_q": {
|
| 2744 |
+
"contiguous": true,
|
| 2745 |
+
"dtype": "torch.bfloat16",
|
| 2746 |
+
"shape": [
|
| 2747 |
+
1,
|
| 2748 |
+
11264,
|
| 2749 |
+
5376
|
| 2750 |
+
],
|
| 2751 |
+
"stride": [
|
| 2752 |
+
60555264,
|
| 2753 |
+
5376,
|
| 2754 |
+
1
|
| 2755 |
+
]
|
| 2756 |
+
},
|
| 2757 |
+
"transformer_blocks.38.attn.to_v": {
|
| 2758 |
+
"contiguous": true,
|
| 2759 |
+
"dtype": "torch.bfloat16",
|
| 2760 |
+
"shape": [
|
| 2761 |
+
1,
|
| 2762 |
+
11264,
|
| 2763 |
+
5376
|
| 2764 |
+
],
|
| 2765 |
+
"stride": [
|
| 2766 |
+
60555264,
|
| 2767 |
+
5376,
|
| 2768 |
+
1
|
| 2769 |
+
]
|
| 2770 |
+
},
|
| 2771 |
+
"transformer_blocks.38.ff.net.0.proj": {
|
| 2772 |
+
"contiguous": true,
|
| 2773 |
+
"dtype": "torch.bfloat16",
|
| 2774 |
+
"shape": [
|
| 2775 |
+
1,
|
| 2776 |
+
11264,
|
| 2777 |
+
5376
|
| 2778 |
+
],
|
| 2779 |
+
"stride": [
|
| 2780 |
+
60555264,
|
| 2781 |
+
5376,
|
| 2782 |
+
1
|
| 2783 |
+
]
|
| 2784 |
+
},
|
| 2785 |
+
"transformer_blocks.38.ff.net.2": {
|
| 2786 |
+
"contiguous": true,
|
| 2787 |
+
"dtype": "torch.bfloat16",
|
| 2788 |
+
"shape": [
|
| 2789 |
+
1,
|
| 2790 |
+
11264,
|
| 2791 |
+
14336
|
| 2792 |
+
],
|
| 2793 |
+
"stride": [
|
| 2794 |
+
161480704,
|
| 2795 |
+
14336,
|
| 2796 |
+
1
|
| 2797 |
+
]
|
| 2798 |
+
},
|
| 2799 |
+
"transformer_blocks.39.attn.to_k": {
|
| 2800 |
+
"contiguous": true,
|
| 2801 |
+
"dtype": "torch.bfloat16",
|
| 2802 |
+
"shape": [
|
| 2803 |
+
1,
|
| 2804 |
+
11264,
|
| 2805 |
+
5376
|
| 2806 |
+
],
|
| 2807 |
+
"stride": [
|
| 2808 |
+
60555264,
|
| 2809 |
+
5376,
|
| 2810 |
+
1
|
| 2811 |
+
]
|
| 2812 |
+
},
|
| 2813 |
+
"transformer_blocks.39.attn.to_out.0": {
|
| 2814 |
+
"contiguous": true,
|
| 2815 |
+
"dtype": "torch.bfloat16",
|
| 2816 |
+
"shape": [
|
| 2817 |
+
1,
|
| 2818 |
+
11264,
|
| 2819 |
+
7168
|
| 2820 |
+
],
|
| 2821 |
+
"stride": [
|
| 2822 |
+
80740352,
|
| 2823 |
+
7168,
|
| 2824 |
+
1
|
| 2825 |
+
]
|
| 2826 |
+
},
|
| 2827 |
+
"transformer_blocks.39.attn.to_q": {
|
| 2828 |
+
"contiguous": true,
|
| 2829 |
+
"dtype": "torch.bfloat16",
|
| 2830 |
+
"shape": [
|
| 2831 |
+
1,
|
| 2832 |
+
11264,
|
| 2833 |
+
5376
|
| 2834 |
+
],
|
| 2835 |
+
"stride": [
|
| 2836 |
+
60555264,
|
| 2837 |
+
5376,
|
| 2838 |
+
1
|
| 2839 |
+
]
|
| 2840 |
+
},
|
| 2841 |
+
"transformer_blocks.39.attn.to_v": {
|
| 2842 |
+
"contiguous": true,
|
| 2843 |
+
"dtype": "torch.bfloat16",
|
| 2844 |
+
"shape": [
|
| 2845 |
+
1,
|
| 2846 |
+
11264,
|
| 2847 |
+
5376
|
| 2848 |
+
],
|
| 2849 |
+
"stride": [
|
| 2850 |
+
60555264,
|
| 2851 |
+
5376,
|
| 2852 |
+
1
|
| 2853 |
+
]
|
| 2854 |
+
},
|
| 2855 |
+
"transformer_blocks.39.ff.net.0.proj": {
|
| 2856 |
+
"contiguous": true,
|
| 2857 |
+
"dtype": "torch.bfloat16",
|
| 2858 |
+
"shape": [
|
| 2859 |
+
1,
|
| 2860 |
+
11264,
|
| 2861 |
+
5376
|
| 2862 |
+
],
|
| 2863 |
+
"stride": [
|
| 2864 |
+
60555264,
|
| 2865 |
+
5376,
|
| 2866 |
+
1
|
| 2867 |
+
]
|
| 2868 |
+
},
|
| 2869 |
+
"transformer_blocks.39.ff.net.2": {
|
| 2870 |
+
"contiguous": true,
|
| 2871 |
+
"dtype": "torch.bfloat16",
|
| 2872 |
+
"shape": [
|
| 2873 |
+
1,
|
| 2874 |
+
11264,
|
| 2875 |
+
14336
|
| 2876 |
+
],
|
| 2877 |
+
"stride": [
|
| 2878 |
+
161480704,
|
| 2879 |
+
14336,
|
| 2880 |
+
1
|
| 2881 |
+
]
|
| 2882 |
+
},
|
| 2883 |
+
"transformer_blocks.4.attn.to_k": {
|
| 2884 |
+
"contiguous": true,
|
| 2885 |
+
"dtype": "torch.bfloat16",
|
| 2886 |
+
"shape": [
|
| 2887 |
+
1,
|
| 2888 |
+
11264,
|
| 2889 |
+
5376
|
| 2890 |
+
],
|
| 2891 |
+
"stride": [
|
| 2892 |
+
60555264,
|
| 2893 |
+
5376,
|
| 2894 |
+
1
|
| 2895 |
+
]
|
| 2896 |
+
},
|
| 2897 |
+
"transformer_blocks.4.attn.to_out.0": {
|
| 2898 |
+
"contiguous": true,
|
| 2899 |
+
"dtype": "torch.bfloat16",
|
| 2900 |
+
"shape": [
|
| 2901 |
+
1,
|
| 2902 |
+
11264,
|
| 2903 |
+
7168
|
| 2904 |
+
],
|
| 2905 |
+
"stride": [
|
| 2906 |
+
80740352,
|
| 2907 |
+
7168,
|
| 2908 |
+
1
|
| 2909 |
+
]
|
| 2910 |
+
},
|
| 2911 |
+
"transformer_blocks.4.attn.to_q": {
|
| 2912 |
+
"contiguous": true,
|
| 2913 |
+
"dtype": "torch.bfloat16",
|
| 2914 |
+
"shape": [
|
| 2915 |
+
1,
|
| 2916 |
+
11264,
|
| 2917 |
+
5376
|
| 2918 |
+
],
|
| 2919 |
+
"stride": [
|
| 2920 |
+
60555264,
|
| 2921 |
+
5376,
|
| 2922 |
+
1
|
| 2923 |
+
]
|
| 2924 |
+
},
|
| 2925 |
+
"transformer_blocks.4.attn.to_v": {
|
| 2926 |
+
"contiguous": true,
|
| 2927 |
+
"dtype": "torch.bfloat16",
|
| 2928 |
+
"shape": [
|
| 2929 |
+
1,
|
| 2930 |
+
11264,
|
| 2931 |
+
5376
|
| 2932 |
+
],
|
| 2933 |
+
"stride": [
|
| 2934 |
+
60555264,
|
| 2935 |
+
5376,
|
| 2936 |
+
1
|
| 2937 |
+
]
|
| 2938 |
+
},
|
| 2939 |
+
"transformer_blocks.4.ff.net.0.proj": {
|
| 2940 |
+
"contiguous": true,
|
| 2941 |
+
"dtype": "torch.bfloat16",
|
| 2942 |
+
"shape": [
|
| 2943 |
+
1,
|
| 2944 |
+
11264,
|
| 2945 |
+
5376
|
| 2946 |
+
],
|
| 2947 |
+
"stride": [
|
| 2948 |
+
60555264,
|
| 2949 |
+
5376,
|
| 2950 |
+
1
|
| 2951 |
+
]
|
| 2952 |
+
},
|
| 2953 |
+
"transformer_blocks.4.ff.net.2": {
|
| 2954 |
+
"contiguous": true,
|
| 2955 |
+
"dtype": "torch.bfloat16",
|
| 2956 |
+
"shape": [
|
| 2957 |
+
1,
|
| 2958 |
+
11264,
|
| 2959 |
+
14336
|
| 2960 |
+
],
|
| 2961 |
+
"stride": [
|
| 2962 |
+
161480704,
|
| 2963 |
+
14336,
|
| 2964 |
+
1
|
| 2965 |
+
]
|
| 2966 |
+
},
|
| 2967 |
+
"transformer_blocks.40.attn.to_k": {
|
| 2968 |
+
"contiguous": true,
|
| 2969 |
+
"dtype": "torch.bfloat16",
|
| 2970 |
+
"shape": [
|
| 2971 |
+
1,
|
| 2972 |
+
11264,
|
| 2973 |
+
5376
|
| 2974 |
+
],
|
| 2975 |
+
"stride": [
|
| 2976 |
+
60555264,
|
| 2977 |
+
5376,
|
| 2978 |
+
1
|
| 2979 |
+
]
|
| 2980 |
+
},
|
| 2981 |
+
"transformer_blocks.40.attn.to_out.0": {
|
| 2982 |
+
"contiguous": true,
|
| 2983 |
+
"dtype": "torch.bfloat16",
|
| 2984 |
+
"shape": [
|
| 2985 |
+
1,
|
| 2986 |
+
11264,
|
| 2987 |
+
7168
|
| 2988 |
+
],
|
| 2989 |
+
"stride": [
|
| 2990 |
+
80740352,
|
| 2991 |
+
7168,
|
| 2992 |
+
1
|
| 2993 |
+
]
|
| 2994 |
+
},
|
| 2995 |
+
"transformer_blocks.40.attn.to_q": {
|
| 2996 |
+
"contiguous": true,
|
| 2997 |
+
"dtype": "torch.bfloat16",
|
| 2998 |
+
"shape": [
|
| 2999 |
+
1,
|
| 3000 |
+
11264,
|
| 3001 |
+
5376
|
| 3002 |
+
],
|
| 3003 |
+
"stride": [
|
| 3004 |
+
60555264,
|
| 3005 |
+
5376,
|
| 3006 |
+
1
|
| 3007 |
+
]
|
| 3008 |
+
},
|
| 3009 |
+
"transformer_blocks.40.attn.to_v": {
|
| 3010 |
+
"contiguous": true,
|
| 3011 |
+
"dtype": "torch.bfloat16",
|
| 3012 |
+
"shape": [
|
| 3013 |
+
1,
|
| 3014 |
+
11264,
|
| 3015 |
+
5376
|
| 3016 |
+
],
|
| 3017 |
+
"stride": [
|
| 3018 |
+
60555264,
|
| 3019 |
+
5376,
|
| 3020 |
+
1
|
| 3021 |
+
]
|
| 3022 |
+
},
|
| 3023 |
+
"transformer_blocks.40.ff.net.0.proj": {
|
| 3024 |
+
"contiguous": true,
|
| 3025 |
+
"dtype": "torch.bfloat16",
|
| 3026 |
+
"shape": [
|
| 3027 |
+
1,
|
| 3028 |
+
11264,
|
| 3029 |
+
5376
|
| 3030 |
+
],
|
| 3031 |
+
"stride": [
|
| 3032 |
+
60555264,
|
| 3033 |
+
5376,
|
| 3034 |
+
1
|
| 3035 |
+
]
|
| 3036 |
+
},
|
| 3037 |
+
"transformer_blocks.40.ff.net.2": {
|
| 3038 |
+
"contiguous": true,
|
| 3039 |
+
"dtype": "torch.bfloat16",
|
| 3040 |
+
"shape": [
|
| 3041 |
+
1,
|
| 3042 |
+
11264,
|
| 3043 |
+
14336
|
| 3044 |
+
],
|
| 3045 |
+
"stride": [
|
| 3046 |
+
161480704,
|
| 3047 |
+
14336,
|
| 3048 |
+
1
|
| 3049 |
+
]
|
| 3050 |
+
},
|
| 3051 |
+
"transformer_blocks.41.attn.to_k": {
|
| 3052 |
+
"contiguous": true,
|
| 3053 |
+
"dtype": "torch.bfloat16",
|
| 3054 |
+
"shape": [
|
| 3055 |
+
1,
|
| 3056 |
+
11264,
|
| 3057 |
+
5376
|
| 3058 |
+
],
|
| 3059 |
+
"stride": [
|
| 3060 |
+
60555264,
|
| 3061 |
+
5376,
|
| 3062 |
+
1
|
| 3063 |
+
]
|
| 3064 |
+
},
|
| 3065 |
+
"transformer_blocks.41.attn.to_out.0": {
|
| 3066 |
+
"contiguous": true,
|
| 3067 |
+
"dtype": "torch.bfloat16",
|
| 3068 |
+
"shape": [
|
| 3069 |
+
1,
|
| 3070 |
+
11264,
|
| 3071 |
+
7168
|
| 3072 |
+
],
|
| 3073 |
+
"stride": [
|
| 3074 |
+
80740352,
|
| 3075 |
+
7168,
|
| 3076 |
+
1
|
| 3077 |
+
]
|
| 3078 |
+
},
|
| 3079 |
+
"transformer_blocks.41.attn.to_q": {
|
| 3080 |
+
"contiguous": true,
|
| 3081 |
+
"dtype": "torch.bfloat16",
|
| 3082 |
+
"shape": [
|
| 3083 |
+
1,
|
| 3084 |
+
11264,
|
| 3085 |
+
5376
|
| 3086 |
+
],
|
| 3087 |
+
"stride": [
|
| 3088 |
+
60555264,
|
| 3089 |
+
5376,
|
| 3090 |
+
1
|
| 3091 |
+
]
|
| 3092 |
+
},
|
| 3093 |
+
"transformer_blocks.41.attn.to_v": {
|
| 3094 |
+
"contiguous": true,
|
| 3095 |
+
"dtype": "torch.bfloat16",
|
| 3096 |
+
"shape": [
|
| 3097 |
+
1,
|
| 3098 |
+
11264,
|
| 3099 |
+
5376
|
| 3100 |
+
],
|
| 3101 |
+
"stride": [
|
| 3102 |
+
60555264,
|
| 3103 |
+
5376,
|
| 3104 |
+
1
|
| 3105 |
+
]
|
| 3106 |
+
},
|
| 3107 |
+
"transformer_blocks.41.ff.net.0.proj": {
|
| 3108 |
+
"contiguous": true,
|
| 3109 |
+
"dtype": "torch.bfloat16",
|
| 3110 |
+
"shape": [
|
| 3111 |
+
1,
|
| 3112 |
+
11264,
|
| 3113 |
+
5376
|
| 3114 |
+
],
|
| 3115 |
+
"stride": [
|
| 3116 |
+
60555264,
|
| 3117 |
+
5376,
|
| 3118 |
+
1
|
| 3119 |
+
]
|
| 3120 |
+
},
|
| 3121 |
+
"transformer_blocks.41.ff.net.2": {
|
| 3122 |
+
"contiguous": true,
|
| 3123 |
+
"dtype": "torch.bfloat16",
|
| 3124 |
+
"shape": [
|
| 3125 |
+
1,
|
| 3126 |
+
11264,
|
| 3127 |
+
14336
|
| 3128 |
+
],
|
| 3129 |
+
"stride": [
|
| 3130 |
+
161480704,
|
| 3131 |
+
14336,
|
| 3132 |
+
1
|
| 3133 |
+
]
|
| 3134 |
+
},
|
| 3135 |
+
"transformer_blocks.42.attn.to_k": {
|
| 3136 |
+
"contiguous": true,
|
| 3137 |
+
"dtype": "torch.bfloat16",
|
| 3138 |
+
"shape": [
|
| 3139 |
+
1,
|
| 3140 |
+
11264,
|
| 3141 |
+
5376
|
| 3142 |
+
],
|
| 3143 |
+
"stride": [
|
| 3144 |
+
60555264,
|
| 3145 |
+
5376,
|
| 3146 |
+
1
|
| 3147 |
+
]
|
| 3148 |
+
},
|
| 3149 |
+
"transformer_blocks.42.attn.to_out.0": {
|
| 3150 |
+
"contiguous": true,
|
| 3151 |
+
"dtype": "torch.bfloat16",
|
| 3152 |
+
"shape": [
|
| 3153 |
+
1,
|
| 3154 |
+
11264,
|
| 3155 |
+
7168
|
| 3156 |
+
],
|
| 3157 |
+
"stride": [
|
| 3158 |
+
80740352,
|
| 3159 |
+
7168,
|
| 3160 |
+
1
|
| 3161 |
+
]
|
| 3162 |
+
},
|
| 3163 |
+
"transformer_blocks.42.attn.to_q": {
|
| 3164 |
+
"contiguous": true,
|
| 3165 |
+
"dtype": "torch.bfloat16",
|
| 3166 |
+
"shape": [
|
| 3167 |
+
1,
|
| 3168 |
+
11264,
|
| 3169 |
+
5376
|
| 3170 |
+
],
|
| 3171 |
+
"stride": [
|
| 3172 |
+
60555264,
|
| 3173 |
+
5376,
|
| 3174 |
+
1
|
| 3175 |
+
]
|
| 3176 |
+
},
|
| 3177 |
+
"transformer_blocks.42.attn.to_v": {
|
| 3178 |
+
"contiguous": true,
|
| 3179 |
+
"dtype": "torch.bfloat16",
|
| 3180 |
+
"shape": [
|
| 3181 |
+
1,
|
| 3182 |
+
11264,
|
| 3183 |
+
5376
|
| 3184 |
+
],
|
| 3185 |
+
"stride": [
|
| 3186 |
+
60555264,
|
| 3187 |
+
5376,
|
| 3188 |
+
1
|
| 3189 |
+
]
|
| 3190 |
+
},
|
| 3191 |
+
"transformer_blocks.42.ff.net.0.proj": {
|
| 3192 |
+
"contiguous": true,
|
| 3193 |
+
"dtype": "torch.bfloat16",
|
| 3194 |
+
"shape": [
|
| 3195 |
+
1,
|
| 3196 |
+
11264,
|
| 3197 |
+
5376
|
| 3198 |
+
],
|
| 3199 |
+
"stride": [
|
| 3200 |
+
60555264,
|
| 3201 |
+
5376,
|
| 3202 |
+
1
|
| 3203 |
+
]
|
| 3204 |
+
},
|
| 3205 |
+
"transformer_blocks.42.ff.net.2": {
|
| 3206 |
+
"contiguous": true,
|
| 3207 |
+
"dtype": "torch.bfloat16",
|
| 3208 |
+
"shape": [
|
| 3209 |
+
1,
|
| 3210 |
+
11264,
|
| 3211 |
+
14336
|
| 3212 |
+
],
|
| 3213 |
+
"stride": [
|
| 3214 |
+
161480704,
|
| 3215 |
+
14336,
|
| 3216 |
+
1
|
| 3217 |
+
]
|
| 3218 |
+
},
|
| 3219 |
+
"transformer_blocks.43.attn.to_k": {
|
| 3220 |
+
"contiguous": true,
|
| 3221 |
+
"dtype": "torch.bfloat16",
|
| 3222 |
+
"shape": [
|
| 3223 |
+
1,
|
| 3224 |
+
11264,
|
| 3225 |
+
5376
|
| 3226 |
+
],
|
| 3227 |
+
"stride": [
|
| 3228 |
+
60555264,
|
| 3229 |
+
5376,
|
| 3230 |
+
1
|
| 3231 |
+
]
|
| 3232 |
+
},
|
| 3233 |
+
"transformer_blocks.43.attn.to_out.0": {
|
| 3234 |
+
"contiguous": true,
|
| 3235 |
+
"dtype": "torch.bfloat16",
|
| 3236 |
+
"shape": [
|
| 3237 |
+
1,
|
| 3238 |
+
11264,
|
| 3239 |
+
7168
|
| 3240 |
+
],
|
| 3241 |
+
"stride": [
|
| 3242 |
+
80740352,
|
| 3243 |
+
7168,
|
| 3244 |
+
1
|
| 3245 |
+
]
|
| 3246 |
+
},
|
| 3247 |
+
"transformer_blocks.43.attn.to_q": {
|
| 3248 |
+
"contiguous": true,
|
| 3249 |
+
"dtype": "torch.bfloat16",
|
| 3250 |
+
"shape": [
|
| 3251 |
+
1,
|
| 3252 |
+
11264,
|
| 3253 |
+
5376
|
| 3254 |
+
],
|
| 3255 |
+
"stride": [
|
| 3256 |
+
60555264,
|
| 3257 |
+
5376,
|
| 3258 |
+
1
|
| 3259 |
+
]
|
| 3260 |
+
},
|
| 3261 |
+
"transformer_blocks.43.attn.to_v": {
|
| 3262 |
+
"contiguous": true,
|
| 3263 |
+
"dtype": "torch.bfloat16",
|
| 3264 |
+
"shape": [
|
| 3265 |
+
1,
|
| 3266 |
+
11264,
|
| 3267 |
+
5376
|
| 3268 |
+
],
|
| 3269 |
+
"stride": [
|
| 3270 |
+
60555264,
|
| 3271 |
+
5376,
|
| 3272 |
+
1
|
| 3273 |
+
]
|
| 3274 |
+
},
|
| 3275 |
+
"transformer_blocks.43.ff.net.0.proj": {
|
| 3276 |
+
"contiguous": true,
|
| 3277 |
+
"dtype": "torch.bfloat16",
|
| 3278 |
+
"shape": [
|
| 3279 |
+
1,
|
| 3280 |
+
11264,
|
| 3281 |
+
5376
|
| 3282 |
+
],
|
| 3283 |
+
"stride": [
|
| 3284 |
+
60555264,
|
| 3285 |
+
5376,
|
| 3286 |
+
1
|
| 3287 |
+
]
|
| 3288 |
+
},
|
| 3289 |
+
"transformer_blocks.43.ff.net.2": {
|
| 3290 |
+
"contiguous": true,
|
| 3291 |
+
"dtype": "torch.bfloat16",
|
| 3292 |
+
"shape": [
|
| 3293 |
+
1,
|
| 3294 |
+
11264,
|
| 3295 |
+
14336
|
| 3296 |
+
],
|
| 3297 |
+
"stride": [
|
| 3298 |
+
161480704,
|
| 3299 |
+
14336,
|
| 3300 |
+
1
|
| 3301 |
+
]
|
| 3302 |
+
},
|
| 3303 |
+
"transformer_blocks.44.attn.to_k": {
|
| 3304 |
+
"contiguous": true,
|
| 3305 |
+
"dtype": "torch.bfloat16",
|
| 3306 |
+
"shape": [
|
| 3307 |
+
1,
|
| 3308 |
+
11264,
|
| 3309 |
+
5376
|
| 3310 |
+
],
|
| 3311 |
+
"stride": [
|
| 3312 |
+
60555264,
|
| 3313 |
+
5376,
|
| 3314 |
+
1
|
| 3315 |
+
]
|
| 3316 |
+
},
|
| 3317 |
+
"transformer_blocks.44.attn.to_out.0": {
|
| 3318 |
+
"contiguous": true,
|
| 3319 |
+
"dtype": "torch.bfloat16",
|
| 3320 |
+
"shape": [
|
| 3321 |
+
1,
|
| 3322 |
+
11264,
|
| 3323 |
+
7168
|
| 3324 |
+
],
|
| 3325 |
+
"stride": [
|
| 3326 |
+
80740352,
|
| 3327 |
+
7168,
|
| 3328 |
+
1
|
| 3329 |
+
]
|
| 3330 |
+
},
|
| 3331 |
+
"transformer_blocks.44.attn.to_q": {
|
| 3332 |
+
"contiguous": true,
|
| 3333 |
+
"dtype": "torch.bfloat16",
|
| 3334 |
+
"shape": [
|
| 3335 |
+
1,
|
| 3336 |
+
11264,
|
| 3337 |
+
5376
|
| 3338 |
+
],
|
| 3339 |
+
"stride": [
|
| 3340 |
+
60555264,
|
| 3341 |
+
5376,
|
| 3342 |
+
1
|
| 3343 |
+
]
|
| 3344 |
+
},
|
| 3345 |
+
"transformer_blocks.44.attn.to_v": {
|
| 3346 |
+
"contiguous": true,
|
| 3347 |
+
"dtype": "torch.bfloat16",
|
| 3348 |
+
"shape": [
|
| 3349 |
+
1,
|
| 3350 |
+
11264,
|
| 3351 |
+
5376
|
| 3352 |
+
],
|
| 3353 |
+
"stride": [
|
| 3354 |
+
60555264,
|
| 3355 |
+
5376,
|
| 3356 |
+
1
|
| 3357 |
+
]
|
| 3358 |
+
},
|
| 3359 |
+
"transformer_blocks.44.ff.net.0.proj": {
|
| 3360 |
+
"contiguous": true,
|
| 3361 |
+
"dtype": "torch.bfloat16",
|
| 3362 |
+
"shape": [
|
| 3363 |
+
1,
|
| 3364 |
+
11264,
|
| 3365 |
+
5376
|
| 3366 |
+
],
|
| 3367 |
+
"stride": [
|
| 3368 |
+
60555264,
|
| 3369 |
+
5376,
|
| 3370 |
+
1
|
| 3371 |
+
]
|
| 3372 |
+
},
|
| 3373 |
+
"transformer_blocks.44.ff.net.2": {
|
| 3374 |
+
"contiguous": true,
|
| 3375 |
+
"dtype": "torch.bfloat16",
|
| 3376 |
+
"shape": [
|
| 3377 |
+
1,
|
| 3378 |
+
11264,
|
| 3379 |
+
14336
|
| 3380 |
+
],
|
| 3381 |
+
"stride": [
|
| 3382 |
+
161480704,
|
| 3383 |
+
14336,
|
| 3384 |
+
1
|
| 3385 |
+
]
|
| 3386 |
+
},
|
| 3387 |
+
"transformer_blocks.45.attn.to_k": {
|
| 3388 |
+
"contiguous": true,
|
| 3389 |
+
"dtype": "torch.bfloat16",
|
| 3390 |
+
"shape": [
|
| 3391 |
+
1,
|
| 3392 |
+
11264,
|
| 3393 |
+
5376
|
| 3394 |
+
],
|
| 3395 |
+
"stride": [
|
| 3396 |
+
60555264,
|
| 3397 |
+
5376,
|
| 3398 |
+
1
|
| 3399 |
+
]
|
| 3400 |
+
},
|
| 3401 |
+
"transformer_blocks.45.attn.to_out.0": {
|
| 3402 |
+
"contiguous": true,
|
| 3403 |
+
"dtype": "torch.bfloat16",
|
| 3404 |
+
"shape": [
|
| 3405 |
+
1,
|
| 3406 |
+
11264,
|
| 3407 |
+
7168
|
| 3408 |
+
],
|
| 3409 |
+
"stride": [
|
| 3410 |
+
80740352,
|
| 3411 |
+
7168,
|
| 3412 |
+
1
|
| 3413 |
+
]
|
| 3414 |
+
},
|
| 3415 |
+
"transformer_blocks.45.attn.to_q": {
|
| 3416 |
+
"contiguous": true,
|
| 3417 |
+
"dtype": "torch.bfloat16",
|
| 3418 |
+
"shape": [
|
| 3419 |
+
1,
|
| 3420 |
+
11264,
|
| 3421 |
+
5376
|
| 3422 |
+
],
|
| 3423 |
+
"stride": [
|
| 3424 |
+
60555264,
|
| 3425 |
+
5376,
|
| 3426 |
+
1
|
| 3427 |
+
]
|
| 3428 |
+
},
|
| 3429 |
+
"transformer_blocks.45.attn.to_v": {
|
| 3430 |
+
"contiguous": true,
|
| 3431 |
+
"dtype": "torch.bfloat16",
|
| 3432 |
+
"shape": [
|
| 3433 |
+
1,
|
| 3434 |
+
11264,
|
| 3435 |
+
5376
|
| 3436 |
+
],
|
| 3437 |
+
"stride": [
|
| 3438 |
+
60555264,
|
| 3439 |
+
5376,
|
| 3440 |
+
1
|
| 3441 |
+
]
|
| 3442 |
+
},
|
| 3443 |
+
"transformer_blocks.45.ff.net.0.proj": {
|
| 3444 |
+
"contiguous": true,
|
| 3445 |
+
"dtype": "torch.bfloat16",
|
| 3446 |
+
"shape": [
|
| 3447 |
+
1,
|
| 3448 |
+
11264,
|
| 3449 |
+
5376
|
| 3450 |
+
],
|
| 3451 |
+
"stride": [
|
| 3452 |
+
60555264,
|
| 3453 |
+
5376,
|
| 3454 |
+
1
|
| 3455 |
+
]
|
| 3456 |
+
},
|
| 3457 |
+
"transformer_blocks.45.ff.net.2": {
|
| 3458 |
+
"contiguous": true,
|
| 3459 |
+
"dtype": "torch.bfloat16",
|
| 3460 |
+
"shape": [
|
| 3461 |
+
1,
|
| 3462 |
+
11264,
|
| 3463 |
+
14336
|
| 3464 |
+
],
|
| 3465 |
+
"stride": [
|
| 3466 |
+
161480704,
|
| 3467 |
+
14336,
|
| 3468 |
+
1
|
| 3469 |
+
]
|
| 3470 |
+
},
|
| 3471 |
+
"transformer_blocks.46.attn.to_k": {
|
| 3472 |
+
"contiguous": true,
|
| 3473 |
+
"dtype": "torch.bfloat16",
|
| 3474 |
+
"shape": [
|
| 3475 |
+
1,
|
| 3476 |
+
11264,
|
| 3477 |
+
5376
|
| 3478 |
+
],
|
| 3479 |
+
"stride": [
|
| 3480 |
+
60555264,
|
| 3481 |
+
5376,
|
| 3482 |
+
1
|
| 3483 |
+
]
|
| 3484 |
+
},
|
| 3485 |
+
"transformer_blocks.46.attn.to_out.0": {
|
| 3486 |
+
"contiguous": true,
|
| 3487 |
+
"dtype": "torch.bfloat16",
|
| 3488 |
+
"shape": [
|
| 3489 |
+
1,
|
| 3490 |
+
11264,
|
| 3491 |
+
7168
|
| 3492 |
+
],
|
| 3493 |
+
"stride": [
|
| 3494 |
+
80740352,
|
| 3495 |
+
7168,
|
| 3496 |
+
1
|
| 3497 |
+
]
|
| 3498 |
+
},
|
| 3499 |
+
"transformer_blocks.46.attn.to_q": {
|
| 3500 |
+
"contiguous": true,
|
| 3501 |
+
"dtype": "torch.bfloat16",
|
| 3502 |
+
"shape": [
|
| 3503 |
+
1,
|
| 3504 |
+
11264,
|
| 3505 |
+
5376
|
| 3506 |
+
],
|
| 3507 |
+
"stride": [
|
| 3508 |
+
60555264,
|
| 3509 |
+
5376,
|
| 3510 |
+
1
|
| 3511 |
+
]
|
| 3512 |
+
},
|
| 3513 |
+
"transformer_blocks.46.attn.to_v": {
|
| 3514 |
+
"contiguous": true,
|
| 3515 |
+
"dtype": "torch.bfloat16",
|
| 3516 |
+
"shape": [
|
| 3517 |
+
1,
|
| 3518 |
+
11264,
|
| 3519 |
+
5376
|
| 3520 |
+
],
|
| 3521 |
+
"stride": [
|
| 3522 |
+
60555264,
|
| 3523 |
+
5376,
|
| 3524 |
+
1
|
| 3525 |
+
]
|
| 3526 |
+
},
|
| 3527 |
+
"transformer_blocks.46.ff.net.0.proj": {
|
| 3528 |
+
"contiguous": true,
|
| 3529 |
+
"dtype": "torch.bfloat16",
|
| 3530 |
+
"shape": [
|
| 3531 |
+
1,
|
| 3532 |
+
11264,
|
| 3533 |
+
5376
|
| 3534 |
+
],
|
| 3535 |
+
"stride": [
|
| 3536 |
+
60555264,
|
| 3537 |
+
5376,
|
| 3538 |
+
1
|
| 3539 |
+
]
|
| 3540 |
+
},
|
| 3541 |
+
"transformer_blocks.46.ff.net.2": {
|
| 3542 |
+
"contiguous": true,
|
| 3543 |
+
"dtype": "torch.bfloat16",
|
| 3544 |
+
"shape": [
|
| 3545 |
+
1,
|
| 3546 |
+
11264,
|
| 3547 |
+
14336
|
| 3548 |
+
],
|
| 3549 |
+
"stride": [
|
| 3550 |
+
161480704,
|
| 3551 |
+
14336,
|
| 3552 |
+
1
|
| 3553 |
+
]
|
| 3554 |
+
},
|
| 3555 |
+
"transformer_blocks.47.attn.to_k": {
|
| 3556 |
+
"contiguous": true,
|
| 3557 |
+
"dtype": "torch.bfloat16",
|
| 3558 |
+
"shape": [
|
| 3559 |
+
1,
|
| 3560 |
+
11264,
|
| 3561 |
+
5376
|
| 3562 |
+
],
|
| 3563 |
+
"stride": [
|
| 3564 |
+
60555264,
|
| 3565 |
+
5376,
|
| 3566 |
+
1
|
| 3567 |
+
]
|
| 3568 |
+
},
|
| 3569 |
+
"transformer_blocks.47.attn.to_out.0": {
|
| 3570 |
+
"contiguous": true,
|
| 3571 |
+
"dtype": "torch.bfloat16",
|
| 3572 |
+
"shape": [
|
| 3573 |
+
1,
|
| 3574 |
+
11264,
|
| 3575 |
+
7168
|
| 3576 |
+
],
|
| 3577 |
+
"stride": [
|
| 3578 |
+
80740352,
|
| 3579 |
+
7168,
|
| 3580 |
+
1
|
| 3581 |
+
]
|
| 3582 |
+
},
|
| 3583 |
+
"transformer_blocks.47.attn.to_q": {
|
| 3584 |
+
"contiguous": true,
|
| 3585 |
+
"dtype": "torch.bfloat16",
|
| 3586 |
+
"shape": [
|
| 3587 |
+
1,
|
| 3588 |
+
11264,
|
| 3589 |
+
5376
|
| 3590 |
+
],
|
| 3591 |
+
"stride": [
|
| 3592 |
+
60555264,
|
| 3593 |
+
5376,
|
| 3594 |
+
1
|
| 3595 |
+
]
|
| 3596 |
+
},
|
| 3597 |
+
"transformer_blocks.47.attn.to_v": {
|
| 3598 |
+
"contiguous": true,
|
| 3599 |
+
"dtype": "torch.bfloat16",
|
| 3600 |
+
"shape": [
|
| 3601 |
+
1,
|
| 3602 |
+
11264,
|
| 3603 |
+
5376
|
| 3604 |
+
],
|
| 3605 |
+
"stride": [
|
| 3606 |
+
60555264,
|
| 3607 |
+
5376,
|
| 3608 |
+
1
|
| 3609 |
+
]
|
| 3610 |
+
},
|
| 3611 |
+
"transformer_blocks.47.ff.net.0.proj": {
|
| 3612 |
+
"contiguous": true,
|
| 3613 |
+
"dtype": "torch.bfloat16",
|
| 3614 |
+
"shape": [
|
| 3615 |
+
1,
|
| 3616 |
+
11264,
|
| 3617 |
+
5376
|
| 3618 |
+
],
|
| 3619 |
+
"stride": [
|
| 3620 |
+
60555264,
|
| 3621 |
+
5376,
|
| 3622 |
+
1
|
| 3623 |
+
]
|
| 3624 |
+
},
|
| 3625 |
+
"transformer_blocks.47.ff.net.2": {
|
| 3626 |
+
"contiguous": true,
|
| 3627 |
+
"dtype": "torch.bfloat16",
|
| 3628 |
+
"shape": [
|
| 3629 |
+
1,
|
| 3630 |
+
11264,
|
| 3631 |
+
14336
|
| 3632 |
+
],
|
| 3633 |
+
"stride": [
|
| 3634 |
+
161480704,
|
| 3635 |
+
14336,
|
| 3636 |
+
1
|
| 3637 |
+
]
|
| 3638 |
+
},
|
| 3639 |
+
"transformer_blocks.48.attn.to_k": {
|
| 3640 |
+
"contiguous": true,
|
| 3641 |
+
"dtype": "torch.bfloat16",
|
| 3642 |
+
"shape": [
|
| 3643 |
+
1,
|
| 3644 |
+
11264,
|
| 3645 |
+
5376
|
| 3646 |
+
],
|
| 3647 |
+
"stride": [
|
| 3648 |
+
60555264,
|
| 3649 |
+
5376,
|
| 3650 |
+
1
|
| 3651 |
+
]
|
| 3652 |
+
},
|
| 3653 |
+
"transformer_blocks.48.attn.to_out.0": {
|
| 3654 |
+
"contiguous": true,
|
| 3655 |
+
"dtype": "torch.bfloat16",
|
| 3656 |
+
"shape": [
|
| 3657 |
+
1,
|
| 3658 |
+
11264,
|
| 3659 |
+
7168
|
| 3660 |
+
],
|
| 3661 |
+
"stride": [
|
| 3662 |
+
80740352,
|
| 3663 |
+
7168,
|
| 3664 |
+
1
|
| 3665 |
+
]
|
| 3666 |
+
},
|
| 3667 |
+
"transformer_blocks.48.attn.to_q": {
|
| 3668 |
+
"contiguous": true,
|
| 3669 |
+
"dtype": "torch.bfloat16",
|
| 3670 |
+
"shape": [
|
| 3671 |
+
1,
|
| 3672 |
+
11264,
|
| 3673 |
+
5376
|
| 3674 |
+
],
|
| 3675 |
+
"stride": [
|
| 3676 |
+
60555264,
|
| 3677 |
+
5376,
|
| 3678 |
+
1
|
| 3679 |
+
]
|
| 3680 |
+
},
|
| 3681 |
+
"transformer_blocks.48.attn.to_v": {
|
| 3682 |
+
"contiguous": true,
|
| 3683 |
+
"dtype": "torch.bfloat16",
|
| 3684 |
+
"shape": [
|
| 3685 |
+
1,
|
| 3686 |
+
11264,
|
| 3687 |
+
5376
|
| 3688 |
+
],
|
| 3689 |
+
"stride": [
|
| 3690 |
+
60555264,
|
| 3691 |
+
5376,
|
| 3692 |
+
1
|
| 3693 |
+
]
|
| 3694 |
+
},
|
| 3695 |
+
"transformer_blocks.48.ff.net.0.proj": {
|
| 3696 |
+
"contiguous": true,
|
| 3697 |
+
"dtype": "torch.bfloat16",
|
| 3698 |
+
"shape": [
|
| 3699 |
+
1,
|
| 3700 |
+
11264,
|
| 3701 |
+
5376
|
| 3702 |
+
],
|
| 3703 |
+
"stride": [
|
| 3704 |
+
60555264,
|
| 3705 |
+
5376,
|
| 3706 |
+
1
|
| 3707 |
+
]
|
| 3708 |
+
},
|
| 3709 |
+
"transformer_blocks.48.ff.net.2": {
|
| 3710 |
+
"contiguous": true,
|
| 3711 |
+
"dtype": "torch.bfloat16",
|
| 3712 |
+
"shape": [
|
| 3713 |
+
1,
|
| 3714 |
+
11264,
|
| 3715 |
+
14336
|
| 3716 |
+
],
|
| 3717 |
+
"stride": [
|
| 3718 |
+
161480704,
|
| 3719 |
+
14336,
|
| 3720 |
+
1
|
| 3721 |
+
]
|
| 3722 |
+
},
|
| 3723 |
+
"transformer_blocks.49.attn.to_k": {
|
| 3724 |
+
"contiguous": true,
|
| 3725 |
+
"dtype": "torch.bfloat16",
|
| 3726 |
+
"shape": [
|
| 3727 |
+
1,
|
| 3728 |
+
11264,
|
| 3729 |
+
5376
|
| 3730 |
+
],
|
| 3731 |
+
"stride": [
|
| 3732 |
+
60555264,
|
| 3733 |
+
5376,
|
| 3734 |
+
1
|
| 3735 |
+
]
|
| 3736 |
+
},
|
| 3737 |
+
"transformer_blocks.49.attn.to_out.0": {
|
| 3738 |
+
"contiguous": true,
|
| 3739 |
+
"dtype": "torch.bfloat16",
|
| 3740 |
+
"shape": [
|
| 3741 |
+
1,
|
| 3742 |
+
11264,
|
| 3743 |
+
7168
|
| 3744 |
+
],
|
| 3745 |
+
"stride": [
|
| 3746 |
+
80740352,
|
| 3747 |
+
7168,
|
| 3748 |
+
1
|
| 3749 |
+
]
|
| 3750 |
+
},
|
| 3751 |
+
"transformer_blocks.49.attn.to_q": {
|
| 3752 |
+
"contiguous": true,
|
| 3753 |
+
"dtype": "torch.bfloat16",
|
| 3754 |
+
"shape": [
|
| 3755 |
+
1,
|
| 3756 |
+
11264,
|
| 3757 |
+
5376
|
| 3758 |
+
],
|
| 3759 |
+
"stride": [
|
| 3760 |
+
60555264,
|
| 3761 |
+
5376,
|
| 3762 |
+
1
|
| 3763 |
+
]
|
| 3764 |
+
},
|
| 3765 |
+
"transformer_blocks.49.attn.to_v": {
|
| 3766 |
+
"contiguous": true,
|
| 3767 |
+
"dtype": "torch.bfloat16",
|
| 3768 |
+
"shape": [
|
| 3769 |
+
1,
|
| 3770 |
+
11264,
|
| 3771 |
+
5376
|
| 3772 |
+
],
|
| 3773 |
+
"stride": [
|
| 3774 |
+
60555264,
|
| 3775 |
+
5376,
|
| 3776 |
+
1
|
| 3777 |
+
]
|
| 3778 |
+
},
|
| 3779 |
+
"transformer_blocks.49.ff.net.0.proj": {
|
| 3780 |
+
"contiguous": true,
|
| 3781 |
+
"dtype": "torch.bfloat16",
|
| 3782 |
+
"shape": [
|
| 3783 |
+
1,
|
| 3784 |
+
11264,
|
| 3785 |
+
5376
|
| 3786 |
+
],
|
| 3787 |
+
"stride": [
|
| 3788 |
+
60555264,
|
| 3789 |
+
5376,
|
| 3790 |
+
1
|
| 3791 |
+
]
|
| 3792 |
+
},
|
| 3793 |
+
"transformer_blocks.49.ff.net.2": {
|
| 3794 |
+
"contiguous": true,
|
| 3795 |
+
"dtype": "torch.bfloat16",
|
| 3796 |
+
"shape": [
|
| 3797 |
+
1,
|
| 3798 |
+
11264,
|
| 3799 |
+
14336
|
| 3800 |
+
],
|
| 3801 |
+
"stride": [
|
| 3802 |
+
161480704,
|
| 3803 |
+
14336,
|
| 3804 |
+
1
|
| 3805 |
+
]
|
| 3806 |
+
},
|
| 3807 |
+
"transformer_blocks.5.attn.to_k": {
|
| 3808 |
+
"contiguous": true,
|
| 3809 |
+
"dtype": "torch.bfloat16",
|
| 3810 |
+
"shape": [
|
| 3811 |
+
1,
|
| 3812 |
+
11264,
|
| 3813 |
+
5376
|
| 3814 |
+
],
|
| 3815 |
+
"stride": [
|
| 3816 |
+
60555264,
|
| 3817 |
+
5376,
|
| 3818 |
+
1
|
| 3819 |
+
]
|
| 3820 |
+
},
|
| 3821 |
+
"transformer_blocks.5.attn.to_out.0": {
|
| 3822 |
+
"contiguous": true,
|
| 3823 |
+
"dtype": "torch.bfloat16",
|
| 3824 |
+
"shape": [
|
| 3825 |
+
1,
|
| 3826 |
+
11264,
|
| 3827 |
+
7168
|
| 3828 |
+
],
|
| 3829 |
+
"stride": [
|
| 3830 |
+
80740352,
|
| 3831 |
+
7168,
|
| 3832 |
+
1
|
| 3833 |
+
]
|
| 3834 |
+
},
|
| 3835 |
+
"transformer_blocks.5.attn.to_q": {
|
| 3836 |
+
"contiguous": true,
|
| 3837 |
+
"dtype": "torch.bfloat16",
|
| 3838 |
+
"shape": [
|
| 3839 |
+
1,
|
| 3840 |
+
11264,
|
| 3841 |
+
5376
|
| 3842 |
+
],
|
| 3843 |
+
"stride": [
|
| 3844 |
+
60555264,
|
| 3845 |
+
5376,
|
| 3846 |
+
1
|
| 3847 |
+
]
|
| 3848 |
+
},
|
| 3849 |
+
"transformer_blocks.5.attn.to_v": {
|
| 3850 |
+
"contiguous": true,
|
| 3851 |
+
"dtype": "torch.bfloat16",
|
| 3852 |
+
"shape": [
|
| 3853 |
+
1,
|
| 3854 |
+
11264,
|
| 3855 |
+
5376
|
| 3856 |
+
],
|
| 3857 |
+
"stride": [
|
| 3858 |
+
60555264,
|
| 3859 |
+
5376,
|
| 3860 |
+
1
|
| 3861 |
+
]
|
| 3862 |
+
},
|
| 3863 |
+
"transformer_blocks.5.ff.net.0.proj": {
|
| 3864 |
+
"contiguous": true,
|
| 3865 |
+
"dtype": "torch.bfloat16",
|
| 3866 |
+
"shape": [
|
| 3867 |
+
1,
|
| 3868 |
+
11264,
|
| 3869 |
+
5376
|
| 3870 |
+
],
|
| 3871 |
+
"stride": [
|
| 3872 |
+
60555264,
|
| 3873 |
+
5376,
|
| 3874 |
+
1
|
| 3875 |
+
]
|
| 3876 |
+
},
|
| 3877 |
+
"transformer_blocks.5.ff.net.2": {
|
| 3878 |
+
"contiguous": true,
|
| 3879 |
+
"dtype": "torch.bfloat16",
|
| 3880 |
+
"shape": [
|
| 3881 |
+
1,
|
| 3882 |
+
11264,
|
| 3883 |
+
14336
|
| 3884 |
+
],
|
| 3885 |
+
"stride": [
|
| 3886 |
+
161480704,
|
| 3887 |
+
14336,
|
| 3888 |
+
1
|
| 3889 |
+
]
|
| 3890 |
+
},
|
| 3891 |
+
"transformer_blocks.6.attn.to_k": {
|
| 3892 |
+
"contiguous": true,
|
| 3893 |
+
"dtype": "torch.bfloat16",
|
| 3894 |
+
"shape": [
|
| 3895 |
+
1,
|
| 3896 |
+
11264,
|
| 3897 |
+
5376
|
| 3898 |
+
],
|
| 3899 |
+
"stride": [
|
| 3900 |
+
60555264,
|
| 3901 |
+
5376,
|
| 3902 |
+
1
|
| 3903 |
+
]
|
| 3904 |
+
},
|
| 3905 |
+
"transformer_blocks.6.attn.to_out.0": {
|
| 3906 |
+
"contiguous": true,
|
| 3907 |
+
"dtype": "torch.bfloat16",
|
| 3908 |
+
"shape": [
|
| 3909 |
+
1,
|
| 3910 |
+
11264,
|
| 3911 |
+
7168
|
| 3912 |
+
],
|
| 3913 |
+
"stride": [
|
| 3914 |
+
80740352,
|
| 3915 |
+
7168,
|
| 3916 |
+
1
|
| 3917 |
+
]
|
| 3918 |
+
},
|
| 3919 |
+
"transformer_blocks.6.attn.to_q": {
|
| 3920 |
+
"contiguous": true,
|
| 3921 |
+
"dtype": "torch.bfloat16",
|
| 3922 |
+
"shape": [
|
| 3923 |
+
1,
|
| 3924 |
+
11264,
|
| 3925 |
+
5376
|
| 3926 |
+
],
|
| 3927 |
+
"stride": [
|
| 3928 |
+
60555264,
|
| 3929 |
+
5376,
|
| 3930 |
+
1
|
| 3931 |
+
]
|
| 3932 |
+
},
|
| 3933 |
+
"transformer_blocks.6.attn.to_v": {
|
| 3934 |
+
"contiguous": true,
|
| 3935 |
+
"dtype": "torch.bfloat16",
|
| 3936 |
+
"shape": [
|
| 3937 |
+
1,
|
| 3938 |
+
11264,
|
| 3939 |
+
5376
|
| 3940 |
+
],
|
| 3941 |
+
"stride": [
|
| 3942 |
+
60555264,
|
| 3943 |
+
5376,
|
| 3944 |
+
1
|
| 3945 |
+
]
|
| 3946 |
+
},
|
| 3947 |
+
"transformer_blocks.6.ff.net.0.proj": {
|
| 3948 |
+
"contiguous": true,
|
| 3949 |
+
"dtype": "torch.bfloat16",
|
| 3950 |
+
"shape": [
|
| 3951 |
+
1,
|
| 3952 |
+
11264,
|
| 3953 |
+
5376
|
| 3954 |
+
],
|
| 3955 |
+
"stride": [
|
| 3956 |
+
60555264,
|
| 3957 |
+
5376,
|
| 3958 |
+
1
|
| 3959 |
+
]
|
| 3960 |
+
},
|
| 3961 |
+
"transformer_blocks.6.ff.net.2": {
|
| 3962 |
+
"contiguous": true,
|
| 3963 |
+
"dtype": "torch.bfloat16",
|
| 3964 |
+
"shape": [
|
| 3965 |
+
1,
|
| 3966 |
+
11264,
|
| 3967 |
+
14336
|
| 3968 |
+
],
|
| 3969 |
+
"stride": [
|
| 3970 |
+
161480704,
|
| 3971 |
+
14336,
|
| 3972 |
+
1
|
| 3973 |
+
]
|
| 3974 |
+
},
|
| 3975 |
+
"transformer_blocks.7.attn.to_k": {
|
| 3976 |
+
"contiguous": true,
|
| 3977 |
+
"dtype": "torch.bfloat16",
|
| 3978 |
+
"shape": [
|
| 3979 |
+
1,
|
| 3980 |
+
11264,
|
| 3981 |
+
5376
|
| 3982 |
+
],
|
| 3983 |
+
"stride": [
|
| 3984 |
+
60555264,
|
| 3985 |
+
5376,
|
| 3986 |
+
1
|
| 3987 |
+
]
|
| 3988 |
+
},
|
| 3989 |
+
"transformer_blocks.7.attn.to_out.0": {
|
| 3990 |
+
"contiguous": true,
|
| 3991 |
+
"dtype": "torch.bfloat16",
|
| 3992 |
+
"shape": [
|
| 3993 |
+
1,
|
| 3994 |
+
11264,
|
| 3995 |
+
7168
|
| 3996 |
+
],
|
| 3997 |
+
"stride": [
|
| 3998 |
+
80740352,
|
| 3999 |
+
7168,
|
| 4000 |
+
1
|
| 4001 |
+
]
|
| 4002 |
+
},
|
| 4003 |
+
"transformer_blocks.7.attn.to_q": {
|
| 4004 |
+
"contiguous": true,
|
| 4005 |
+
"dtype": "torch.bfloat16",
|
| 4006 |
+
"shape": [
|
| 4007 |
+
1,
|
| 4008 |
+
11264,
|
| 4009 |
+
5376
|
| 4010 |
+
],
|
| 4011 |
+
"stride": [
|
| 4012 |
+
60555264,
|
| 4013 |
+
5376,
|
| 4014 |
+
1
|
| 4015 |
+
]
|
| 4016 |
+
},
|
| 4017 |
+
"transformer_blocks.7.attn.to_v": {
|
| 4018 |
+
"contiguous": true,
|
| 4019 |
+
"dtype": "torch.bfloat16",
|
| 4020 |
+
"shape": [
|
| 4021 |
+
1,
|
| 4022 |
+
11264,
|
| 4023 |
+
5376
|
| 4024 |
+
],
|
| 4025 |
+
"stride": [
|
| 4026 |
+
60555264,
|
| 4027 |
+
5376,
|
| 4028 |
+
1
|
| 4029 |
+
]
|
| 4030 |
+
},
|
| 4031 |
+
"transformer_blocks.7.ff.net.0.proj": {
|
| 4032 |
+
"contiguous": true,
|
| 4033 |
+
"dtype": "torch.bfloat16",
|
| 4034 |
+
"shape": [
|
| 4035 |
+
1,
|
| 4036 |
+
11264,
|
| 4037 |
+
5376
|
| 4038 |
+
],
|
| 4039 |
+
"stride": [
|
| 4040 |
+
60555264,
|
| 4041 |
+
5376,
|
| 4042 |
+
1
|
| 4043 |
+
]
|
| 4044 |
+
},
|
| 4045 |
+
"transformer_blocks.7.ff.net.2": {
|
| 4046 |
+
"contiguous": true,
|
| 4047 |
+
"dtype": "torch.bfloat16",
|
| 4048 |
+
"shape": [
|
| 4049 |
+
1,
|
| 4050 |
+
11264,
|
| 4051 |
+
14336
|
| 4052 |
+
],
|
| 4053 |
+
"stride": [
|
| 4054 |
+
161480704,
|
| 4055 |
+
14336,
|
| 4056 |
+
1
|
| 4057 |
+
]
|
| 4058 |
+
},
|
| 4059 |
+
"transformer_blocks.8.attn.to_k": {
|
| 4060 |
+
"contiguous": true,
|
| 4061 |
+
"dtype": "torch.bfloat16",
|
| 4062 |
+
"shape": [
|
| 4063 |
+
1,
|
| 4064 |
+
11264,
|
| 4065 |
+
5376
|
| 4066 |
+
],
|
| 4067 |
+
"stride": [
|
| 4068 |
+
60555264,
|
| 4069 |
+
5376,
|
| 4070 |
+
1
|
| 4071 |
+
]
|
| 4072 |
+
},
|
| 4073 |
+
"transformer_blocks.8.attn.to_out.0": {
|
| 4074 |
+
"contiguous": true,
|
| 4075 |
+
"dtype": "torch.bfloat16",
|
| 4076 |
+
"shape": [
|
| 4077 |
+
1,
|
| 4078 |
+
11264,
|
| 4079 |
+
7168
|
| 4080 |
+
],
|
| 4081 |
+
"stride": [
|
| 4082 |
+
80740352,
|
| 4083 |
+
7168,
|
| 4084 |
+
1
|
| 4085 |
+
]
|
| 4086 |
+
},
|
| 4087 |
+
"transformer_blocks.8.attn.to_q": {
|
| 4088 |
+
"contiguous": true,
|
| 4089 |
+
"dtype": "torch.bfloat16",
|
| 4090 |
+
"shape": [
|
| 4091 |
+
1,
|
| 4092 |
+
11264,
|
| 4093 |
+
5376
|
| 4094 |
+
],
|
| 4095 |
+
"stride": [
|
| 4096 |
+
60555264,
|
| 4097 |
+
5376,
|
| 4098 |
+
1
|
| 4099 |
+
]
|
| 4100 |
+
},
|
| 4101 |
+
"transformer_blocks.8.attn.to_v": {
|
| 4102 |
+
"contiguous": true,
|
| 4103 |
+
"dtype": "torch.bfloat16",
|
| 4104 |
+
"shape": [
|
| 4105 |
+
1,
|
| 4106 |
+
11264,
|
| 4107 |
+
5376
|
| 4108 |
+
],
|
| 4109 |
+
"stride": [
|
| 4110 |
+
60555264,
|
| 4111 |
+
5376,
|
| 4112 |
+
1
|
| 4113 |
+
]
|
| 4114 |
+
},
|
| 4115 |
+
"transformer_blocks.8.ff.net.0.proj": {
|
| 4116 |
+
"contiguous": true,
|
| 4117 |
+
"dtype": "torch.bfloat16",
|
| 4118 |
+
"shape": [
|
| 4119 |
+
1,
|
| 4120 |
+
11264,
|
| 4121 |
+
5376
|
| 4122 |
+
],
|
| 4123 |
+
"stride": [
|
| 4124 |
+
60555264,
|
| 4125 |
+
5376,
|
| 4126 |
+
1
|
| 4127 |
+
]
|
| 4128 |
+
},
|
| 4129 |
+
"transformer_blocks.8.ff.net.2": {
|
| 4130 |
+
"contiguous": true,
|
| 4131 |
+
"dtype": "torch.bfloat16",
|
| 4132 |
+
"shape": [
|
| 4133 |
+
1,
|
| 4134 |
+
11264,
|
| 4135 |
+
14336
|
| 4136 |
+
],
|
| 4137 |
+
"stride": [
|
| 4138 |
+
161480704,
|
| 4139 |
+
14336,
|
| 4140 |
+
1
|
| 4141 |
+
]
|
| 4142 |
+
},
|
| 4143 |
+
"transformer_blocks.9.attn.to_k": {
|
| 4144 |
+
"contiguous": true,
|
| 4145 |
+
"dtype": "torch.bfloat16",
|
| 4146 |
+
"shape": [
|
| 4147 |
+
1,
|
| 4148 |
+
11264,
|
| 4149 |
+
5376
|
| 4150 |
+
],
|
| 4151 |
+
"stride": [
|
| 4152 |
+
60555264,
|
| 4153 |
+
5376,
|
| 4154 |
+
1
|
| 4155 |
+
]
|
| 4156 |
+
},
|
| 4157 |
+
"transformer_blocks.9.attn.to_out.0": {
|
| 4158 |
+
"contiguous": true,
|
| 4159 |
+
"dtype": "torch.bfloat16",
|
| 4160 |
+
"shape": [
|
| 4161 |
+
1,
|
| 4162 |
+
11264,
|
| 4163 |
+
7168
|
| 4164 |
+
],
|
| 4165 |
+
"stride": [
|
| 4166 |
+
80740352,
|
| 4167 |
+
7168,
|
| 4168 |
+
1
|
| 4169 |
+
]
|
| 4170 |
+
},
|
| 4171 |
+
"transformer_blocks.9.attn.to_q": {
|
| 4172 |
+
"contiguous": true,
|
| 4173 |
+
"dtype": "torch.bfloat16",
|
| 4174 |
+
"shape": [
|
| 4175 |
+
1,
|
| 4176 |
+
11264,
|
| 4177 |
+
5376
|
| 4178 |
+
],
|
| 4179 |
+
"stride": [
|
| 4180 |
+
60555264,
|
| 4181 |
+
5376,
|
| 4182 |
+
1
|
| 4183 |
+
]
|
| 4184 |
+
},
|
| 4185 |
+
"transformer_blocks.9.attn.to_v": {
|
| 4186 |
+
"contiguous": true,
|
| 4187 |
+
"dtype": "torch.bfloat16",
|
| 4188 |
+
"shape": [
|
| 4189 |
+
1,
|
| 4190 |
+
11264,
|
| 4191 |
+
5376
|
| 4192 |
+
],
|
| 4193 |
+
"stride": [
|
| 4194 |
+
60555264,
|
| 4195 |
+
5376,
|
| 4196 |
+
1
|
| 4197 |
+
]
|
| 4198 |
+
},
|
| 4199 |
+
"transformer_blocks.9.ff.net.0.proj": {
|
| 4200 |
+
"contiguous": true,
|
| 4201 |
+
"dtype": "torch.bfloat16",
|
| 4202 |
+
"shape": [
|
| 4203 |
+
1,
|
| 4204 |
+
11264,
|
| 4205 |
+
5376
|
| 4206 |
+
],
|
| 4207 |
+
"stride": [
|
| 4208 |
+
60555264,
|
| 4209 |
+
5376,
|
| 4210 |
+
1
|
| 4211 |
+
]
|
| 4212 |
+
},
|
| 4213 |
+
"transformer_blocks.9.ff.net.2": {
|
| 4214 |
+
"contiguous": true,
|
| 4215 |
+
"dtype": "torch.bfloat16",
|
| 4216 |
+
"shape": [
|
| 4217 |
+
1,
|
| 4218 |
+
11264,
|
| 4219 |
+
14336
|
| 4220 |
+
],
|
| 4221 |
+
"stride": [
|
| 4222 |
+
161480704,
|
| 4223 |
+
14336,
|
| 4224 |
+
1
|
| 4225 |
+
]
|
| 4226 |
+
}
|
| 4227 |
+
},
|
| 4228 |
+
"orbitquant_shape_cuda_ms": {
|
| 4229 |
+
"14336x5376": {
|
| 4230 |
+
"calls": 50,
|
| 4231 |
+
"total_ms": 229.30192136764526
|
| 4232 |
+
},
|
| 4233 |
+
"5376x28672": {
|
| 4234 |
+
"calls": 50,
|
| 4235 |
+
"total_ms": 352.2663993835449
|
| 4236 |
+
},
|
| 4237 |
+
"5376x7168": {
|
| 4238 |
+
"calls": 150,
|
| 4239 |
+
"total_ms": 371.99267172813416
|
| 4240 |
+
},
|
| 4241 |
+
"7168x5376": {
|
| 4242 |
+
"calls": 50,
|
| 4243 |
+
"total_ms": 124.01705598831177
|
| 4244 |
+
}
|
| 4245 |
+
},
|
| 4246 |
+
"orbitquant_shapes": {
|
| 4247 |
+
"14336x5376": 50,
|
| 4248 |
+
"5376x28672": 50,
|
| 4249 |
+
"5376x7168": 150,
|
| 4250 |
+
"7168x5376": 50
|
| 4251 |
+
},
|
| 4252 |
+
"output_finite": [
|
| 4253 |
+
true,
|
| 4254 |
+
true
|
| 4255 |
+
],
|
| 4256 |
+
"output_shapes": [
|
| 4257 |
+
[
|
| 4258 |
+
1,
|
| 4259 |
+
10545,
|
| 4260 |
+
96
|
| 4261 |
+
],
|
| 4262 |
+
[
|
| 4263 |
+
1,
|
| 4264 |
+
207,
|
| 4265 |
+
32
|
| 4266 |
+
]
|
| 4267 |
+
],
|
| 4268 |
+
"runtime_mode": "native_packed_matmul",
|
| 4269 |
+
"slowest_orbitquant_linears": [
|
| 4270 |
+
{
|
| 4271 |
+
"cuda_ms": 18.641632080078125,
|
| 4272 |
+
"name": "transformer_blocks.0.attn.to_q",
|
| 4273 |
+
"shape": "5376x7168"
|
| 4274 |
+
},
|
| 4275 |
+
{
|
| 4276 |
+
"cuda_ms": 9.849472045898438,
|
| 4277 |
+
"name": "transformer_blocks.0.ff.net.0.proj",
|
| 4278 |
+
"shape": "5376x28672"
|
| 4279 |
+
},
|
| 4280 |
+
{
|
| 4281 |
+
"cuda_ms": 8.686016082763672,
|
| 4282 |
+
"name": "transformer_blocks.0.ff.net.2",
|
| 4283 |
+
"shape": "14336x5376"
|
| 4284 |
+
},
|
| 4285 |
+
{
|
| 4286 |
+
"cuda_ms": 7.292928218841553,
|
| 4287 |
+
"name": "transformer_blocks.0.attn.to_out.0",
|
| 4288 |
+
"shape": "7168x5376"
|
| 4289 |
+
},
|
| 4290 |
+
{
|
| 4291 |
+
"cuda_ms": 7.155712127685547,
|
| 4292 |
+
"name": "transformer_blocks.14.ff.net.0.proj",
|
| 4293 |
+
"shape": "5376x28672"
|
| 4294 |
+
},
|
| 4295 |
+
{
|
| 4296 |
+
"cuda_ms": 7.124512195587158,
|
| 4297 |
+
"name": "transformer_blocks.24.ff.net.0.proj",
|
| 4298 |
+
"shape": "5376x28672"
|
| 4299 |
+
},
|
| 4300 |
+
{
|
| 4301 |
+
"cuda_ms": 7.1244797706604,
|
| 4302 |
+
"name": "transformer_blocks.2.ff.net.0.proj",
|
| 4303 |
+
"shape": "5376x28672"
|
| 4304 |
+
},
|
| 4305 |
+
{
|
| 4306 |
+
"cuda_ms": 7.116352081298828,
|
| 4307 |
+
"name": "transformer_blocks.7.ff.net.0.proj",
|
| 4308 |
+
"shape": "5376x28672"
|
| 4309 |
+
},
|
| 4310 |
+
{
|
| 4311 |
+
"cuda_ms": 7.115295886993408,
|
| 4312 |
+
"name": "transformer_blocks.9.ff.net.0.proj",
|
| 4313 |
+
"shape": "5376x28672"
|
| 4314 |
+
},
|
| 4315 |
+
{
|
| 4316 |
+
"cuda_ms": 7.111199855804443,
|
| 4317 |
+
"name": "transformer_blocks.5.ff.net.0.proj",
|
| 4318 |
+
"shape": "5376x28672"
|
| 4319 |
+
},
|
| 4320 |
+
{
|
| 4321 |
+
"cuda_ms": 7.111199855804443,
|
| 4322 |
+
"name": "transformer_blocks.11.ff.net.0.proj",
|
| 4323 |
+
"shape": "5376x28672"
|
| 4324 |
+
},
|
| 4325 |
+
{
|
| 4326 |
+
"cuda_ms": 7.103007793426514,
|
| 4327 |
+
"name": "transformer_blocks.19.ff.net.0.proj",
|
| 4328 |
+
"shape": "5376x28672"
|
| 4329 |
+
},
|
| 4330 |
+
{
|
| 4331 |
+
"cuda_ms": 7.101952075958252,
|
| 4332 |
+
"name": "transformer_blocks.12.ff.net.0.proj",
|
| 4333 |
+
"shape": "5376x28672"
|
| 4334 |
+
},
|
| 4335 |
+
{
|
| 4336 |
+
"cuda_ms": 7.098879814147949,
|
| 4337 |
+
"name": "transformer_blocks.25.ff.net.0.proj",
|
| 4338 |
+
"shape": "5376x28672"
|
| 4339 |
+
},
|
| 4340 |
+
{
|
| 4341 |
+
"cuda_ms": 7.094880104064941,
|
| 4342 |
+
"name": "transformer_blocks.6.ff.net.0.proj",
|
| 4343 |
+
"shape": "5376x28672"
|
| 4344 |
+
},
|
| 4345 |
+
{
|
| 4346 |
+
"cuda_ms": 7.0866241455078125,
|
| 4347 |
+
"name": "transformer_blocks.4.ff.net.0.proj",
|
| 4348 |
+
"shape": "5376x28672"
|
| 4349 |
+
},
|
| 4350 |
+
{
|
| 4351 |
+
"cuda_ms": 7.085055828094482,
|
| 4352 |
+
"name": "transformer_blocks.17.ff.net.0.proj",
|
| 4353 |
+
"shape": "5376x28672"
|
| 4354 |
+
},
|
| 4355 |
+
{
|
| 4356 |
+
"cuda_ms": 7.08355188369751,
|
| 4357 |
+
"name": "transformer_blocks.18.ff.net.0.proj",
|
| 4358 |
+
"shape": "5376x28672"
|
| 4359 |
+
},
|
| 4360 |
+
{
|
| 4361 |
+
"cuda_ms": 7.080480098724365,
|
| 4362 |
+
"name": "transformer_blocks.30.ff.net.0.proj",
|
| 4363 |
+
"shape": "5376x28672"
|
| 4364 |
+
},
|
| 4365 |
+
{
|
| 4366 |
+
"cuda_ms": 7.074431896209717,
|
| 4367 |
+
"name": "transformer_blocks.29.ff.net.0.proj",
|
| 4368 |
+
"shape": "5376x28672"
|
| 4369 |
+
},
|
| 4370 |
+
{
|
| 4371 |
+
"cuda_ms": 7.068192005157471,
|
| 4372 |
+
"name": "transformer_blocks.10.ff.net.0.proj",
|
| 4373 |
+
"shape": "5376x28672"
|
| 4374 |
+
},
|
| 4375 |
+
{
|
| 4376 |
+
"cuda_ms": 7.064576148986816,
|
| 4377 |
+
"name": "transformer_blocks.15.ff.net.0.proj",
|
| 4378 |
+
"shape": "5376x28672"
|
| 4379 |
+
},
|
| 4380 |
+
{
|
| 4381 |
+
"cuda_ms": 7.062047958374023,
|
| 4382 |
+
"name": "transformer_blocks.27.ff.net.0.proj",
|
| 4383 |
+
"shape": "5376x28672"
|
| 4384 |
+
},
|
| 4385 |
+
{
|
| 4386 |
+
"cuda_ms": 7.0609917640686035,
|
| 4387 |
+
"name": "transformer_blocks.1.ff.net.0.proj",
|
| 4388 |
+
"shape": "5376x28672"
|
| 4389 |
+
},
|
| 4390 |
+
{
|
| 4391 |
+
"cuda_ms": 7.059999942779541,
|
| 4392 |
+
"name": "transformer_blocks.3.ff.net.0.proj",
|
| 4393 |
+
"shape": "5376x28672"
|
| 4394 |
+
},
|
| 4395 |
+
{
|
| 4396 |
+
"cuda_ms": 7.059999942779541,
|
| 4397 |
+
"name": "transformer_blocks.34.ff.net.0.proj",
|
| 4398 |
+
"shape": "5376x28672"
|
| 4399 |
+
},
|
| 4400 |
+
{
|
| 4401 |
+
"cuda_ms": 7.059967994689941,
|
| 4402 |
+
"name": "transformer_blocks.20.ff.net.0.proj",
|
| 4403 |
+
"shape": "5376x28672"
|
| 4404 |
+
},
|
| 4405 |
+
{
|
| 4406 |
+
"cuda_ms": 7.058976173400879,
|
| 4407 |
+
"name": "transformer_blocks.32.ff.net.0.proj",
|
| 4408 |
+
"shape": "5376x28672"
|
| 4409 |
+
},
|
| 4410 |
+
{
|
| 4411 |
+
"cuda_ms": 7.056896209716797,
|
| 4412 |
+
"name": "transformer_blocks.13.ff.net.0.proj",
|
| 4413 |
+
"shape": "5376x28672"
|
| 4414 |
+
},
|
| 4415 |
+
{
|
| 4416 |
+
"cuda_ms": 7.055903911590576,
|
| 4417 |
+
"name": "transformer_blocks.46.ff.net.0.proj",
|
| 4418 |
+
"shape": "5376x28672"
|
| 4419 |
+
}
|
| 4420 |
+
],
|
| 4421 |
+
"status": "pass",
|
| 4422 |
+
"text_tokens": 512,
|
| 4423 |
+
"torch": "2.8.0+cu128",
|
| 4424 |
+
"transformer": "/workspace/orbitquant-h3-perf/model/transformer",
|
| 4425 |
+
"transformer_block_cuda_ms": [
|
| 4426 |
+
{
|
| 4427 |
+
"cuda_ms": 309.7416687011719,
|
| 4428 |
+
"name": "transformer_blocks.0"
|
| 4429 |
+
},
|
| 4430 |
+
{
|
| 4431 |
+
"cuda_ms": 48.530784606933594,
|
| 4432 |
+
"name": "transformer_blocks.1"
|
| 4433 |
+
},
|
| 4434 |
+
{
|
| 4435 |
+
"cuda_ms": 48.752193450927734,
|
| 4436 |
+
"name": "transformer_blocks.2"
|
| 4437 |
+
},
|
| 4438 |
+
{
|
| 4439 |
+
"cuda_ms": 48.56070327758789,
|
| 4440 |
+
"name": "transformer_blocks.3"
|
| 4441 |
+
},
|
| 4442 |
+
{
|
| 4443 |
+
"cuda_ms": 48.65910339355469,
|
| 4444 |
+
"name": "transformer_blocks.4"
|
| 4445 |
+
},
|
| 4446 |
+
{
|
| 4447 |
+
"cuda_ms": 48.712257385253906,
|
| 4448 |
+
"name": "transformer_blocks.5"
|
| 4449 |
+
},
|
| 4450 |
+
{
|
| 4451 |
+
"cuda_ms": 48.625247955322266,
|
| 4452 |
+
"name": "transformer_blocks.6"
|
| 4453 |
+
},
|
| 4454 |
+
{
|
| 4455 |
+
"cuda_ms": 48.70915222167969,
|
| 4456 |
+
"name": "transformer_blocks.7"
|
| 4457 |
+
},
|
| 4458 |
+
{
|
| 4459 |
+
"cuda_ms": 48.56073760986328,
|
| 4460 |
+
"name": "transformer_blocks.8"
|
| 4461 |
+
},
|
| 4462 |
+
{
|
| 4463 |
+
"cuda_ms": 48.7092170715332,
|
| 4464 |
+
"name": "transformer_blocks.9"
|
| 4465 |
+
},
|
| 4466 |
+
{
|
| 4467 |
+
"cuda_ms": 48.58531188964844,
|
| 4468 |
+
"name": "transformer_blocks.10"
|
| 4469 |
+
},
|
| 4470 |
+
{
|
| 4471 |
+
"cuda_ms": 48.66614532470703,
|
| 4472 |
+
"name": "transformer_blocks.11"
|
| 4473 |
+
},
|
| 4474 |
+
{
|
| 4475 |
+
"cuda_ms": 48.691776275634766,
|
| 4476 |
+
"name": "transformer_blocks.12"
|
| 4477 |
+
},
|
| 4478 |
+
{
|
| 4479 |
+
"cuda_ms": 48.55561447143555,
|
| 4480 |
+
"name": "transformer_blocks.13"
|
| 4481 |
+
},
|
| 4482 |
+
{
|
| 4483 |
+
"cuda_ms": 48.70761489868164,
|
| 4484 |
+
"name": "transformer_blocks.14"
|
| 4485 |
+
},
|
| 4486 |
+
{
|
| 4487 |
+
"cuda_ms": 48.58272171020508,
|
| 4488 |
+
"name": "transformer_blocks.15"
|
| 4489 |
+
},
|
| 4490 |
+
{
|
| 4491 |
+
"cuda_ms": 48.22224044799805,
|
| 4492 |
+
"name": "transformer_blocks.16"
|
| 4493 |
+
},
|
| 4494 |
+
{
|
| 4495 |
+
"cuda_ms": 48.6544303894043,
|
| 4496 |
+
"name": "transformer_blocks.17"
|
| 4497 |
+
},
|
| 4498 |
+
{
|
| 4499 |
+
"cuda_ms": 48.637569427490234,
|
| 4500 |
+
"name": "transformer_blocks.18"
|
| 4501 |
+
},
|
| 4502 |
+
{
|
| 4503 |
+
"cuda_ms": 48.6978874206543,
|
| 4504 |
+
"name": "transformer_blocks.19"
|
| 4505 |
+
},
|
| 4506 |
+
{
|
| 4507 |
+
"cuda_ms": 48.58736038208008,
|
| 4508 |
+
"name": "transformer_blocks.20"
|
| 4509 |
+
},
|
| 4510 |
+
{
|
| 4511 |
+
"cuda_ms": 48.09062576293945,
|
| 4512 |
+
"name": "transformer_blocks.21"
|
| 4513 |
+
},
|
| 4514 |
+
{
|
| 4515 |
+
"cuda_ms": 48.501312255859375,
|
| 4516 |
+
"name": "transformer_blocks.22"
|
| 4517 |
+
},
|
| 4518 |
+
{
|
| 4519 |
+
"cuda_ms": 48.043521881103516,
|
| 4520 |
+
"name": "transformer_blocks.23"
|
| 4521 |
+
},
|
| 4522 |
+
{
|
| 4523 |
+
"cuda_ms": 48.79324722290039,
|
| 4524 |
+
"name": "transformer_blocks.24"
|
| 4525 |
+
},
|
| 4526 |
+
{
|
| 4527 |
+
"cuda_ms": 48.69996643066406,
|
| 4528 |
+
"name": "transformer_blocks.25"
|
| 4529 |
+
},
|
| 4530 |
+
{
|
| 4531 |
+
"cuda_ms": 48.07846450805664,
|
| 4532 |
+
"name": "transformer_blocks.26"
|
| 4533 |
+
},
|
| 4534 |
+
{
|
| 4535 |
+
"cuda_ms": 48.556575775146484,
|
| 4536 |
+
"name": "transformer_blocks.27"
|
| 4537 |
+
},
|
| 4538 |
+
{
|
| 4539 |
+
"cuda_ms": 48.14499282836914,
|
| 4540 |
+
"name": "transformer_blocks.28"
|
| 4541 |
+
},
|
| 4542 |
+
{
|
| 4543 |
+
"cuda_ms": 48.63030242919922,
|
| 4544 |
+
"name": "transformer_blocks.29"
|
| 4545 |
+
},
|
| 4546 |
+
{
|
| 4547 |
+
"cuda_ms": 48.61299133300781,
|
| 4548 |
+
"name": "transformer_blocks.30"
|
| 4549 |
+
},
|
| 4550 |
+
{
|
| 4551 |
+
"cuda_ms": 48.09686279296875,
|
| 4552 |
+
"name": "transformer_blocks.31"
|
| 4553 |
+
},
|
| 4554 |
+
{
|
| 4555 |
+
"cuda_ms": 48.560672760009766,
|
| 4556 |
+
"name": "transformer_blocks.32"
|
| 4557 |
+
},
|
| 4558 |
+
{
|
| 4559 |
+
"cuda_ms": 48.092735290527344,
|
| 4560 |
+
"name": "transformer_blocks.33"
|
| 4561 |
+
},
|
| 4562 |
+
{
|
| 4563 |
+
"cuda_ms": 48.55769729614258,
|
| 4564 |
+
"name": "transformer_blocks.34"
|
| 4565 |
+
},
|
| 4566 |
+
{
|
| 4567 |
+
"cuda_ms": 48.0081901550293,
|
| 4568 |
+
"name": "transformer_blocks.35"
|
| 4569 |
+
},
|
| 4570 |
+
{
|
| 4571 |
+
"cuda_ms": 48.5715217590332,
|
| 4572 |
+
"name": "transformer_blocks.36"
|
| 4573 |
+
},
|
| 4574 |
+
{
|
| 4575 |
+
"cuda_ms": 48.09116744995117,
|
| 4576 |
+
"name": "transformer_blocks.37"
|
| 4577 |
+
},
|
| 4578 |
+
{
|
| 4579 |
+
"cuda_ms": 47.97200012207031,
|
| 4580 |
+
"name": "transformer_blocks.38"
|
| 4581 |
+
},
|
| 4582 |
+
{
|
| 4583 |
+
"cuda_ms": 48.52592086791992,
|
| 4584 |
+
"name": "transformer_blocks.39"
|
| 4585 |
+
},
|
| 4586 |
+
{
|
| 4587 |
+
"cuda_ms": 47.92879867553711,
|
| 4588 |
+
"name": "transformer_blocks.40"
|
| 4589 |
+
},
|
| 4590 |
+
{
|
| 4591 |
+
"cuda_ms": 48.56079864501953,
|
| 4592 |
+
"name": "transformer_blocks.41"
|
| 4593 |
+
},
|
| 4594 |
+
{
|
| 4595 |
+
"cuda_ms": 48.176639556884766,
|
| 4596 |
+
"name": "transformer_blocks.42"
|
| 4597 |
+
},
|
| 4598 |
+
{
|
| 4599 |
+
"cuda_ms": 48.074241638183594,
|
| 4600 |
+
"name": "transformer_blocks.43"
|
| 4601 |
+
},
|
| 4602 |
+
{
|
| 4603 |
+
"cuda_ms": 48.551456451416016,
|
| 4604 |
+
"name": "transformer_blocks.44"
|
| 4605 |
+
},
|
| 4606 |
+
{
|
| 4607 |
+
"cuda_ms": 47.84288024902344,
|
| 4608 |
+
"name": "transformer_blocks.45"
|
| 4609 |
+
},
|
| 4610 |
+
{
|
| 4611 |
+
"cuda_ms": 48.65087890625,
|
| 4612 |
+
"name": "transformer_blocks.46"
|
| 4613 |
+
},
|
| 4614 |
+
{
|
| 4615 |
+
"cuda_ms": 47.98934555053711,
|
| 4616 |
+
"name": "transformer_blocks.47"
|
| 4617 |
+
},
|
| 4618 |
+
{
|
| 4619 |
+
"cuda_ms": 48.15216064453125,
|
| 4620 |
+
"name": "transformer_blocks.48"
|
| 4621 |
+
},
|
| 4622 |
+
{
|
| 4623 |
+
"cuda_ms": 48.495201110839844,
|
| 4624 |
+
"name": "transformer_blocks.49"
|
| 4625 |
+
}
|
| 4626 |
+
],
|
| 4627 |
+
"video_tokens": 10545,
|
| 4628 |
+
"wall_seconds": 2.8687175642699003
|
| 4629 |
+
}
|
benchmarks/profiles/native-full-forward-fp32-load.json
ADDED
|
@@ -0,0 +1,424 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_backends": {
|
| 3 |
+
"triton_cuda": 300
|
| 4 |
+
},
|
| 5 |
+
"audio_tokens": 207,
|
| 6 |
+
"capability": [
|
| 7 |
+
12,
|
| 8 |
+
0
|
| 9 |
+
],
|
| 10 |
+
"cuda": "12.8",
|
| 11 |
+
"cuda_after_load_bytes": 19996112896,
|
| 12 |
+
"cuda_forward_ms": 114115.6328125,
|
| 13 |
+
"cuda_peak_bytes": 49839283712,
|
| 14 |
+
"effective_runtime_modes": {
|
| 15 |
+
"native_packed_matmul": 300
|
| 16 |
+
},
|
| 17 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 18 |
+
"h3_dtype_views": 50,
|
| 19 |
+
"load_seconds": 0.7637474560178816,
|
| 20 |
+
"move_to_cuda_seconds": 1.5632987627759576,
|
| 21 |
+
"orbitquant_linear_count": 300,
|
| 22 |
+
"orbitquant_linear_cuda_ms": 109206.42547607422,
|
| 23 |
+
"orbitquant_shape_cuda_ms": {
|
| 24 |
+
"14336x5376": {
|
| 25 |
+
"calls": 50,
|
| 26 |
+
"total_ms": 22013.64224243164
|
| 27 |
+
},
|
| 28 |
+
"5376x28672": {
|
| 29 |
+
"calls": 50,
|
| 30 |
+
"total_ms": 43292.70489501953
|
| 31 |
+
},
|
| 32 |
+
"5376x7168": {
|
| 33 |
+
"calls": 150,
|
| 34 |
+
"total_ms": 32823.50001525879
|
| 35 |
+
},
|
| 36 |
+
"7168x5376": {
|
| 37 |
+
"calls": 50,
|
| 38 |
+
"total_ms": 11076.578323364258
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"orbitquant_shapes": {
|
| 42 |
+
"14336x5376": 50,
|
| 43 |
+
"5376x28672": 50,
|
| 44 |
+
"5376x7168": 150,
|
| 45 |
+
"7168x5376": 50
|
| 46 |
+
},
|
| 47 |
+
"output_finite": [
|
| 48 |
+
true,
|
| 49 |
+
true
|
| 50 |
+
],
|
| 51 |
+
"output_shapes": [
|
| 52 |
+
[
|
| 53 |
+
1,
|
| 54 |
+
10545,
|
| 55 |
+
96
|
| 56 |
+
],
|
| 57 |
+
[
|
| 58 |
+
1,
|
| 59 |
+
207,
|
| 60 |
+
32
|
| 61 |
+
]
|
| 62 |
+
],
|
| 63 |
+
"runtime_mode": "native_packed_matmul",
|
| 64 |
+
"slowest_orbitquant_linears": [
|
| 65 |
+
{
|
| 66 |
+
"cuda_ms": 913.251953125,
|
| 67 |
+
"name": "transformer_blocks.2.ff.net.0.proj",
|
| 68 |
+
"shape": "5376x28672"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"cuda_ms": 911.2760620117188,
|
| 72 |
+
"name": "transformer_blocks.0.ff.net.0.proj",
|
| 73 |
+
"shape": "5376x28672"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"cuda_ms": 901.734375,
|
| 77 |
+
"name": "transformer_blocks.1.ff.net.0.proj",
|
| 78 |
+
"shape": "5376x28672"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"cuda_ms": 901.5783081054688,
|
| 82 |
+
"name": "transformer_blocks.3.ff.net.0.proj",
|
| 83 |
+
"shape": "5376x28672"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"cuda_ms": 868.2454833984375,
|
| 87 |
+
"name": "transformer_blocks.4.ff.net.0.proj",
|
| 88 |
+
"shape": "5376x28672"
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"cuda_ms": 865.6199951171875,
|
| 92 |
+
"name": "transformer_blocks.5.ff.net.0.proj",
|
| 93 |
+
"shape": "5376x28672"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"cuda_ms": 862.7640380859375,
|
| 97 |
+
"name": "transformer_blocks.6.ff.net.0.proj",
|
| 98 |
+
"shape": "5376x28672"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"cuda_ms": 862.7313232421875,
|
| 102 |
+
"name": "transformer_blocks.7.ff.net.0.proj",
|
| 103 |
+
"shape": "5376x28672"
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"cuda_ms": 862.56640625,
|
| 107 |
+
"name": "transformer_blocks.37.ff.net.0.proj",
|
| 108 |
+
"shape": "5376x28672"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"cuda_ms": 862.19775390625,
|
| 112 |
+
"name": "transformer_blocks.35.ff.net.0.proj",
|
| 113 |
+
"shape": "5376x28672"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"cuda_ms": 862.1362915039062,
|
| 117 |
+
"name": "transformer_blocks.47.ff.net.0.proj",
|
| 118 |
+
"shape": "5376x28672"
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"cuda_ms": 862.0994262695312,
|
| 122 |
+
"name": "transformer_blocks.39.ff.net.0.proj",
|
| 123 |
+
"shape": "5376x28672"
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"cuda_ms": 862.0728149414062,
|
| 127 |
+
"name": "transformer_blocks.43.ff.net.0.proj",
|
| 128 |
+
"shape": "5376x28672"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"cuda_ms": 862.0718383789062,
|
| 132 |
+
"name": "transformer_blocks.40.ff.net.0.proj",
|
| 133 |
+
"shape": "5376x28672"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"cuda_ms": 862.0676879882812,
|
| 137 |
+
"name": "transformer_blocks.33.ff.net.0.proj",
|
| 138 |
+
"shape": "5376x28672"
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"cuda_ms": 862.0646362304688,
|
| 142 |
+
"name": "transformer_blocks.45.ff.net.0.proj",
|
| 143 |
+
"shape": "5376x28672"
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"cuda_ms": 862.0635986328125,
|
| 147 |
+
"name": "transformer_blocks.49.ff.net.0.proj",
|
| 148 |
+
"shape": "5376x28672"
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"cuda_ms": 862.060546875,
|
| 152 |
+
"name": "transformer_blocks.36.ff.net.0.proj",
|
| 153 |
+
"shape": "5376x28672"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"cuda_ms": 862.0595092773438,
|
| 157 |
+
"name": "transformer_blocks.42.ff.net.0.proj",
|
| 158 |
+
"shape": "5376x28672"
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"cuda_ms": 862.0595092773438,
|
| 162 |
+
"name": "transformer_blocks.46.ff.net.0.proj",
|
| 163 |
+
"shape": "5376x28672"
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"cuda_ms": 862.0513305664062,
|
| 167 |
+
"name": "transformer_blocks.44.ff.net.0.proj",
|
| 168 |
+
"shape": "5376x28672"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"cuda_ms": 862.0328979492188,
|
| 172 |
+
"name": "transformer_blocks.24.ff.net.0.proj",
|
| 173 |
+
"shape": "5376x28672"
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"cuda_ms": 862.0308227539062,
|
| 177 |
+
"name": "transformer_blocks.17.ff.net.0.proj",
|
| 178 |
+
"shape": "5376x28672"
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"cuda_ms": 862.0308227539062,
|
| 182 |
+
"name": "transformer_blocks.20.ff.net.0.proj",
|
| 183 |
+
"shape": "5376x28672"
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"cuda_ms": 862.0298461914062,
|
| 187 |
+
"name": "transformer_blocks.41.ff.net.0.proj",
|
| 188 |
+
"shape": "5376x28672"
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"cuda_ms": 862.0267333984375,
|
| 192 |
+
"name": "transformer_blocks.16.ff.net.0.proj",
|
| 193 |
+
"shape": "5376x28672"
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"cuda_ms": 862.0216064453125,
|
| 197 |
+
"name": "transformer_blocks.34.ff.net.0.proj",
|
| 198 |
+
"shape": "5376x28672"
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"cuda_ms": 862.0206298828125,
|
| 202 |
+
"name": "transformer_blocks.29.ff.net.0.proj",
|
| 203 |
+
"shape": "5376x28672"
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"cuda_ms": 862.0175170898438,
|
| 207 |
+
"name": "transformer_blocks.22.ff.net.0.proj",
|
| 208 |
+
"shape": "5376x28672"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"cuda_ms": 862.0165405273438,
|
| 212 |
+
"name": "transformer_blocks.21.ff.net.0.proj",
|
| 213 |
+
"shape": "5376x28672"
|
| 214 |
+
}
|
| 215 |
+
],
|
| 216 |
+
"status": "pass",
|
| 217 |
+
"text_tokens": 512,
|
| 218 |
+
"torch": "2.8.0+cu128",
|
| 219 |
+
"transformer": "/workspace/orbitquant-h3-perf/model/transformer",
|
| 220 |
+
"transformer_block_cuda_ms": [
|
| 221 |
+
{
|
| 222 |
+
"cuda_ms": 3487.91259765625,
|
| 223 |
+
"name": "transformer_blocks.0"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"cuda_ms": 2355.49658203125,
|
| 227 |
+
"name": "transformer_blocks.1"
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"cuda_ms": 2366.400146484375,
|
| 231 |
+
"name": "transformer_blocks.2"
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"cuda_ms": 2352.244384765625,
|
| 235 |
+
"name": "transformer_blocks.3"
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"cuda_ms": 2286.18408203125,
|
| 239 |
+
"name": "transformer_blocks.4"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"cuda_ms": 2254.422607421875,
|
| 243 |
+
"name": "transformer_blocks.5"
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"cuda_ms": 2250.595947265625,
|
| 247 |
+
"name": "transformer_blocks.6"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"cuda_ms": 2248.635986328125,
|
| 251 |
+
"name": "transformer_blocks.7"
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"cuda_ms": 2246.948486328125,
|
| 255 |
+
"name": "transformer_blocks.8"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"cuda_ms": 2246.48046875,
|
| 259 |
+
"name": "transformer_blocks.9"
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"cuda_ms": 2246.338134765625,
|
| 263 |
+
"name": "transformer_blocks.10"
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"cuda_ms": 2246.347412109375,
|
| 267 |
+
"name": "transformer_blocks.11"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"cuda_ms": 2246.5205078125,
|
| 271 |
+
"name": "transformer_blocks.12"
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"cuda_ms": 2246.44677734375,
|
| 275 |
+
"name": "transformer_blocks.13"
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"cuda_ms": 2246.46630859375,
|
| 279 |
+
"name": "transformer_blocks.14"
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"cuda_ms": 2246.548095703125,
|
| 283 |
+
"name": "transformer_blocks.15"
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"cuda_ms": 2246.48046875,
|
| 287 |
+
"name": "transformer_blocks.16"
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"cuda_ms": 2246.6708984375,
|
| 291 |
+
"name": "transformer_blocks.17"
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"cuda_ms": 2246.313720703125,
|
| 295 |
+
"name": "transformer_blocks.18"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"cuda_ms": 2246.57373046875,
|
| 299 |
+
"name": "transformer_blocks.19"
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"cuda_ms": 2246.4384765625,
|
| 303 |
+
"name": "transformer_blocks.20"
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"cuda_ms": 2246.5458984375,
|
| 307 |
+
"name": "transformer_blocks.21"
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"cuda_ms": 2246.38330078125,
|
| 311 |
+
"name": "transformer_blocks.22"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"cuda_ms": 2246.49365234375,
|
| 315 |
+
"name": "transformer_blocks.23"
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"cuda_ms": 2246.5146484375,
|
| 319 |
+
"name": "transformer_blocks.24"
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"cuda_ms": 2246.240966796875,
|
| 323 |
+
"name": "transformer_blocks.25"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"cuda_ms": 2246.17626953125,
|
| 327 |
+
"name": "transformer_blocks.26"
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"cuda_ms": 2246.2880859375,
|
| 331 |
+
"name": "transformer_blocks.27"
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"cuda_ms": 2246.201904296875,
|
| 335 |
+
"name": "transformer_blocks.28"
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"cuda_ms": 2246.2490234375,
|
| 339 |
+
"name": "transformer_blocks.29"
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"cuda_ms": 2246.255126953125,
|
| 343 |
+
"name": "transformer_blocks.30"
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"cuda_ms": 2246.263427734375,
|
| 347 |
+
"name": "transformer_blocks.31"
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"cuda_ms": 2246.54296875,
|
| 351 |
+
"name": "transformer_blocks.32"
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"cuda_ms": 2246.833740234375,
|
| 355 |
+
"name": "transformer_blocks.33"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"cuda_ms": 2246.46826171875,
|
| 359 |
+
"name": "transformer_blocks.34"
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"cuda_ms": 2246.546630859375,
|
| 363 |
+
"name": "transformer_blocks.35"
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"cuda_ms": 2246.568359375,
|
| 367 |
+
"name": "transformer_blocks.36"
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"cuda_ms": 2247.191162109375,
|
| 371 |
+
"name": "transformer_blocks.37"
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"cuda_ms": 2246.4765625,
|
| 375 |
+
"name": "transformer_blocks.38"
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"cuda_ms": 2246.99853515625,
|
| 379 |
+
"name": "transformer_blocks.39"
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"cuda_ms": 2246.68359375,
|
| 383 |
+
"name": "transformer_blocks.40"
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"cuda_ms": 2246.66064453125,
|
| 387 |
+
"name": "transformer_blocks.41"
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"cuda_ms": 2246.555419921875,
|
| 391 |
+
"name": "transformer_blocks.42"
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"cuda_ms": 2246.562255859375,
|
| 395 |
+
"name": "transformer_blocks.43"
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"cuda_ms": 2246.51025390625,
|
| 399 |
+
"name": "transformer_blocks.44"
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"cuda_ms": 2246.63623046875,
|
| 403 |
+
"name": "transformer_blocks.45"
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"cuda_ms": 2246.504150390625,
|
| 407 |
+
"name": "transformer_blocks.46"
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"cuda_ms": 2246.570556640625,
|
| 411 |
+
"name": "transformer_blocks.47"
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"cuda_ms": 2246.426025390625,
|
| 415 |
+
"name": "transformer_blocks.48"
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"cuda_ms": 2246.447998046875,
|
| 419 |
+
"name": "transformer_blocks.49"
|
| 420 |
+
}
|
| 421 |
+
],
|
| 422 |
+
"video_tokens": 10545,
|
| 423 |
+
"wall_seconds": 114.1175869773142
|
| 424 |
+
}
|
benchmarks/profiles/native-full-forward-package-default.json
ADDED
|
@@ -0,0 +1,4629 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_backends": {
|
| 3 |
+
"triton_cuda_packed_w4": 300
|
| 4 |
+
},
|
| 5 |
+
"audio_tokens": 207,
|
| 6 |
+
"capability": [
|
| 7 |
+
12,
|
| 8 |
+
0
|
| 9 |
+
],
|
| 10 |
+
"cuda": "12.8",
|
| 11 |
+
"cuda_after_load_bytes": 18328776192,
|
| 12 |
+
"cuda_forward_ms": 2865.6015625,
|
| 13 |
+
"cuda_peak_bytes": 46381307904,
|
| 14 |
+
"effective_runtime_modes": {
|
| 15 |
+
"native_packed_matmul": 300
|
| 16 |
+
},
|
| 17 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 18 |
+
"h3_dtype_views": 50,
|
| 19 |
+
"load_dtype": "default",
|
| 20 |
+
"load_seconds": 0.24018437741324306,
|
| 21 |
+
"model_dtype": "torch.bfloat16",
|
| 22 |
+
"move_to_cuda_seconds": 1.1501922300085425,
|
| 23 |
+
"num_blocks": 50,
|
| 24 |
+
"orbitquant_linear_count": 300,
|
| 25 |
+
"orbitquant_linear_cuda_ms": 1077.5865263938904,
|
| 26 |
+
"orbitquant_linear_inputs": {
|
| 27 |
+
"transformer_blocks.0.attn.to_k": {
|
| 28 |
+
"contiguous": true,
|
| 29 |
+
"dtype": "torch.bfloat16",
|
| 30 |
+
"shape": [
|
| 31 |
+
1,
|
| 32 |
+
11264,
|
| 33 |
+
5376
|
| 34 |
+
],
|
| 35 |
+
"stride": [
|
| 36 |
+
60555264,
|
| 37 |
+
5376,
|
| 38 |
+
1
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
"transformer_blocks.0.attn.to_out.0": {
|
| 42 |
+
"contiguous": true,
|
| 43 |
+
"dtype": "torch.bfloat16",
|
| 44 |
+
"shape": [
|
| 45 |
+
1,
|
| 46 |
+
11264,
|
| 47 |
+
7168
|
| 48 |
+
],
|
| 49 |
+
"stride": [
|
| 50 |
+
80740352,
|
| 51 |
+
7168,
|
| 52 |
+
1
|
| 53 |
+
]
|
| 54 |
+
},
|
| 55 |
+
"transformer_blocks.0.attn.to_q": {
|
| 56 |
+
"contiguous": true,
|
| 57 |
+
"dtype": "torch.bfloat16",
|
| 58 |
+
"shape": [
|
| 59 |
+
1,
|
| 60 |
+
11264,
|
| 61 |
+
5376
|
| 62 |
+
],
|
| 63 |
+
"stride": [
|
| 64 |
+
60555264,
|
| 65 |
+
5376,
|
| 66 |
+
1
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"transformer_blocks.0.attn.to_v": {
|
| 70 |
+
"contiguous": true,
|
| 71 |
+
"dtype": "torch.bfloat16",
|
| 72 |
+
"shape": [
|
| 73 |
+
1,
|
| 74 |
+
11264,
|
| 75 |
+
5376
|
| 76 |
+
],
|
| 77 |
+
"stride": [
|
| 78 |
+
60555264,
|
| 79 |
+
5376,
|
| 80 |
+
1
|
| 81 |
+
]
|
| 82 |
+
},
|
| 83 |
+
"transformer_blocks.0.ff.net.0.proj": {
|
| 84 |
+
"contiguous": true,
|
| 85 |
+
"dtype": "torch.bfloat16",
|
| 86 |
+
"shape": [
|
| 87 |
+
1,
|
| 88 |
+
11264,
|
| 89 |
+
5376
|
| 90 |
+
],
|
| 91 |
+
"stride": [
|
| 92 |
+
60555264,
|
| 93 |
+
5376,
|
| 94 |
+
1
|
| 95 |
+
]
|
| 96 |
+
},
|
| 97 |
+
"transformer_blocks.0.ff.net.2": {
|
| 98 |
+
"contiguous": true,
|
| 99 |
+
"dtype": "torch.bfloat16",
|
| 100 |
+
"shape": [
|
| 101 |
+
1,
|
| 102 |
+
11264,
|
| 103 |
+
14336
|
| 104 |
+
],
|
| 105 |
+
"stride": [
|
| 106 |
+
161480704,
|
| 107 |
+
14336,
|
| 108 |
+
1
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
"transformer_blocks.1.attn.to_k": {
|
| 112 |
+
"contiguous": true,
|
| 113 |
+
"dtype": "torch.bfloat16",
|
| 114 |
+
"shape": [
|
| 115 |
+
1,
|
| 116 |
+
11264,
|
| 117 |
+
5376
|
| 118 |
+
],
|
| 119 |
+
"stride": [
|
| 120 |
+
60555264,
|
| 121 |
+
5376,
|
| 122 |
+
1
|
| 123 |
+
]
|
| 124 |
+
},
|
| 125 |
+
"transformer_blocks.1.attn.to_out.0": {
|
| 126 |
+
"contiguous": true,
|
| 127 |
+
"dtype": "torch.bfloat16",
|
| 128 |
+
"shape": [
|
| 129 |
+
1,
|
| 130 |
+
11264,
|
| 131 |
+
7168
|
| 132 |
+
],
|
| 133 |
+
"stride": [
|
| 134 |
+
80740352,
|
| 135 |
+
7168,
|
| 136 |
+
1
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"transformer_blocks.1.attn.to_q": {
|
| 140 |
+
"contiguous": true,
|
| 141 |
+
"dtype": "torch.bfloat16",
|
| 142 |
+
"shape": [
|
| 143 |
+
1,
|
| 144 |
+
11264,
|
| 145 |
+
5376
|
| 146 |
+
],
|
| 147 |
+
"stride": [
|
| 148 |
+
60555264,
|
| 149 |
+
5376,
|
| 150 |
+
1
|
| 151 |
+
]
|
| 152 |
+
},
|
| 153 |
+
"transformer_blocks.1.attn.to_v": {
|
| 154 |
+
"contiguous": true,
|
| 155 |
+
"dtype": "torch.bfloat16",
|
| 156 |
+
"shape": [
|
| 157 |
+
1,
|
| 158 |
+
11264,
|
| 159 |
+
5376
|
| 160 |
+
],
|
| 161 |
+
"stride": [
|
| 162 |
+
60555264,
|
| 163 |
+
5376,
|
| 164 |
+
1
|
| 165 |
+
]
|
| 166 |
+
},
|
| 167 |
+
"transformer_blocks.1.ff.net.0.proj": {
|
| 168 |
+
"contiguous": true,
|
| 169 |
+
"dtype": "torch.bfloat16",
|
| 170 |
+
"shape": [
|
| 171 |
+
1,
|
| 172 |
+
11264,
|
| 173 |
+
5376
|
| 174 |
+
],
|
| 175 |
+
"stride": [
|
| 176 |
+
60555264,
|
| 177 |
+
5376,
|
| 178 |
+
1
|
| 179 |
+
]
|
| 180 |
+
},
|
| 181 |
+
"transformer_blocks.1.ff.net.2": {
|
| 182 |
+
"contiguous": true,
|
| 183 |
+
"dtype": "torch.bfloat16",
|
| 184 |
+
"shape": [
|
| 185 |
+
1,
|
| 186 |
+
11264,
|
| 187 |
+
14336
|
| 188 |
+
],
|
| 189 |
+
"stride": [
|
| 190 |
+
161480704,
|
| 191 |
+
14336,
|
| 192 |
+
1
|
| 193 |
+
]
|
| 194 |
+
},
|
| 195 |
+
"transformer_blocks.10.attn.to_k": {
|
| 196 |
+
"contiguous": true,
|
| 197 |
+
"dtype": "torch.bfloat16",
|
| 198 |
+
"shape": [
|
| 199 |
+
1,
|
| 200 |
+
11264,
|
| 201 |
+
5376
|
| 202 |
+
],
|
| 203 |
+
"stride": [
|
| 204 |
+
60555264,
|
| 205 |
+
5376,
|
| 206 |
+
1
|
| 207 |
+
]
|
| 208 |
+
},
|
| 209 |
+
"transformer_blocks.10.attn.to_out.0": {
|
| 210 |
+
"contiguous": true,
|
| 211 |
+
"dtype": "torch.bfloat16",
|
| 212 |
+
"shape": [
|
| 213 |
+
1,
|
| 214 |
+
11264,
|
| 215 |
+
7168
|
| 216 |
+
],
|
| 217 |
+
"stride": [
|
| 218 |
+
80740352,
|
| 219 |
+
7168,
|
| 220 |
+
1
|
| 221 |
+
]
|
| 222 |
+
},
|
| 223 |
+
"transformer_blocks.10.attn.to_q": {
|
| 224 |
+
"contiguous": true,
|
| 225 |
+
"dtype": "torch.bfloat16",
|
| 226 |
+
"shape": [
|
| 227 |
+
1,
|
| 228 |
+
11264,
|
| 229 |
+
5376
|
| 230 |
+
],
|
| 231 |
+
"stride": [
|
| 232 |
+
60555264,
|
| 233 |
+
5376,
|
| 234 |
+
1
|
| 235 |
+
]
|
| 236 |
+
},
|
| 237 |
+
"transformer_blocks.10.attn.to_v": {
|
| 238 |
+
"contiguous": true,
|
| 239 |
+
"dtype": "torch.bfloat16",
|
| 240 |
+
"shape": [
|
| 241 |
+
1,
|
| 242 |
+
11264,
|
| 243 |
+
5376
|
| 244 |
+
],
|
| 245 |
+
"stride": [
|
| 246 |
+
60555264,
|
| 247 |
+
5376,
|
| 248 |
+
1
|
| 249 |
+
]
|
| 250 |
+
},
|
| 251 |
+
"transformer_blocks.10.ff.net.0.proj": {
|
| 252 |
+
"contiguous": true,
|
| 253 |
+
"dtype": "torch.bfloat16",
|
| 254 |
+
"shape": [
|
| 255 |
+
1,
|
| 256 |
+
11264,
|
| 257 |
+
5376
|
| 258 |
+
],
|
| 259 |
+
"stride": [
|
| 260 |
+
60555264,
|
| 261 |
+
5376,
|
| 262 |
+
1
|
| 263 |
+
]
|
| 264 |
+
},
|
| 265 |
+
"transformer_blocks.10.ff.net.2": {
|
| 266 |
+
"contiguous": true,
|
| 267 |
+
"dtype": "torch.bfloat16",
|
| 268 |
+
"shape": [
|
| 269 |
+
1,
|
| 270 |
+
11264,
|
| 271 |
+
14336
|
| 272 |
+
],
|
| 273 |
+
"stride": [
|
| 274 |
+
161480704,
|
| 275 |
+
14336,
|
| 276 |
+
1
|
| 277 |
+
]
|
| 278 |
+
},
|
| 279 |
+
"transformer_blocks.11.attn.to_k": {
|
| 280 |
+
"contiguous": true,
|
| 281 |
+
"dtype": "torch.bfloat16",
|
| 282 |
+
"shape": [
|
| 283 |
+
1,
|
| 284 |
+
11264,
|
| 285 |
+
5376
|
| 286 |
+
],
|
| 287 |
+
"stride": [
|
| 288 |
+
60555264,
|
| 289 |
+
5376,
|
| 290 |
+
1
|
| 291 |
+
]
|
| 292 |
+
},
|
| 293 |
+
"transformer_blocks.11.attn.to_out.0": {
|
| 294 |
+
"contiguous": true,
|
| 295 |
+
"dtype": "torch.bfloat16",
|
| 296 |
+
"shape": [
|
| 297 |
+
1,
|
| 298 |
+
11264,
|
| 299 |
+
7168
|
| 300 |
+
],
|
| 301 |
+
"stride": [
|
| 302 |
+
80740352,
|
| 303 |
+
7168,
|
| 304 |
+
1
|
| 305 |
+
]
|
| 306 |
+
},
|
| 307 |
+
"transformer_blocks.11.attn.to_q": {
|
| 308 |
+
"contiguous": true,
|
| 309 |
+
"dtype": "torch.bfloat16",
|
| 310 |
+
"shape": [
|
| 311 |
+
1,
|
| 312 |
+
11264,
|
| 313 |
+
5376
|
| 314 |
+
],
|
| 315 |
+
"stride": [
|
| 316 |
+
60555264,
|
| 317 |
+
5376,
|
| 318 |
+
1
|
| 319 |
+
]
|
| 320 |
+
},
|
| 321 |
+
"transformer_blocks.11.attn.to_v": {
|
| 322 |
+
"contiguous": true,
|
| 323 |
+
"dtype": "torch.bfloat16",
|
| 324 |
+
"shape": [
|
| 325 |
+
1,
|
| 326 |
+
11264,
|
| 327 |
+
5376
|
| 328 |
+
],
|
| 329 |
+
"stride": [
|
| 330 |
+
60555264,
|
| 331 |
+
5376,
|
| 332 |
+
1
|
| 333 |
+
]
|
| 334 |
+
},
|
| 335 |
+
"transformer_blocks.11.ff.net.0.proj": {
|
| 336 |
+
"contiguous": true,
|
| 337 |
+
"dtype": "torch.bfloat16",
|
| 338 |
+
"shape": [
|
| 339 |
+
1,
|
| 340 |
+
11264,
|
| 341 |
+
5376
|
| 342 |
+
],
|
| 343 |
+
"stride": [
|
| 344 |
+
60555264,
|
| 345 |
+
5376,
|
| 346 |
+
1
|
| 347 |
+
]
|
| 348 |
+
},
|
| 349 |
+
"transformer_blocks.11.ff.net.2": {
|
| 350 |
+
"contiguous": true,
|
| 351 |
+
"dtype": "torch.bfloat16",
|
| 352 |
+
"shape": [
|
| 353 |
+
1,
|
| 354 |
+
11264,
|
| 355 |
+
14336
|
| 356 |
+
],
|
| 357 |
+
"stride": [
|
| 358 |
+
161480704,
|
| 359 |
+
14336,
|
| 360 |
+
1
|
| 361 |
+
]
|
| 362 |
+
},
|
| 363 |
+
"transformer_blocks.12.attn.to_k": {
|
| 364 |
+
"contiguous": true,
|
| 365 |
+
"dtype": "torch.bfloat16",
|
| 366 |
+
"shape": [
|
| 367 |
+
1,
|
| 368 |
+
11264,
|
| 369 |
+
5376
|
| 370 |
+
],
|
| 371 |
+
"stride": [
|
| 372 |
+
60555264,
|
| 373 |
+
5376,
|
| 374 |
+
1
|
| 375 |
+
]
|
| 376 |
+
},
|
| 377 |
+
"transformer_blocks.12.attn.to_out.0": {
|
| 378 |
+
"contiguous": true,
|
| 379 |
+
"dtype": "torch.bfloat16",
|
| 380 |
+
"shape": [
|
| 381 |
+
1,
|
| 382 |
+
11264,
|
| 383 |
+
7168
|
| 384 |
+
],
|
| 385 |
+
"stride": [
|
| 386 |
+
80740352,
|
| 387 |
+
7168,
|
| 388 |
+
1
|
| 389 |
+
]
|
| 390 |
+
},
|
| 391 |
+
"transformer_blocks.12.attn.to_q": {
|
| 392 |
+
"contiguous": true,
|
| 393 |
+
"dtype": "torch.bfloat16",
|
| 394 |
+
"shape": [
|
| 395 |
+
1,
|
| 396 |
+
11264,
|
| 397 |
+
5376
|
| 398 |
+
],
|
| 399 |
+
"stride": [
|
| 400 |
+
60555264,
|
| 401 |
+
5376,
|
| 402 |
+
1
|
| 403 |
+
]
|
| 404 |
+
},
|
| 405 |
+
"transformer_blocks.12.attn.to_v": {
|
| 406 |
+
"contiguous": true,
|
| 407 |
+
"dtype": "torch.bfloat16",
|
| 408 |
+
"shape": [
|
| 409 |
+
1,
|
| 410 |
+
11264,
|
| 411 |
+
5376
|
| 412 |
+
],
|
| 413 |
+
"stride": [
|
| 414 |
+
60555264,
|
| 415 |
+
5376,
|
| 416 |
+
1
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
"transformer_blocks.12.ff.net.0.proj": {
|
| 420 |
+
"contiguous": true,
|
| 421 |
+
"dtype": "torch.bfloat16",
|
| 422 |
+
"shape": [
|
| 423 |
+
1,
|
| 424 |
+
11264,
|
| 425 |
+
5376
|
| 426 |
+
],
|
| 427 |
+
"stride": [
|
| 428 |
+
60555264,
|
| 429 |
+
5376,
|
| 430 |
+
1
|
| 431 |
+
]
|
| 432 |
+
},
|
| 433 |
+
"transformer_blocks.12.ff.net.2": {
|
| 434 |
+
"contiguous": true,
|
| 435 |
+
"dtype": "torch.bfloat16",
|
| 436 |
+
"shape": [
|
| 437 |
+
1,
|
| 438 |
+
11264,
|
| 439 |
+
14336
|
| 440 |
+
],
|
| 441 |
+
"stride": [
|
| 442 |
+
161480704,
|
| 443 |
+
14336,
|
| 444 |
+
1
|
| 445 |
+
]
|
| 446 |
+
},
|
| 447 |
+
"transformer_blocks.13.attn.to_k": {
|
| 448 |
+
"contiguous": true,
|
| 449 |
+
"dtype": "torch.bfloat16",
|
| 450 |
+
"shape": [
|
| 451 |
+
1,
|
| 452 |
+
11264,
|
| 453 |
+
5376
|
| 454 |
+
],
|
| 455 |
+
"stride": [
|
| 456 |
+
60555264,
|
| 457 |
+
5376,
|
| 458 |
+
1
|
| 459 |
+
]
|
| 460 |
+
},
|
| 461 |
+
"transformer_blocks.13.attn.to_out.0": {
|
| 462 |
+
"contiguous": true,
|
| 463 |
+
"dtype": "torch.bfloat16",
|
| 464 |
+
"shape": [
|
| 465 |
+
1,
|
| 466 |
+
11264,
|
| 467 |
+
7168
|
| 468 |
+
],
|
| 469 |
+
"stride": [
|
| 470 |
+
80740352,
|
| 471 |
+
7168,
|
| 472 |
+
1
|
| 473 |
+
]
|
| 474 |
+
},
|
| 475 |
+
"transformer_blocks.13.attn.to_q": {
|
| 476 |
+
"contiguous": true,
|
| 477 |
+
"dtype": "torch.bfloat16",
|
| 478 |
+
"shape": [
|
| 479 |
+
1,
|
| 480 |
+
11264,
|
| 481 |
+
5376
|
| 482 |
+
],
|
| 483 |
+
"stride": [
|
| 484 |
+
60555264,
|
| 485 |
+
5376,
|
| 486 |
+
1
|
| 487 |
+
]
|
| 488 |
+
},
|
| 489 |
+
"transformer_blocks.13.attn.to_v": {
|
| 490 |
+
"contiguous": true,
|
| 491 |
+
"dtype": "torch.bfloat16",
|
| 492 |
+
"shape": [
|
| 493 |
+
1,
|
| 494 |
+
11264,
|
| 495 |
+
5376
|
| 496 |
+
],
|
| 497 |
+
"stride": [
|
| 498 |
+
60555264,
|
| 499 |
+
5376,
|
| 500 |
+
1
|
| 501 |
+
]
|
| 502 |
+
},
|
| 503 |
+
"transformer_blocks.13.ff.net.0.proj": {
|
| 504 |
+
"contiguous": true,
|
| 505 |
+
"dtype": "torch.bfloat16",
|
| 506 |
+
"shape": [
|
| 507 |
+
1,
|
| 508 |
+
11264,
|
| 509 |
+
5376
|
| 510 |
+
],
|
| 511 |
+
"stride": [
|
| 512 |
+
60555264,
|
| 513 |
+
5376,
|
| 514 |
+
1
|
| 515 |
+
]
|
| 516 |
+
},
|
| 517 |
+
"transformer_blocks.13.ff.net.2": {
|
| 518 |
+
"contiguous": true,
|
| 519 |
+
"dtype": "torch.bfloat16",
|
| 520 |
+
"shape": [
|
| 521 |
+
1,
|
| 522 |
+
11264,
|
| 523 |
+
14336
|
| 524 |
+
],
|
| 525 |
+
"stride": [
|
| 526 |
+
161480704,
|
| 527 |
+
14336,
|
| 528 |
+
1
|
| 529 |
+
]
|
| 530 |
+
},
|
| 531 |
+
"transformer_blocks.14.attn.to_k": {
|
| 532 |
+
"contiguous": true,
|
| 533 |
+
"dtype": "torch.bfloat16",
|
| 534 |
+
"shape": [
|
| 535 |
+
1,
|
| 536 |
+
11264,
|
| 537 |
+
5376
|
| 538 |
+
],
|
| 539 |
+
"stride": [
|
| 540 |
+
60555264,
|
| 541 |
+
5376,
|
| 542 |
+
1
|
| 543 |
+
]
|
| 544 |
+
},
|
| 545 |
+
"transformer_blocks.14.attn.to_out.0": {
|
| 546 |
+
"contiguous": true,
|
| 547 |
+
"dtype": "torch.bfloat16",
|
| 548 |
+
"shape": [
|
| 549 |
+
1,
|
| 550 |
+
11264,
|
| 551 |
+
7168
|
| 552 |
+
],
|
| 553 |
+
"stride": [
|
| 554 |
+
80740352,
|
| 555 |
+
7168,
|
| 556 |
+
1
|
| 557 |
+
]
|
| 558 |
+
},
|
| 559 |
+
"transformer_blocks.14.attn.to_q": {
|
| 560 |
+
"contiguous": true,
|
| 561 |
+
"dtype": "torch.bfloat16",
|
| 562 |
+
"shape": [
|
| 563 |
+
1,
|
| 564 |
+
11264,
|
| 565 |
+
5376
|
| 566 |
+
],
|
| 567 |
+
"stride": [
|
| 568 |
+
60555264,
|
| 569 |
+
5376,
|
| 570 |
+
1
|
| 571 |
+
]
|
| 572 |
+
},
|
| 573 |
+
"transformer_blocks.14.attn.to_v": {
|
| 574 |
+
"contiguous": true,
|
| 575 |
+
"dtype": "torch.bfloat16",
|
| 576 |
+
"shape": [
|
| 577 |
+
1,
|
| 578 |
+
11264,
|
| 579 |
+
5376
|
| 580 |
+
],
|
| 581 |
+
"stride": [
|
| 582 |
+
60555264,
|
| 583 |
+
5376,
|
| 584 |
+
1
|
| 585 |
+
]
|
| 586 |
+
},
|
| 587 |
+
"transformer_blocks.14.ff.net.0.proj": {
|
| 588 |
+
"contiguous": true,
|
| 589 |
+
"dtype": "torch.bfloat16",
|
| 590 |
+
"shape": [
|
| 591 |
+
1,
|
| 592 |
+
11264,
|
| 593 |
+
5376
|
| 594 |
+
],
|
| 595 |
+
"stride": [
|
| 596 |
+
60555264,
|
| 597 |
+
5376,
|
| 598 |
+
1
|
| 599 |
+
]
|
| 600 |
+
},
|
| 601 |
+
"transformer_blocks.14.ff.net.2": {
|
| 602 |
+
"contiguous": true,
|
| 603 |
+
"dtype": "torch.bfloat16",
|
| 604 |
+
"shape": [
|
| 605 |
+
1,
|
| 606 |
+
11264,
|
| 607 |
+
14336
|
| 608 |
+
],
|
| 609 |
+
"stride": [
|
| 610 |
+
161480704,
|
| 611 |
+
14336,
|
| 612 |
+
1
|
| 613 |
+
]
|
| 614 |
+
},
|
| 615 |
+
"transformer_blocks.15.attn.to_k": {
|
| 616 |
+
"contiguous": true,
|
| 617 |
+
"dtype": "torch.bfloat16",
|
| 618 |
+
"shape": [
|
| 619 |
+
1,
|
| 620 |
+
11264,
|
| 621 |
+
5376
|
| 622 |
+
],
|
| 623 |
+
"stride": [
|
| 624 |
+
60555264,
|
| 625 |
+
5376,
|
| 626 |
+
1
|
| 627 |
+
]
|
| 628 |
+
},
|
| 629 |
+
"transformer_blocks.15.attn.to_out.0": {
|
| 630 |
+
"contiguous": true,
|
| 631 |
+
"dtype": "torch.bfloat16",
|
| 632 |
+
"shape": [
|
| 633 |
+
1,
|
| 634 |
+
11264,
|
| 635 |
+
7168
|
| 636 |
+
],
|
| 637 |
+
"stride": [
|
| 638 |
+
80740352,
|
| 639 |
+
7168,
|
| 640 |
+
1
|
| 641 |
+
]
|
| 642 |
+
},
|
| 643 |
+
"transformer_blocks.15.attn.to_q": {
|
| 644 |
+
"contiguous": true,
|
| 645 |
+
"dtype": "torch.bfloat16",
|
| 646 |
+
"shape": [
|
| 647 |
+
1,
|
| 648 |
+
11264,
|
| 649 |
+
5376
|
| 650 |
+
],
|
| 651 |
+
"stride": [
|
| 652 |
+
60555264,
|
| 653 |
+
5376,
|
| 654 |
+
1
|
| 655 |
+
]
|
| 656 |
+
},
|
| 657 |
+
"transformer_blocks.15.attn.to_v": {
|
| 658 |
+
"contiguous": true,
|
| 659 |
+
"dtype": "torch.bfloat16",
|
| 660 |
+
"shape": [
|
| 661 |
+
1,
|
| 662 |
+
11264,
|
| 663 |
+
5376
|
| 664 |
+
],
|
| 665 |
+
"stride": [
|
| 666 |
+
60555264,
|
| 667 |
+
5376,
|
| 668 |
+
1
|
| 669 |
+
]
|
| 670 |
+
},
|
| 671 |
+
"transformer_blocks.15.ff.net.0.proj": {
|
| 672 |
+
"contiguous": true,
|
| 673 |
+
"dtype": "torch.bfloat16",
|
| 674 |
+
"shape": [
|
| 675 |
+
1,
|
| 676 |
+
11264,
|
| 677 |
+
5376
|
| 678 |
+
],
|
| 679 |
+
"stride": [
|
| 680 |
+
60555264,
|
| 681 |
+
5376,
|
| 682 |
+
1
|
| 683 |
+
]
|
| 684 |
+
},
|
| 685 |
+
"transformer_blocks.15.ff.net.2": {
|
| 686 |
+
"contiguous": true,
|
| 687 |
+
"dtype": "torch.bfloat16",
|
| 688 |
+
"shape": [
|
| 689 |
+
1,
|
| 690 |
+
11264,
|
| 691 |
+
14336
|
| 692 |
+
],
|
| 693 |
+
"stride": [
|
| 694 |
+
161480704,
|
| 695 |
+
14336,
|
| 696 |
+
1
|
| 697 |
+
]
|
| 698 |
+
},
|
| 699 |
+
"transformer_blocks.16.attn.to_k": {
|
| 700 |
+
"contiguous": true,
|
| 701 |
+
"dtype": "torch.bfloat16",
|
| 702 |
+
"shape": [
|
| 703 |
+
1,
|
| 704 |
+
11264,
|
| 705 |
+
5376
|
| 706 |
+
],
|
| 707 |
+
"stride": [
|
| 708 |
+
60555264,
|
| 709 |
+
5376,
|
| 710 |
+
1
|
| 711 |
+
]
|
| 712 |
+
},
|
| 713 |
+
"transformer_blocks.16.attn.to_out.0": {
|
| 714 |
+
"contiguous": true,
|
| 715 |
+
"dtype": "torch.bfloat16",
|
| 716 |
+
"shape": [
|
| 717 |
+
1,
|
| 718 |
+
11264,
|
| 719 |
+
7168
|
| 720 |
+
],
|
| 721 |
+
"stride": [
|
| 722 |
+
80740352,
|
| 723 |
+
7168,
|
| 724 |
+
1
|
| 725 |
+
]
|
| 726 |
+
},
|
| 727 |
+
"transformer_blocks.16.attn.to_q": {
|
| 728 |
+
"contiguous": true,
|
| 729 |
+
"dtype": "torch.bfloat16",
|
| 730 |
+
"shape": [
|
| 731 |
+
1,
|
| 732 |
+
11264,
|
| 733 |
+
5376
|
| 734 |
+
],
|
| 735 |
+
"stride": [
|
| 736 |
+
60555264,
|
| 737 |
+
5376,
|
| 738 |
+
1
|
| 739 |
+
]
|
| 740 |
+
},
|
| 741 |
+
"transformer_blocks.16.attn.to_v": {
|
| 742 |
+
"contiguous": true,
|
| 743 |
+
"dtype": "torch.bfloat16",
|
| 744 |
+
"shape": [
|
| 745 |
+
1,
|
| 746 |
+
11264,
|
| 747 |
+
5376
|
| 748 |
+
],
|
| 749 |
+
"stride": [
|
| 750 |
+
60555264,
|
| 751 |
+
5376,
|
| 752 |
+
1
|
| 753 |
+
]
|
| 754 |
+
},
|
| 755 |
+
"transformer_blocks.16.ff.net.0.proj": {
|
| 756 |
+
"contiguous": true,
|
| 757 |
+
"dtype": "torch.bfloat16",
|
| 758 |
+
"shape": [
|
| 759 |
+
1,
|
| 760 |
+
11264,
|
| 761 |
+
5376
|
| 762 |
+
],
|
| 763 |
+
"stride": [
|
| 764 |
+
60555264,
|
| 765 |
+
5376,
|
| 766 |
+
1
|
| 767 |
+
]
|
| 768 |
+
},
|
| 769 |
+
"transformer_blocks.16.ff.net.2": {
|
| 770 |
+
"contiguous": true,
|
| 771 |
+
"dtype": "torch.bfloat16",
|
| 772 |
+
"shape": [
|
| 773 |
+
1,
|
| 774 |
+
11264,
|
| 775 |
+
14336
|
| 776 |
+
],
|
| 777 |
+
"stride": [
|
| 778 |
+
161480704,
|
| 779 |
+
14336,
|
| 780 |
+
1
|
| 781 |
+
]
|
| 782 |
+
},
|
| 783 |
+
"transformer_blocks.17.attn.to_k": {
|
| 784 |
+
"contiguous": true,
|
| 785 |
+
"dtype": "torch.bfloat16",
|
| 786 |
+
"shape": [
|
| 787 |
+
1,
|
| 788 |
+
11264,
|
| 789 |
+
5376
|
| 790 |
+
],
|
| 791 |
+
"stride": [
|
| 792 |
+
60555264,
|
| 793 |
+
5376,
|
| 794 |
+
1
|
| 795 |
+
]
|
| 796 |
+
},
|
| 797 |
+
"transformer_blocks.17.attn.to_out.0": {
|
| 798 |
+
"contiguous": true,
|
| 799 |
+
"dtype": "torch.bfloat16",
|
| 800 |
+
"shape": [
|
| 801 |
+
1,
|
| 802 |
+
11264,
|
| 803 |
+
7168
|
| 804 |
+
],
|
| 805 |
+
"stride": [
|
| 806 |
+
80740352,
|
| 807 |
+
7168,
|
| 808 |
+
1
|
| 809 |
+
]
|
| 810 |
+
},
|
| 811 |
+
"transformer_blocks.17.attn.to_q": {
|
| 812 |
+
"contiguous": true,
|
| 813 |
+
"dtype": "torch.bfloat16",
|
| 814 |
+
"shape": [
|
| 815 |
+
1,
|
| 816 |
+
11264,
|
| 817 |
+
5376
|
| 818 |
+
],
|
| 819 |
+
"stride": [
|
| 820 |
+
60555264,
|
| 821 |
+
5376,
|
| 822 |
+
1
|
| 823 |
+
]
|
| 824 |
+
},
|
| 825 |
+
"transformer_blocks.17.attn.to_v": {
|
| 826 |
+
"contiguous": true,
|
| 827 |
+
"dtype": "torch.bfloat16",
|
| 828 |
+
"shape": [
|
| 829 |
+
1,
|
| 830 |
+
11264,
|
| 831 |
+
5376
|
| 832 |
+
],
|
| 833 |
+
"stride": [
|
| 834 |
+
60555264,
|
| 835 |
+
5376,
|
| 836 |
+
1
|
| 837 |
+
]
|
| 838 |
+
},
|
| 839 |
+
"transformer_blocks.17.ff.net.0.proj": {
|
| 840 |
+
"contiguous": true,
|
| 841 |
+
"dtype": "torch.bfloat16",
|
| 842 |
+
"shape": [
|
| 843 |
+
1,
|
| 844 |
+
11264,
|
| 845 |
+
5376
|
| 846 |
+
],
|
| 847 |
+
"stride": [
|
| 848 |
+
60555264,
|
| 849 |
+
5376,
|
| 850 |
+
1
|
| 851 |
+
]
|
| 852 |
+
},
|
| 853 |
+
"transformer_blocks.17.ff.net.2": {
|
| 854 |
+
"contiguous": true,
|
| 855 |
+
"dtype": "torch.bfloat16",
|
| 856 |
+
"shape": [
|
| 857 |
+
1,
|
| 858 |
+
11264,
|
| 859 |
+
14336
|
| 860 |
+
],
|
| 861 |
+
"stride": [
|
| 862 |
+
161480704,
|
| 863 |
+
14336,
|
| 864 |
+
1
|
| 865 |
+
]
|
| 866 |
+
},
|
| 867 |
+
"transformer_blocks.18.attn.to_k": {
|
| 868 |
+
"contiguous": true,
|
| 869 |
+
"dtype": "torch.bfloat16",
|
| 870 |
+
"shape": [
|
| 871 |
+
1,
|
| 872 |
+
11264,
|
| 873 |
+
5376
|
| 874 |
+
],
|
| 875 |
+
"stride": [
|
| 876 |
+
60555264,
|
| 877 |
+
5376,
|
| 878 |
+
1
|
| 879 |
+
]
|
| 880 |
+
},
|
| 881 |
+
"transformer_blocks.18.attn.to_out.0": {
|
| 882 |
+
"contiguous": true,
|
| 883 |
+
"dtype": "torch.bfloat16",
|
| 884 |
+
"shape": [
|
| 885 |
+
1,
|
| 886 |
+
11264,
|
| 887 |
+
7168
|
| 888 |
+
],
|
| 889 |
+
"stride": [
|
| 890 |
+
80740352,
|
| 891 |
+
7168,
|
| 892 |
+
1
|
| 893 |
+
]
|
| 894 |
+
},
|
| 895 |
+
"transformer_blocks.18.attn.to_q": {
|
| 896 |
+
"contiguous": true,
|
| 897 |
+
"dtype": "torch.bfloat16",
|
| 898 |
+
"shape": [
|
| 899 |
+
1,
|
| 900 |
+
11264,
|
| 901 |
+
5376
|
| 902 |
+
],
|
| 903 |
+
"stride": [
|
| 904 |
+
60555264,
|
| 905 |
+
5376,
|
| 906 |
+
1
|
| 907 |
+
]
|
| 908 |
+
},
|
| 909 |
+
"transformer_blocks.18.attn.to_v": {
|
| 910 |
+
"contiguous": true,
|
| 911 |
+
"dtype": "torch.bfloat16",
|
| 912 |
+
"shape": [
|
| 913 |
+
1,
|
| 914 |
+
11264,
|
| 915 |
+
5376
|
| 916 |
+
],
|
| 917 |
+
"stride": [
|
| 918 |
+
60555264,
|
| 919 |
+
5376,
|
| 920 |
+
1
|
| 921 |
+
]
|
| 922 |
+
},
|
| 923 |
+
"transformer_blocks.18.ff.net.0.proj": {
|
| 924 |
+
"contiguous": true,
|
| 925 |
+
"dtype": "torch.bfloat16",
|
| 926 |
+
"shape": [
|
| 927 |
+
1,
|
| 928 |
+
11264,
|
| 929 |
+
5376
|
| 930 |
+
],
|
| 931 |
+
"stride": [
|
| 932 |
+
60555264,
|
| 933 |
+
5376,
|
| 934 |
+
1
|
| 935 |
+
]
|
| 936 |
+
},
|
| 937 |
+
"transformer_blocks.18.ff.net.2": {
|
| 938 |
+
"contiguous": true,
|
| 939 |
+
"dtype": "torch.bfloat16",
|
| 940 |
+
"shape": [
|
| 941 |
+
1,
|
| 942 |
+
11264,
|
| 943 |
+
14336
|
| 944 |
+
],
|
| 945 |
+
"stride": [
|
| 946 |
+
161480704,
|
| 947 |
+
14336,
|
| 948 |
+
1
|
| 949 |
+
]
|
| 950 |
+
},
|
| 951 |
+
"transformer_blocks.19.attn.to_k": {
|
| 952 |
+
"contiguous": true,
|
| 953 |
+
"dtype": "torch.bfloat16",
|
| 954 |
+
"shape": [
|
| 955 |
+
1,
|
| 956 |
+
11264,
|
| 957 |
+
5376
|
| 958 |
+
],
|
| 959 |
+
"stride": [
|
| 960 |
+
60555264,
|
| 961 |
+
5376,
|
| 962 |
+
1
|
| 963 |
+
]
|
| 964 |
+
},
|
| 965 |
+
"transformer_blocks.19.attn.to_out.0": {
|
| 966 |
+
"contiguous": true,
|
| 967 |
+
"dtype": "torch.bfloat16",
|
| 968 |
+
"shape": [
|
| 969 |
+
1,
|
| 970 |
+
11264,
|
| 971 |
+
7168
|
| 972 |
+
],
|
| 973 |
+
"stride": [
|
| 974 |
+
80740352,
|
| 975 |
+
7168,
|
| 976 |
+
1
|
| 977 |
+
]
|
| 978 |
+
},
|
| 979 |
+
"transformer_blocks.19.attn.to_q": {
|
| 980 |
+
"contiguous": true,
|
| 981 |
+
"dtype": "torch.bfloat16",
|
| 982 |
+
"shape": [
|
| 983 |
+
1,
|
| 984 |
+
11264,
|
| 985 |
+
5376
|
| 986 |
+
],
|
| 987 |
+
"stride": [
|
| 988 |
+
60555264,
|
| 989 |
+
5376,
|
| 990 |
+
1
|
| 991 |
+
]
|
| 992 |
+
},
|
| 993 |
+
"transformer_blocks.19.attn.to_v": {
|
| 994 |
+
"contiguous": true,
|
| 995 |
+
"dtype": "torch.bfloat16",
|
| 996 |
+
"shape": [
|
| 997 |
+
1,
|
| 998 |
+
11264,
|
| 999 |
+
5376
|
| 1000 |
+
],
|
| 1001 |
+
"stride": [
|
| 1002 |
+
60555264,
|
| 1003 |
+
5376,
|
| 1004 |
+
1
|
| 1005 |
+
]
|
| 1006 |
+
},
|
| 1007 |
+
"transformer_blocks.19.ff.net.0.proj": {
|
| 1008 |
+
"contiguous": true,
|
| 1009 |
+
"dtype": "torch.bfloat16",
|
| 1010 |
+
"shape": [
|
| 1011 |
+
1,
|
| 1012 |
+
11264,
|
| 1013 |
+
5376
|
| 1014 |
+
],
|
| 1015 |
+
"stride": [
|
| 1016 |
+
60555264,
|
| 1017 |
+
5376,
|
| 1018 |
+
1
|
| 1019 |
+
]
|
| 1020 |
+
},
|
| 1021 |
+
"transformer_blocks.19.ff.net.2": {
|
| 1022 |
+
"contiguous": true,
|
| 1023 |
+
"dtype": "torch.bfloat16",
|
| 1024 |
+
"shape": [
|
| 1025 |
+
1,
|
| 1026 |
+
11264,
|
| 1027 |
+
14336
|
| 1028 |
+
],
|
| 1029 |
+
"stride": [
|
| 1030 |
+
161480704,
|
| 1031 |
+
14336,
|
| 1032 |
+
1
|
| 1033 |
+
]
|
| 1034 |
+
},
|
| 1035 |
+
"transformer_blocks.2.attn.to_k": {
|
| 1036 |
+
"contiguous": true,
|
| 1037 |
+
"dtype": "torch.bfloat16",
|
| 1038 |
+
"shape": [
|
| 1039 |
+
1,
|
| 1040 |
+
11264,
|
| 1041 |
+
5376
|
| 1042 |
+
],
|
| 1043 |
+
"stride": [
|
| 1044 |
+
60555264,
|
| 1045 |
+
5376,
|
| 1046 |
+
1
|
| 1047 |
+
]
|
| 1048 |
+
},
|
| 1049 |
+
"transformer_blocks.2.attn.to_out.0": {
|
| 1050 |
+
"contiguous": true,
|
| 1051 |
+
"dtype": "torch.bfloat16",
|
| 1052 |
+
"shape": [
|
| 1053 |
+
1,
|
| 1054 |
+
11264,
|
| 1055 |
+
7168
|
| 1056 |
+
],
|
| 1057 |
+
"stride": [
|
| 1058 |
+
80740352,
|
| 1059 |
+
7168,
|
| 1060 |
+
1
|
| 1061 |
+
]
|
| 1062 |
+
},
|
| 1063 |
+
"transformer_blocks.2.attn.to_q": {
|
| 1064 |
+
"contiguous": true,
|
| 1065 |
+
"dtype": "torch.bfloat16",
|
| 1066 |
+
"shape": [
|
| 1067 |
+
1,
|
| 1068 |
+
11264,
|
| 1069 |
+
5376
|
| 1070 |
+
],
|
| 1071 |
+
"stride": [
|
| 1072 |
+
60555264,
|
| 1073 |
+
5376,
|
| 1074 |
+
1
|
| 1075 |
+
]
|
| 1076 |
+
},
|
| 1077 |
+
"transformer_blocks.2.attn.to_v": {
|
| 1078 |
+
"contiguous": true,
|
| 1079 |
+
"dtype": "torch.bfloat16",
|
| 1080 |
+
"shape": [
|
| 1081 |
+
1,
|
| 1082 |
+
11264,
|
| 1083 |
+
5376
|
| 1084 |
+
],
|
| 1085 |
+
"stride": [
|
| 1086 |
+
60555264,
|
| 1087 |
+
5376,
|
| 1088 |
+
1
|
| 1089 |
+
]
|
| 1090 |
+
},
|
| 1091 |
+
"transformer_blocks.2.ff.net.0.proj": {
|
| 1092 |
+
"contiguous": true,
|
| 1093 |
+
"dtype": "torch.bfloat16",
|
| 1094 |
+
"shape": [
|
| 1095 |
+
1,
|
| 1096 |
+
11264,
|
| 1097 |
+
5376
|
| 1098 |
+
],
|
| 1099 |
+
"stride": [
|
| 1100 |
+
60555264,
|
| 1101 |
+
5376,
|
| 1102 |
+
1
|
| 1103 |
+
]
|
| 1104 |
+
},
|
| 1105 |
+
"transformer_blocks.2.ff.net.2": {
|
| 1106 |
+
"contiguous": true,
|
| 1107 |
+
"dtype": "torch.bfloat16",
|
| 1108 |
+
"shape": [
|
| 1109 |
+
1,
|
| 1110 |
+
11264,
|
| 1111 |
+
14336
|
| 1112 |
+
],
|
| 1113 |
+
"stride": [
|
| 1114 |
+
161480704,
|
| 1115 |
+
14336,
|
| 1116 |
+
1
|
| 1117 |
+
]
|
| 1118 |
+
},
|
| 1119 |
+
"transformer_blocks.20.attn.to_k": {
|
| 1120 |
+
"contiguous": true,
|
| 1121 |
+
"dtype": "torch.bfloat16",
|
| 1122 |
+
"shape": [
|
| 1123 |
+
1,
|
| 1124 |
+
11264,
|
| 1125 |
+
5376
|
| 1126 |
+
],
|
| 1127 |
+
"stride": [
|
| 1128 |
+
60555264,
|
| 1129 |
+
5376,
|
| 1130 |
+
1
|
| 1131 |
+
]
|
| 1132 |
+
},
|
| 1133 |
+
"transformer_blocks.20.attn.to_out.0": {
|
| 1134 |
+
"contiguous": true,
|
| 1135 |
+
"dtype": "torch.bfloat16",
|
| 1136 |
+
"shape": [
|
| 1137 |
+
1,
|
| 1138 |
+
11264,
|
| 1139 |
+
7168
|
| 1140 |
+
],
|
| 1141 |
+
"stride": [
|
| 1142 |
+
80740352,
|
| 1143 |
+
7168,
|
| 1144 |
+
1
|
| 1145 |
+
]
|
| 1146 |
+
},
|
| 1147 |
+
"transformer_blocks.20.attn.to_q": {
|
| 1148 |
+
"contiguous": true,
|
| 1149 |
+
"dtype": "torch.bfloat16",
|
| 1150 |
+
"shape": [
|
| 1151 |
+
1,
|
| 1152 |
+
11264,
|
| 1153 |
+
5376
|
| 1154 |
+
],
|
| 1155 |
+
"stride": [
|
| 1156 |
+
60555264,
|
| 1157 |
+
5376,
|
| 1158 |
+
1
|
| 1159 |
+
]
|
| 1160 |
+
},
|
| 1161 |
+
"transformer_blocks.20.attn.to_v": {
|
| 1162 |
+
"contiguous": true,
|
| 1163 |
+
"dtype": "torch.bfloat16",
|
| 1164 |
+
"shape": [
|
| 1165 |
+
1,
|
| 1166 |
+
11264,
|
| 1167 |
+
5376
|
| 1168 |
+
],
|
| 1169 |
+
"stride": [
|
| 1170 |
+
60555264,
|
| 1171 |
+
5376,
|
| 1172 |
+
1
|
| 1173 |
+
]
|
| 1174 |
+
},
|
| 1175 |
+
"transformer_blocks.20.ff.net.0.proj": {
|
| 1176 |
+
"contiguous": true,
|
| 1177 |
+
"dtype": "torch.bfloat16",
|
| 1178 |
+
"shape": [
|
| 1179 |
+
1,
|
| 1180 |
+
11264,
|
| 1181 |
+
5376
|
| 1182 |
+
],
|
| 1183 |
+
"stride": [
|
| 1184 |
+
60555264,
|
| 1185 |
+
5376,
|
| 1186 |
+
1
|
| 1187 |
+
]
|
| 1188 |
+
},
|
| 1189 |
+
"transformer_blocks.20.ff.net.2": {
|
| 1190 |
+
"contiguous": true,
|
| 1191 |
+
"dtype": "torch.bfloat16",
|
| 1192 |
+
"shape": [
|
| 1193 |
+
1,
|
| 1194 |
+
11264,
|
| 1195 |
+
14336
|
| 1196 |
+
],
|
| 1197 |
+
"stride": [
|
| 1198 |
+
161480704,
|
| 1199 |
+
14336,
|
| 1200 |
+
1
|
| 1201 |
+
]
|
| 1202 |
+
},
|
| 1203 |
+
"transformer_blocks.21.attn.to_k": {
|
| 1204 |
+
"contiguous": true,
|
| 1205 |
+
"dtype": "torch.bfloat16",
|
| 1206 |
+
"shape": [
|
| 1207 |
+
1,
|
| 1208 |
+
11264,
|
| 1209 |
+
5376
|
| 1210 |
+
],
|
| 1211 |
+
"stride": [
|
| 1212 |
+
60555264,
|
| 1213 |
+
5376,
|
| 1214 |
+
1
|
| 1215 |
+
]
|
| 1216 |
+
},
|
| 1217 |
+
"transformer_blocks.21.attn.to_out.0": {
|
| 1218 |
+
"contiguous": true,
|
| 1219 |
+
"dtype": "torch.bfloat16",
|
| 1220 |
+
"shape": [
|
| 1221 |
+
1,
|
| 1222 |
+
11264,
|
| 1223 |
+
7168
|
| 1224 |
+
],
|
| 1225 |
+
"stride": [
|
| 1226 |
+
80740352,
|
| 1227 |
+
7168,
|
| 1228 |
+
1
|
| 1229 |
+
]
|
| 1230 |
+
},
|
| 1231 |
+
"transformer_blocks.21.attn.to_q": {
|
| 1232 |
+
"contiguous": true,
|
| 1233 |
+
"dtype": "torch.bfloat16",
|
| 1234 |
+
"shape": [
|
| 1235 |
+
1,
|
| 1236 |
+
11264,
|
| 1237 |
+
5376
|
| 1238 |
+
],
|
| 1239 |
+
"stride": [
|
| 1240 |
+
60555264,
|
| 1241 |
+
5376,
|
| 1242 |
+
1
|
| 1243 |
+
]
|
| 1244 |
+
},
|
| 1245 |
+
"transformer_blocks.21.attn.to_v": {
|
| 1246 |
+
"contiguous": true,
|
| 1247 |
+
"dtype": "torch.bfloat16",
|
| 1248 |
+
"shape": [
|
| 1249 |
+
1,
|
| 1250 |
+
11264,
|
| 1251 |
+
5376
|
| 1252 |
+
],
|
| 1253 |
+
"stride": [
|
| 1254 |
+
60555264,
|
| 1255 |
+
5376,
|
| 1256 |
+
1
|
| 1257 |
+
]
|
| 1258 |
+
},
|
| 1259 |
+
"transformer_blocks.21.ff.net.0.proj": {
|
| 1260 |
+
"contiguous": true,
|
| 1261 |
+
"dtype": "torch.bfloat16",
|
| 1262 |
+
"shape": [
|
| 1263 |
+
1,
|
| 1264 |
+
11264,
|
| 1265 |
+
5376
|
| 1266 |
+
],
|
| 1267 |
+
"stride": [
|
| 1268 |
+
60555264,
|
| 1269 |
+
5376,
|
| 1270 |
+
1
|
| 1271 |
+
]
|
| 1272 |
+
},
|
| 1273 |
+
"transformer_blocks.21.ff.net.2": {
|
| 1274 |
+
"contiguous": true,
|
| 1275 |
+
"dtype": "torch.bfloat16",
|
| 1276 |
+
"shape": [
|
| 1277 |
+
1,
|
| 1278 |
+
11264,
|
| 1279 |
+
14336
|
| 1280 |
+
],
|
| 1281 |
+
"stride": [
|
| 1282 |
+
161480704,
|
| 1283 |
+
14336,
|
| 1284 |
+
1
|
| 1285 |
+
]
|
| 1286 |
+
},
|
| 1287 |
+
"transformer_blocks.22.attn.to_k": {
|
| 1288 |
+
"contiguous": true,
|
| 1289 |
+
"dtype": "torch.bfloat16",
|
| 1290 |
+
"shape": [
|
| 1291 |
+
1,
|
| 1292 |
+
11264,
|
| 1293 |
+
5376
|
| 1294 |
+
],
|
| 1295 |
+
"stride": [
|
| 1296 |
+
60555264,
|
| 1297 |
+
5376,
|
| 1298 |
+
1
|
| 1299 |
+
]
|
| 1300 |
+
},
|
| 1301 |
+
"transformer_blocks.22.attn.to_out.0": {
|
| 1302 |
+
"contiguous": true,
|
| 1303 |
+
"dtype": "torch.bfloat16",
|
| 1304 |
+
"shape": [
|
| 1305 |
+
1,
|
| 1306 |
+
11264,
|
| 1307 |
+
7168
|
| 1308 |
+
],
|
| 1309 |
+
"stride": [
|
| 1310 |
+
80740352,
|
| 1311 |
+
7168,
|
| 1312 |
+
1
|
| 1313 |
+
]
|
| 1314 |
+
},
|
| 1315 |
+
"transformer_blocks.22.attn.to_q": {
|
| 1316 |
+
"contiguous": true,
|
| 1317 |
+
"dtype": "torch.bfloat16",
|
| 1318 |
+
"shape": [
|
| 1319 |
+
1,
|
| 1320 |
+
11264,
|
| 1321 |
+
5376
|
| 1322 |
+
],
|
| 1323 |
+
"stride": [
|
| 1324 |
+
60555264,
|
| 1325 |
+
5376,
|
| 1326 |
+
1
|
| 1327 |
+
]
|
| 1328 |
+
},
|
| 1329 |
+
"transformer_blocks.22.attn.to_v": {
|
| 1330 |
+
"contiguous": true,
|
| 1331 |
+
"dtype": "torch.bfloat16",
|
| 1332 |
+
"shape": [
|
| 1333 |
+
1,
|
| 1334 |
+
11264,
|
| 1335 |
+
5376
|
| 1336 |
+
],
|
| 1337 |
+
"stride": [
|
| 1338 |
+
60555264,
|
| 1339 |
+
5376,
|
| 1340 |
+
1
|
| 1341 |
+
]
|
| 1342 |
+
},
|
| 1343 |
+
"transformer_blocks.22.ff.net.0.proj": {
|
| 1344 |
+
"contiguous": true,
|
| 1345 |
+
"dtype": "torch.bfloat16",
|
| 1346 |
+
"shape": [
|
| 1347 |
+
1,
|
| 1348 |
+
11264,
|
| 1349 |
+
5376
|
| 1350 |
+
],
|
| 1351 |
+
"stride": [
|
| 1352 |
+
60555264,
|
| 1353 |
+
5376,
|
| 1354 |
+
1
|
| 1355 |
+
]
|
| 1356 |
+
},
|
| 1357 |
+
"transformer_blocks.22.ff.net.2": {
|
| 1358 |
+
"contiguous": true,
|
| 1359 |
+
"dtype": "torch.bfloat16",
|
| 1360 |
+
"shape": [
|
| 1361 |
+
1,
|
| 1362 |
+
11264,
|
| 1363 |
+
14336
|
| 1364 |
+
],
|
| 1365 |
+
"stride": [
|
| 1366 |
+
161480704,
|
| 1367 |
+
14336,
|
| 1368 |
+
1
|
| 1369 |
+
]
|
| 1370 |
+
},
|
| 1371 |
+
"transformer_blocks.23.attn.to_k": {
|
| 1372 |
+
"contiguous": true,
|
| 1373 |
+
"dtype": "torch.bfloat16",
|
| 1374 |
+
"shape": [
|
| 1375 |
+
1,
|
| 1376 |
+
11264,
|
| 1377 |
+
5376
|
| 1378 |
+
],
|
| 1379 |
+
"stride": [
|
| 1380 |
+
60555264,
|
| 1381 |
+
5376,
|
| 1382 |
+
1
|
| 1383 |
+
]
|
| 1384 |
+
},
|
| 1385 |
+
"transformer_blocks.23.attn.to_out.0": {
|
| 1386 |
+
"contiguous": true,
|
| 1387 |
+
"dtype": "torch.bfloat16",
|
| 1388 |
+
"shape": [
|
| 1389 |
+
1,
|
| 1390 |
+
11264,
|
| 1391 |
+
7168
|
| 1392 |
+
],
|
| 1393 |
+
"stride": [
|
| 1394 |
+
80740352,
|
| 1395 |
+
7168,
|
| 1396 |
+
1
|
| 1397 |
+
]
|
| 1398 |
+
},
|
| 1399 |
+
"transformer_blocks.23.attn.to_q": {
|
| 1400 |
+
"contiguous": true,
|
| 1401 |
+
"dtype": "torch.bfloat16",
|
| 1402 |
+
"shape": [
|
| 1403 |
+
1,
|
| 1404 |
+
11264,
|
| 1405 |
+
5376
|
| 1406 |
+
],
|
| 1407 |
+
"stride": [
|
| 1408 |
+
60555264,
|
| 1409 |
+
5376,
|
| 1410 |
+
1
|
| 1411 |
+
]
|
| 1412 |
+
},
|
| 1413 |
+
"transformer_blocks.23.attn.to_v": {
|
| 1414 |
+
"contiguous": true,
|
| 1415 |
+
"dtype": "torch.bfloat16",
|
| 1416 |
+
"shape": [
|
| 1417 |
+
1,
|
| 1418 |
+
11264,
|
| 1419 |
+
5376
|
| 1420 |
+
],
|
| 1421 |
+
"stride": [
|
| 1422 |
+
60555264,
|
| 1423 |
+
5376,
|
| 1424 |
+
1
|
| 1425 |
+
]
|
| 1426 |
+
},
|
| 1427 |
+
"transformer_blocks.23.ff.net.0.proj": {
|
| 1428 |
+
"contiguous": true,
|
| 1429 |
+
"dtype": "torch.bfloat16",
|
| 1430 |
+
"shape": [
|
| 1431 |
+
1,
|
| 1432 |
+
11264,
|
| 1433 |
+
5376
|
| 1434 |
+
],
|
| 1435 |
+
"stride": [
|
| 1436 |
+
60555264,
|
| 1437 |
+
5376,
|
| 1438 |
+
1
|
| 1439 |
+
]
|
| 1440 |
+
},
|
| 1441 |
+
"transformer_blocks.23.ff.net.2": {
|
| 1442 |
+
"contiguous": true,
|
| 1443 |
+
"dtype": "torch.bfloat16",
|
| 1444 |
+
"shape": [
|
| 1445 |
+
1,
|
| 1446 |
+
11264,
|
| 1447 |
+
14336
|
| 1448 |
+
],
|
| 1449 |
+
"stride": [
|
| 1450 |
+
161480704,
|
| 1451 |
+
14336,
|
| 1452 |
+
1
|
| 1453 |
+
]
|
| 1454 |
+
},
|
| 1455 |
+
"transformer_blocks.24.attn.to_k": {
|
| 1456 |
+
"contiguous": true,
|
| 1457 |
+
"dtype": "torch.bfloat16",
|
| 1458 |
+
"shape": [
|
| 1459 |
+
1,
|
| 1460 |
+
11264,
|
| 1461 |
+
5376
|
| 1462 |
+
],
|
| 1463 |
+
"stride": [
|
| 1464 |
+
60555264,
|
| 1465 |
+
5376,
|
| 1466 |
+
1
|
| 1467 |
+
]
|
| 1468 |
+
},
|
| 1469 |
+
"transformer_blocks.24.attn.to_out.0": {
|
| 1470 |
+
"contiguous": true,
|
| 1471 |
+
"dtype": "torch.bfloat16",
|
| 1472 |
+
"shape": [
|
| 1473 |
+
1,
|
| 1474 |
+
11264,
|
| 1475 |
+
7168
|
| 1476 |
+
],
|
| 1477 |
+
"stride": [
|
| 1478 |
+
80740352,
|
| 1479 |
+
7168,
|
| 1480 |
+
1
|
| 1481 |
+
]
|
| 1482 |
+
},
|
| 1483 |
+
"transformer_blocks.24.attn.to_q": {
|
| 1484 |
+
"contiguous": true,
|
| 1485 |
+
"dtype": "torch.bfloat16",
|
| 1486 |
+
"shape": [
|
| 1487 |
+
1,
|
| 1488 |
+
11264,
|
| 1489 |
+
5376
|
| 1490 |
+
],
|
| 1491 |
+
"stride": [
|
| 1492 |
+
60555264,
|
| 1493 |
+
5376,
|
| 1494 |
+
1
|
| 1495 |
+
]
|
| 1496 |
+
},
|
| 1497 |
+
"transformer_blocks.24.attn.to_v": {
|
| 1498 |
+
"contiguous": true,
|
| 1499 |
+
"dtype": "torch.bfloat16",
|
| 1500 |
+
"shape": [
|
| 1501 |
+
1,
|
| 1502 |
+
11264,
|
| 1503 |
+
5376
|
| 1504 |
+
],
|
| 1505 |
+
"stride": [
|
| 1506 |
+
60555264,
|
| 1507 |
+
5376,
|
| 1508 |
+
1
|
| 1509 |
+
]
|
| 1510 |
+
},
|
| 1511 |
+
"transformer_blocks.24.ff.net.0.proj": {
|
| 1512 |
+
"contiguous": true,
|
| 1513 |
+
"dtype": "torch.bfloat16",
|
| 1514 |
+
"shape": [
|
| 1515 |
+
1,
|
| 1516 |
+
11264,
|
| 1517 |
+
5376
|
| 1518 |
+
],
|
| 1519 |
+
"stride": [
|
| 1520 |
+
60555264,
|
| 1521 |
+
5376,
|
| 1522 |
+
1
|
| 1523 |
+
]
|
| 1524 |
+
},
|
| 1525 |
+
"transformer_blocks.24.ff.net.2": {
|
| 1526 |
+
"contiguous": true,
|
| 1527 |
+
"dtype": "torch.bfloat16",
|
| 1528 |
+
"shape": [
|
| 1529 |
+
1,
|
| 1530 |
+
11264,
|
| 1531 |
+
14336
|
| 1532 |
+
],
|
| 1533 |
+
"stride": [
|
| 1534 |
+
161480704,
|
| 1535 |
+
14336,
|
| 1536 |
+
1
|
| 1537 |
+
]
|
| 1538 |
+
},
|
| 1539 |
+
"transformer_blocks.25.attn.to_k": {
|
| 1540 |
+
"contiguous": true,
|
| 1541 |
+
"dtype": "torch.bfloat16",
|
| 1542 |
+
"shape": [
|
| 1543 |
+
1,
|
| 1544 |
+
11264,
|
| 1545 |
+
5376
|
| 1546 |
+
],
|
| 1547 |
+
"stride": [
|
| 1548 |
+
60555264,
|
| 1549 |
+
5376,
|
| 1550 |
+
1
|
| 1551 |
+
]
|
| 1552 |
+
},
|
| 1553 |
+
"transformer_blocks.25.attn.to_out.0": {
|
| 1554 |
+
"contiguous": true,
|
| 1555 |
+
"dtype": "torch.bfloat16",
|
| 1556 |
+
"shape": [
|
| 1557 |
+
1,
|
| 1558 |
+
11264,
|
| 1559 |
+
7168
|
| 1560 |
+
],
|
| 1561 |
+
"stride": [
|
| 1562 |
+
80740352,
|
| 1563 |
+
7168,
|
| 1564 |
+
1
|
| 1565 |
+
]
|
| 1566 |
+
},
|
| 1567 |
+
"transformer_blocks.25.attn.to_q": {
|
| 1568 |
+
"contiguous": true,
|
| 1569 |
+
"dtype": "torch.bfloat16",
|
| 1570 |
+
"shape": [
|
| 1571 |
+
1,
|
| 1572 |
+
11264,
|
| 1573 |
+
5376
|
| 1574 |
+
],
|
| 1575 |
+
"stride": [
|
| 1576 |
+
60555264,
|
| 1577 |
+
5376,
|
| 1578 |
+
1
|
| 1579 |
+
]
|
| 1580 |
+
},
|
| 1581 |
+
"transformer_blocks.25.attn.to_v": {
|
| 1582 |
+
"contiguous": true,
|
| 1583 |
+
"dtype": "torch.bfloat16",
|
| 1584 |
+
"shape": [
|
| 1585 |
+
1,
|
| 1586 |
+
11264,
|
| 1587 |
+
5376
|
| 1588 |
+
],
|
| 1589 |
+
"stride": [
|
| 1590 |
+
60555264,
|
| 1591 |
+
5376,
|
| 1592 |
+
1
|
| 1593 |
+
]
|
| 1594 |
+
},
|
| 1595 |
+
"transformer_blocks.25.ff.net.0.proj": {
|
| 1596 |
+
"contiguous": true,
|
| 1597 |
+
"dtype": "torch.bfloat16",
|
| 1598 |
+
"shape": [
|
| 1599 |
+
1,
|
| 1600 |
+
11264,
|
| 1601 |
+
5376
|
| 1602 |
+
],
|
| 1603 |
+
"stride": [
|
| 1604 |
+
60555264,
|
| 1605 |
+
5376,
|
| 1606 |
+
1
|
| 1607 |
+
]
|
| 1608 |
+
},
|
| 1609 |
+
"transformer_blocks.25.ff.net.2": {
|
| 1610 |
+
"contiguous": true,
|
| 1611 |
+
"dtype": "torch.bfloat16",
|
| 1612 |
+
"shape": [
|
| 1613 |
+
1,
|
| 1614 |
+
11264,
|
| 1615 |
+
14336
|
| 1616 |
+
],
|
| 1617 |
+
"stride": [
|
| 1618 |
+
161480704,
|
| 1619 |
+
14336,
|
| 1620 |
+
1
|
| 1621 |
+
]
|
| 1622 |
+
},
|
| 1623 |
+
"transformer_blocks.26.attn.to_k": {
|
| 1624 |
+
"contiguous": true,
|
| 1625 |
+
"dtype": "torch.bfloat16",
|
| 1626 |
+
"shape": [
|
| 1627 |
+
1,
|
| 1628 |
+
11264,
|
| 1629 |
+
5376
|
| 1630 |
+
],
|
| 1631 |
+
"stride": [
|
| 1632 |
+
60555264,
|
| 1633 |
+
5376,
|
| 1634 |
+
1
|
| 1635 |
+
]
|
| 1636 |
+
},
|
| 1637 |
+
"transformer_blocks.26.attn.to_out.0": {
|
| 1638 |
+
"contiguous": true,
|
| 1639 |
+
"dtype": "torch.bfloat16",
|
| 1640 |
+
"shape": [
|
| 1641 |
+
1,
|
| 1642 |
+
11264,
|
| 1643 |
+
7168
|
| 1644 |
+
],
|
| 1645 |
+
"stride": [
|
| 1646 |
+
80740352,
|
| 1647 |
+
7168,
|
| 1648 |
+
1
|
| 1649 |
+
]
|
| 1650 |
+
},
|
| 1651 |
+
"transformer_blocks.26.attn.to_q": {
|
| 1652 |
+
"contiguous": true,
|
| 1653 |
+
"dtype": "torch.bfloat16",
|
| 1654 |
+
"shape": [
|
| 1655 |
+
1,
|
| 1656 |
+
11264,
|
| 1657 |
+
5376
|
| 1658 |
+
],
|
| 1659 |
+
"stride": [
|
| 1660 |
+
60555264,
|
| 1661 |
+
5376,
|
| 1662 |
+
1
|
| 1663 |
+
]
|
| 1664 |
+
},
|
| 1665 |
+
"transformer_blocks.26.attn.to_v": {
|
| 1666 |
+
"contiguous": true,
|
| 1667 |
+
"dtype": "torch.bfloat16",
|
| 1668 |
+
"shape": [
|
| 1669 |
+
1,
|
| 1670 |
+
11264,
|
| 1671 |
+
5376
|
| 1672 |
+
],
|
| 1673 |
+
"stride": [
|
| 1674 |
+
60555264,
|
| 1675 |
+
5376,
|
| 1676 |
+
1
|
| 1677 |
+
]
|
| 1678 |
+
},
|
| 1679 |
+
"transformer_blocks.26.ff.net.0.proj": {
|
| 1680 |
+
"contiguous": true,
|
| 1681 |
+
"dtype": "torch.bfloat16",
|
| 1682 |
+
"shape": [
|
| 1683 |
+
1,
|
| 1684 |
+
11264,
|
| 1685 |
+
5376
|
| 1686 |
+
],
|
| 1687 |
+
"stride": [
|
| 1688 |
+
60555264,
|
| 1689 |
+
5376,
|
| 1690 |
+
1
|
| 1691 |
+
]
|
| 1692 |
+
},
|
| 1693 |
+
"transformer_blocks.26.ff.net.2": {
|
| 1694 |
+
"contiguous": true,
|
| 1695 |
+
"dtype": "torch.bfloat16",
|
| 1696 |
+
"shape": [
|
| 1697 |
+
1,
|
| 1698 |
+
11264,
|
| 1699 |
+
14336
|
| 1700 |
+
],
|
| 1701 |
+
"stride": [
|
| 1702 |
+
161480704,
|
| 1703 |
+
14336,
|
| 1704 |
+
1
|
| 1705 |
+
]
|
| 1706 |
+
},
|
| 1707 |
+
"transformer_blocks.27.attn.to_k": {
|
| 1708 |
+
"contiguous": true,
|
| 1709 |
+
"dtype": "torch.bfloat16",
|
| 1710 |
+
"shape": [
|
| 1711 |
+
1,
|
| 1712 |
+
11264,
|
| 1713 |
+
5376
|
| 1714 |
+
],
|
| 1715 |
+
"stride": [
|
| 1716 |
+
60555264,
|
| 1717 |
+
5376,
|
| 1718 |
+
1
|
| 1719 |
+
]
|
| 1720 |
+
},
|
| 1721 |
+
"transformer_blocks.27.attn.to_out.0": {
|
| 1722 |
+
"contiguous": true,
|
| 1723 |
+
"dtype": "torch.bfloat16",
|
| 1724 |
+
"shape": [
|
| 1725 |
+
1,
|
| 1726 |
+
11264,
|
| 1727 |
+
7168
|
| 1728 |
+
],
|
| 1729 |
+
"stride": [
|
| 1730 |
+
80740352,
|
| 1731 |
+
7168,
|
| 1732 |
+
1
|
| 1733 |
+
]
|
| 1734 |
+
},
|
| 1735 |
+
"transformer_blocks.27.attn.to_q": {
|
| 1736 |
+
"contiguous": true,
|
| 1737 |
+
"dtype": "torch.bfloat16",
|
| 1738 |
+
"shape": [
|
| 1739 |
+
1,
|
| 1740 |
+
11264,
|
| 1741 |
+
5376
|
| 1742 |
+
],
|
| 1743 |
+
"stride": [
|
| 1744 |
+
60555264,
|
| 1745 |
+
5376,
|
| 1746 |
+
1
|
| 1747 |
+
]
|
| 1748 |
+
},
|
| 1749 |
+
"transformer_blocks.27.attn.to_v": {
|
| 1750 |
+
"contiguous": true,
|
| 1751 |
+
"dtype": "torch.bfloat16",
|
| 1752 |
+
"shape": [
|
| 1753 |
+
1,
|
| 1754 |
+
11264,
|
| 1755 |
+
5376
|
| 1756 |
+
],
|
| 1757 |
+
"stride": [
|
| 1758 |
+
60555264,
|
| 1759 |
+
5376,
|
| 1760 |
+
1
|
| 1761 |
+
]
|
| 1762 |
+
},
|
| 1763 |
+
"transformer_blocks.27.ff.net.0.proj": {
|
| 1764 |
+
"contiguous": true,
|
| 1765 |
+
"dtype": "torch.bfloat16",
|
| 1766 |
+
"shape": [
|
| 1767 |
+
1,
|
| 1768 |
+
11264,
|
| 1769 |
+
5376
|
| 1770 |
+
],
|
| 1771 |
+
"stride": [
|
| 1772 |
+
60555264,
|
| 1773 |
+
5376,
|
| 1774 |
+
1
|
| 1775 |
+
]
|
| 1776 |
+
},
|
| 1777 |
+
"transformer_blocks.27.ff.net.2": {
|
| 1778 |
+
"contiguous": true,
|
| 1779 |
+
"dtype": "torch.bfloat16",
|
| 1780 |
+
"shape": [
|
| 1781 |
+
1,
|
| 1782 |
+
11264,
|
| 1783 |
+
14336
|
| 1784 |
+
],
|
| 1785 |
+
"stride": [
|
| 1786 |
+
161480704,
|
| 1787 |
+
14336,
|
| 1788 |
+
1
|
| 1789 |
+
]
|
| 1790 |
+
},
|
| 1791 |
+
"transformer_blocks.28.attn.to_k": {
|
| 1792 |
+
"contiguous": true,
|
| 1793 |
+
"dtype": "torch.bfloat16",
|
| 1794 |
+
"shape": [
|
| 1795 |
+
1,
|
| 1796 |
+
11264,
|
| 1797 |
+
5376
|
| 1798 |
+
],
|
| 1799 |
+
"stride": [
|
| 1800 |
+
60555264,
|
| 1801 |
+
5376,
|
| 1802 |
+
1
|
| 1803 |
+
]
|
| 1804 |
+
},
|
| 1805 |
+
"transformer_blocks.28.attn.to_out.0": {
|
| 1806 |
+
"contiguous": true,
|
| 1807 |
+
"dtype": "torch.bfloat16",
|
| 1808 |
+
"shape": [
|
| 1809 |
+
1,
|
| 1810 |
+
11264,
|
| 1811 |
+
7168
|
| 1812 |
+
],
|
| 1813 |
+
"stride": [
|
| 1814 |
+
80740352,
|
| 1815 |
+
7168,
|
| 1816 |
+
1
|
| 1817 |
+
]
|
| 1818 |
+
},
|
| 1819 |
+
"transformer_blocks.28.attn.to_q": {
|
| 1820 |
+
"contiguous": true,
|
| 1821 |
+
"dtype": "torch.bfloat16",
|
| 1822 |
+
"shape": [
|
| 1823 |
+
1,
|
| 1824 |
+
11264,
|
| 1825 |
+
5376
|
| 1826 |
+
],
|
| 1827 |
+
"stride": [
|
| 1828 |
+
60555264,
|
| 1829 |
+
5376,
|
| 1830 |
+
1
|
| 1831 |
+
]
|
| 1832 |
+
},
|
| 1833 |
+
"transformer_blocks.28.attn.to_v": {
|
| 1834 |
+
"contiguous": true,
|
| 1835 |
+
"dtype": "torch.bfloat16",
|
| 1836 |
+
"shape": [
|
| 1837 |
+
1,
|
| 1838 |
+
11264,
|
| 1839 |
+
5376
|
| 1840 |
+
],
|
| 1841 |
+
"stride": [
|
| 1842 |
+
60555264,
|
| 1843 |
+
5376,
|
| 1844 |
+
1
|
| 1845 |
+
]
|
| 1846 |
+
},
|
| 1847 |
+
"transformer_blocks.28.ff.net.0.proj": {
|
| 1848 |
+
"contiguous": true,
|
| 1849 |
+
"dtype": "torch.bfloat16",
|
| 1850 |
+
"shape": [
|
| 1851 |
+
1,
|
| 1852 |
+
11264,
|
| 1853 |
+
5376
|
| 1854 |
+
],
|
| 1855 |
+
"stride": [
|
| 1856 |
+
60555264,
|
| 1857 |
+
5376,
|
| 1858 |
+
1
|
| 1859 |
+
]
|
| 1860 |
+
},
|
| 1861 |
+
"transformer_blocks.28.ff.net.2": {
|
| 1862 |
+
"contiguous": true,
|
| 1863 |
+
"dtype": "torch.bfloat16",
|
| 1864 |
+
"shape": [
|
| 1865 |
+
1,
|
| 1866 |
+
11264,
|
| 1867 |
+
14336
|
| 1868 |
+
],
|
| 1869 |
+
"stride": [
|
| 1870 |
+
161480704,
|
| 1871 |
+
14336,
|
| 1872 |
+
1
|
| 1873 |
+
]
|
| 1874 |
+
},
|
| 1875 |
+
"transformer_blocks.29.attn.to_k": {
|
| 1876 |
+
"contiguous": true,
|
| 1877 |
+
"dtype": "torch.bfloat16",
|
| 1878 |
+
"shape": [
|
| 1879 |
+
1,
|
| 1880 |
+
11264,
|
| 1881 |
+
5376
|
| 1882 |
+
],
|
| 1883 |
+
"stride": [
|
| 1884 |
+
60555264,
|
| 1885 |
+
5376,
|
| 1886 |
+
1
|
| 1887 |
+
]
|
| 1888 |
+
},
|
| 1889 |
+
"transformer_blocks.29.attn.to_out.0": {
|
| 1890 |
+
"contiguous": true,
|
| 1891 |
+
"dtype": "torch.bfloat16",
|
| 1892 |
+
"shape": [
|
| 1893 |
+
1,
|
| 1894 |
+
11264,
|
| 1895 |
+
7168
|
| 1896 |
+
],
|
| 1897 |
+
"stride": [
|
| 1898 |
+
80740352,
|
| 1899 |
+
7168,
|
| 1900 |
+
1
|
| 1901 |
+
]
|
| 1902 |
+
},
|
| 1903 |
+
"transformer_blocks.29.attn.to_q": {
|
| 1904 |
+
"contiguous": true,
|
| 1905 |
+
"dtype": "torch.bfloat16",
|
| 1906 |
+
"shape": [
|
| 1907 |
+
1,
|
| 1908 |
+
11264,
|
| 1909 |
+
5376
|
| 1910 |
+
],
|
| 1911 |
+
"stride": [
|
| 1912 |
+
60555264,
|
| 1913 |
+
5376,
|
| 1914 |
+
1
|
| 1915 |
+
]
|
| 1916 |
+
},
|
| 1917 |
+
"transformer_blocks.29.attn.to_v": {
|
| 1918 |
+
"contiguous": true,
|
| 1919 |
+
"dtype": "torch.bfloat16",
|
| 1920 |
+
"shape": [
|
| 1921 |
+
1,
|
| 1922 |
+
11264,
|
| 1923 |
+
5376
|
| 1924 |
+
],
|
| 1925 |
+
"stride": [
|
| 1926 |
+
60555264,
|
| 1927 |
+
5376,
|
| 1928 |
+
1
|
| 1929 |
+
]
|
| 1930 |
+
},
|
| 1931 |
+
"transformer_blocks.29.ff.net.0.proj": {
|
| 1932 |
+
"contiguous": true,
|
| 1933 |
+
"dtype": "torch.bfloat16",
|
| 1934 |
+
"shape": [
|
| 1935 |
+
1,
|
| 1936 |
+
11264,
|
| 1937 |
+
5376
|
| 1938 |
+
],
|
| 1939 |
+
"stride": [
|
| 1940 |
+
60555264,
|
| 1941 |
+
5376,
|
| 1942 |
+
1
|
| 1943 |
+
]
|
| 1944 |
+
},
|
| 1945 |
+
"transformer_blocks.29.ff.net.2": {
|
| 1946 |
+
"contiguous": true,
|
| 1947 |
+
"dtype": "torch.bfloat16",
|
| 1948 |
+
"shape": [
|
| 1949 |
+
1,
|
| 1950 |
+
11264,
|
| 1951 |
+
14336
|
| 1952 |
+
],
|
| 1953 |
+
"stride": [
|
| 1954 |
+
161480704,
|
| 1955 |
+
14336,
|
| 1956 |
+
1
|
| 1957 |
+
]
|
| 1958 |
+
},
|
| 1959 |
+
"transformer_blocks.3.attn.to_k": {
|
| 1960 |
+
"contiguous": true,
|
| 1961 |
+
"dtype": "torch.bfloat16",
|
| 1962 |
+
"shape": [
|
| 1963 |
+
1,
|
| 1964 |
+
11264,
|
| 1965 |
+
5376
|
| 1966 |
+
],
|
| 1967 |
+
"stride": [
|
| 1968 |
+
60555264,
|
| 1969 |
+
5376,
|
| 1970 |
+
1
|
| 1971 |
+
]
|
| 1972 |
+
},
|
| 1973 |
+
"transformer_blocks.3.attn.to_out.0": {
|
| 1974 |
+
"contiguous": true,
|
| 1975 |
+
"dtype": "torch.bfloat16",
|
| 1976 |
+
"shape": [
|
| 1977 |
+
1,
|
| 1978 |
+
11264,
|
| 1979 |
+
7168
|
| 1980 |
+
],
|
| 1981 |
+
"stride": [
|
| 1982 |
+
80740352,
|
| 1983 |
+
7168,
|
| 1984 |
+
1
|
| 1985 |
+
]
|
| 1986 |
+
},
|
| 1987 |
+
"transformer_blocks.3.attn.to_q": {
|
| 1988 |
+
"contiguous": true,
|
| 1989 |
+
"dtype": "torch.bfloat16",
|
| 1990 |
+
"shape": [
|
| 1991 |
+
1,
|
| 1992 |
+
11264,
|
| 1993 |
+
5376
|
| 1994 |
+
],
|
| 1995 |
+
"stride": [
|
| 1996 |
+
60555264,
|
| 1997 |
+
5376,
|
| 1998 |
+
1
|
| 1999 |
+
]
|
| 2000 |
+
},
|
| 2001 |
+
"transformer_blocks.3.attn.to_v": {
|
| 2002 |
+
"contiguous": true,
|
| 2003 |
+
"dtype": "torch.bfloat16",
|
| 2004 |
+
"shape": [
|
| 2005 |
+
1,
|
| 2006 |
+
11264,
|
| 2007 |
+
5376
|
| 2008 |
+
],
|
| 2009 |
+
"stride": [
|
| 2010 |
+
60555264,
|
| 2011 |
+
5376,
|
| 2012 |
+
1
|
| 2013 |
+
]
|
| 2014 |
+
},
|
| 2015 |
+
"transformer_blocks.3.ff.net.0.proj": {
|
| 2016 |
+
"contiguous": true,
|
| 2017 |
+
"dtype": "torch.bfloat16",
|
| 2018 |
+
"shape": [
|
| 2019 |
+
1,
|
| 2020 |
+
11264,
|
| 2021 |
+
5376
|
| 2022 |
+
],
|
| 2023 |
+
"stride": [
|
| 2024 |
+
60555264,
|
| 2025 |
+
5376,
|
| 2026 |
+
1
|
| 2027 |
+
]
|
| 2028 |
+
},
|
| 2029 |
+
"transformer_blocks.3.ff.net.2": {
|
| 2030 |
+
"contiguous": true,
|
| 2031 |
+
"dtype": "torch.bfloat16",
|
| 2032 |
+
"shape": [
|
| 2033 |
+
1,
|
| 2034 |
+
11264,
|
| 2035 |
+
14336
|
| 2036 |
+
],
|
| 2037 |
+
"stride": [
|
| 2038 |
+
161480704,
|
| 2039 |
+
14336,
|
| 2040 |
+
1
|
| 2041 |
+
]
|
| 2042 |
+
},
|
| 2043 |
+
"transformer_blocks.30.attn.to_k": {
|
| 2044 |
+
"contiguous": true,
|
| 2045 |
+
"dtype": "torch.bfloat16",
|
| 2046 |
+
"shape": [
|
| 2047 |
+
1,
|
| 2048 |
+
11264,
|
| 2049 |
+
5376
|
| 2050 |
+
],
|
| 2051 |
+
"stride": [
|
| 2052 |
+
60555264,
|
| 2053 |
+
5376,
|
| 2054 |
+
1
|
| 2055 |
+
]
|
| 2056 |
+
},
|
| 2057 |
+
"transformer_blocks.30.attn.to_out.0": {
|
| 2058 |
+
"contiguous": true,
|
| 2059 |
+
"dtype": "torch.bfloat16",
|
| 2060 |
+
"shape": [
|
| 2061 |
+
1,
|
| 2062 |
+
11264,
|
| 2063 |
+
7168
|
| 2064 |
+
],
|
| 2065 |
+
"stride": [
|
| 2066 |
+
80740352,
|
| 2067 |
+
7168,
|
| 2068 |
+
1
|
| 2069 |
+
]
|
| 2070 |
+
},
|
| 2071 |
+
"transformer_blocks.30.attn.to_q": {
|
| 2072 |
+
"contiguous": true,
|
| 2073 |
+
"dtype": "torch.bfloat16",
|
| 2074 |
+
"shape": [
|
| 2075 |
+
1,
|
| 2076 |
+
11264,
|
| 2077 |
+
5376
|
| 2078 |
+
],
|
| 2079 |
+
"stride": [
|
| 2080 |
+
60555264,
|
| 2081 |
+
5376,
|
| 2082 |
+
1
|
| 2083 |
+
]
|
| 2084 |
+
},
|
| 2085 |
+
"transformer_blocks.30.attn.to_v": {
|
| 2086 |
+
"contiguous": true,
|
| 2087 |
+
"dtype": "torch.bfloat16",
|
| 2088 |
+
"shape": [
|
| 2089 |
+
1,
|
| 2090 |
+
11264,
|
| 2091 |
+
5376
|
| 2092 |
+
],
|
| 2093 |
+
"stride": [
|
| 2094 |
+
60555264,
|
| 2095 |
+
5376,
|
| 2096 |
+
1
|
| 2097 |
+
]
|
| 2098 |
+
},
|
| 2099 |
+
"transformer_blocks.30.ff.net.0.proj": {
|
| 2100 |
+
"contiguous": true,
|
| 2101 |
+
"dtype": "torch.bfloat16",
|
| 2102 |
+
"shape": [
|
| 2103 |
+
1,
|
| 2104 |
+
11264,
|
| 2105 |
+
5376
|
| 2106 |
+
],
|
| 2107 |
+
"stride": [
|
| 2108 |
+
60555264,
|
| 2109 |
+
5376,
|
| 2110 |
+
1
|
| 2111 |
+
]
|
| 2112 |
+
},
|
| 2113 |
+
"transformer_blocks.30.ff.net.2": {
|
| 2114 |
+
"contiguous": true,
|
| 2115 |
+
"dtype": "torch.bfloat16",
|
| 2116 |
+
"shape": [
|
| 2117 |
+
1,
|
| 2118 |
+
11264,
|
| 2119 |
+
14336
|
| 2120 |
+
],
|
| 2121 |
+
"stride": [
|
| 2122 |
+
161480704,
|
| 2123 |
+
14336,
|
| 2124 |
+
1
|
| 2125 |
+
]
|
| 2126 |
+
},
|
| 2127 |
+
"transformer_blocks.31.attn.to_k": {
|
| 2128 |
+
"contiguous": true,
|
| 2129 |
+
"dtype": "torch.bfloat16",
|
| 2130 |
+
"shape": [
|
| 2131 |
+
1,
|
| 2132 |
+
11264,
|
| 2133 |
+
5376
|
| 2134 |
+
],
|
| 2135 |
+
"stride": [
|
| 2136 |
+
60555264,
|
| 2137 |
+
5376,
|
| 2138 |
+
1
|
| 2139 |
+
]
|
| 2140 |
+
},
|
| 2141 |
+
"transformer_blocks.31.attn.to_out.0": {
|
| 2142 |
+
"contiguous": true,
|
| 2143 |
+
"dtype": "torch.bfloat16",
|
| 2144 |
+
"shape": [
|
| 2145 |
+
1,
|
| 2146 |
+
11264,
|
| 2147 |
+
7168
|
| 2148 |
+
],
|
| 2149 |
+
"stride": [
|
| 2150 |
+
80740352,
|
| 2151 |
+
7168,
|
| 2152 |
+
1
|
| 2153 |
+
]
|
| 2154 |
+
},
|
| 2155 |
+
"transformer_blocks.31.attn.to_q": {
|
| 2156 |
+
"contiguous": true,
|
| 2157 |
+
"dtype": "torch.bfloat16",
|
| 2158 |
+
"shape": [
|
| 2159 |
+
1,
|
| 2160 |
+
11264,
|
| 2161 |
+
5376
|
| 2162 |
+
],
|
| 2163 |
+
"stride": [
|
| 2164 |
+
60555264,
|
| 2165 |
+
5376,
|
| 2166 |
+
1
|
| 2167 |
+
]
|
| 2168 |
+
},
|
| 2169 |
+
"transformer_blocks.31.attn.to_v": {
|
| 2170 |
+
"contiguous": true,
|
| 2171 |
+
"dtype": "torch.bfloat16",
|
| 2172 |
+
"shape": [
|
| 2173 |
+
1,
|
| 2174 |
+
11264,
|
| 2175 |
+
5376
|
| 2176 |
+
],
|
| 2177 |
+
"stride": [
|
| 2178 |
+
60555264,
|
| 2179 |
+
5376,
|
| 2180 |
+
1
|
| 2181 |
+
]
|
| 2182 |
+
},
|
| 2183 |
+
"transformer_blocks.31.ff.net.0.proj": {
|
| 2184 |
+
"contiguous": true,
|
| 2185 |
+
"dtype": "torch.bfloat16",
|
| 2186 |
+
"shape": [
|
| 2187 |
+
1,
|
| 2188 |
+
11264,
|
| 2189 |
+
5376
|
| 2190 |
+
],
|
| 2191 |
+
"stride": [
|
| 2192 |
+
60555264,
|
| 2193 |
+
5376,
|
| 2194 |
+
1
|
| 2195 |
+
]
|
| 2196 |
+
},
|
| 2197 |
+
"transformer_blocks.31.ff.net.2": {
|
| 2198 |
+
"contiguous": true,
|
| 2199 |
+
"dtype": "torch.bfloat16",
|
| 2200 |
+
"shape": [
|
| 2201 |
+
1,
|
| 2202 |
+
11264,
|
| 2203 |
+
14336
|
| 2204 |
+
],
|
| 2205 |
+
"stride": [
|
| 2206 |
+
161480704,
|
| 2207 |
+
14336,
|
| 2208 |
+
1
|
| 2209 |
+
]
|
| 2210 |
+
},
|
| 2211 |
+
"transformer_blocks.32.attn.to_k": {
|
| 2212 |
+
"contiguous": true,
|
| 2213 |
+
"dtype": "torch.bfloat16",
|
| 2214 |
+
"shape": [
|
| 2215 |
+
1,
|
| 2216 |
+
11264,
|
| 2217 |
+
5376
|
| 2218 |
+
],
|
| 2219 |
+
"stride": [
|
| 2220 |
+
60555264,
|
| 2221 |
+
5376,
|
| 2222 |
+
1
|
| 2223 |
+
]
|
| 2224 |
+
},
|
| 2225 |
+
"transformer_blocks.32.attn.to_out.0": {
|
| 2226 |
+
"contiguous": true,
|
| 2227 |
+
"dtype": "torch.bfloat16",
|
| 2228 |
+
"shape": [
|
| 2229 |
+
1,
|
| 2230 |
+
11264,
|
| 2231 |
+
7168
|
| 2232 |
+
],
|
| 2233 |
+
"stride": [
|
| 2234 |
+
80740352,
|
| 2235 |
+
7168,
|
| 2236 |
+
1
|
| 2237 |
+
]
|
| 2238 |
+
},
|
| 2239 |
+
"transformer_blocks.32.attn.to_q": {
|
| 2240 |
+
"contiguous": true,
|
| 2241 |
+
"dtype": "torch.bfloat16",
|
| 2242 |
+
"shape": [
|
| 2243 |
+
1,
|
| 2244 |
+
11264,
|
| 2245 |
+
5376
|
| 2246 |
+
],
|
| 2247 |
+
"stride": [
|
| 2248 |
+
60555264,
|
| 2249 |
+
5376,
|
| 2250 |
+
1
|
| 2251 |
+
]
|
| 2252 |
+
},
|
| 2253 |
+
"transformer_blocks.32.attn.to_v": {
|
| 2254 |
+
"contiguous": true,
|
| 2255 |
+
"dtype": "torch.bfloat16",
|
| 2256 |
+
"shape": [
|
| 2257 |
+
1,
|
| 2258 |
+
11264,
|
| 2259 |
+
5376
|
| 2260 |
+
],
|
| 2261 |
+
"stride": [
|
| 2262 |
+
60555264,
|
| 2263 |
+
5376,
|
| 2264 |
+
1
|
| 2265 |
+
]
|
| 2266 |
+
},
|
| 2267 |
+
"transformer_blocks.32.ff.net.0.proj": {
|
| 2268 |
+
"contiguous": true,
|
| 2269 |
+
"dtype": "torch.bfloat16",
|
| 2270 |
+
"shape": [
|
| 2271 |
+
1,
|
| 2272 |
+
11264,
|
| 2273 |
+
5376
|
| 2274 |
+
],
|
| 2275 |
+
"stride": [
|
| 2276 |
+
60555264,
|
| 2277 |
+
5376,
|
| 2278 |
+
1
|
| 2279 |
+
]
|
| 2280 |
+
},
|
| 2281 |
+
"transformer_blocks.32.ff.net.2": {
|
| 2282 |
+
"contiguous": true,
|
| 2283 |
+
"dtype": "torch.bfloat16",
|
| 2284 |
+
"shape": [
|
| 2285 |
+
1,
|
| 2286 |
+
11264,
|
| 2287 |
+
14336
|
| 2288 |
+
],
|
| 2289 |
+
"stride": [
|
| 2290 |
+
161480704,
|
| 2291 |
+
14336,
|
| 2292 |
+
1
|
| 2293 |
+
]
|
| 2294 |
+
},
|
| 2295 |
+
"transformer_blocks.33.attn.to_k": {
|
| 2296 |
+
"contiguous": true,
|
| 2297 |
+
"dtype": "torch.bfloat16",
|
| 2298 |
+
"shape": [
|
| 2299 |
+
1,
|
| 2300 |
+
11264,
|
| 2301 |
+
5376
|
| 2302 |
+
],
|
| 2303 |
+
"stride": [
|
| 2304 |
+
60555264,
|
| 2305 |
+
5376,
|
| 2306 |
+
1
|
| 2307 |
+
]
|
| 2308 |
+
},
|
| 2309 |
+
"transformer_blocks.33.attn.to_out.0": {
|
| 2310 |
+
"contiguous": true,
|
| 2311 |
+
"dtype": "torch.bfloat16",
|
| 2312 |
+
"shape": [
|
| 2313 |
+
1,
|
| 2314 |
+
11264,
|
| 2315 |
+
7168
|
| 2316 |
+
],
|
| 2317 |
+
"stride": [
|
| 2318 |
+
80740352,
|
| 2319 |
+
7168,
|
| 2320 |
+
1
|
| 2321 |
+
]
|
| 2322 |
+
},
|
| 2323 |
+
"transformer_blocks.33.attn.to_q": {
|
| 2324 |
+
"contiguous": true,
|
| 2325 |
+
"dtype": "torch.bfloat16",
|
| 2326 |
+
"shape": [
|
| 2327 |
+
1,
|
| 2328 |
+
11264,
|
| 2329 |
+
5376
|
| 2330 |
+
],
|
| 2331 |
+
"stride": [
|
| 2332 |
+
60555264,
|
| 2333 |
+
5376,
|
| 2334 |
+
1
|
| 2335 |
+
]
|
| 2336 |
+
},
|
| 2337 |
+
"transformer_blocks.33.attn.to_v": {
|
| 2338 |
+
"contiguous": true,
|
| 2339 |
+
"dtype": "torch.bfloat16",
|
| 2340 |
+
"shape": [
|
| 2341 |
+
1,
|
| 2342 |
+
11264,
|
| 2343 |
+
5376
|
| 2344 |
+
],
|
| 2345 |
+
"stride": [
|
| 2346 |
+
60555264,
|
| 2347 |
+
5376,
|
| 2348 |
+
1
|
| 2349 |
+
]
|
| 2350 |
+
},
|
| 2351 |
+
"transformer_blocks.33.ff.net.0.proj": {
|
| 2352 |
+
"contiguous": true,
|
| 2353 |
+
"dtype": "torch.bfloat16",
|
| 2354 |
+
"shape": [
|
| 2355 |
+
1,
|
| 2356 |
+
11264,
|
| 2357 |
+
5376
|
| 2358 |
+
],
|
| 2359 |
+
"stride": [
|
| 2360 |
+
60555264,
|
| 2361 |
+
5376,
|
| 2362 |
+
1
|
| 2363 |
+
]
|
| 2364 |
+
},
|
| 2365 |
+
"transformer_blocks.33.ff.net.2": {
|
| 2366 |
+
"contiguous": true,
|
| 2367 |
+
"dtype": "torch.bfloat16",
|
| 2368 |
+
"shape": [
|
| 2369 |
+
1,
|
| 2370 |
+
11264,
|
| 2371 |
+
14336
|
| 2372 |
+
],
|
| 2373 |
+
"stride": [
|
| 2374 |
+
161480704,
|
| 2375 |
+
14336,
|
| 2376 |
+
1
|
| 2377 |
+
]
|
| 2378 |
+
},
|
| 2379 |
+
"transformer_blocks.34.attn.to_k": {
|
| 2380 |
+
"contiguous": true,
|
| 2381 |
+
"dtype": "torch.bfloat16",
|
| 2382 |
+
"shape": [
|
| 2383 |
+
1,
|
| 2384 |
+
11264,
|
| 2385 |
+
5376
|
| 2386 |
+
],
|
| 2387 |
+
"stride": [
|
| 2388 |
+
60555264,
|
| 2389 |
+
5376,
|
| 2390 |
+
1
|
| 2391 |
+
]
|
| 2392 |
+
},
|
| 2393 |
+
"transformer_blocks.34.attn.to_out.0": {
|
| 2394 |
+
"contiguous": true,
|
| 2395 |
+
"dtype": "torch.bfloat16",
|
| 2396 |
+
"shape": [
|
| 2397 |
+
1,
|
| 2398 |
+
11264,
|
| 2399 |
+
7168
|
| 2400 |
+
],
|
| 2401 |
+
"stride": [
|
| 2402 |
+
80740352,
|
| 2403 |
+
7168,
|
| 2404 |
+
1
|
| 2405 |
+
]
|
| 2406 |
+
},
|
| 2407 |
+
"transformer_blocks.34.attn.to_q": {
|
| 2408 |
+
"contiguous": true,
|
| 2409 |
+
"dtype": "torch.bfloat16",
|
| 2410 |
+
"shape": [
|
| 2411 |
+
1,
|
| 2412 |
+
11264,
|
| 2413 |
+
5376
|
| 2414 |
+
],
|
| 2415 |
+
"stride": [
|
| 2416 |
+
60555264,
|
| 2417 |
+
5376,
|
| 2418 |
+
1
|
| 2419 |
+
]
|
| 2420 |
+
},
|
| 2421 |
+
"transformer_blocks.34.attn.to_v": {
|
| 2422 |
+
"contiguous": true,
|
| 2423 |
+
"dtype": "torch.bfloat16",
|
| 2424 |
+
"shape": [
|
| 2425 |
+
1,
|
| 2426 |
+
11264,
|
| 2427 |
+
5376
|
| 2428 |
+
],
|
| 2429 |
+
"stride": [
|
| 2430 |
+
60555264,
|
| 2431 |
+
5376,
|
| 2432 |
+
1
|
| 2433 |
+
]
|
| 2434 |
+
},
|
| 2435 |
+
"transformer_blocks.34.ff.net.0.proj": {
|
| 2436 |
+
"contiguous": true,
|
| 2437 |
+
"dtype": "torch.bfloat16",
|
| 2438 |
+
"shape": [
|
| 2439 |
+
1,
|
| 2440 |
+
11264,
|
| 2441 |
+
5376
|
| 2442 |
+
],
|
| 2443 |
+
"stride": [
|
| 2444 |
+
60555264,
|
| 2445 |
+
5376,
|
| 2446 |
+
1
|
| 2447 |
+
]
|
| 2448 |
+
},
|
| 2449 |
+
"transformer_blocks.34.ff.net.2": {
|
| 2450 |
+
"contiguous": true,
|
| 2451 |
+
"dtype": "torch.bfloat16",
|
| 2452 |
+
"shape": [
|
| 2453 |
+
1,
|
| 2454 |
+
11264,
|
| 2455 |
+
14336
|
| 2456 |
+
],
|
| 2457 |
+
"stride": [
|
| 2458 |
+
161480704,
|
| 2459 |
+
14336,
|
| 2460 |
+
1
|
| 2461 |
+
]
|
| 2462 |
+
},
|
| 2463 |
+
"transformer_blocks.35.attn.to_k": {
|
| 2464 |
+
"contiguous": true,
|
| 2465 |
+
"dtype": "torch.bfloat16",
|
| 2466 |
+
"shape": [
|
| 2467 |
+
1,
|
| 2468 |
+
11264,
|
| 2469 |
+
5376
|
| 2470 |
+
],
|
| 2471 |
+
"stride": [
|
| 2472 |
+
60555264,
|
| 2473 |
+
5376,
|
| 2474 |
+
1
|
| 2475 |
+
]
|
| 2476 |
+
},
|
| 2477 |
+
"transformer_blocks.35.attn.to_out.0": {
|
| 2478 |
+
"contiguous": true,
|
| 2479 |
+
"dtype": "torch.bfloat16",
|
| 2480 |
+
"shape": [
|
| 2481 |
+
1,
|
| 2482 |
+
11264,
|
| 2483 |
+
7168
|
| 2484 |
+
],
|
| 2485 |
+
"stride": [
|
| 2486 |
+
80740352,
|
| 2487 |
+
7168,
|
| 2488 |
+
1
|
| 2489 |
+
]
|
| 2490 |
+
},
|
| 2491 |
+
"transformer_blocks.35.attn.to_q": {
|
| 2492 |
+
"contiguous": true,
|
| 2493 |
+
"dtype": "torch.bfloat16",
|
| 2494 |
+
"shape": [
|
| 2495 |
+
1,
|
| 2496 |
+
11264,
|
| 2497 |
+
5376
|
| 2498 |
+
],
|
| 2499 |
+
"stride": [
|
| 2500 |
+
60555264,
|
| 2501 |
+
5376,
|
| 2502 |
+
1
|
| 2503 |
+
]
|
| 2504 |
+
},
|
| 2505 |
+
"transformer_blocks.35.attn.to_v": {
|
| 2506 |
+
"contiguous": true,
|
| 2507 |
+
"dtype": "torch.bfloat16",
|
| 2508 |
+
"shape": [
|
| 2509 |
+
1,
|
| 2510 |
+
11264,
|
| 2511 |
+
5376
|
| 2512 |
+
],
|
| 2513 |
+
"stride": [
|
| 2514 |
+
60555264,
|
| 2515 |
+
5376,
|
| 2516 |
+
1
|
| 2517 |
+
]
|
| 2518 |
+
},
|
| 2519 |
+
"transformer_blocks.35.ff.net.0.proj": {
|
| 2520 |
+
"contiguous": true,
|
| 2521 |
+
"dtype": "torch.bfloat16",
|
| 2522 |
+
"shape": [
|
| 2523 |
+
1,
|
| 2524 |
+
11264,
|
| 2525 |
+
5376
|
| 2526 |
+
],
|
| 2527 |
+
"stride": [
|
| 2528 |
+
60555264,
|
| 2529 |
+
5376,
|
| 2530 |
+
1
|
| 2531 |
+
]
|
| 2532 |
+
},
|
| 2533 |
+
"transformer_blocks.35.ff.net.2": {
|
| 2534 |
+
"contiguous": true,
|
| 2535 |
+
"dtype": "torch.bfloat16",
|
| 2536 |
+
"shape": [
|
| 2537 |
+
1,
|
| 2538 |
+
11264,
|
| 2539 |
+
14336
|
| 2540 |
+
],
|
| 2541 |
+
"stride": [
|
| 2542 |
+
161480704,
|
| 2543 |
+
14336,
|
| 2544 |
+
1
|
| 2545 |
+
]
|
| 2546 |
+
},
|
| 2547 |
+
"transformer_blocks.36.attn.to_k": {
|
| 2548 |
+
"contiguous": true,
|
| 2549 |
+
"dtype": "torch.bfloat16",
|
| 2550 |
+
"shape": [
|
| 2551 |
+
1,
|
| 2552 |
+
11264,
|
| 2553 |
+
5376
|
| 2554 |
+
],
|
| 2555 |
+
"stride": [
|
| 2556 |
+
60555264,
|
| 2557 |
+
5376,
|
| 2558 |
+
1
|
| 2559 |
+
]
|
| 2560 |
+
},
|
| 2561 |
+
"transformer_blocks.36.attn.to_out.0": {
|
| 2562 |
+
"contiguous": true,
|
| 2563 |
+
"dtype": "torch.bfloat16",
|
| 2564 |
+
"shape": [
|
| 2565 |
+
1,
|
| 2566 |
+
11264,
|
| 2567 |
+
7168
|
| 2568 |
+
],
|
| 2569 |
+
"stride": [
|
| 2570 |
+
80740352,
|
| 2571 |
+
7168,
|
| 2572 |
+
1
|
| 2573 |
+
]
|
| 2574 |
+
},
|
| 2575 |
+
"transformer_blocks.36.attn.to_q": {
|
| 2576 |
+
"contiguous": true,
|
| 2577 |
+
"dtype": "torch.bfloat16",
|
| 2578 |
+
"shape": [
|
| 2579 |
+
1,
|
| 2580 |
+
11264,
|
| 2581 |
+
5376
|
| 2582 |
+
],
|
| 2583 |
+
"stride": [
|
| 2584 |
+
60555264,
|
| 2585 |
+
5376,
|
| 2586 |
+
1
|
| 2587 |
+
]
|
| 2588 |
+
},
|
| 2589 |
+
"transformer_blocks.36.attn.to_v": {
|
| 2590 |
+
"contiguous": true,
|
| 2591 |
+
"dtype": "torch.bfloat16",
|
| 2592 |
+
"shape": [
|
| 2593 |
+
1,
|
| 2594 |
+
11264,
|
| 2595 |
+
5376
|
| 2596 |
+
],
|
| 2597 |
+
"stride": [
|
| 2598 |
+
60555264,
|
| 2599 |
+
5376,
|
| 2600 |
+
1
|
| 2601 |
+
]
|
| 2602 |
+
},
|
| 2603 |
+
"transformer_blocks.36.ff.net.0.proj": {
|
| 2604 |
+
"contiguous": true,
|
| 2605 |
+
"dtype": "torch.bfloat16",
|
| 2606 |
+
"shape": [
|
| 2607 |
+
1,
|
| 2608 |
+
11264,
|
| 2609 |
+
5376
|
| 2610 |
+
],
|
| 2611 |
+
"stride": [
|
| 2612 |
+
60555264,
|
| 2613 |
+
5376,
|
| 2614 |
+
1
|
| 2615 |
+
]
|
| 2616 |
+
},
|
| 2617 |
+
"transformer_blocks.36.ff.net.2": {
|
| 2618 |
+
"contiguous": true,
|
| 2619 |
+
"dtype": "torch.bfloat16",
|
| 2620 |
+
"shape": [
|
| 2621 |
+
1,
|
| 2622 |
+
11264,
|
| 2623 |
+
14336
|
| 2624 |
+
],
|
| 2625 |
+
"stride": [
|
| 2626 |
+
161480704,
|
| 2627 |
+
14336,
|
| 2628 |
+
1
|
| 2629 |
+
]
|
| 2630 |
+
},
|
| 2631 |
+
"transformer_blocks.37.attn.to_k": {
|
| 2632 |
+
"contiguous": true,
|
| 2633 |
+
"dtype": "torch.bfloat16",
|
| 2634 |
+
"shape": [
|
| 2635 |
+
1,
|
| 2636 |
+
11264,
|
| 2637 |
+
5376
|
| 2638 |
+
],
|
| 2639 |
+
"stride": [
|
| 2640 |
+
60555264,
|
| 2641 |
+
5376,
|
| 2642 |
+
1
|
| 2643 |
+
]
|
| 2644 |
+
},
|
| 2645 |
+
"transformer_blocks.37.attn.to_out.0": {
|
| 2646 |
+
"contiguous": true,
|
| 2647 |
+
"dtype": "torch.bfloat16",
|
| 2648 |
+
"shape": [
|
| 2649 |
+
1,
|
| 2650 |
+
11264,
|
| 2651 |
+
7168
|
| 2652 |
+
],
|
| 2653 |
+
"stride": [
|
| 2654 |
+
80740352,
|
| 2655 |
+
7168,
|
| 2656 |
+
1
|
| 2657 |
+
]
|
| 2658 |
+
},
|
| 2659 |
+
"transformer_blocks.37.attn.to_q": {
|
| 2660 |
+
"contiguous": true,
|
| 2661 |
+
"dtype": "torch.bfloat16",
|
| 2662 |
+
"shape": [
|
| 2663 |
+
1,
|
| 2664 |
+
11264,
|
| 2665 |
+
5376
|
| 2666 |
+
],
|
| 2667 |
+
"stride": [
|
| 2668 |
+
60555264,
|
| 2669 |
+
5376,
|
| 2670 |
+
1
|
| 2671 |
+
]
|
| 2672 |
+
},
|
| 2673 |
+
"transformer_blocks.37.attn.to_v": {
|
| 2674 |
+
"contiguous": true,
|
| 2675 |
+
"dtype": "torch.bfloat16",
|
| 2676 |
+
"shape": [
|
| 2677 |
+
1,
|
| 2678 |
+
11264,
|
| 2679 |
+
5376
|
| 2680 |
+
],
|
| 2681 |
+
"stride": [
|
| 2682 |
+
60555264,
|
| 2683 |
+
5376,
|
| 2684 |
+
1
|
| 2685 |
+
]
|
| 2686 |
+
},
|
| 2687 |
+
"transformer_blocks.37.ff.net.0.proj": {
|
| 2688 |
+
"contiguous": true,
|
| 2689 |
+
"dtype": "torch.bfloat16",
|
| 2690 |
+
"shape": [
|
| 2691 |
+
1,
|
| 2692 |
+
11264,
|
| 2693 |
+
5376
|
| 2694 |
+
],
|
| 2695 |
+
"stride": [
|
| 2696 |
+
60555264,
|
| 2697 |
+
5376,
|
| 2698 |
+
1
|
| 2699 |
+
]
|
| 2700 |
+
},
|
| 2701 |
+
"transformer_blocks.37.ff.net.2": {
|
| 2702 |
+
"contiguous": true,
|
| 2703 |
+
"dtype": "torch.bfloat16",
|
| 2704 |
+
"shape": [
|
| 2705 |
+
1,
|
| 2706 |
+
11264,
|
| 2707 |
+
14336
|
| 2708 |
+
],
|
| 2709 |
+
"stride": [
|
| 2710 |
+
161480704,
|
| 2711 |
+
14336,
|
| 2712 |
+
1
|
| 2713 |
+
]
|
| 2714 |
+
},
|
| 2715 |
+
"transformer_blocks.38.attn.to_k": {
|
| 2716 |
+
"contiguous": true,
|
| 2717 |
+
"dtype": "torch.bfloat16",
|
| 2718 |
+
"shape": [
|
| 2719 |
+
1,
|
| 2720 |
+
11264,
|
| 2721 |
+
5376
|
| 2722 |
+
],
|
| 2723 |
+
"stride": [
|
| 2724 |
+
60555264,
|
| 2725 |
+
5376,
|
| 2726 |
+
1
|
| 2727 |
+
]
|
| 2728 |
+
},
|
| 2729 |
+
"transformer_blocks.38.attn.to_out.0": {
|
| 2730 |
+
"contiguous": true,
|
| 2731 |
+
"dtype": "torch.bfloat16",
|
| 2732 |
+
"shape": [
|
| 2733 |
+
1,
|
| 2734 |
+
11264,
|
| 2735 |
+
7168
|
| 2736 |
+
],
|
| 2737 |
+
"stride": [
|
| 2738 |
+
80740352,
|
| 2739 |
+
7168,
|
| 2740 |
+
1
|
| 2741 |
+
]
|
| 2742 |
+
},
|
| 2743 |
+
"transformer_blocks.38.attn.to_q": {
|
| 2744 |
+
"contiguous": true,
|
| 2745 |
+
"dtype": "torch.bfloat16",
|
| 2746 |
+
"shape": [
|
| 2747 |
+
1,
|
| 2748 |
+
11264,
|
| 2749 |
+
5376
|
| 2750 |
+
],
|
| 2751 |
+
"stride": [
|
| 2752 |
+
60555264,
|
| 2753 |
+
5376,
|
| 2754 |
+
1
|
| 2755 |
+
]
|
| 2756 |
+
},
|
| 2757 |
+
"transformer_blocks.38.attn.to_v": {
|
| 2758 |
+
"contiguous": true,
|
| 2759 |
+
"dtype": "torch.bfloat16",
|
| 2760 |
+
"shape": [
|
| 2761 |
+
1,
|
| 2762 |
+
11264,
|
| 2763 |
+
5376
|
| 2764 |
+
],
|
| 2765 |
+
"stride": [
|
| 2766 |
+
60555264,
|
| 2767 |
+
5376,
|
| 2768 |
+
1
|
| 2769 |
+
]
|
| 2770 |
+
},
|
| 2771 |
+
"transformer_blocks.38.ff.net.0.proj": {
|
| 2772 |
+
"contiguous": true,
|
| 2773 |
+
"dtype": "torch.bfloat16",
|
| 2774 |
+
"shape": [
|
| 2775 |
+
1,
|
| 2776 |
+
11264,
|
| 2777 |
+
5376
|
| 2778 |
+
],
|
| 2779 |
+
"stride": [
|
| 2780 |
+
60555264,
|
| 2781 |
+
5376,
|
| 2782 |
+
1
|
| 2783 |
+
]
|
| 2784 |
+
},
|
| 2785 |
+
"transformer_blocks.38.ff.net.2": {
|
| 2786 |
+
"contiguous": true,
|
| 2787 |
+
"dtype": "torch.bfloat16",
|
| 2788 |
+
"shape": [
|
| 2789 |
+
1,
|
| 2790 |
+
11264,
|
| 2791 |
+
14336
|
| 2792 |
+
],
|
| 2793 |
+
"stride": [
|
| 2794 |
+
161480704,
|
| 2795 |
+
14336,
|
| 2796 |
+
1
|
| 2797 |
+
]
|
| 2798 |
+
},
|
| 2799 |
+
"transformer_blocks.39.attn.to_k": {
|
| 2800 |
+
"contiguous": true,
|
| 2801 |
+
"dtype": "torch.bfloat16",
|
| 2802 |
+
"shape": [
|
| 2803 |
+
1,
|
| 2804 |
+
11264,
|
| 2805 |
+
5376
|
| 2806 |
+
],
|
| 2807 |
+
"stride": [
|
| 2808 |
+
60555264,
|
| 2809 |
+
5376,
|
| 2810 |
+
1
|
| 2811 |
+
]
|
| 2812 |
+
},
|
| 2813 |
+
"transformer_blocks.39.attn.to_out.0": {
|
| 2814 |
+
"contiguous": true,
|
| 2815 |
+
"dtype": "torch.bfloat16",
|
| 2816 |
+
"shape": [
|
| 2817 |
+
1,
|
| 2818 |
+
11264,
|
| 2819 |
+
7168
|
| 2820 |
+
],
|
| 2821 |
+
"stride": [
|
| 2822 |
+
80740352,
|
| 2823 |
+
7168,
|
| 2824 |
+
1
|
| 2825 |
+
]
|
| 2826 |
+
},
|
| 2827 |
+
"transformer_blocks.39.attn.to_q": {
|
| 2828 |
+
"contiguous": true,
|
| 2829 |
+
"dtype": "torch.bfloat16",
|
| 2830 |
+
"shape": [
|
| 2831 |
+
1,
|
| 2832 |
+
11264,
|
| 2833 |
+
5376
|
| 2834 |
+
],
|
| 2835 |
+
"stride": [
|
| 2836 |
+
60555264,
|
| 2837 |
+
5376,
|
| 2838 |
+
1
|
| 2839 |
+
]
|
| 2840 |
+
},
|
| 2841 |
+
"transformer_blocks.39.attn.to_v": {
|
| 2842 |
+
"contiguous": true,
|
| 2843 |
+
"dtype": "torch.bfloat16",
|
| 2844 |
+
"shape": [
|
| 2845 |
+
1,
|
| 2846 |
+
11264,
|
| 2847 |
+
5376
|
| 2848 |
+
],
|
| 2849 |
+
"stride": [
|
| 2850 |
+
60555264,
|
| 2851 |
+
5376,
|
| 2852 |
+
1
|
| 2853 |
+
]
|
| 2854 |
+
},
|
| 2855 |
+
"transformer_blocks.39.ff.net.0.proj": {
|
| 2856 |
+
"contiguous": true,
|
| 2857 |
+
"dtype": "torch.bfloat16",
|
| 2858 |
+
"shape": [
|
| 2859 |
+
1,
|
| 2860 |
+
11264,
|
| 2861 |
+
5376
|
| 2862 |
+
],
|
| 2863 |
+
"stride": [
|
| 2864 |
+
60555264,
|
| 2865 |
+
5376,
|
| 2866 |
+
1
|
| 2867 |
+
]
|
| 2868 |
+
},
|
| 2869 |
+
"transformer_blocks.39.ff.net.2": {
|
| 2870 |
+
"contiguous": true,
|
| 2871 |
+
"dtype": "torch.bfloat16",
|
| 2872 |
+
"shape": [
|
| 2873 |
+
1,
|
| 2874 |
+
11264,
|
| 2875 |
+
14336
|
| 2876 |
+
],
|
| 2877 |
+
"stride": [
|
| 2878 |
+
161480704,
|
| 2879 |
+
14336,
|
| 2880 |
+
1
|
| 2881 |
+
]
|
| 2882 |
+
},
|
| 2883 |
+
"transformer_blocks.4.attn.to_k": {
|
| 2884 |
+
"contiguous": true,
|
| 2885 |
+
"dtype": "torch.bfloat16",
|
| 2886 |
+
"shape": [
|
| 2887 |
+
1,
|
| 2888 |
+
11264,
|
| 2889 |
+
5376
|
| 2890 |
+
],
|
| 2891 |
+
"stride": [
|
| 2892 |
+
60555264,
|
| 2893 |
+
5376,
|
| 2894 |
+
1
|
| 2895 |
+
]
|
| 2896 |
+
},
|
| 2897 |
+
"transformer_blocks.4.attn.to_out.0": {
|
| 2898 |
+
"contiguous": true,
|
| 2899 |
+
"dtype": "torch.bfloat16",
|
| 2900 |
+
"shape": [
|
| 2901 |
+
1,
|
| 2902 |
+
11264,
|
| 2903 |
+
7168
|
| 2904 |
+
],
|
| 2905 |
+
"stride": [
|
| 2906 |
+
80740352,
|
| 2907 |
+
7168,
|
| 2908 |
+
1
|
| 2909 |
+
]
|
| 2910 |
+
},
|
| 2911 |
+
"transformer_blocks.4.attn.to_q": {
|
| 2912 |
+
"contiguous": true,
|
| 2913 |
+
"dtype": "torch.bfloat16",
|
| 2914 |
+
"shape": [
|
| 2915 |
+
1,
|
| 2916 |
+
11264,
|
| 2917 |
+
5376
|
| 2918 |
+
],
|
| 2919 |
+
"stride": [
|
| 2920 |
+
60555264,
|
| 2921 |
+
5376,
|
| 2922 |
+
1
|
| 2923 |
+
]
|
| 2924 |
+
},
|
| 2925 |
+
"transformer_blocks.4.attn.to_v": {
|
| 2926 |
+
"contiguous": true,
|
| 2927 |
+
"dtype": "torch.bfloat16",
|
| 2928 |
+
"shape": [
|
| 2929 |
+
1,
|
| 2930 |
+
11264,
|
| 2931 |
+
5376
|
| 2932 |
+
],
|
| 2933 |
+
"stride": [
|
| 2934 |
+
60555264,
|
| 2935 |
+
5376,
|
| 2936 |
+
1
|
| 2937 |
+
]
|
| 2938 |
+
},
|
| 2939 |
+
"transformer_blocks.4.ff.net.0.proj": {
|
| 2940 |
+
"contiguous": true,
|
| 2941 |
+
"dtype": "torch.bfloat16",
|
| 2942 |
+
"shape": [
|
| 2943 |
+
1,
|
| 2944 |
+
11264,
|
| 2945 |
+
5376
|
| 2946 |
+
],
|
| 2947 |
+
"stride": [
|
| 2948 |
+
60555264,
|
| 2949 |
+
5376,
|
| 2950 |
+
1
|
| 2951 |
+
]
|
| 2952 |
+
},
|
| 2953 |
+
"transformer_blocks.4.ff.net.2": {
|
| 2954 |
+
"contiguous": true,
|
| 2955 |
+
"dtype": "torch.bfloat16",
|
| 2956 |
+
"shape": [
|
| 2957 |
+
1,
|
| 2958 |
+
11264,
|
| 2959 |
+
14336
|
| 2960 |
+
],
|
| 2961 |
+
"stride": [
|
| 2962 |
+
161480704,
|
| 2963 |
+
14336,
|
| 2964 |
+
1
|
| 2965 |
+
]
|
| 2966 |
+
},
|
| 2967 |
+
"transformer_blocks.40.attn.to_k": {
|
| 2968 |
+
"contiguous": true,
|
| 2969 |
+
"dtype": "torch.bfloat16",
|
| 2970 |
+
"shape": [
|
| 2971 |
+
1,
|
| 2972 |
+
11264,
|
| 2973 |
+
5376
|
| 2974 |
+
],
|
| 2975 |
+
"stride": [
|
| 2976 |
+
60555264,
|
| 2977 |
+
5376,
|
| 2978 |
+
1
|
| 2979 |
+
]
|
| 2980 |
+
},
|
| 2981 |
+
"transformer_blocks.40.attn.to_out.0": {
|
| 2982 |
+
"contiguous": true,
|
| 2983 |
+
"dtype": "torch.bfloat16",
|
| 2984 |
+
"shape": [
|
| 2985 |
+
1,
|
| 2986 |
+
11264,
|
| 2987 |
+
7168
|
| 2988 |
+
],
|
| 2989 |
+
"stride": [
|
| 2990 |
+
80740352,
|
| 2991 |
+
7168,
|
| 2992 |
+
1
|
| 2993 |
+
]
|
| 2994 |
+
},
|
| 2995 |
+
"transformer_blocks.40.attn.to_q": {
|
| 2996 |
+
"contiguous": true,
|
| 2997 |
+
"dtype": "torch.bfloat16",
|
| 2998 |
+
"shape": [
|
| 2999 |
+
1,
|
| 3000 |
+
11264,
|
| 3001 |
+
5376
|
| 3002 |
+
],
|
| 3003 |
+
"stride": [
|
| 3004 |
+
60555264,
|
| 3005 |
+
5376,
|
| 3006 |
+
1
|
| 3007 |
+
]
|
| 3008 |
+
},
|
| 3009 |
+
"transformer_blocks.40.attn.to_v": {
|
| 3010 |
+
"contiguous": true,
|
| 3011 |
+
"dtype": "torch.bfloat16",
|
| 3012 |
+
"shape": [
|
| 3013 |
+
1,
|
| 3014 |
+
11264,
|
| 3015 |
+
5376
|
| 3016 |
+
],
|
| 3017 |
+
"stride": [
|
| 3018 |
+
60555264,
|
| 3019 |
+
5376,
|
| 3020 |
+
1
|
| 3021 |
+
]
|
| 3022 |
+
},
|
| 3023 |
+
"transformer_blocks.40.ff.net.0.proj": {
|
| 3024 |
+
"contiguous": true,
|
| 3025 |
+
"dtype": "torch.bfloat16",
|
| 3026 |
+
"shape": [
|
| 3027 |
+
1,
|
| 3028 |
+
11264,
|
| 3029 |
+
5376
|
| 3030 |
+
],
|
| 3031 |
+
"stride": [
|
| 3032 |
+
60555264,
|
| 3033 |
+
5376,
|
| 3034 |
+
1
|
| 3035 |
+
]
|
| 3036 |
+
},
|
| 3037 |
+
"transformer_blocks.40.ff.net.2": {
|
| 3038 |
+
"contiguous": true,
|
| 3039 |
+
"dtype": "torch.bfloat16",
|
| 3040 |
+
"shape": [
|
| 3041 |
+
1,
|
| 3042 |
+
11264,
|
| 3043 |
+
14336
|
| 3044 |
+
],
|
| 3045 |
+
"stride": [
|
| 3046 |
+
161480704,
|
| 3047 |
+
14336,
|
| 3048 |
+
1
|
| 3049 |
+
]
|
| 3050 |
+
},
|
| 3051 |
+
"transformer_blocks.41.attn.to_k": {
|
| 3052 |
+
"contiguous": true,
|
| 3053 |
+
"dtype": "torch.bfloat16",
|
| 3054 |
+
"shape": [
|
| 3055 |
+
1,
|
| 3056 |
+
11264,
|
| 3057 |
+
5376
|
| 3058 |
+
],
|
| 3059 |
+
"stride": [
|
| 3060 |
+
60555264,
|
| 3061 |
+
5376,
|
| 3062 |
+
1
|
| 3063 |
+
]
|
| 3064 |
+
},
|
| 3065 |
+
"transformer_blocks.41.attn.to_out.0": {
|
| 3066 |
+
"contiguous": true,
|
| 3067 |
+
"dtype": "torch.bfloat16",
|
| 3068 |
+
"shape": [
|
| 3069 |
+
1,
|
| 3070 |
+
11264,
|
| 3071 |
+
7168
|
| 3072 |
+
],
|
| 3073 |
+
"stride": [
|
| 3074 |
+
80740352,
|
| 3075 |
+
7168,
|
| 3076 |
+
1
|
| 3077 |
+
]
|
| 3078 |
+
},
|
| 3079 |
+
"transformer_blocks.41.attn.to_q": {
|
| 3080 |
+
"contiguous": true,
|
| 3081 |
+
"dtype": "torch.bfloat16",
|
| 3082 |
+
"shape": [
|
| 3083 |
+
1,
|
| 3084 |
+
11264,
|
| 3085 |
+
5376
|
| 3086 |
+
],
|
| 3087 |
+
"stride": [
|
| 3088 |
+
60555264,
|
| 3089 |
+
5376,
|
| 3090 |
+
1
|
| 3091 |
+
]
|
| 3092 |
+
},
|
| 3093 |
+
"transformer_blocks.41.attn.to_v": {
|
| 3094 |
+
"contiguous": true,
|
| 3095 |
+
"dtype": "torch.bfloat16",
|
| 3096 |
+
"shape": [
|
| 3097 |
+
1,
|
| 3098 |
+
11264,
|
| 3099 |
+
5376
|
| 3100 |
+
],
|
| 3101 |
+
"stride": [
|
| 3102 |
+
60555264,
|
| 3103 |
+
5376,
|
| 3104 |
+
1
|
| 3105 |
+
]
|
| 3106 |
+
},
|
| 3107 |
+
"transformer_blocks.41.ff.net.0.proj": {
|
| 3108 |
+
"contiguous": true,
|
| 3109 |
+
"dtype": "torch.bfloat16",
|
| 3110 |
+
"shape": [
|
| 3111 |
+
1,
|
| 3112 |
+
11264,
|
| 3113 |
+
5376
|
| 3114 |
+
],
|
| 3115 |
+
"stride": [
|
| 3116 |
+
60555264,
|
| 3117 |
+
5376,
|
| 3118 |
+
1
|
| 3119 |
+
]
|
| 3120 |
+
},
|
| 3121 |
+
"transformer_blocks.41.ff.net.2": {
|
| 3122 |
+
"contiguous": true,
|
| 3123 |
+
"dtype": "torch.bfloat16",
|
| 3124 |
+
"shape": [
|
| 3125 |
+
1,
|
| 3126 |
+
11264,
|
| 3127 |
+
14336
|
| 3128 |
+
],
|
| 3129 |
+
"stride": [
|
| 3130 |
+
161480704,
|
| 3131 |
+
14336,
|
| 3132 |
+
1
|
| 3133 |
+
]
|
| 3134 |
+
},
|
| 3135 |
+
"transformer_blocks.42.attn.to_k": {
|
| 3136 |
+
"contiguous": true,
|
| 3137 |
+
"dtype": "torch.bfloat16",
|
| 3138 |
+
"shape": [
|
| 3139 |
+
1,
|
| 3140 |
+
11264,
|
| 3141 |
+
5376
|
| 3142 |
+
],
|
| 3143 |
+
"stride": [
|
| 3144 |
+
60555264,
|
| 3145 |
+
5376,
|
| 3146 |
+
1
|
| 3147 |
+
]
|
| 3148 |
+
},
|
| 3149 |
+
"transformer_blocks.42.attn.to_out.0": {
|
| 3150 |
+
"contiguous": true,
|
| 3151 |
+
"dtype": "torch.bfloat16",
|
| 3152 |
+
"shape": [
|
| 3153 |
+
1,
|
| 3154 |
+
11264,
|
| 3155 |
+
7168
|
| 3156 |
+
],
|
| 3157 |
+
"stride": [
|
| 3158 |
+
80740352,
|
| 3159 |
+
7168,
|
| 3160 |
+
1
|
| 3161 |
+
]
|
| 3162 |
+
},
|
| 3163 |
+
"transformer_blocks.42.attn.to_q": {
|
| 3164 |
+
"contiguous": true,
|
| 3165 |
+
"dtype": "torch.bfloat16",
|
| 3166 |
+
"shape": [
|
| 3167 |
+
1,
|
| 3168 |
+
11264,
|
| 3169 |
+
5376
|
| 3170 |
+
],
|
| 3171 |
+
"stride": [
|
| 3172 |
+
60555264,
|
| 3173 |
+
5376,
|
| 3174 |
+
1
|
| 3175 |
+
]
|
| 3176 |
+
},
|
| 3177 |
+
"transformer_blocks.42.attn.to_v": {
|
| 3178 |
+
"contiguous": true,
|
| 3179 |
+
"dtype": "torch.bfloat16",
|
| 3180 |
+
"shape": [
|
| 3181 |
+
1,
|
| 3182 |
+
11264,
|
| 3183 |
+
5376
|
| 3184 |
+
],
|
| 3185 |
+
"stride": [
|
| 3186 |
+
60555264,
|
| 3187 |
+
5376,
|
| 3188 |
+
1
|
| 3189 |
+
]
|
| 3190 |
+
},
|
| 3191 |
+
"transformer_blocks.42.ff.net.0.proj": {
|
| 3192 |
+
"contiguous": true,
|
| 3193 |
+
"dtype": "torch.bfloat16",
|
| 3194 |
+
"shape": [
|
| 3195 |
+
1,
|
| 3196 |
+
11264,
|
| 3197 |
+
5376
|
| 3198 |
+
],
|
| 3199 |
+
"stride": [
|
| 3200 |
+
60555264,
|
| 3201 |
+
5376,
|
| 3202 |
+
1
|
| 3203 |
+
]
|
| 3204 |
+
},
|
| 3205 |
+
"transformer_blocks.42.ff.net.2": {
|
| 3206 |
+
"contiguous": true,
|
| 3207 |
+
"dtype": "torch.bfloat16",
|
| 3208 |
+
"shape": [
|
| 3209 |
+
1,
|
| 3210 |
+
11264,
|
| 3211 |
+
14336
|
| 3212 |
+
],
|
| 3213 |
+
"stride": [
|
| 3214 |
+
161480704,
|
| 3215 |
+
14336,
|
| 3216 |
+
1
|
| 3217 |
+
]
|
| 3218 |
+
},
|
| 3219 |
+
"transformer_blocks.43.attn.to_k": {
|
| 3220 |
+
"contiguous": true,
|
| 3221 |
+
"dtype": "torch.bfloat16",
|
| 3222 |
+
"shape": [
|
| 3223 |
+
1,
|
| 3224 |
+
11264,
|
| 3225 |
+
5376
|
| 3226 |
+
],
|
| 3227 |
+
"stride": [
|
| 3228 |
+
60555264,
|
| 3229 |
+
5376,
|
| 3230 |
+
1
|
| 3231 |
+
]
|
| 3232 |
+
},
|
| 3233 |
+
"transformer_blocks.43.attn.to_out.0": {
|
| 3234 |
+
"contiguous": true,
|
| 3235 |
+
"dtype": "torch.bfloat16",
|
| 3236 |
+
"shape": [
|
| 3237 |
+
1,
|
| 3238 |
+
11264,
|
| 3239 |
+
7168
|
| 3240 |
+
],
|
| 3241 |
+
"stride": [
|
| 3242 |
+
80740352,
|
| 3243 |
+
7168,
|
| 3244 |
+
1
|
| 3245 |
+
]
|
| 3246 |
+
},
|
| 3247 |
+
"transformer_blocks.43.attn.to_q": {
|
| 3248 |
+
"contiguous": true,
|
| 3249 |
+
"dtype": "torch.bfloat16",
|
| 3250 |
+
"shape": [
|
| 3251 |
+
1,
|
| 3252 |
+
11264,
|
| 3253 |
+
5376
|
| 3254 |
+
],
|
| 3255 |
+
"stride": [
|
| 3256 |
+
60555264,
|
| 3257 |
+
5376,
|
| 3258 |
+
1
|
| 3259 |
+
]
|
| 3260 |
+
},
|
| 3261 |
+
"transformer_blocks.43.attn.to_v": {
|
| 3262 |
+
"contiguous": true,
|
| 3263 |
+
"dtype": "torch.bfloat16",
|
| 3264 |
+
"shape": [
|
| 3265 |
+
1,
|
| 3266 |
+
11264,
|
| 3267 |
+
5376
|
| 3268 |
+
],
|
| 3269 |
+
"stride": [
|
| 3270 |
+
60555264,
|
| 3271 |
+
5376,
|
| 3272 |
+
1
|
| 3273 |
+
]
|
| 3274 |
+
},
|
| 3275 |
+
"transformer_blocks.43.ff.net.0.proj": {
|
| 3276 |
+
"contiguous": true,
|
| 3277 |
+
"dtype": "torch.bfloat16",
|
| 3278 |
+
"shape": [
|
| 3279 |
+
1,
|
| 3280 |
+
11264,
|
| 3281 |
+
5376
|
| 3282 |
+
],
|
| 3283 |
+
"stride": [
|
| 3284 |
+
60555264,
|
| 3285 |
+
5376,
|
| 3286 |
+
1
|
| 3287 |
+
]
|
| 3288 |
+
},
|
| 3289 |
+
"transformer_blocks.43.ff.net.2": {
|
| 3290 |
+
"contiguous": true,
|
| 3291 |
+
"dtype": "torch.bfloat16",
|
| 3292 |
+
"shape": [
|
| 3293 |
+
1,
|
| 3294 |
+
11264,
|
| 3295 |
+
14336
|
| 3296 |
+
],
|
| 3297 |
+
"stride": [
|
| 3298 |
+
161480704,
|
| 3299 |
+
14336,
|
| 3300 |
+
1
|
| 3301 |
+
]
|
| 3302 |
+
},
|
| 3303 |
+
"transformer_blocks.44.attn.to_k": {
|
| 3304 |
+
"contiguous": true,
|
| 3305 |
+
"dtype": "torch.bfloat16",
|
| 3306 |
+
"shape": [
|
| 3307 |
+
1,
|
| 3308 |
+
11264,
|
| 3309 |
+
5376
|
| 3310 |
+
],
|
| 3311 |
+
"stride": [
|
| 3312 |
+
60555264,
|
| 3313 |
+
5376,
|
| 3314 |
+
1
|
| 3315 |
+
]
|
| 3316 |
+
},
|
| 3317 |
+
"transformer_blocks.44.attn.to_out.0": {
|
| 3318 |
+
"contiguous": true,
|
| 3319 |
+
"dtype": "torch.bfloat16",
|
| 3320 |
+
"shape": [
|
| 3321 |
+
1,
|
| 3322 |
+
11264,
|
| 3323 |
+
7168
|
| 3324 |
+
],
|
| 3325 |
+
"stride": [
|
| 3326 |
+
80740352,
|
| 3327 |
+
7168,
|
| 3328 |
+
1
|
| 3329 |
+
]
|
| 3330 |
+
},
|
| 3331 |
+
"transformer_blocks.44.attn.to_q": {
|
| 3332 |
+
"contiguous": true,
|
| 3333 |
+
"dtype": "torch.bfloat16",
|
| 3334 |
+
"shape": [
|
| 3335 |
+
1,
|
| 3336 |
+
11264,
|
| 3337 |
+
5376
|
| 3338 |
+
],
|
| 3339 |
+
"stride": [
|
| 3340 |
+
60555264,
|
| 3341 |
+
5376,
|
| 3342 |
+
1
|
| 3343 |
+
]
|
| 3344 |
+
},
|
| 3345 |
+
"transformer_blocks.44.attn.to_v": {
|
| 3346 |
+
"contiguous": true,
|
| 3347 |
+
"dtype": "torch.bfloat16",
|
| 3348 |
+
"shape": [
|
| 3349 |
+
1,
|
| 3350 |
+
11264,
|
| 3351 |
+
5376
|
| 3352 |
+
],
|
| 3353 |
+
"stride": [
|
| 3354 |
+
60555264,
|
| 3355 |
+
5376,
|
| 3356 |
+
1
|
| 3357 |
+
]
|
| 3358 |
+
},
|
| 3359 |
+
"transformer_blocks.44.ff.net.0.proj": {
|
| 3360 |
+
"contiguous": true,
|
| 3361 |
+
"dtype": "torch.bfloat16",
|
| 3362 |
+
"shape": [
|
| 3363 |
+
1,
|
| 3364 |
+
11264,
|
| 3365 |
+
5376
|
| 3366 |
+
],
|
| 3367 |
+
"stride": [
|
| 3368 |
+
60555264,
|
| 3369 |
+
5376,
|
| 3370 |
+
1
|
| 3371 |
+
]
|
| 3372 |
+
},
|
| 3373 |
+
"transformer_blocks.44.ff.net.2": {
|
| 3374 |
+
"contiguous": true,
|
| 3375 |
+
"dtype": "torch.bfloat16",
|
| 3376 |
+
"shape": [
|
| 3377 |
+
1,
|
| 3378 |
+
11264,
|
| 3379 |
+
14336
|
| 3380 |
+
],
|
| 3381 |
+
"stride": [
|
| 3382 |
+
161480704,
|
| 3383 |
+
14336,
|
| 3384 |
+
1
|
| 3385 |
+
]
|
| 3386 |
+
},
|
| 3387 |
+
"transformer_blocks.45.attn.to_k": {
|
| 3388 |
+
"contiguous": true,
|
| 3389 |
+
"dtype": "torch.bfloat16",
|
| 3390 |
+
"shape": [
|
| 3391 |
+
1,
|
| 3392 |
+
11264,
|
| 3393 |
+
5376
|
| 3394 |
+
],
|
| 3395 |
+
"stride": [
|
| 3396 |
+
60555264,
|
| 3397 |
+
5376,
|
| 3398 |
+
1
|
| 3399 |
+
]
|
| 3400 |
+
},
|
| 3401 |
+
"transformer_blocks.45.attn.to_out.0": {
|
| 3402 |
+
"contiguous": true,
|
| 3403 |
+
"dtype": "torch.bfloat16",
|
| 3404 |
+
"shape": [
|
| 3405 |
+
1,
|
| 3406 |
+
11264,
|
| 3407 |
+
7168
|
| 3408 |
+
],
|
| 3409 |
+
"stride": [
|
| 3410 |
+
80740352,
|
| 3411 |
+
7168,
|
| 3412 |
+
1
|
| 3413 |
+
]
|
| 3414 |
+
},
|
| 3415 |
+
"transformer_blocks.45.attn.to_q": {
|
| 3416 |
+
"contiguous": true,
|
| 3417 |
+
"dtype": "torch.bfloat16",
|
| 3418 |
+
"shape": [
|
| 3419 |
+
1,
|
| 3420 |
+
11264,
|
| 3421 |
+
5376
|
| 3422 |
+
],
|
| 3423 |
+
"stride": [
|
| 3424 |
+
60555264,
|
| 3425 |
+
5376,
|
| 3426 |
+
1
|
| 3427 |
+
]
|
| 3428 |
+
},
|
| 3429 |
+
"transformer_blocks.45.attn.to_v": {
|
| 3430 |
+
"contiguous": true,
|
| 3431 |
+
"dtype": "torch.bfloat16",
|
| 3432 |
+
"shape": [
|
| 3433 |
+
1,
|
| 3434 |
+
11264,
|
| 3435 |
+
5376
|
| 3436 |
+
],
|
| 3437 |
+
"stride": [
|
| 3438 |
+
60555264,
|
| 3439 |
+
5376,
|
| 3440 |
+
1
|
| 3441 |
+
]
|
| 3442 |
+
},
|
| 3443 |
+
"transformer_blocks.45.ff.net.0.proj": {
|
| 3444 |
+
"contiguous": true,
|
| 3445 |
+
"dtype": "torch.bfloat16",
|
| 3446 |
+
"shape": [
|
| 3447 |
+
1,
|
| 3448 |
+
11264,
|
| 3449 |
+
5376
|
| 3450 |
+
],
|
| 3451 |
+
"stride": [
|
| 3452 |
+
60555264,
|
| 3453 |
+
5376,
|
| 3454 |
+
1
|
| 3455 |
+
]
|
| 3456 |
+
},
|
| 3457 |
+
"transformer_blocks.45.ff.net.2": {
|
| 3458 |
+
"contiguous": true,
|
| 3459 |
+
"dtype": "torch.bfloat16",
|
| 3460 |
+
"shape": [
|
| 3461 |
+
1,
|
| 3462 |
+
11264,
|
| 3463 |
+
14336
|
| 3464 |
+
],
|
| 3465 |
+
"stride": [
|
| 3466 |
+
161480704,
|
| 3467 |
+
14336,
|
| 3468 |
+
1
|
| 3469 |
+
]
|
| 3470 |
+
},
|
| 3471 |
+
"transformer_blocks.46.attn.to_k": {
|
| 3472 |
+
"contiguous": true,
|
| 3473 |
+
"dtype": "torch.bfloat16",
|
| 3474 |
+
"shape": [
|
| 3475 |
+
1,
|
| 3476 |
+
11264,
|
| 3477 |
+
5376
|
| 3478 |
+
],
|
| 3479 |
+
"stride": [
|
| 3480 |
+
60555264,
|
| 3481 |
+
5376,
|
| 3482 |
+
1
|
| 3483 |
+
]
|
| 3484 |
+
},
|
| 3485 |
+
"transformer_blocks.46.attn.to_out.0": {
|
| 3486 |
+
"contiguous": true,
|
| 3487 |
+
"dtype": "torch.bfloat16",
|
| 3488 |
+
"shape": [
|
| 3489 |
+
1,
|
| 3490 |
+
11264,
|
| 3491 |
+
7168
|
| 3492 |
+
],
|
| 3493 |
+
"stride": [
|
| 3494 |
+
80740352,
|
| 3495 |
+
7168,
|
| 3496 |
+
1
|
| 3497 |
+
]
|
| 3498 |
+
},
|
| 3499 |
+
"transformer_blocks.46.attn.to_q": {
|
| 3500 |
+
"contiguous": true,
|
| 3501 |
+
"dtype": "torch.bfloat16",
|
| 3502 |
+
"shape": [
|
| 3503 |
+
1,
|
| 3504 |
+
11264,
|
| 3505 |
+
5376
|
| 3506 |
+
],
|
| 3507 |
+
"stride": [
|
| 3508 |
+
60555264,
|
| 3509 |
+
5376,
|
| 3510 |
+
1
|
| 3511 |
+
]
|
| 3512 |
+
},
|
| 3513 |
+
"transformer_blocks.46.attn.to_v": {
|
| 3514 |
+
"contiguous": true,
|
| 3515 |
+
"dtype": "torch.bfloat16",
|
| 3516 |
+
"shape": [
|
| 3517 |
+
1,
|
| 3518 |
+
11264,
|
| 3519 |
+
5376
|
| 3520 |
+
],
|
| 3521 |
+
"stride": [
|
| 3522 |
+
60555264,
|
| 3523 |
+
5376,
|
| 3524 |
+
1
|
| 3525 |
+
]
|
| 3526 |
+
},
|
| 3527 |
+
"transformer_blocks.46.ff.net.0.proj": {
|
| 3528 |
+
"contiguous": true,
|
| 3529 |
+
"dtype": "torch.bfloat16",
|
| 3530 |
+
"shape": [
|
| 3531 |
+
1,
|
| 3532 |
+
11264,
|
| 3533 |
+
5376
|
| 3534 |
+
],
|
| 3535 |
+
"stride": [
|
| 3536 |
+
60555264,
|
| 3537 |
+
5376,
|
| 3538 |
+
1
|
| 3539 |
+
]
|
| 3540 |
+
},
|
| 3541 |
+
"transformer_blocks.46.ff.net.2": {
|
| 3542 |
+
"contiguous": true,
|
| 3543 |
+
"dtype": "torch.bfloat16",
|
| 3544 |
+
"shape": [
|
| 3545 |
+
1,
|
| 3546 |
+
11264,
|
| 3547 |
+
14336
|
| 3548 |
+
],
|
| 3549 |
+
"stride": [
|
| 3550 |
+
161480704,
|
| 3551 |
+
14336,
|
| 3552 |
+
1
|
| 3553 |
+
]
|
| 3554 |
+
},
|
| 3555 |
+
"transformer_blocks.47.attn.to_k": {
|
| 3556 |
+
"contiguous": true,
|
| 3557 |
+
"dtype": "torch.bfloat16",
|
| 3558 |
+
"shape": [
|
| 3559 |
+
1,
|
| 3560 |
+
11264,
|
| 3561 |
+
5376
|
| 3562 |
+
],
|
| 3563 |
+
"stride": [
|
| 3564 |
+
60555264,
|
| 3565 |
+
5376,
|
| 3566 |
+
1
|
| 3567 |
+
]
|
| 3568 |
+
},
|
| 3569 |
+
"transformer_blocks.47.attn.to_out.0": {
|
| 3570 |
+
"contiguous": true,
|
| 3571 |
+
"dtype": "torch.bfloat16",
|
| 3572 |
+
"shape": [
|
| 3573 |
+
1,
|
| 3574 |
+
11264,
|
| 3575 |
+
7168
|
| 3576 |
+
],
|
| 3577 |
+
"stride": [
|
| 3578 |
+
80740352,
|
| 3579 |
+
7168,
|
| 3580 |
+
1
|
| 3581 |
+
]
|
| 3582 |
+
},
|
| 3583 |
+
"transformer_blocks.47.attn.to_q": {
|
| 3584 |
+
"contiguous": true,
|
| 3585 |
+
"dtype": "torch.bfloat16",
|
| 3586 |
+
"shape": [
|
| 3587 |
+
1,
|
| 3588 |
+
11264,
|
| 3589 |
+
5376
|
| 3590 |
+
],
|
| 3591 |
+
"stride": [
|
| 3592 |
+
60555264,
|
| 3593 |
+
5376,
|
| 3594 |
+
1
|
| 3595 |
+
]
|
| 3596 |
+
},
|
| 3597 |
+
"transformer_blocks.47.attn.to_v": {
|
| 3598 |
+
"contiguous": true,
|
| 3599 |
+
"dtype": "torch.bfloat16",
|
| 3600 |
+
"shape": [
|
| 3601 |
+
1,
|
| 3602 |
+
11264,
|
| 3603 |
+
5376
|
| 3604 |
+
],
|
| 3605 |
+
"stride": [
|
| 3606 |
+
60555264,
|
| 3607 |
+
5376,
|
| 3608 |
+
1
|
| 3609 |
+
]
|
| 3610 |
+
},
|
| 3611 |
+
"transformer_blocks.47.ff.net.0.proj": {
|
| 3612 |
+
"contiguous": true,
|
| 3613 |
+
"dtype": "torch.bfloat16",
|
| 3614 |
+
"shape": [
|
| 3615 |
+
1,
|
| 3616 |
+
11264,
|
| 3617 |
+
5376
|
| 3618 |
+
],
|
| 3619 |
+
"stride": [
|
| 3620 |
+
60555264,
|
| 3621 |
+
5376,
|
| 3622 |
+
1
|
| 3623 |
+
]
|
| 3624 |
+
},
|
| 3625 |
+
"transformer_blocks.47.ff.net.2": {
|
| 3626 |
+
"contiguous": true,
|
| 3627 |
+
"dtype": "torch.bfloat16",
|
| 3628 |
+
"shape": [
|
| 3629 |
+
1,
|
| 3630 |
+
11264,
|
| 3631 |
+
14336
|
| 3632 |
+
],
|
| 3633 |
+
"stride": [
|
| 3634 |
+
161480704,
|
| 3635 |
+
14336,
|
| 3636 |
+
1
|
| 3637 |
+
]
|
| 3638 |
+
},
|
| 3639 |
+
"transformer_blocks.48.attn.to_k": {
|
| 3640 |
+
"contiguous": true,
|
| 3641 |
+
"dtype": "torch.bfloat16",
|
| 3642 |
+
"shape": [
|
| 3643 |
+
1,
|
| 3644 |
+
11264,
|
| 3645 |
+
5376
|
| 3646 |
+
],
|
| 3647 |
+
"stride": [
|
| 3648 |
+
60555264,
|
| 3649 |
+
5376,
|
| 3650 |
+
1
|
| 3651 |
+
]
|
| 3652 |
+
},
|
| 3653 |
+
"transformer_blocks.48.attn.to_out.0": {
|
| 3654 |
+
"contiguous": true,
|
| 3655 |
+
"dtype": "torch.bfloat16",
|
| 3656 |
+
"shape": [
|
| 3657 |
+
1,
|
| 3658 |
+
11264,
|
| 3659 |
+
7168
|
| 3660 |
+
],
|
| 3661 |
+
"stride": [
|
| 3662 |
+
80740352,
|
| 3663 |
+
7168,
|
| 3664 |
+
1
|
| 3665 |
+
]
|
| 3666 |
+
},
|
| 3667 |
+
"transformer_blocks.48.attn.to_q": {
|
| 3668 |
+
"contiguous": true,
|
| 3669 |
+
"dtype": "torch.bfloat16",
|
| 3670 |
+
"shape": [
|
| 3671 |
+
1,
|
| 3672 |
+
11264,
|
| 3673 |
+
5376
|
| 3674 |
+
],
|
| 3675 |
+
"stride": [
|
| 3676 |
+
60555264,
|
| 3677 |
+
5376,
|
| 3678 |
+
1
|
| 3679 |
+
]
|
| 3680 |
+
},
|
| 3681 |
+
"transformer_blocks.48.attn.to_v": {
|
| 3682 |
+
"contiguous": true,
|
| 3683 |
+
"dtype": "torch.bfloat16",
|
| 3684 |
+
"shape": [
|
| 3685 |
+
1,
|
| 3686 |
+
11264,
|
| 3687 |
+
5376
|
| 3688 |
+
],
|
| 3689 |
+
"stride": [
|
| 3690 |
+
60555264,
|
| 3691 |
+
5376,
|
| 3692 |
+
1
|
| 3693 |
+
]
|
| 3694 |
+
},
|
| 3695 |
+
"transformer_blocks.48.ff.net.0.proj": {
|
| 3696 |
+
"contiguous": true,
|
| 3697 |
+
"dtype": "torch.bfloat16",
|
| 3698 |
+
"shape": [
|
| 3699 |
+
1,
|
| 3700 |
+
11264,
|
| 3701 |
+
5376
|
| 3702 |
+
],
|
| 3703 |
+
"stride": [
|
| 3704 |
+
60555264,
|
| 3705 |
+
5376,
|
| 3706 |
+
1
|
| 3707 |
+
]
|
| 3708 |
+
},
|
| 3709 |
+
"transformer_blocks.48.ff.net.2": {
|
| 3710 |
+
"contiguous": true,
|
| 3711 |
+
"dtype": "torch.bfloat16",
|
| 3712 |
+
"shape": [
|
| 3713 |
+
1,
|
| 3714 |
+
11264,
|
| 3715 |
+
14336
|
| 3716 |
+
],
|
| 3717 |
+
"stride": [
|
| 3718 |
+
161480704,
|
| 3719 |
+
14336,
|
| 3720 |
+
1
|
| 3721 |
+
]
|
| 3722 |
+
},
|
| 3723 |
+
"transformer_blocks.49.attn.to_k": {
|
| 3724 |
+
"contiguous": true,
|
| 3725 |
+
"dtype": "torch.bfloat16",
|
| 3726 |
+
"shape": [
|
| 3727 |
+
1,
|
| 3728 |
+
11264,
|
| 3729 |
+
5376
|
| 3730 |
+
],
|
| 3731 |
+
"stride": [
|
| 3732 |
+
60555264,
|
| 3733 |
+
5376,
|
| 3734 |
+
1
|
| 3735 |
+
]
|
| 3736 |
+
},
|
| 3737 |
+
"transformer_blocks.49.attn.to_out.0": {
|
| 3738 |
+
"contiguous": true,
|
| 3739 |
+
"dtype": "torch.bfloat16",
|
| 3740 |
+
"shape": [
|
| 3741 |
+
1,
|
| 3742 |
+
11264,
|
| 3743 |
+
7168
|
| 3744 |
+
],
|
| 3745 |
+
"stride": [
|
| 3746 |
+
80740352,
|
| 3747 |
+
7168,
|
| 3748 |
+
1
|
| 3749 |
+
]
|
| 3750 |
+
},
|
| 3751 |
+
"transformer_blocks.49.attn.to_q": {
|
| 3752 |
+
"contiguous": true,
|
| 3753 |
+
"dtype": "torch.bfloat16",
|
| 3754 |
+
"shape": [
|
| 3755 |
+
1,
|
| 3756 |
+
11264,
|
| 3757 |
+
5376
|
| 3758 |
+
],
|
| 3759 |
+
"stride": [
|
| 3760 |
+
60555264,
|
| 3761 |
+
5376,
|
| 3762 |
+
1
|
| 3763 |
+
]
|
| 3764 |
+
},
|
| 3765 |
+
"transformer_blocks.49.attn.to_v": {
|
| 3766 |
+
"contiguous": true,
|
| 3767 |
+
"dtype": "torch.bfloat16",
|
| 3768 |
+
"shape": [
|
| 3769 |
+
1,
|
| 3770 |
+
11264,
|
| 3771 |
+
5376
|
| 3772 |
+
],
|
| 3773 |
+
"stride": [
|
| 3774 |
+
60555264,
|
| 3775 |
+
5376,
|
| 3776 |
+
1
|
| 3777 |
+
]
|
| 3778 |
+
},
|
| 3779 |
+
"transformer_blocks.49.ff.net.0.proj": {
|
| 3780 |
+
"contiguous": true,
|
| 3781 |
+
"dtype": "torch.bfloat16",
|
| 3782 |
+
"shape": [
|
| 3783 |
+
1,
|
| 3784 |
+
11264,
|
| 3785 |
+
5376
|
| 3786 |
+
],
|
| 3787 |
+
"stride": [
|
| 3788 |
+
60555264,
|
| 3789 |
+
5376,
|
| 3790 |
+
1
|
| 3791 |
+
]
|
| 3792 |
+
},
|
| 3793 |
+
"transformer_blocks.49.ff.net.2": {
|
| 3794 |
+
"contiguous": true,
|
| 3795 |
+
"dtype": "torch.bfloat16",
|
| 3796 |
+
"shape": [
|
| 3797 |
+
1,
|
| 3798 |
+
11264,
|
| 3799 |
+
14336
|
| 3800 |
+
],
|
| 3801 |
+
"stride": [
|
| 3802 |
+
161480704,
|
| 3803 |
+
14336,
|
| 3804 |
+
1
|
| 3805 |
+
]
|
| 3806 |
+
},
|
| 3807 |
+
"transformer_blocks.5.attn.to_k": {
|
| 3808 |
+
"contiguous": true,
|
| 3809 |
+
"dtype": "torch.bfloat16",
|
| 3810 |
+
"shape": [
|
| 3811 |
+
1,
|
| 3812 |
+
11264,
|
| 3813 |
+
5376
|
| 3814 |
+
],
|
| 3815 |
+
"stride": [
|
| 3816 |
+
60555264,
|
| 3817 |
+
5376,
|
| 3818 |
+
1
|
| 3819 |
+
]
|
| 3820 |
+
},
|
| 3821 |
+
"transformer_blocks.5.attn.to_out.0": {
|
| 3822 |
+
"contiguous": true,
|
| 3823 |
+
"dtype": "torch.bfloat16",
|
| 3824 |
+
"shape": [
|
| 3825 |
+
1,
|
| 3826 |
+
11264,
|
| 3827 |
+
7168
|
| 3828 |
+
],
|
| 3829 |
+
"stride": [
|
| 3830 |
+
80740352,
|
| 3831 |
+
7168,
|
| 3832 |
+
1
|
| 3833 |
+
]
|
| 3834 |
+
},
|
| 3835 |
+
"transformer_blocks.5.attn.to_q": {
|
| 3836 |
+
"contiguous": true,
|
| 3837 |
+
"dtype": "torch.bfloat16",
|
| 3838 |
+
"shape": [
|
| 3839 |
+
1,
|
| 3840 |
+
11264,
|
| 3841 |
+
5376
|
| 3842 |
+
],
|
| 3843 |
+
"stride": [
|
| 3844 |
+
60555264,
|
| 3845 |
+
5376,
|
| 3846 |
+
1
|
| 3847 |
+
]
|
| 3848 |
+
},
|
| 3849 |
+
"transformer_blocks.5.attn.to_v": {
|
| 3850 |
+
"contiguous": true,
|
| 3851 |
+
"dtype": "torch.bfloat16",
|
| 3852 |
+
"shape": [
|
| 3853 |
+
1,
|
| 3854 |
+
11264,
|
| 3855 |
+
5376
|
| 3856 |
+
],
|
| 3857 |
+
"stride": [
|
| 3858 |
+
60555264,
|
| 3859 |
+
5376,
|
| 3860 |
+
1
|
| 3861 |
+
]
|
| 3862 |
+
},
|
| 3863 |
+
"transformer_blocks.5.ff.net.0.proj": {
|
| 3864 |
+
"contiguous": true,
|
| 3865 |
+
"dtype": "torch.bfloat16",
|
| 3866 |
+
"shape": [
|
| 3867 |
+
1,
|
| 3868 |
+
11264,
|
| 3869 |
+
5376
|
| 3870 |
+
],
|
| 3871 |
+
"stride": [
|
| 3872 |
+
60555264,
|
| 3873 |
+
5376,
|
| 3874 |
+
1
|
| 3875 |
+
]
|
| 3876 |
+
},
|
| 3877 |
+
"transformer_blocks.5.ff.net.2": {
|
| 3878 |
+
"contiguous": true,
|
| 3879 |
+
"dtype": "torch.bfloat16",
|
| 3880 |
+
"shape": [
|
| 3881 |
+
1,
|
| 3882 |
+
11264,
|
| 3883 |
+
14336
|
| 3884 |
+
],
|
| 3885 |
+
"stride": [
|
| 3886 |
+
161480704,
|
| 3887 |
+
14336,
|
| 3888 |
+
1
|
| 3889 |
+
]
|
| 3890 |
+
},
|
| 3891 |
+
"transformer_blocks.6.attn.to_k": {
|
| 3892 |
+
"contiguous": true,
|
| 3893 |
+
"dtype": "torch.bfloat16",
|
| 3894 |
+
"shape": [
|
| 3895 |
+
1,
|
| 3896 |
+
11264,
|
| 3897 |
+
5376
|
| 3898 |
+
],
|
| 3899 |
+
"stride": [
|
| 3900 |
+
60555264,
|
| 3901 |
+
5376,
|
| 3902 |
+
1
|
| 3903 |
+
]
|
| 3904 |
+
},
|
| 3905 |
+
"transformer_blocks.6.attn.to_out.0": {
|
| 3906 |
+
"contiguous": true,
|
| 3907 |
+
"dtype": "torch.bfloat16",
|
| 3908 |
+
"shape": [
|
| 3909 |
+
1,
|
| 3910 |
+
11264,
|
| 3911 |
+
7168
|
| 3912 |
+
],
|
| 3913 |
+
"stride": [
|
| 3914 |
+
80740352,
|
| 3915 |
+
7168,
|
| 3916 |
+
1
|
| 3917 |
+
]
|
| 3918 |
+
},
|
| 3919 |
+
"transformer_blocks.6.attn.to_q": {
|
| 3920 |
+
"contiguous": true,
|
| 3921 |
+
"dtype": "torch.bfloat16",
|
| 3922 |
+
"shape": [
|
| 3923 |
+
1,
|
| 3924 |
+
11264,
|
| 3925 |
+
5376
|
| 3926 |
+
],
|
| 3927 |
+
"stride": [
|
| 3928 |
+
60555264,
|
| 3929 |
+
5376,
|
| 3930 |
+
1
|
| 3931 |
+
]
|
| 3932 |
+
},
|
| 3933 |
+
"transformer_blocks.6.attn.to_v": {
|
| 3934 |
+
"contiguous": true,
|
| 3935 |
+
"dtype": "torch.bfloat16",
|
| 3936 |
+
"shape": [
|
| 3937 |
+
1,
|
| 3938 |
+
11264,
|
| 3939 |
+
5376
|
| 3940 |
+
],
|
| 3941 |
+
"stride": [
|
| 3942 |
+
60555264,
|
| 3943 |
+
5376,
|
| 3944 |
+
1
|
| 3945 |
+
]
|
| 3946 |
+
},
|
| 3947 |
+
"transformer_blocks.6.ff.net.0.proj": {
|
| 3948 |
+
"contiguous": true,
|
| 3949 |
+
"dtype": "torch.bfloat16",
|
| 3950 |
+
"shape": [
|
| 3951 |
+
1,
|
| 3952 |
+
11264,
|
| 3953 |
+
5376
|
| 3954 |
+
],
|
| 3955 |
+
"stride": [
|
| 3956 |
+
60555264,
|
| 3957 |
+
5376,
|
| 3958 |
+
1
|
| 3959 |
+
]
|
| 3960 |
+
},
|
| 3961 |
+
"transformer_blocks.6.ff.net.2": {
|
| 3962 |
+
"contiguous": true,
|
| 3963 |
+
"dtype": "torch.bfloat16",
|
| 3964 |
+
"shape": [
|
| 3965 |
+
1,
|
| 3966 |
+
11264,
|
| 3967 |
+
14336
|
| 3968 |
+
],
|
| 3969 |
+
"stride": [
|
| 3970 |
+
161480704,
|
| 3971 |
+
14336,
|
| 3972 |
+
1
|
| 3973 |
+
]
|
| 3974 |
+
},
|
| 3975 |
+
"transformer_blocks.7.attn.to_k": {
|
| 3976 |
+
"contiguous": true,
|
| 3977 |
+
"dtype": "torch.bfloat16",
|
| 3978 |
+
"shape": [
|
| 3979 |
+
1,
|
| 3980 |
+
11264,
|
| 3981 |
+
5376
|
| 3982 |
+
],
|
| 3983 |
+
"stride": [
|
| 3984 |
+
60555264,
|
| 3985 |
+
5376,
|
| 3986 |
+
1
|
| 3987 |
+
]
|
| 3988 |
+
},
|
| 3989 |
+
"transformer_blocks.7.attn.to_out.0": {
|
| 3990 |
+
"contiguous": true,
|
| 3991 |
+
"dtype": "torch.bfloat16",
|
| 3992 |
+
"shape": [
|
| 3993 |
+
1,
|
| 3994 |
+
11264,
|
| 3995 |
+
7168
|
| 3996 |
+
],
|
| 3997 |
+
"stride": [
|
| 3998 |
+
80740352,
|
| 3999 |
+
7168,
|
| 4000 |
+
1
|
| 4001 |
+
]
|
| 4002 |
+
},
|
| 4003 |
+
"transformer_blocks.7.attn.to_q": {
|
| 4004 |
+
"contiguous": true,
|
| 4005 |
+
"dtype": "torch.bfloat16",
|
| 4006 |
+
"shape": [
|
| 4007 |
+
1,
|
| 4008 |
+
11264,
|
| 4009 |
+
5376
|
| 4010 |
+
],
|
| 4011 |
+
"stride": [
|
| 4012 |
+
60555264,
|
| 4013 |
+
5376,
|
| 4014 |
+
1
|
| 4015 |
+
]
|
| 4016 |
+
},
|
| 4017 |
+
"transformer_blocks.7.attn.to_v": {
|
| 4018 |
+
"contiguous": true,
|
| 4019 |
+
"dtype": "torch.bfloat16",
|
| 4020 |
+
"shape": [
|
| 4021 |
+
1,
|
| 4022 |
+
11264,
|
| 4023 |
+
5376
|
| 4024 |
+
],
|
| 4025 |
+
"stride": [
|
| 4026 |
+
60555264,
|
| 4027 |
+
5376,
|
| 4028 |
+
1
|
| 4029 |
+
]
|
| 4030 |
+
},
|
| 4031 |
+
"transformer_blocks.7.ff.net.0.proj": {
|
| 4032 |
+
"contiguous": true,
|
| 4033 |
+
"dtype": "torch.bfloat16",
|
| 4034 |
+
"shape": [
|
| 4035 |
+
1,
|
| 4036 |
+
11264,
|
| 4037 |
+
5376
|
| 4038 |
+
],
|
| 4039 |
+
"stride": [
|
| 4040 |
+
60555264,
|
| 4041 |
+
5376,
|
| 4042 |
+
1
|
| 4043 |
+
]
|
| 4044 |
+
},
|
| 4045 |
+
"transformer_blocks.7.ff.net.2": {
|
| 4046 |
+
"contiguous": true,
|
| 4047 |
+
"dtype": "torch.bfloat16",
|
| 4048 |
+
"shape": [
|
| 4049 |
+
1,
|
| 4050 |
+
11264,
|
| 4051 |
+
14336
|
| 4052 |
+
],
|
| 4053 |
+
"stride": [
|
| 4054 |
+
161480704,
|
| 4055 |
+
14336,
|
| 4056 |
+
1
|
| 4057 |
+
]
|
| 4058 |
+
},
|
| 4059 |
+
"transformer_blocks.8.attn.to_k": {
|
| 4060 |
+
"contiguous": true,
|
| 4061 |
+
"dtype": "torch.bfloat16",
|
| 4062 |
+
"shape": [
|
| 4063 |
+
1,
|
| 4064 |
+
11264,
|
| 4065 |
+
5376
|
| 4066 |
+
],
|
| 4067 |
+
"stride": [
|
| 4068 |
+
60555264,
|
| 4069 |
+
5376,
|
| 4070 |
+
1
|
| 4071 |
+
]
|
| 4072 |
+
},
|
| 4073 |
+
"transformer_blocks.8.attn.to_out.0": {
|
| 4074 |
+
"contiguous": true,
|
| 4075 |
+
"dtype": "torch.bfloat16",
|
| 4076 |
+
"shape": [
|
| 4077 |
+
1,
|
| 4078 |
+
11264,
|
| 4079 |
+
7168
|
| 4080 |
+
],
|
| 4081 |
+
"stride": [
|
| 4082 |
+
80740352,
|
| 4083 |
+
7168,
|
| 4084 |
+
1
|
| 4085 |
+
]
|
| 4086 |
+
},
|
| 4087 |
+
"transformer_blocks.8.attn.to_q": {
|
| 4088 |
+
"contiguous": true,
|
| 4089 |
+
"dtype": "torch.bfloat16",
|
| 4090 |
+
"shape": [
|
| 4091 |
+
1,
|
| 4092 |
+
11264,
|
| 4093 |
+
5376
|
| 4094 |
+
],
|
| 4095 |
+
"stride": [
|
| 4096 |
+
60555264,
|
| 4097 |
+
5376,
|
| 4098 |
+
1
|
| 4099 |
+
]
|
| 4100 |
+
},
|
| 4101 |
+
"transformer_blocks.8.attn.to_v": {
|
| 4102 |
+
"contiguous": true,
|
| 4103 |
+
"dtype": "torch.bfloat16",
|
| 4104 |
+
"shape": [
|
| 4105 |
+
1,
|
| 4106 |
+
11264,
|
| 4107 |
+
5376
|
| 4108 |
+
],
|
| 4109 |
+
"stride": [
|
| 4110 |
+
60555264,
|
| 4111 |
+
5376,
|
| 4112 |
+
1
|
| 4113 |
+
]
|
| 4114 |
+
},
|
| 4115 |
+
"transformer_blocks.8.ff.net.0.proj": {
|
| 4116 |
+
"contiguous": true,
|
| 4117 |
+
"dtype": "torch.bfloat16",
|
| 4118 |
+
"shape": [
|
| 4119 |
+
1,
|
| 4120 |
+
11264,
|
| 4121 |
+
5376
|
| 4122 |
+
],
|
| 4123 |
+
"stride": [
|
| 4124 |
+
60555264,
|
| 4125 |
+
5376,
|
| 4126 |
+
1
|
| 4127 |
+
]
|
| 4128 |
+
},
|
| 4129 |
+
"transformer_blocks.8.ff.net.2": {
|
| 4130 |
+
"contiguous": true,
|
| 4131 |
+
"dtype": "torch.bfloat16",
|
| 4132 |
+
"shape": [
|
| 4133 |
+
1,
|
| 4134 |
+
11264,
|
| 4135 |
+
14336
|
| 4136 |
+
],
|
| 4137 |
+
"stride": [
|
| 4138 |
+
161480704,
|
| 4139 |
+
14336,
|
| 4140 |
+
1
|
| 4141 |
+
]
|
| 4142 |
+
},
|
| 4143 |
+
"transformer_blocks.9.attn.to_k": {
|
| 4144 |
+
"contiguous": true,
|
| 4145 |
+
"dtype": "torch.bfloat16",
|
| 4146 |
+
"shape": [
|
| 4147 |
+
1,
|
| 4148 |
+
11264,
|
| 4149 |
+
5376
|
| 4150 |
+
],
|
| 4151 |
+
"stride": [
|
| 4152 |
+
60555264,
|
| 4153 |
+
5376,
|
| 4154 |
+
1
|
| 4155 |
+
]
|
| 4156 |
+
},
|
| 4157 |
+
"transformer_blocks.9.attn.to_out.0": {
|
| 4158 |
+
"contiguous": true,
|
| 4159 |
+
"dtype": "torch.bfloat16",
|
| 4160 |
+
"shape": [
|
| 4161 |
+
1,
|
| 4162 |
+
11264,
|
| 4163 |
+
7168
|
| 4164 |
+
],
|
| 4165 |
+
"stride": [
|
| 4166 |
+
80740352,
|
| 4167 |
+
7168,
|
| 4168 |
+
1
|
| 4169 |
+
]
|
| 4170 |
+
},
|
| 4171 |
+
"transformer_blocks.9.attn.to_q": {
|
| 4172 |
+
"contiguous": true,
|
| 4173 |
+
"dtype": "torch.bfloat16",
|
| 4174 |
+
"shape": [
|
| 4175 |
+
1,
|
| 4176 |
+
11264,
|
| 4177 |
+
5376
|
| 4178 |
+
],
|
| 4179 |
+
"stride": [
|
| 4180 |
+
60555264,
|
| 4181 |
+
5376,
|
| 4182 |
+
1
|
| 4183 |
+
]
|
| 4184 |
+
},
|
| 4185 |
+
"transformer_blocks.9.attn.to_v": {
|
| 4186 |
+
"contiguous": true,
|
| 4187 |
+
"dtype": "torch.bfloat16",
|
| 4188 |
+
"shape": [
|
| 4189 |
+
1,
|
| 4190 |
+
11264,
|
| 4191 |
+
5376
|
| 4192 |
+
],
|
| 4193 |
+
"stride": [
|
| 4194 |
+
60555264,
|
| 4195 |
+
5376,
|
| 4196 |
+
1
|
| 4197 |
+
]
|
| 4198 |
+
},
|
| 4199 |
+
"transformer_blocks.9.ff.net.0.proj": {
|
| 4200 |
+
"contiguous": true,
|
| 4201 |
+
"dtype": "torch.bfloat16",
|
| 4202 |
+
"shape": [
|
| 4203 |
+
1,
|
| 4204 |
+
11264,
|
| 4205 |
+
5376
|
| 4206 |
+
],
|
| 4207 |
+
"stride": [
|
| 4208 |
+
60555264,
|
| 4209 |
+
5376,
|
| 4210 |
+
1
|
| 4211 |
+
]
|
| 4212 |
+
},
|
| 4213 |
+
"transformer_blocks.9.ff.net.2": {
|
| 4214 |
+
"contiguous": true,
|
| 4215 |
+
"dtype": "torch.bfloat16",
|
| 4216 |
+
"shape": [
|
| 4217 |
+
1,
|
| 4218 |
+
11264,
|
| 4219 |
+
14336
|
| 4220 |
+
],
|
| 4221 |
+
"stride": [
|
| 4222 |
+
161480704,
|
| 4223 |
+
14336,
|
| 4224 |
+
1
|
| 4225 |
+
]
|
| 4226 |
+
}
|
| 4227 |
+
},
|
| 4228 |
+
"orbitquant_shape_cuda_ms": {
|
| 4229 |
+
"14336x5376": {
|
| 4230 |
+
"calls": 50,
|
| 4231 |
+
"total_ms": 230.40703773498535
|
| 4232 |
+
},
|
| 4233 |
+
"5376x28672": {
|
| 4234 |
+
"calls": 50,
|
| 4235 |
+
"total_ms": 354.5018243789673
|
| 4236 |
+
},
|
| 4237 |
+
"5376x7168": {
|
| 4238 |
+
"calls": 150,
|
| 4239 |
+
"total_ms": 368.4010241031647
|
| 4240 |
+
},
|
| 4241 |
+
"7168x5376": {
|
| 4242 |
+
"calls": 50,
|
| 4243 |
+
"total_ms": 124.27664017677307
|
| 4244 |
+
}
|
| 4245 |
+
},
|
| 4246 |
+
"orbitquant_shapes": {
|
| 4247 |
+
"14336x5376": 50,
|
| 4248 |
+
"5376x28672": 50,
|
| 4249 |
+
"5376x7168": 150,
|
| 4250 |
+
"7168x5376": 50
|
| 4251 |
+
},
|
| 4252 |
+
"output_finite": [
|
| 4253 |
+
true,
|
| 4254 |
+
true
|
| 4255 |
+
],
|
| 4256 |
+
"output_shapes": [
|
| 4257 |
+
[
|
| 4258 |
+
1,
|
| 4259 |
+
10545,
|
| 4260 |
+
96
|
| 4261 |
+
],
|
| 4262 |
+
[
|
| 4263 |
+
1,
|
| 4264 |
+
207,
|
| 4265 |
+
32
|
| 4266 |
+
]
|
| 4267 |
+
],
|
| 4268 |
+
"runtime_mode": "native_packed_matmul",
|
| 4269 |
+
"slowest_orbitquant_linears": [
|
| 4270 |
+
{
|
| 4271 |
+
"cuda_ms": 18.62041664123535,
|
| 4272 |
+
"name": "transformer_blocks.0.attn.to_q",
|
| 4273 |
+
"shape": "5376x7168"
|
| 4274 |
+
},
|
| 4275 |
+
{
|
| 4276 |
+
"cuda_ms": 9.111200332641602,
|
| 4277 |
+
"name": "transformer_blocks.0.ff.net.0.proj",
|
| 4278 |
+
"shape": "5376x28672"
|
| 4279 |
+
},
|
| 4280 |
+
{
|
| 4281 |
+
"cuda_ms": 8.695232391357422,
|
| 4282 |
+
"name": "transformer_blocks.0.ff.net.2",
|
| 4283 |
+
"shape": "14336x5376"
|
| 4284 |
+
},
|
| 4285 |
+
{
|
| 4286 |
+
"cuda_ms": 7.266304016113281,
|
| 4287 |
+
"name": "transformer_blocks.0.attn.to_out.0",
|
| 4288 |
+
"shape": "7168x5376"
|
| 4289 |
+
},
|
| 4290 |
+
{
|
| 4291 |
+
"cuda_ms": 7.081600189208984,
|
| 4292 |
+
"name": "transformer_blocks.6.ff.net.0.proj",
|
| 4293 |
+
"shape": "5376x28672"
|
| 4294 |
+
},
|
| 4295 |
+
{
|
| 4296 |
+
"cuda_ms": 7.080512046813965,
|
| 4297 |
+
"name": "transformer_blocks.27.ff.net.0.proj",
|
| 4298 |
+
"shape": "5376x28672"
|
| 4299 |
+
},
|
| 4300 |
+
{
|
| 4301 |
+
"cuda_ms": 7.074463844299316,
|
| 4302 |
+
"name": "transformer_blocks.25.ff.net.0.proj",
|
| 4303 |
+
"shape": "5376x28672"
|
| 4304 |
+
},
|
| 4305 |
+
{
|
| 4306 |
+
"cuda_ms": 7.072256088256836,
|
| 4307 |
+
"name": "transformer_blocks.10.ff.net.0.proj",
|
| 4308 |
+
"shape": "5376x28672"
|
| 4309 |
+
},
|
| 4310 |
+
{
|
| 4311 |
+
"cuda_ms": 7.0702080726623535,
|
| 4312 |
+
"name": "transformer_blocks.9.ff.net.0.proj",
|
| 4313 |
+
"shape": "5376x28672"
|
| 4314 |
+
},
|
| 4315 |
+
{
|
| 4316 |
+
"cuda_ms": 7.0693440437316895,
|
| 4317 |
+
"name": "transformer_blocks.4.ff.net.0.proj",
|
| 4318 |
+
"shape": "5376x28672"
|
| 4319 |
+
},
|
| 4320 |
+
{
|
| 4321 |
+
"cuda_ms": 7.068672180175781,
|
| 4322 |
+
"name": "transformer_blocks.2.ff.net.0.proj",
|
| 4323 |
+
"shape": "5376x28672"
|
| 4324 |
+
},
|
| 4325 |
+
{
|
| 4326 |
+
"cuda_ms": 7.068160057067871,
|
| 4327 |
+
"name": "transformer_blocks.11.ff.net.0.proj",
|
| 4328 |
+
"shape": "5376x28672"
|
| 4329 |
+
},
|
| 4330 |
+
{
|
| 4331 |
+
"cuda_ms": 7.067647933959961,
|
| 4332 |
+
"name": "transformer_blocks.37.ff.net.0.proj",
|
| 4333 |
+
"shape": "5376x28672"
|
| 4334 |
+
},
|
| 4335 |
+
{
|
| 4336 |
+
"cuda_ms": 7.063136100769043,
|
| 4337 |
+
"name": "transformer_blocks.24.ff.net.0.proj",
|
| 4338 |
+
"shape": "5376x28672"
|
| 4339 |
+
},
|
| 4340 |
+
{
|
| 4341 |
+
"cuda_ms": 7.063039779663086,
|
| 4342 |
+
"name": "transformer_blocks.29.ff.net.0.proj",
|
| 4343 |
+
"shape": "5376x28672"
|
| 4344 |
+
},
|
| 4345 |
+
{
|
| 4346 |
+
"cuda_ms": 7.062047958374023,
|
| 4347 |
+
"name": "transformer_blocks.32.ff.net.0.proj",
|
| 4348 |
+
"shape": "5376x28672"
|
| 4349 |
+
},
|
| 4350 |
+
{
|
| 4351 |
+
"cuda_ms": 7.062016010284424,
|
| 4352 |
+
"name": "transformer_blocks.20.ff.net.0.proj",
|
| 4353 |
+
"shape": "5376x28672"
|
| 4354 |
+
},
|
| 4355 |
+
{
|
| 4356 |
+
"cuda_ms": 7.061503887176514,
|
| 4357 |
+
"name": "transformer_blocks.15.ff.net.0.proj",
|
| 4358 |
+
"shape": "5376x28672"
|
| 4359 |
+
},
|
| 4360 |
+
{
|
| 4361 |
+
"cuda_ms": 7.061503887176514,
|
| 4362 |
+
"name": "transformer_blocks.16.ff.net.0.proj",
|
| 4363 |
+
"shape": "5376x28672"
|
| 4364 |
+
},
|
| 4365 |
+
{
|
| 4366 |
+
"cuda_ms": 7.061024188995361,
|
| 4367 |
+
"name": "transformer_blocks.22.ff.net.0.proj",
|
| 4368 |
+
"shape": "5376x28672"
|
| 4369 |
+
},
|
| 4370 |
+
{
|
| 4371 |
+
"cuda_ms": 7.059103965759277,
|
| 4372 |
+
"name": "transformer_blocks.23.ff.net.0.proj",
|
| 4373 |
+
"shape": "5376x28672"
|
| 4374 |
+
},
|
| 4375 |
+
{
|
| 4376 |
+
"cuda_ms": 7.058047771453857,
|
| 4377 |
+
"name": "transformer_blocks.47.ff.net.0.proj",
|
| 4378 |
+
"shape": "5376x28672"
|
| 4379 |
+
},
|
| 4380 |
+
{
|
| 4381 |
+
"cuda_ms": 7.056896209716797,
|
| 4382 |
+
"name": "transformer_blocks.33.ff.net.0.proj",
|
| 4383 |
+
"shape": "5376x28672"
|
| 4384 |
+
},
|
| 4385 |
+
{
|
| 4386 |
+
"cuda_ms": 7.055935859680176,
|
| 4387 |
+
"name": "transformer_blocks.40.ff.net.0.proj",
|
| 4388 |
+
"shape": "5376x28672"
|
| 4389 |
+
},
|
| 4390 |
+
{
|
| 4391 |
+
"cuda_ms": 7.054336071014404,
|
| 4392 |
+
"name": "transformer_blocks.17.ff.net.0.proj",
|
| 4393 |
+
"shape": "5376x28672"
|
| 4394 |
+
},
|
| 4395 |
+
{
|
| 4396 |
+
"cuda_ms": 7.053952217102051,
|
| 4397 |
+
"name": "transformer_blocks.39.ff.net.0.proj",
|
| 4398 |
+
"shape": "5376x28672"
|
| 4399 |
+
},
|
| 4400 |
+
{
|
| 4401 |
+
"cuda_ms": 7.053855895996094,
|
| 4402 |
+
"name": "transformer_blocks.28.ff.net.0.proj",
|
| 4403 |
+
"shape": "5376x28672"
|
| 4404 |
+
},
|
| 4405 |
+
{
|
| 4406 |
+
"cuda_ms": 7.053311824798584,
|
| 4407 |
+
"name": "transformer_blocks.3.ff.net.0.proj",
|
| 4408 |
+
"shape": "5376x28672"
|
| 4409 |
+
},
|
| 4410 |
+
{
|
| 4411 |
+
"cuda_ms": 7.0502400398254395,
|
| 4412 |
+
"name": "transformer_blocks.1.ff.net.0.proj",
|
| 4413 |
+
"shape": "5376x28672"
|
| 4414 |
+
},
|
| 4415 |
+
{
|
| 4416 |
+
"cuda_ms": 7.049215793609619,
|
| 4417 |
+
"name": "transformer_blocks.5.ff.net.0.proj",
|
| 4418 |
+
"shape": "5376x28672"
|
| 4419 |
+
}
|
| 4420 |
+
],
|
| 4421 |
+
"status": "pass",
|
| 4422 |
+
"text_tokens": 512,
|
| 4423 |
+
"torch": "2.8.0+cu128",
|
| 4424 |
+
"transformer": "/workspace/orbitquant-h3-perf/model/transformer",
|
| 4425 |
+
"transformer_block_cuda_ms": [
|
| 4426 |
+
{
|
| 4427 |
+
"cuda_ms": 310.5533752441406,
|
| 4428 |
+
"name": "transformer_blocks.0"
|
| 4429 |
+
},
|
| 4430 |
+
{
|
| 4431 |
+
"cuda_ms": 48.46879959106445,
|
| 4432 |
+
"name": "transformer_blocks.1"
|
| 4433 |
+
},
|
| 4434 |
+
{
|
| 4435 |
+
"cuda_ms": 48.629886627197266,
|
| 4436 |
+
"name": "transformer_blocks.2"
|
| 4437 |
+
},
|
| 4438 |
+
{
|
| 4439 |
+
"cuda_ms": 48.53862380981445,
|
| 4440 |
+
"name": "transformer_blocks.3"
|
| 4441 |
+
},
|
| 4442 |
+
{
|
| 4443 |
+
"cuda_ms": 48.653438568115234,
|
| 4444 |
+
"name": "transformer_blocks.4"
|
| 4445 |
+
},
|
| 4446 |
+
{
|
| 4447 |
+
"cuda_ms": 48.58992004394531,
|
| 4448 |
+
"name": "transformer_blocks.5"
|
| 4449 |
+
},
|
| 4450 |
+
{
|
| 4451 |
+
"cuda_ms": 48.66368103027344,
|
| 4452 |
+
"name": "transformer_blocks.6"
|
| 4453 |
+
},
|
| 4454 |
+
{
|
| 4455 |
+
"cuda_ms": 48.59689712524414,
|
| 4456 |
+
"name": "transformer_blocks.7"
|
| 4457 |
+
},
|
| 4458 |
+
{
|
| 4459 |
+
"cuda_ms": 48.5167350769043,
|
| 4460 |
+
"name": "transformer_blocks.8"
|
| 4461 |
+
},
|
| 4462 |
+
{
|
| 4463 |
+
"cuda_ms": 48.62108612060547,
|
| 4464 |
+
"name": "transformer_blocks.9"
|
| 4465 |
+
},
|
| 4466 |
+
{
|
| 4467 |
+
"cuda_ms": 48.51871871948242,
|
| 4468 |
+
"name": "transformer_blocks.10"
|
| 4469 |
+
},
|
| 4470 |
+
{
|
| 4471 |
+
"cuda_ms": 48.5648307800293,
|
| 4472 |
+
"name": "transformer_blocks.11"
|
| 4473 |
+
},
|
| 4474 |
+
{
|
| 4475 |
+
"cuda_ms": 48.545310974121094,
|
| 4476 |
+
"name": "transformer_blocks.12"
|
| 4477 |
+
},
|
| 4478 |
+
{
|
| 4479 |
+
"cuda_ms": 48.61705780029297,
|
| 4480 |
+
"name": "transformer_blocks.13"
|
| 4481 |
+
},
|
| 4482 |
+
{
|
| 4483 |
+
"cuda_ms": 48.762943267822266,
|
| 4484 |
+
"name": "transformer_blocks.14"
|
| 4485 |
+
},
|
| 4486 |
+
{
|
| 4487 |
+
"cuda_ms": 48.692222595214844,
|
| 4488 |
+
"name": "transformer_blocks.15"
|
| 4489 |
+
},
|
| 4490 |
+
{
|
| 4491 |
+
"cuda_ms": 48.60326385498047,
|
| 4492 |
+
"name": "transformer_blocks.16"
|
| 4493 |
+
},
|
| 4494 |
+
{
|
| 4495 |
+
"cuda_ms": 48.44297790527344,
|
| 4496 |
+
"name": "transformer_blocks.17"
|
| 4497 |
+
},
|
| 4498 |
+
{
|
| 4499 |
+
"cuda_ms": 48.3702392578125,
|
| 4500 |
+
"name": "transformer_blocks.18"
|
| 4501 |
+
},
|
| 4502 |
+
{
|
| 4503 |
+
"cuda_ms": 48.5167350769043,
|
| 4504 |
+
"name": "transformer_blocks.19"
|
| 4505 |
+
},
|
| 4506 |
+
{
|
| 4507 |
+
"cuda_ms": 48.67536163330078,
|
| 4508 |
+
"name": "transformer_blocks.20"
|
| 4509 |
+
},
|
| 4510 |
+
{
|
| 4511 |
+
"cuda_ms": 48.69500732421875,
|
| 4512 |
+
"name": "transformer_blocks.21"
|
| 4513 |
+
},
|
| 4514 |
+
{
|
| 4515 |
+
"cuda_ms": 48.48076629638672,
|
| 4516 |
+
"name": "transformer_blocks.22"
|
| 4517 |
+
},
|
| 4518 |
+
{
|
| 4519 |
+
"cuda_ms": 48.34979248046875,
|
| 4520 |
+
"name": "transformer_blocks.23"
|
| 4521 |
+
},
|
| 4522 |
+
{
|
| 4523 |
+
"cuda_ms": 48.50944137573242,
|
| 4524 |
+
"name": "transformer_blocks.24"
|
| 4525 |
+
},
|
| 4526 |
+
{
|
| 4527 |
+
"cuda_ms": 48.56480026245117,
|
| 4528 |
+
"name": "transformer_blocks.25"
|
| 4529 |
+
},
|
| 4530 |
+
{
|
| 4531 |
+
"cuda_ms": 48.68355178833008,
|
| 4532 |
+
"name": "transformer_blocks.26"
|
| 4533 |
+
},
|
| 4534 |
+
{
|
| 4535 |
+
"cuda_ms": 48.3375358581543,
|
| 4536 |
+
"name": "transformer_blocks.27"
|
| 4537 |
+
},
|
| 4538 |
+
{
|
| 4539 |
+
"cuda_ms": 48.75628662109375,
|
| 4540 |
+
"name": "transformer_blocks.28"
|
| 4541 |
+
},
|
| 4542 |
+
{
|
| 4543 |
+
"cuda_ms": 48.42652893066406,
|
| 4544 |
+
"name": "transformer_blocks.29"
|
| 4545 |
+
},
|
| 4546 |
+
{
|
| 4547 |
+
"cuda_ms": 48.335487365722656,
|
| 4548 |
+
"name": "transformer_blocks.30"
|
| 4549 |
+
},
|
| 4550 |
+
{
|
| 4551 |
+
"cuda_ms": 48.421470642089844,
|
| 4552 |
+
"name": "transformer_blocks.31"
|
| 4553 |
+
},
|
| 4554 |
+
{
|
| 4555 |
+
"cuda_ms": 48.22582244873047,
|
| 4556 |
+
"name": "transformer_blocks.32"
|
| 4557 |
+
},
|
| 4558 |
+
{
|
| 4559 |
+
"cuda_ms": 48.533119201660156,
|
| 4560 |
+
"name": "transformer_blocks.33"
|
| 4561 |
+
},
|
| 4562 |
+
{
|
| 4563 |
+
"cuda_ms": 48.40399932861328,
|
| 4564 |
+
"name": "transformer_blocks.34"
|
| 4565 |
+
},
|
| 4566 |
+
{
|
| 4567 |
+
"cuda_ms": 48.340030670166016,
|
| 4568 |
+
"name": "transformer_blocks.35"
|
| 4569 |
+
},
|
| 4570 |
+
{
|
| 4571 |
+
"cuda_ms": 48.41379165649414,
|
| 4572 |
+
"name": "transformer_blocks.36"
|
| 4573 |
+
},
|
| 4574 |
+
{
|
| 4575 |
+
"cuda_ms": 48.17622375488281,
|
| 4576 |
+
"name": "transformer_blocks.37"
|
| 4577 |
+
},
|
| 4578 |
+
{
|
| 4579 |
+
"cuda_ms": 48.51875305175781,
|
| 4580 |
+
"name": "transformer_blocks.38"
|
| 4581 |
+
},
|
| 4582 |
+
{
|
| 4583 |
+
"cuda_ms": 48.15116882324219,
|
| 4584 |
+
"name": "transformer_blocks.39"
|
| 4585 |
+
},
|
| 4586 |
+
{
|
| 4587 |
+
"cuda_ms": 48.514591217041016,
|
| 4588 |
+
"name": "transformer_blocks.40"
|
| 4589 |
+
},
|
| 4590 |
+
{
|
| 4591 |
+
"cuda_ms": 48.00166320800781,
|
| 4592 |
+
"name": "transformer_blocks.41"
|
| 4593 |
+
},
|
| 4594 |
+
{
|
| 4595 |
+
"cuda_ms": 48.32204818725586,
|
| 4596 |
+
"name": "transformer_blocks.42"
|
| 4597 |
+
},
|
| 4598 |
+
{
|
| 4599 |
+
"cuda_ms": 48.416385650634766,
|
| 4600 |
+
"name": "transformer_blocks.43"
|
| 4601 |
+
},
|
| 4602 |
+
{
|
| 4603 |
+
"cuda_ms": 47.402591705322266,
|
| 4604 |
+
"name": "transformer_blocks.44"
|
| 4605 |
+
},
|
| 4606 |
+
{
|
| 4607 |
+
"cuda_ms": 48.48284912109375,
|
| 4608 |
+
"name": "transformer_blocks.45"
|
| 4609 |
+
},
|
| 4610 |
+
{
|
| 4611 |
+
"cuda_ms": 48.11532974243164,
|
| 4612 |
+
"name": "transformer_blocks.46"
|
| 4613 |
+
},
|
| 4614 |
+
{
|
| 4615 |
+
"cuda_ms": 48.25551986694336,
|
| 4616 |
+
"name": "transformer_blocks.47"
|
| 4617 |
+
},
|
| 4618 |
+
{
|
| 4619 |
+
"cuda_ms": 48.40300750732422,
|
| 4620 |
+
"name": "transformer_blocks.48"
|
| 4621 |
+
},
|
| 4622 |
+
{
|
| 4623 |
+
"cuda_ms": 47.34415817260742,
|
| 4624 |
+
"name": "transformer_blocks.49"
|
| 4625 |
+
}
|
| 4626 |
+
],
|
| 4627 |
+
"video_tokens": 10545,
|
| 4628 |
+
"wall_seconds": 2.8667881772853434
|
| 4629 |
+
}
|
benchmarks/profiles/native-full-forward-transformer-ref-cold.json
ADDED
|
@@ -0,0 +1,4629 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_backends": {
|
| 3 |
+
"triton_cuda_packed_w4": 300
|
| 4 |
+
},
|
| 5 |
+
"audio_tokens": 207,
|
| 6 |
+
"capability": [
|
| 7 |
+
12,
|
| 8 |
+
0
|
| 9 |
+
],
|
| 10 |
+
"cuda": "12.8",
|
| 11 |
+
"cuda_after_load_bytes": 18328776192,
|
| 12 |
+
"cuda_forward_ms": 5536.7392578125,
|
| 13 |
+
"cuda_peak_bytes": 46381307904,
|
| 14 |
+
"effective_runtime_modes": {
|
| 15 |
+
"native_packed_matmul": 300
|
| 16 |
+
},
|
| 17 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 18 |
+
"h3_dtype_views": 50,
|
| 19 |
+
"load_dtype": "default",
|
| 20 |
+
"load_seconds": 0.17170354118570685,
|
| 21 |
+
"model_dtype": "torch.bfloat16",
|
| 22 |
+
"move_to_cuda_seconds": 1.235624415334314,
|
| 23 |
+
"num_blocks": 50,
|
| 24 |
+
"orbitquant_linear_count": 300,
|
| 25 |
+
"orbitquant_linear_cuda_ms": 3368.3247916698456,
|
| 26 |
+
"orbitquant_linear_inputs": {
|
| 27 |
+
"transformer_blocks.0.attn.to_k": {
|
| 28 |
+
"contiguous": true,
|
| 29 |
+
"dtype": "torch.bfloat16",
|
| 30 |
+
"shape": [
|
| 31 |
+
1,
|
| 32 |
+
11264,
|
| 33 |
+
5376
|
| 34 |
+
],
|
| 35 |
+
"stride": [
|
| 36 |
+
60555264,
|
| 37 |
+
5376,
|
| 38 |
+
1
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
"transformer_blocks.0.attn.to_out.0": {
|
| 42 |
+
"contiguous": true,
|
| 43 |
+
"dtype": "torch.bfloat16",
|
| 44 |
+
"shape": [
|
| 45 |
+
1,
|
| 46 |
+
11264,
|
| 47 |
+
7168
|
| 48 |
+
],
|
| 49 |
+
"stride": [
|
| 50 |
+
80740352,
|
| 51 |
+
7168,
|
| 52 |
+
1
|
| 53 |
+
]
|
| 54 |
+
},
|
| 55 |
+
"transformer_blocks.0.attn.to_q": {
|
| 56 |
+
"contiguous": true,
|
| 57 |
+
"dtype": "torch.bfloat16",
|
| 58 |
+
"shape": [
|
| 59 |
+
1,
|
| 60 |
+
11264,
|
| 61 |
+
5376
|
| 62 |
+
],
|
| 63 |
+
"stride": [
|
| 64 |
+
60555264,
|
| 65 |
+
5376,
|
| 66 |
+
1
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"transformer_blocks.0.attn.to_v": {
|
| 70 |
+
"contiguous": true,
|
| 71 |
+
"dtype": "torch.bfloat16",
|
| 72 |
+
"shape": [
|
| 73 |
+
1,
|
| 74 |
+
11264,
|
| 75 |
+
5376
|
| 76 |
+
],
|
| 77 |
+
"stride": [
|
| 78 |
+
60555264,
|
| 79 |
+
5376,
|
| 80 |
+
1
|
| 81 |
+
]
|
| 82 |
+
},
|
| 83 |
+
"transformer_blocks.0.ff.net.0.proj": {
|
| 84 |
+
"contiguous": true,
|
| 85 |
+
"dtype": "torch.bfloat16",
|
| 86 |
+
"shape": [
|
| 87 |
+
1,
|
| 88 |
+
11264,
|
| 89 |
+
5376
|
| 90 |
+
],
|
| 91 |
+
"stride": [
|
| 92 |
+
60555264,
|
| 93 |
+
5376,
|
| 94 |
+
1
|
| 95 |
+
]
|
| 96 |
+
},
|
| 97 |
+
"transformer_blocks.0.ff.net.2": {
|
| 98 |
+
"contiguous": true,
|
| 99 |
+
"dtype": "torch.bfloat16",
|
| 100 |
+
"shape": [
|
| 101 |
+
1,
|
| 102 |
+
11264,
|
| 103 |
+
14336
|
| 104 |
+
],
|
| 105 |
+
"stride": [
|
| 106 |
+
161480704,
|
| 107 |
+
14336,
|
| 108 |
+
1
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
"transformer_blocks.1.attn.to_k": {
|
| 112 |
+
"contiguous": true,
|
| 113 |
+
"dtype": "torch.bfloat16",
|
| 114 |
+
"shape": [
|
| 115 |
+
1,
|
| 116 |
+
11264,
|
| 117 |
+
5376
|
| 118 |
+
],
|
| 119 |
+
"stride": [
|
| 120 |
+
60555264,
|
| 121 |
+
5376,
|
| 122 |
+
1
|
| 123 |
+
]
|
| 124 |
+
},
|
| 125 |
+
"transformer_blocks.1.attn.to_out.0": {
|
| 126 |
+
"contiguous": true,
|
| 127 |
+
"dtype": "torch.bfloat16",
|
| 128 |
+
"shape": [
|
| 129 |
+
1,
|
| 130 |
+
11264,
|
| 131 |
+
7168
|
| 132 |
+
],
|
| 133 |
+
"stride": [
|
| 134 |
+
80740352,
|
| 135 |
+
7168,
|
| 136 |
+
1
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"transformer_blocks.1.attn.to_q": {
|
| 140 |
+
"contiguous": true,
|
| 141 |
+
"dtype": "torch.bfloat16",
|
| 142 |
+
"shape": [
|
| 143 |
+
1,
|
| 144 |
+
11264,
|
| 145 |
+
5376
|
| 146 |
+
],
|
| 147 |
+
"stride": [
|
| 148 |
+
60555264,
|
| 149 |
+
5376,
|
| 150 |
+
1
|
| 151 |
+
]
|
| 152 |
+
},
|
| 153 |
+
"transformer_blocks.1.attn.to_v": {
|
| 154 |
+
"contiguous": true,
|
| 155 |
+
"dtype": "torch.bfloat16",
|
| 156 |
+
"shape": [
|
| 157 |
+
1,
|
| 158 |
+
11264,
|
| 159 |
+
5376
|
| 160 |
+
],
|
| 161 |
+
"stride": [
|
| 162 |
+
60555264,
|
| 163 |
+
5376,
|
| 164 |
+
1
|
| 165 |
+
]
|
| 166 |
+
},
|
| 167 |
+
"transformer_blocks.1.ff.net.0.proj": {
|
| 168 |
+
"contiguous": true,
|
| 169 |
+
"dtype": "torch.bfloat16",
|
| 170 |
+
"shape": [
|
| 171 |
+
1,
|
| 172 |
+
11264,
|
| 173 |
+
5376
|
| 174 |
+
],
|
| 175 |
+
"stride": [
|
| 176 |
+
60555264,
|
| 177 |
+
5376,
|
| 178 |
+
1
|
| 179 |
+
]
|
| 180 |
+
},
|
| 181 |
+
"transformer_blocks.1.ff.net.2": {
|
| 182 |
+
"contiguous": true,
|
| 183 |
+
"dtype": "torch.bfloat16",
|
| 184 |
+
"shape": [
|
| 185 |
+
1,
|
| 186 |
+
11264,
|
| 187 |
+
14336
|
| 188 |
+
],
|
| 189 |
+
"stride": [
|
| 190 |
+
161480704,
|
| 191 |
+
14336,
|
| 192 |
+
1
|
| 193 |
+
]
|
| 194 |
+
},
|
| 195 |
+
"transformer_blocks.10.attn.to_k": {
|
| 196 |
+
"contiguous": true,
|
| 197 |
+
"dtype": "torch.bfloat16",
|
| 198 |
+
"shape": [
|
| 199 |
+
1,
|
| 200 |
+
11264,
|
| 201 |
+
5376
|
| 202 |
+
],
|
| 203 |
+
"stride": [
|
| 204 |
+
60555264,
|
| 205 |
+
5376,
|
| 206 |
+
1
|
| 207 |
+
]
|
| 208 |
+
},
|
| 209 |
+
"transformer_blocks.10.attn.to_out.0": {
|
| 210 |
+
"contiguous": true,
|
| 211 |
+
"dtype": "torch.bfloat16",
|
| 212 |
+
"shape": [
|
| 213 |
+
1,
|
| 214 |
+
11264,
|
| 215 |
+
7168
|
| 216 |
+
],
|
| 217 |
+
"stride": [
|
| 218 |
+
80740352,
|
| 219 |
+
7168,
|
| 220 |
+
1
|
| 221 |
+
]
|
| 222 |
+
},
|
| 223 |
+
"transformer_blocks.10.attn.to_q": {
|
| 224 |
+
"contiguous": true,
|
| 225 |
+
"dtype": "torch.bfloat16",
|
| 226 |
+
"shape": [
|
| 227 |
+
1,
|
| 228 |
+
11264,
|
| 229 |
+
5376
|
| 230 |
+
],
|
| 231 |
+
"stride": [
|
| 232 |
+
60555264,
|
| 233 |
+
5376,
|
| 234 |
+
1
|
| 235 |
+
]
|
| 236 |
+
},
|
| 237 |
+
"transformer_blocks.10.attn.to_v": {
|
| 238 |
+
"contiguous": true,
|
| 239 |
+
"dtype": "torch.bfloat16",
|
| 240 |
+
"shape": [
|
| 241 |
+
1,
|
| 242 |
+
11264,
|
| 243 |
+
5376
|
| 244 |
+
],
|
| 245 |
+
"stride": [
|
| 246 |
+
60555264,
|
| 247 |
+
5376,
|
| 248 |
+
1
|
| 249 |
+
]
|
| 250 |
+
},
|
| 251 |
+
"transformer_blocks.10.ff.net.0.proj": {
|
| 252 |
+
"contiguous": true,
|
| 253 |
+
"dtype": "torch.bfloat16",
|
| 254 |
+
"shape": [
|
| 255 |
+
1,
|
| 256 |
+
11264,
|
| 257 |
+
5376
|
| 258 |
+
],
|
| 259 |
+
"stride": [
|
| 260 |
+
60555264,
|
| 261 |
+
5376,
|
| 262 |
+
1
|
| 263 |
+
]
|
| 264 |
+
},
|
| 265 |
+
"transformer_blocks.10.ff.net.2": {
|
| 266 |
+
"contiguous": true,
|
| 267 |
+
"dtype": "torch.bfloat16",
|
| 268 |
+
"shape": [
|
| 269 |
+
1,
|
| 270 |
+
11264,
|
| 271 |
+
14336
|
| 272 |
+
],
|
| 273 |
+
"stride": [
|
| 274 |
+
161480704,
|
| 275 |
+
14336,
|
| 276 |
+
1
|
| 277 |
+
]
|
| 278 |
+
},
|
| 279 |
+
"transformer_blocks.11.attn.to_k": {
|
| 280 |
+
"contiguous": true,
|
| 281 |
+
"dtype": "torch.bfloat16",
|
| 282 |
+
"shape": [
|
| 283 |
+
1,
|
| 284 |
+
11264,
|
| 285 |
+
5376
|
| 286 |
+
],
|
| 287 |
+
"stride": [
|
| 288 |
+
60555264,
|
| 289 |
+
5376,
|
| 290 |
+
1
|
| 291 |
+
]
|
| 292 |
+
},
|
| 293 |
+
"transformer_blocks.11.attn.to_out.0": {
|
| 294 |
+
"contiguous": true,
|
| 295 |
+
"dtype": "torch.bfloat16",
|
| 296 |
+
"shape": [
|
| 297 |
+
1,
|
| 298 |
+
11264,
|
| 299 |
+
7168
|
| 300 |
+
],
|
| 301 |
+
"stride": [
|
| 302 |
+
80740352,
|
| 303 |
+
7168,
|
| 304 |
+
1
|
| 305 |
+
]
|
| 306 |
+
},
|
| 307 |
+
"transformer_blocks.11.attn.to_q": {
|
| 308 |
+
"contiguous": true,
|
| 309 |
+
"dtype": "torch.bfloat16",
|
| 310 |
+
"shape": [
|
| 311 |
+
1,
|
| 312 |
+
11264,
|
| 313 |
+
5376
|
| 314 |
+
],
|
| 315 |
+
"stride": [
|
| 316 |
+
60555264,
|
| 317 |
+
5376,
|
| 318 |
+
1
|
| 319 |
+
]
|
| 320 |
+
},
|
| 321 |
+
"transformer_blocks.11.attn.to_v": {
|
| 322 |
+
"contiguous": true,
|
| 323 |
+
"dtype": "torch.bfloat16",
|
| 324 |
+
"shape": [
|
| 325 |
+
1,
|
| 326 |
+
11264,
|
| 327 |
+
5376
|
| 328 |
+
],
|
| 329 |
+
"stride": [
|
| 330 |
+
60555264,
|
| 331 |
+
5376,
|
| 332 |
+
1
|
| 333 |
+
]
|
| 334 |
+
},
|
| 335 |
+
"transformer_blocks.11.ff.net.0.proj": {
|
| 336 |
+
"contiguous": true,
|
| 337 |
+
"dtype": "torch.bfloat16",
|
| 338 |
+
"shape": [
|
| 339 |
+
1,
|
| 340 |
+
11264,
|
| 341 |
+
5376
|
| 342 |
+
],
|
| 343 |
+
"stride": [
|
| 344 |
+
60555264,
|
| 345 |
+
5376,
|
| 346 |
+
1
|
| 347 |
+
]
|
| 348 |
+
},
|
| 349 |
+
"transformer_blocks.11.ff.net.2": {
|
| 350 |
+
"contiguous": true,
|
| 351 |
+
"dtype": "torch.bfloat16",
|
| 352 |
+
"shape": [
|
| 353 |
+
1,
|
| 354 |
+
11264,
|
| 355 |
+
14336
|
| 356 |
+
],
|
| 357 |
+
"stride": [
|
| 358 |
+
161480704,
|
| 359 |
+
14336,
|
| 360 |
+
1
|
| 361 |
+
]
|
| 362 |
+
},
|
| 363 |
+
"transformer_blocks.12.attn.to_k": {
|
| 364 |
+
"contiguous": true,
|
| 365 |
+
"dtype": "torch.bfloat16",
|
| 366 |
+
"shape": [
|
| 367 |
+
1,
|
| 368 |
+
11264,
|
| 369 |
+
5376
|
| 370 |
+
],
|
| 371 |
+
"stride": [
|
| 372 |
+
60555264,
|
| 373 |
+
5376,
|
| 374 |
+
1
|
| 375 |
+
]
|
| 376 |
+
},
|
| 377 |
+
"transformer_blocks.12.attn.to_out.0": {
|
| 378 |
+
"contiguous": true,
|
| 379 |
+
"dtype": "torch.bfloat16",
|
| 380 |
+
"shape": [
|
| 381 |
+
1,
|
| 382 |
+
11264,
|
| 383 |
+
7168
|
| 384 |
+
],
|
| 385 |
+
"stride": [
|
| 386 |
+
80740352,
|
| 387 |
+
7168,
|
| 388 |
+
1
|
| 389 |
+
]
|
| 390 |
+
},
|
| 391 |
+
"transformer_blocks.12.attn.to_q": {
|
| 392 |
+
"contiguous": true,
|
| 393 |
+
"dtype": "torch.bfloat16",
|
| 394 |
+
"shape": [
|
| 395 |
+
1,
|
| 396 |
+
11264,
|
| 397 |
+
5376
|
| 398 |
+
],
|
| 399 |
+
"stride": [
|
| 400 |
+
60555264,
|
| 401 |
+
5376,
|
| 402 |
+
1
|
| 403 |
+
]
|
| 404 |
+
},
|
| 405 |
+
"transformer_blocks.12.attn.to_v": {
|
| 406 |
+
"contiguous": true,
|
| 407 |
+
"dtype": "torch.bfloat16",
|
| 408 |
+
"shape": [
|
| 409 |
+
1,
|
| 410 |
+
11264,
|
| 411 |
+
5376
|
| 412 |
+
],
|
| 413 |
+
"stride": [
|
| 414 |
+
60555264,
|
| 415 |
+
5376,
|
| 416 |
+
1
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
"transformer_blocks.12.ff.net.0.proj": {
|
| 420 |
+
"contiguous": true,
|
| 421 |
+
"dtype": "torch.bfloat16",
|
| 422 |
+
"shape": [
|
| 423 |
+
1,
|
| 424 |
+
11264,
|
| 425 |
+
5376
|
| 426 |
+
],
|
| 427 |
+
"stride": [
|
| 428 |
+
60555264,
|
| 429 |
+
5376,
|
| 430 |
+
1
|
| 431 |
+
]
|
| 432 |
+
},
|
| 433 |
+
"transformer_blocks.12.ff.net.2": {
|
| 434 |
+
"contiguous": true,
|
| 435 |
+
"dtype": "torch.bfloat16",
|
| 436 |
+
"shape": [
|
| 437 |
+
1,
|
| 438 |
+
11264,
|
| 439 |
+
14336
|
| 440 |
+
],
|
| 441 |
+
"stride": [
|
| 442 |
+
161480704,
|
| 443 |
+
14336,
|
| 444 |
+
1
|
| 445 |
+
]
|
| 446 |
+
},
|
| 447 |
+
"transformer_blocks.13.attn.to_k": {
|
| 448 |
+
"contiguous": true,
|
| 449 |
+
"dtype": "torch.bfloat16",
|
| 450 |
+
"shape": [
|
| 451 |
+
1,
|
| 452 |
+
11264,
|
| 453 |
+
5376
|
| 454 |
+
],
|
| 455 |
+
"stride": [
|
| 456 |
+
60555264,
|
| 457 |
+
5376,
|
| 458 |
+
1
|
| 459 |
+
]
|
| 460 |
+
},
|
| 461 |
+
"transformer_blocks.13.attn.to_out.0": {
|
| 462 |
+
"contiguous": true,
|
| 463 |
+
"dtype": "torch.bfloat16",
|
| 464 |
+
"shape": [
|
| 465 |
+
1,
|
| 466 |
+
11264,
|
| 467 |
+
7168
|
| 468 |
+
],
|
| 469 |
+
"stride": [
|
| 470 |
+
80740352,
|
| 471 |
+
7168,
|
| 472 |
+
1
|
| 473 |
+
]
|
| 474 |
+
},
|
| 475 |
+
"transformer_blocks.13.attn.to_q": {
|
| 476 |
+
"contiguous": true,
|
| 477 |
+
"dtype": "torch.bfloat16",
|
| 478 |
+
"shape": [
|
| 479 |
+
1,
|
| 480 |
+
11264,
|
| 481 |
+
5376
|
| 482 |
+
],
|
| 483 |
+
"stride": [
|
| 484 |
+
60555264,
|
| 485 |
+
5376,
|
| 486 |
+
1
|
| 487 |
+
]
|
| 488 |
+
},
|
| 489 |
+
"transformer_blocks.13.attn.to_v": {
|
| 490 |
+
"contiguous": true,
|
| 491 |
+
"dtype": "torch.bfloat16",
|
| 492 |
+
"shape": [
|
| 493 |
+
1,
|
| 494 |
+
11264,
|
| 495 |
+
5376
|
| 496 |
+
],
|
| 497 |
+
"stride": [
|
| 498 |
+
60555264,
|
| 499 |
+
5376,
|
| 500 |
+
1
|
| 501 |
+
]
|
| 502 |
+
},
|
| 503 |
+
"transformer_blocks.13.ff.net.0.proj": {
|
| 504 |
+
"contiguous": true,
|
| 505 |
+
"dtype": "torch.bfloat16",
|
| 506 |
+
"shape": [
|
| 507 |
+
1,
|
| 508 |
+
11264,
|
| 509 |
+
5376
|
| 510 |
+
],
|
| 511 |
+
"stride": [
|
| 512 |
+
60555264,
|
| 513 |
+
5376,
|
| 514 |
+
1
|
| 515 |
+
]
|
| 516 |
+
},
|
| 517 |
+
"transformer_blocks.13.ff.net.2": {
|
| 518 |
+
"contiguous": true,
|
| 519 |
+
"dtype": "torch.bfloat16",
|
| 520 |
+
"shape": [
|
| 521 |
+
1,
|
| 522 |
+
11264,
|
| 523 |
+
14336
|
| 524 |
+
],
|
| 525 |
+
"stride": [
|
| 526 |
+
161480704,
|
| 527 |
+
14336,
|
| 528 |
+
1
|
| 529 |
+
]
|
| 530 |
+
},
|
| 531 |
+
"transformer_blocks.14.attn.to_k": {
|
| 532 |
+
"contiguous": true,
|
| 533 |
+
"dtype": "torch.bfloat16",
|
| 534 |
+
"shape": [
|
| 535 |
+
1,
|
| 536 |
+
11264,
|
| 537 |
+
5376
|
| 538 |
+
],
|
| 539 |
+
"stride": [
|
| 540 |
+
60555264,
|
| 541 |
+
5376,
|
| 542 |
+
1
|
| 543 |
+
]
|
| 544 |
+
},
|
| 545 |
+
"transformer_blocks.14.attn.to_out.0": {
|
| 546 |
+
"contiguous": true,
|
| 547 |
+
"dtype": "torch.bfloat16",
|
| 548 |
+
"shape": [
|
| 549 |
+
1,
|
| 550 |
+
11264,
|
| 551 |
+
7168
|
| 552 |
+
],
|
| 553 |
+
"stride": [
|
| 554 |
+
80740352,
|
| 555 |
+
7168,
|
| 556 |
+
1
|
| 557 |
+
]
|
| 558 |
+
},
|
| 559 |
+
"transformer_blocks.14.attn.to_q": {
|
| 560 |
+
"contiguous": true,
|
| 561 |
+
"dtype": "torch.bfloat16",
|
| 562 |
+
"shape": [
|
| 563 |
+
1,
|
| 564 |
+
11264,
|
| 565 |
+
5376
|
| 566 |
+
],
|
| 567 |
+
"stride": [
|
| 568 |
+
60555264,
|
| 569 |
+
5376,
|
| 570 |
+
1
|
| 571 |
+
]
|
| 572 |
+
},
|
| 573 |
+
"transformer_blocks.14.attn.to_v": {
|
| 574 |
+
"contiguous": true,
|
| 575 |
+
"dtype": "torch.bfloat16",
|
| 576 |
+
"shape": [
|
| 577 |
+
1,
|
| 578 |
+
11264,
|
| 579 |
+
5376
|
| 580 |
+
],
|
| 581 |
+
"stride": [
|
| 582 |
+
60555264,
|
| 583 |
+
5376,
|
| 584 |
+
1
|
| 585 |
+
]
|
| 586 |
+
},
|
| 587 |
+
"transformer_blocks.14.ff.net.0.proj": {
|
| 588 |
+
"contiguous": true,
|
| 589 |
+
"dtype": "torch.bfloat16",
|
| 590 |
+
"shape": [
|
| 591 |
+
1,
|
| 592 |
+
11264,
|
| 593 |
+
5376
|
| 594 |
+
],
|
| 595 |
+
"stride": [
|
| 596 |
+
60555264,
|
| 597 |
+
5376,
|
| 598 |
+
1
|
| 599 |
+
]
|
| 600 |
+
},
|
| 601 |
+
"transformer_blocks.14.ff.net.2": {
|
| 602 |
+
"contiguous": true,
|
| 603 |
+
"dtype": "torch.bfloat16",
|
| 604 |
+
"shape": [
|
| 605 |
+
1,
|
| 606 |
+
11264,
|
| 607 |
+
14336
|
| 608 |
+
],
|
| 609 |
+
"stride": [
|
| 610 |
+
161480704,
|
| 611 |
+
14336,
|
| 612 |
+
1
|
| 613 |
+
]
|
| 614 |
+
},
|
| 615 |
+
"transformer_blocks.15.attn.to_k": {
|
| 616 |
+
"contiguous": true,
|
| 617 |
+
"dtype": "torch.bfloat16",
|
| 618 |
+
"shape": [
|
| 619 |
+
1,
|
| 620 |
+
11264,
|
| 621 |
+
5376
|
| 622 |
+
],
|
| 623 |
+
"stride": [
|
| 624 |
+
60555264,
|
| 625 |
+
5376,
|
| 626 |
+
1
|
| 627 |
+
]
|
| 628 |
+
},
|
| 629 |
+
"transformer_blocks.15.attn.to_out.0": {
|
| 630 |
+
"contiguous": true,
|
| 631 |
+
"dtype": "torch.bfloat16",
|
| 632 |
+
"shape": [
|
| 633 |
+
1,
|
| 634 |
+
11264,
|
| 635 |
+
7168
|
| 636 |
+
],
|
| 637 |
+
"stride": [
|
| 638 |
+
80740352,
|
| 639 |
+
7168,
|
| 640 |
+
1
|
| 641 |
+
]
|
| 642 |
+
},
|
| 643 |
+
"transformer_blocks.15.attn.to_q": {
|
| 644 |
+
"contiguous": true,
|
| 645 |
+
"dtype": "torch.bfloat16",
|
| 646 |
+
"shape": [
|
| 647 |
+
1,
|
| 648 |
+
11264,
|
| 649 |
+
5376
|
| 650 |
+
],
|
| 651 |
+
"stride": [
|
| 652 |
+
60555264,
|
| 653 |
+
5376,
|
| 654 |
+
1
|
| 655 |
+
]
|
| 656 |
+
},
|
| 657 |
+
"transformer_blocks.15.attn.to_v": {
|
| 658 |
+
"contiguous": true,
|
| 659 |
+
"dtype": "torch.bfloat16",
|
| 660 |
+
"shape": [
|
| 661 |
+
1,
|
| 662 |
+
11264,
|
| 663 |
+
5376
|
| 664 |
+
],
|
| 665 |
+
"stride": [
|
| 666 |
+
60555264,
|
| 667 |
+
5376,
|
| 668 |
+
1
|
| 669 |
+
]
|
| 670 |
+
},
|
| 671 |
+
"transformer_blocks.15.ff.net.0.proj": {
|
| 672 |
+
"contiguous": true,
|
| 673 |
+
"dtype": "torch.bfloat16",
|
| 674 |
+
"shape": [
|
| 675 |
+
1,
|
| 676 |
+
11264,
|
| 677 |
+
5376
|
| 678 |
+
],
|
| 679 |
+
"stride": [
|
| 680 |
+
60555264,
|
| 681 |
+
5376,
|
| 682 |
+
1
|
| 683 |
+
]
|
| 684 |
+
},
|
| 685 |
+
"transformer_blocks.15.ff.net.2": {
|
| 686 |
+
"contiguous": true,
|
| 687 |
+
"dtype": "torch.bfloat16",
|
| 688 |
+
"shape": [
|
| 689 |
+
1,
|
| 690 |
+
11264,
|
| 691 |
+
14336
|
| 692 |
+
],
|
| 693 |
+
"stride": [
|
| 694 |
+
161480704,
|
| 695 |
+
14336,
|
| 696 |
+
1
|
| 697 |
+
]
|
| 698 |
+
},
|
| 699 |
+
"transformer_blocks.16.attn.to_k": {
|
| 700 |
+
"contiguous": true,
|
| 701 |
+
"dtype": "torch.bfloat16",
|
| 702 |
+
"shape": [
|
| 703 |
+
1,
|
| 704 |
+
11264,
|
| 705 |
+
5376
|
| 706 |
+
],
|
| 707 |
+
"stride": [
|
| 708 |
+
60555264,
|
| 709 |
+
5376,
|
| 710 |
+
1
|
| 711 |
+
]
|
| 712 |
+
},
|
| 713 |
+
"transformer_blocks.16.attn.to_out.0": {
|
| 714 |
+
"contiguous": true,
|
| 715 |
+
"dtype": "torch.bfloat16",
|
| 716 |
+
"shape": [
|
| 717 |
+
1,
|
| 718 |
+
11264,
|
| 719 |
+
7168
|
| 720 |
+
],
|
| 721 |
+
"stride": [
|
| 722 |
+
80740352,
|
| 723 |
+
7168,
|
| 724 |
+
1
|
| 725 |
+
]
|
| 726 |
+
},
|
| 727 |
+
"transformer_blocks.16.attn.to_q": {
|
| 728 |
+
"contiguous": true,
|
| 729 |
+
"dtype": "torch.bfloat16",
|
| 730 |
+
"shape": [
|
| 731 |
+
1,
|
| 732 |
+
11264,
|
| 733 |
+
5376
|
| 734 |
+
],
|
| 735 |
+
"stride": [
|
| 736 |
+
60555264,
|
| 737 |
+
5376,
|
| 738 |
+
1
|
| 739 |
+
]
|
| 740 |
+
},
|
| 741 |
+
"transformer_blocks.16.attn.to_v": {
|
| 742 |
+
"contiguous": true,
|
| 743 |
+
"dtype": "torch.bfloat16",
|
| 744 |
+
"shape": [
|
| 745 |
+
1,
|
| 746 |
+
11264,
|
| 747 |
+
5376
|
| 748 |
+
],
|
| 749 |
+
"stride": [
|
| 750 |
+
60555264,
|
| 751 |
+
5376,
|
| 752 |
+
1
|
| 753 |
+
]
|
| 754 |
+
},
|
| 755 |
+
"transformer_blocks.16.ff.net.0.proj": {
|
| 756 |
+
"contiguous": true,
|
| 757 |
+
"dtype": "torch.bfloat16",
|
| 758 |
+
"shape": [
|
| 759 |
+
1,
|
| 760 |
+
11264,
|
| 761 |
+
5376
|
| 762 |
+
],
|
| 763 |
+
"stride": [
|
| 764 |
+
60555264,
|
| 765 |
+
5376,
|
| 766 |
+
1
|
| 767 |
+
]
|
| 768 |
+
},
|
| 769 |
+
"transformer_blocks.16.ff.net.2": {
|
| 770 |
+
"contiguous": true,
|
| 771 |
+
"dtype": "torch.bfloat16",
|
| 772 |
+
"shape": [
|
| 773 |
+
1,
|
| 774 |
+
11264,
|
| 775 |
+
14336
|
| 776 |
+
],
|
| 777 |
+
"stride": [
|
| 778 |
+
161480704,
|
| 779 |
+
14336,
|
| 780 |
+
1
|
| 781 |
+
]
|
| 782 |
+
},
|
| 783 |
+
"transformer_blocks.17.attn.to_k": {
|
| 784 |
+
"contiguous": true,
|
| 785 |
+
"dtype": "torch.bfloat16",
|
| 786 |
+
"shape": [
|
| 787 |
+
1,
|
| 788 |
+
11264,
|
| 789 |
+
5376
|
| 790 |
+
],
|
| 791 |
+
"stride": [
|
| 792 |
+
60555264,
|
| 793 |
+
5376,
|
| 794 |
+
1
|
| 795 |
+
]
|
| 796 |
+
},
|
| 797 |
+
"transformer_blocks.17.attn.to_out.0": {
|
| 798 |
+
"contiguous": true,
|
| 799 |
+
"dtype": "torch.bfloat16",
|
| 800 |
+
"shape": [
|
| 801 |
+
1,
|
| 802 |
+
11264,
|
| 803 |
+
7168
|
| 804 |
+
],
|
| 805 |
+
"stride": [
|
| 806 |
+
80740352,
|
| 807 |
+
7168,
|
| 808 |
+
1
|
| 809 |
+
]
|
| 810 |
+
},
|
| 811 |
+
"transformer_blocks.17.attn.to_q": {
|
| 812 |
+
"contiguous": true,
|
| 813 |
+
"dtype": "torch.bfloat16",
|
| 814 |
+
"shape": [
|
| 815 |
+
1,
|
| 816 |
+
11264,
|
| 817 |
+
5376
|
| 818 |
+
],
|
| 819 |
+
"stride": [
|
| 820 |
+
60555264,
|
| 821 |
+
5376,
|
| 822 |
+
1
|
| 823 |
+
]
|
| 824 |
+
},
|
| 825 |
+
"transformer_blocks.17.attn.to_v": {
|
| 826 |
+
"contiguous": true,
|
| 827 |
+
"dtype": "torch.bfloat16",
|
| 828 |
+
"shape": [
|
| 829 |
+
1,
|
| 830 |
+
11264,
|
| 831 |
+
5376
|
| 832 |
+
],
|
| 833 |
+
"stride": [
|
| 834 |
+
60555264,
|
| 835 |
+
5376,
|
| 836 |
+
1
|
| 837 |
+
]
|
| 838 |
+
},
|
| 839 |
+
"transformer_blocks.17.ff.net.0.proj": {
|
| 840 |
+
"contiguous": true,
|
| 841 |
+
"dtype": "torch.bfloat16",
|
| 842 |
+
"shape": [
|
| 843 |
+
1,
|
| 844 |
+
11264,
|
| 845 |
+
5376
|
| 846 |
+
],
|
| 847 |
+
"stride": [
|
| 848 |
+
60555264,
|
| 849 |
+
5376,
|
| 850 |
+
1
|
| 851 |
+
]
|
| 852 |
+
},
|
| 853 |
+
"transformer_blocks.17.ff.net.2": {
|
| 854 |
+
"contiguous": true,
|
| 855 |
+
"dtype": "torch.bfloat16",
|
| 856 |
+
"shape": [
|
| 857 |
+
1,
|
| 858 |
+
11264,
|
| 859 |
+
14336
|
| 860 |
+
],
|
| 861 |
+
"stride": [
|
| 862 |
+
161480704,
|
| 863 |
+
14336,
|
| 864 |
+
1
|
| 865 |
+
]
|
| 866 |
+
},
|
| 867 |
+
"transformer_blocks.18.attn.to_k": {
|
| 868 |
+
"contiguous": true,
|
| 869 |
+
"dtype": "torch.bfloat16",
|
| 870 |
+
"shape": [
|
| 871 |
+
1,
|
| 872 |
+
11264,
|
| 873 |
+
5376
|
| 874 |
+
],
|
| 875 |
+
"stride": [
|
| 876 |
+
60555264,
|
| 877 |
+
5376,
|
| 878 |
+
1
|
| 879 |
+
]
|
| 880 |
+
},
|
| 881 |
+
"transformer_blocks.18.attn.to_out.0": {
|
| 882 |
+
"contiguous": true,
|
| 883 |
+
"dtype": "torch.bfloat16",
|
| 884 |
+
"shape": [
|
| 885 |
+
1,
|
| 886 |
+
11264,
|
| 887 |
+
7168
|
| 888 |
+
],
|
| 889 |
+
"stride": [
|
| 890 |
+
80740352,
|
| 891 |
+
7168,
|
| 892 |
+
1
|
| 893 |
+
]
|
| 894 |
+
},
|
| 895 |
+
"transformer_blocks.18.attn.to_q": {
|
| 896 |
+
"contiguous": true,
|
| 897 |
+
"dtype": "torch.bfloat16",
|
| 898 |
+
"shape": [
|
| 899 |
+
1,
|
| 900 |
+
11264,
|
| 901 |
+
5376
|
| 902 |
+
],
|
| 903 |
+
"stride": [
|
| 904 |
+
60555264,
|
| 905 |
+
5376,
|
| 906 |
+
1
|
| 907 |
+
]
|
| 908 |
+
},
|
| 909 |
+
"transformer_blocks.18.attn.to_v": {
|
| 910 |
+
"contiguous": true,
|
| 911 |
+
"dtype": "torch.bfloat16",
|
| 912 |
+
"shape": [
|
| 913 |
+
1,
|
| 914 |
+
11264,
|
| 915 |
+
5376
|
| 916 |
+
],
|
| 917 |
+
"stride": [
|
| 918 |
+
60555264,
|
| 919 |
+
5376,
|
| 920 |
+
1
|
| 921 |
+
]
|
| 922 |
+
},
|
| 923 |
+
"transformer_blocks.18.ff.net.0.proj": {
|
| 924 |
+
"contiguous": true,
|
| 925 |
+
"dtype": "torch.bfloat16",
|
| 926 |
+
"shape": [
|
| 927 |
+
1,
|
| 928 |
+
11264,
|
| 929 |
+
5376
|
| 930 |
+
],
|
| 931 |
+
"stride": [
|
| 932 |
+
60555264,
|
| 933 |
+
5376,
|
| 934 |
+
1
|
| 935 |
+
]
|
| 936 |
+
},
|
| 937 |
+
"transformer_blocks.18.ff.net.2": {
|
| 938 |
+
"contiguous": true,
|
| 939 |
+
"dtype": "torch.bfloat16",
|
| 940 |
+
"shape": [
|
| 941 |
+
1,
|
| 942 |
+
11264,
|
| 943 |
+
14336
|
| 944 |
+
],
|
| 945 |
+
"stride": [
|
| 946 |
+
161480704,
|
| 947 |
+
14336,
|
| 948 |
+
1
|
| 949 |
+
]
|
| 950 |
+
},
|
| 951 |
+
"transformer_blocks.19.attn.to_k": {
|
| 952 |
+
"contiguous": true,
|
| 953 |
+
"dtype": "torch.bfloat16",
|
| 954 |
+
"shape": [
|
| 955 |
+
1,
|
| 956 |
+
11264,
|
| 957 |
+
5376
|
| 958 |
+
],
|
| 959 |
+
"stride": [
|
| 960 |
+
60555264,
|
| 961 |
+
5376,
|
| 962 |
+
1
|
| 963 |
+
]
|
| 964 |
+
},
|
| 965 |
+
"transformer_blocks.19.attn.to_out.0": {
|
| 966 |
+
"contiguous": true,
|
| 967 |
+
"dtype": "torch.bfloat16",
|
| 968 |
+
"shape": [
|
| 969 |
+
1,
|
| 970 |
+
11264,
|
| 971 |
+
7168
|
| 972 |
+
],
|
| 973 |
+
"stride": [
|
| 974 |
+
80740352,
|
| 975 |
+
7168,
|
| 976 |
+
1
|
| 977 |
+
]
|
| 978 |
+
},
|
| 979 |
+
"transformer_blocks.19.attn.to_q": {
|
| 980 |
+
"contiguous": true,
|
| 981 |
+
"dtype": "torch.bfloat16",
|
| 982 |
+
"shape": [
|
| 983 |
+
1,
|
| 984 |
+
11264,
|
| 985 |
+
5376
|
| 986 |
+
],
|
| 987 |
+
"stride": [
|
| 988 |
+
60555264,
|
| 989 |
+
5376,
|
| 990 |
+
1
|
| 991 |
+
]
|
| 992 |
+
},
|
| 993 |
+
"transformer_blocks.19.attn.to_v": {
|
| 994 |
+
"contiguous": true,
|
| 995 |
+
"dtype": "torch.bfloat16",
|
| 996 |
+
"shape": [
|
| 997 |
+
1,
|
| 998 |
+
11264,
|
| 999 |
+
5376
|
| 1000 |
+
],
|
| 1001 |
+
"stride": [
|
| 1002 |
+
60555264,
|
| 1003 |
+
5376,
|
| 1004 |
+
1
|
| 1005 |
+
]
|
| 1006 |
+
},
|
| 1007 |
+
"transformer_blocks.19.ff.net.0.proj": {
|
| 1008 |
+
"contiguous": true,
|
| 1009 |
+
"dtype": "torch.bfloat16",
|
| 1010 |
+
"shape": [
|
| 1011 |
+
1,
|
| 1012 |
+
11264,
|
| 1013 |
+
5376
|
| 1014 |
+
],
|
| 1015 |
+
"stride": [
|
| 1016 |
+
60555264,
|
| 1017 |
+
5376,
|
| 1018 |
+
1
|
| 1019 |
+
]
|
| 1020 |
+
},
|
| 1021 |
+
"transformer_blocks.19.ff.net.2": {
|
| 1022 |
+
"contiguous": true,
|
| 1023 |
+
"dtype": "torch.bfloat16",
|
| 1024 |
+
"shape": [
|
| 1025 |
+
1,
|
| 1026 |
+
11264,
|
| 1027 |
+
14336
|
| 1028 |
+
],
|
| 1029 |
+
"stride": [
|
| 1030 |
+
161480704,
|
| 1031 |
+
14336,
|
| 1032 |
+
1
|
| 1033 |
+
]
|
| 1034 |
+
},
|
| 1035 |
+
"transformer_blocks.2.attn.to_k": {
|
| 1036 |
+
"contiguous": true,
|
| 1037 |
+
"dtype": "torch.bfloat16",
|
| 1038 |
+
"shape": [
|
| 1039 |
+
1,
|
| 1040 |
+
11264,
|
| 1041 |
+
5376
|
| 1042 |
+
],
|
| 1043 |
+
"stride": [
|
| 1044 |
+
60555264,
|
| 1045 |
+
5376,
|
| 1046 |
+
1
|
| 1047 |
+
]
|
| 1048 |
+
},
|
| 1049 |
+
"transformer_blocks.2.attn.to_out.0": {
|
| 1050 |
+
"contiguous": true,
|
| 1051 |
+
"dtype": "torch.bfloat16",
|
| 1052 |
+
"shape": [
|
| 1053 |
+
1,
|
| 1054 |
+
11264,
|
| 1055 |
+
7168
|
| 1056 |
+
],
|
| 1057 |
+
"stride": [
|
| 1058 |
+
80740352,
|
| 1059 |
+
7168,
|
| 1060 |
+
1
|
| 1061 |
+
]
|
| 1062 |
+
},
|
| 1063 |
+
"transformer_blocks.2.attn.to_q": {
|
| 1064 |
+
"contiguous": true,
|
| 1065 |
+
"dtype": "torch.bfloat16",
|
| 1066 |
+
"shape": [
|
| 1067 |
+
1,
|
| 1068 |
+
11264,
|
| 1069 |
+
5376
|
| 1070 |
+
],
|
| 1071 |
+
"stride": [
|
| 1072 |
+
60555264,
|
| 1073 |
+
5376,
|
| 1074 |
+
1
|
| 1075 |
+
]
|
| 1076 |
+
},
|
| 1077 |
+
"transformer_blocks.2.attn.to_v": {
|
| 1078 |
+
"contiguous": true,
|
| 1079 |
+
"dtype": "torch.bfloat16",
|
| 1080 |
+
"shape": [
|
| 1081 |
+
1,
|
| 1082 |
+
11264,
|
| 1083 |
+
5376
|
| 1084 |
+
],
|
| 1085 |
+
"stride": [
|
| 1086 |
+
60555264,
|
| 1087 |
+
5376,
|
| 1088 |
+
1
|
| 1089 |
+
]
|
| 1090 |
+
},
|
| 1091 |
+
"transformer_blocks.2.ff.net.0.proj": {
|
| 1092 |
+
"contiguous": true,
|
| 1093 |
+
"dtype": "torch.bfloat16",
|
| 1094 |
+
"shape": [
|
| 1095 |
+
1,
|
| 1096 |
+
11264,
|
| 1097 |
+
5376
|
| 1098 |
+
],
|
| 1099 |
+
"stride": [
|
| 1100 |
+
60555264,
|
| 1101 |
+
5376,
|
| 1102 |
+
1
|
| 1103 |
+
]
|
| 1104 |
+
},
|
| 1105 |
+
"transformer_blocks.2.ff.net.2": {
|
| 1106 |
+
"contiguous": true,
|
| 1107 |
+
"dtype": "torch.bfloat16",
|
| 1108 |
+
"shape": [
|
| 1109 |
+
1,
|
| 1110 |
+
11264,
|
| 1111 |
+
14336
|
| 1112 |
+
],
|
| 1113 |
+
"stride": [
|
| 1114 |
+
161480704,
|
| 1115 |
+
14336,
|
| 1116 |
+
1
|
| 1117 |
+
]
|
| 1118 |
+
},
|
| 1119 |
+
"transformer_blocks.20.attn.to_k": {
|
| 1120 |
+
"contiguous": true,
|
| 1121 |
+
"dtype": "torch.bfloat16",
|
| 1122 |
+
"shape": [
|
| 1123 |
+
1,
|
| 1124 |
+
11264,
|
| 1125 |
+
5376
|
| 1126 |
+
],
|
| 1127 |
+
"stride": [
|
| 1128 |
+
60555264,
|
| 1129 |
+
5376,
|
| 1130 |
+
1
|
| 1131 |
+
]
|
| 1132 |
+
},
|
| 1133 |
+
"transformer_blocks.20.attn.to_out.0": {
|
| 1134 |
+
"contiguous": true,
|
| 1135 |
+
"dtype": "torch.bfloat16",
|
| 1136 |
+
"shape": [
|
| 1137 |
+
1,
|
| 1138 |
+
11264,
|
| 1139 |
+
7168
|
| 1140 |
+
],
|
| 1141 |
+
"stride": [
|
| 1142 |
+
80740352,
|
| 1143 |
+
7168,
|
| 1144 |
+
1
|
| 1145 |
+
]
|
| 1146 |
+
},
|
| 1147 |
+
"transformer_blocks.20.attn.to_q": {
|
| 1148 |
+
"contiguous": true,
|
| 1149 |
+
"dtype": "torch.bfloat16",
|
| 1150 |
+
"shape": [
|
| 1151 |
+
1,
|
| 1152 |
+
11264,
|
| 1153 |
+
5376
|
| 1154 |
+
],
|
| 1155 |
+
"stride": [
|
| 1156 |
+
60555264,
|
| 1157 |
+
5376,
|
| 1158 |
+
1
|
| 1159 |
+
]
|
| 1160 |
+
},
|
| 1161 |
+
"transformer_blocks.20.attn.to_v": {
|
| 1162 |
+
"contiguous": true,
|
| 1163 |
+
"dtype": "torch.bfloat16",
|
| 1164 |
+
"shape": [
|
| 1165 |
+
1,
|
| 1166 |
+
11264,
|
| 1167 |
+
5376
|
| 1168 |
+
],
|
| 1169 |
+
"stride": [
|
| 1170 |
+
60555264,
|
| 1171 |
+
5376,
|
| 1172 |
+
1
|
| 1173 |
+
]
|
| 1174 |
+
},
|
| 1175 |
+
"transformer_blocks.20.ff.net.0.proj": {
|
| 1176 |
+
"contiguous": true,
|
| 1177 |
+
"dtype": "torch.bfloat16",
|
| 1178 |
+
"shape": [
|
| 1179 |
+
1,
|
| 1180 |
+
11264,
|
| 1181 |
+
5376
|
| 1182 |
+
],
|
| 1183 |
+
"stride": [
|
| 1184 |
+
60555264,
|
| 1185 |
+
5376,
|
| 1186 |
+
1
|
| 1187 |
+
]
|
| 1188 |
+
},
|
| 1189 |
+
"transformer_blocks.20.ff.net.2": {
|
| 1190 |
+
"contiguous": true,
|
| 1191 |
+
"dtype": "torch.bfloat16",
|
| 1192 |
+
"shape": [
|
| 1193 |
+
1,
|
| 1194 |
+
11264,
|
| 1195 |
+
14336
|
| 1196 |
+
],
|
| 1197 |
+
"stride": [
|
| 1198 |
+
161480704,
|
| 1199 |
+
14336,
|
| 1200 |
+
1
|
| 1201 |
+
]
|
| 1202 |
+
},
|
| 1203 |
+
"transformer_blocks.21.attn.to_k": {
|
| 1204 |
+
"contiguous": true,
|
| 1205 |
+
"dtype": "torch.bfloat16",
|
| 1206 |
+
"shape": [
|
| 1207 |
+
1,
|
| 1208 |
+
11264,
|
| 1209 |
+
5376
|
| 1210 |
+
],
|
| 1211 |
+
"stride": [
|
| 1212 |
+
60555264,
|
| 1213 |
+
5376,
|
| 1214 |
+
1
|
| 1215 |
+
]
|
| 1216 |
+
},
|
| 1217 |
+
"transformer_blocks.21.attn.to_out.0": {
|
| 1218 |
+
"contiguous": true,
|
| 1219 |
+
"dtype": "torch.bfloat16",
|
| 1220 |
+
"shape": [
|
| 1221 |
+
1,
|
| 1222 |
+
11264,
|
| 1223 |
+
7168
|
| 1224 |
+
],
|
| 1225 |
+
"stride": [
|
| 1226 |
+
80740352,
|
| 1227 |
+
7168,
|
| 1228 |
+
1
|
| 1229 |
+
]
|
| 1230 |
+
},
|
| 1231 |
+
"transformer_blocks.21.attn.to_q": {
|
| 1232 |
+
"contiguous": true,
|
| 1233 |
+
"dtype": "torch.bfloat16",
|
| 1234 |
+
"shape": [
|
| 1235 |
+
1,
|
| 1236 |
+
11264,
|
| 1237 |
+
5376
|
| 1238 |
+
],
|
| 1239 |
+
"stride": [
|
| 1240 |
+
60555264,
|
| 1241 |
+
5376,
|
| 1242 |
+
1
|
| 1243 |
+
]
|
| 1244 |
+
},
|
| 1245 |
+
"transformer_blocks.21.attn.to_v": {
|
| 1246 |
+
"contiguous": true,
|
| 1247 |
+
"dtype": "torch.bfloat16",
|
| 1248 |
+
"shape": [
|
| 1249 |
+
1,
|
| 1250 |
+
11264,
|
| 1251 |
+
5376
|
| 1252 |
+
],
|
| 1253 |
+
"stride": [
|
| 1254 |
+
60555264,
|
| 1255 |
+
5376,
|
| 1256 |
+
1
|
| 1257 |
+
]
|
| 1258 |
+
},
|
| 1259 |
+
"transformer_blocks.21.ff.net.0.proj": {
|
| 1260 |
+
"contiguous": true,
|
| 1261 |
+
"dtype": "torch.bfloat16",
|
| 1262 |
+
"shape": [
|
| 1263 |
+
1,
|
| 1264 |
+
11264,
|
| 1265 |
+
5376
|
| 1266 |
+
],
|
| 1267 |
+
"stride": [
|
| 1268 |
+
60555264,
|
| 1269 |
+
5376,
|
| 1270 |
+
1
|
| 1271 |
+
]
|
| 1272 |
+
},
|
| 1273 |
+
"transformer_blocks.21.ff.net.2": {
|
| 1274 |
+
"contiguous": true,
|
| 1275 |
+
"dtype": "torch.bfloat16",
|
| 1276 |
+
"shape": [
|
| 1277 |
+
1,
|
| 1278 |
+
11264,
|
| 1279 |
+
14336
|
| 1280 |
+
],
|
| 1281 |
+
"stride": [
|
| 1282 |
+
161480704,
|
| 1283 |
+
14336,
|
| 1284 |
+
1
|
| 1285 |
+
]
|
| 1286 |
+
},
|
| 1287 |
+
"transformer_blocks.22.attn.to_k": {
|
| 1288 |
+
"contiguous": true,
|
| 1289 |
+
"dtype": "torch.bfloat16",
|
| 1290 |
+
"shape": [
|
| 1291 |
+
1,
|
| 1292 |
+
11264,
|
| 1293 |
+
5376
|
| 1294 |
+
],
|
| 1295 |
+
"stride": [
|
| 1296 |
+
60555264,
|
| 1297 |
+
5376,
|
| 1298 |
+
1
|
| 1299 |
+
]
|
| 1300 |
+
},
|
| 1301 |
+
"transformer_blocks.22.attn.to_out.0": {
|
| 1302 |
+
"contiguous": true,
|
| 1303 |
+
"dtype": "torch.bfloat16",
|
| 1304 |
+
"shape": [
|
| 1305 |
+
1,
|
| 1306 |
+
11264,
|
| 1307 |
+
7168
|
| 1308 |
+
],
|
| 1309 |
+
"stride": [
|
| 1310 |
+
80740352,
|
| 1311 |
+
7168,
|
| 1312 |
+
1
|
| 1313 |
+
]
|
| 1314 |
+
},
|
| 1315 |
+
"transformer_blocks.22.attn.to_q": {
|
| 1316 |
+
"contiguous": true,
|
| 1317 |
+
"dtype": "torch.bfloat16",
|
| 1318 |
+
"shape": [
|
| 1319 |
+
1,
|
| 1320 |
+
11264,
|
| 1321 |
+
5376
|
| 1322 |
+
],
|
| 1323 |
+
"stride": [
|
| 1324 |
+
60555264,
|
| 1325 |
+
5376,
|
| 1326 |
+
1
|
| 1327 |
+
]
|
| 1328 |
+
},
|
| 1329 |
+
"transformer_blocks.22.attn.to_v": {
|
| 1330 |
+
"contiguous": true,
|
| 1331 |
+
"dtype": "torch.bfloat16",
|
| 1332 |
+
"shape": [
|
| 1333 |
+
1,
|
| 1334 |
+
11264,
|
| 1335 |
+
5376
|
| 1336 |
+
],
|
| 1337 |
+
"stride": [
|
| 1338 |
+
60555264,
|
| 1339 |
+
5376,
|
| 1340 |
+
1
|
| 1341 |
+
]
|
| 1342 |
+
},
|
| 1343 |
+
"transformer_blocks.22.ff.net.0.proj": {
|
| 1344 |
+
"contiguous": true,
|
| 1345 |
+
"dtype": "torch.bfloat16",
|
| 1346 |
+
"shape": [
|
| 1347 |
+
1,
|
| 1348 |
+
11264,
|
| 1349 |
+
5376
|
| 1350 |
+
],
|
| 1351 |
+
"stride": [
|
| 1352 |
+
60555264,
|
| 1353 |
+
5376,
|
| 1354 |
+
1
|
| 1355 |
+
]
|
| 1356 |
+
},
|
| 1357 |
+
"transformer_blocks.22.ff.net.2": {
|
| 1358 |
+
"contiguous": true,
|
| 1359 |
+
"dtype": "torch.bfloat16",
|
| 1360 |
+
"shape": [
|
| 1361 |
+
1,
|
| 1362 |
+
11264,
|
| 1363 |
+
14336
|
| 1364 |
+
],
|
| 1365 |
+
"stride": [
|
| 1366 |
+
161480704,
|
| 1367 |
+
14336,
|
| 1368 |
+
1
|
| 1369 |
+
]
|
| 1370 |
+
},
|
| 1371 |
+
"transformer_blocks.23.attn.to_k": {
|
| 1372 |
+
"contiguous": true,
|
| 1373 |
+
"dtype": "torch.bfloat16",
|
| 1374 |
+
"shape": [
|
| 1375 |
+
1,
|
| 1376 |
+
11264,
|
| 1377 |
+
5376
|
| 1378 |
+
],
|
| 1379 |
+
"stride": [
|
| 1380 |
+
60555264,
|
| 1381 |
+
5376,
|
| 1382 |
+
1
|
| 1383 |
+
]
|
| 1384 |
+
},
|
| 1385 |
+
"transformer_blocks.23.attn.to_out.0": {
|
| 1386 |
+
"contiguous": true,
|
| 1387 |
+
"dtype": "torch.bfloat16",
|
| 1388 |
+
"shape": [
|
| 1389 |
+
1,
|
| 1390 |
+
11264,
|
| 1391 |
+
7168
|
| 1392 |
+
],
|
| 1393 |
+
"stride": [
|
| 1394 |
+
80740352,
|
| 1395 |
+
7168,
|
| 1396 |
+
1
|
| 1397 |
+
]
|
| 1398 |
+
},
|
| 1399 |
+
"transformer_blocks.23.attn.to_q": {
|
| 1400 |
+
"contiguous": true,
|
| 1401 |
+
"dtype": "torch.bfloat16",
|
| 1402 |
+
"shape": [
|
| 1403 |
+
1,
|
| 1404 |
+
11264,
|
| 1405 |
+
5376
|
| 1406 |
+
],
|
| 1407 |
+
"stride": [
|
| 1408 |
+
60555264,
|
| 1409 |
+
5376,
|
| 1410 |
+
1
|
| 1411 |
+
]
|
| 1412 |
+
},
|
| 1413 |
+
"transformer_blocks.23.attn.to_v": {
|
| 1414 |
+
"contiguous": true,
|
| 1415 |
+
"dtype": "torch.bfloat16",
|
| 1416 |
+
"shape": [
|
| 1417 |
+
1,
|
| 1418 |
+
11264,
|
| 1419 |
+
5376
|
| 1420 |
+
],
|
| 1421 |
+
"stride": [
|
| 1422 |
+
60555264,
|
| 1423 |
+
5376,
|
| 1424 |
+
1
|
| 1425 |
+
]
|
| 1426 |
+
},
|
| 1427 |
+
"transformer_blocks.23.ff.net.0.proj": {
|
| 1428 |
+
"contiguous": true,
|
| 1429 |
+
"dtype": "torch.bfloat16",
|
| 1430 |
+
"shape": [
|
| 1431 |
+
1,
|
| 1432 |
+
11264,
|
| 1433 |
+
5376
|
| 1434 |
+
],
|
| 1435 |
+
"stride": [
|
| 1436 |
+
60555264,
|
| 1437 |
+
5376,
|
| 1438 |
+
1
|
| 1439 |
+
]
|
| 1440 |
+
},
|
| 1441 |
+
"transformer_blocks.23.ff.net.2": {
|
| 1442 |
+
"contiguous": true,
|
| 1443 |
+
"dtype": "torch.bfloat16",
|
| 1444 |
+
"shape": [
|
| 1445 |
+
1,
|
| 1446 |
+
11264,
|
| 1447 |
+
14336
|
| 1448 |
+
],
|
| 1449 |
+
"stride": [
|
| 1450 |
+
161480704,
|
| 1451 |
+
14336,
|
| 1452 |
+
1
|
| 1453 |
+
]
|
| 1454 |
+
},
|
| 1455 |
+
"transformer_blocks.24.attn.to_k": {
|
| 1456 |
+
"contiguous": true,
|
| 1457 |
+
"dtype": "torch.bfloat16",
|
| 1458 |
+
"shape": [
|
| 1459 |
+
1,
|
| 1460 |
+
11264,
|
| 1461 |
+
5376
|
| 1462 |
+
],
|
| 1463 |
+
"stride": [
|
| 1464 |
+
60555264,
|
| 1465 |
+
5376,
|
| 1466 |
+
1
|
| 1467 |
+
]
|
| 1468 |
+
},
|
| 1469 |
+
"transformer_blocks.24.attn.to_out.0": {
|
| 1470 |
+
"contiguous": true,
|
| 1471 |
+
"dtype": "torch.bfloat16",
|
| 1472 |
+
"shape": [
|
| 1473 |
+
1,
|
| 1474 |
+
11264,
|
| 1475 |
+
7168
|
| 1476 |
+
],
|
| 1477 |
+
"stride": [
|
| 1478 |
+
80740352,
|
| 1479 |
+
7168,
|
| 1480 |
+
1
|
| 1481 |
+
]
|
| 1482 |
+
},
|
| 1483 |
+
"transformer_blocks.24.attn.to_q": {
|
| 1484 |
+
"contiguous": true,
|
| 1485 |
+
"dtype": "torch.bfloat16",
|
| 1486 |
+
"shape": [
|
| 1487 |
+
1,
|
| 1488 |
+
11264,
|
| 1489 |
+
5376
|
| 1490 |
+
],
|
| 1491 |
+
"stride": [
|
| 1492 |
+
60555264,
|
| 1493 |
+
5376,
|
| 1494 |
+
1
|
| 1495 |
+
]
|
| 1496 |
+
},
|
| 1497 |
+
"transformer_blocks.24.attn.to_v": {
|
| 1498 |
+
"contiguous": true,
|
| 1499 |
+
"dtype": "torch.bfloat16",
|
| 1500 |
+
"shape": [
|
| 1501 |
+
1,
|
| 1502 |
+
11264,
|
| 1503 |
+
5376
|
| 1504 |
+
],
|
| 1505 |
+
"stride": [
|
| 1506 |
+
60555264,
|
| 1507 |
+
5376,
|
| 1508 |
+
1
|
| 1509 |
+
]
|
| 1510 |
+
},
|
| 1511 |
+
"transformer_blocks.24.ff.net.0.proj": {
|
| 1512 |
+
"contiguous": true,
|
| 1513 |
+
"dtype": "torch.bfloat16",
|
| 1514 |
+
"shape": [
|
| 1515 |
+
1,
|
| 1516 |
+
11264,
|
| 1517 |
+
5376
|
| 1518 |
+
],
|
| 1519 |
+
"stride": [
|
| 1520 |
+
60555264,
|
| 1521 |
+
5376,
|
| 1522 |
+
1
|
| 1523 |
+
]
|
| 1524 |
+
},
|
| 1525 |
+
"transformer_blocks.24.ff.net.2": {
|
| 1526 |
+
"contiguous": true,
|
| 1527 |
+
"dtype": "torch.bfloat16",
|
| 1528 |
+
"shape": [
|
| 1529 |
+
1,
|
| 1530 |
+
11264,
|
| 1531 |
+
14336
|
| 1532 |
+
],
|
| 1533 |
+
"stride": [
|
| 1534 |
+
161480704,
|
| 1535 |
+
14336,
|
| 1536 |
+
1
|
| 1537 |
+
]
|
| 1538 |
+
},
|
| 1539 |
+
"transformer_blocks.25.attn.to_k": {
|
| 1540 |
+
"contiguous": true,
|
| 1541 |
+
"dtype": "torch.bfloat16",
|
| 1542 |
+
"shape": [
|
| 1543 |
+
1,
|
| 1544 |
+
11264,
|
| 1545 |
+
5376
|
| 1546 |
+
],
|
| 1547 |
+
"stride": [
|
| 1548 |
+
60555264,
|
| 1549 |
+
5376,
|
| 1550 |
+
1
|
| 1551 |
+
]
|
| 1552 |
+
},
|
| 1553 |
+
"transformer_blocks.25.attn.to_out.0": {
|
| 1554 |
+
"contiguous": true,
|
| 1555 |
+
"dtype": "torch.bfloat16",
|
| 1556 |
+
"shape": [
|
| 1557 |
+
1,
|
| 1558 |
+
11264,
|
| 1559 |
+
7168
|
| 1560 |
+
],
|
| 1561 |
+
"stride": [
|
| 1562 |
+
80740352,
|
| 1563 |
+
7168,
|
| 1564 |
+
1
|
| 1565 |
+
]
|
| 1566 |
+
},
|
| 1567 |
+
"transformer_blocks.25.attn.to_q": {
|
| 1568 |
+
"contiguous": true,
|
| 1569 |
+
"dtype": "torch.bfloat16",
|
| 1570 |
+
"shape": [
|
| 1571 |
+
1,
|
| 1572 |
+
11264,
|
| 1573 |
+
5376
|
| 1574 |
+
],
|
| 1575 |
+
"stride": [
|
| 1576 |
+
60555264,
|
| 1577 |
+
5376,
|
| 1578 |
+
1
|
| 1579 |
+
]
|
| 1580 |
+
},
|
| 1581 |
+
"transformer_blocks.25.attn.to_v": {
|
| 1582 |
+
"contiguous": true,
|
| 1583 |
+
"dtype": "torch.bfloat16",
|
| 1584 |
+
"shape": [
|
| 1585 |
+
1,
|
| 1586 |
+
11264,
|
| 1587 |
+
5376
|
| 1588 |
+
],
|
| 1589 |
+
"stride": [
|
| 1590 |
+
60555264,
|
| 1591 |
+
5376,
|
| 1592 |
+
1
|
| 1593 |
+
]
|
| 1594 |
+
},
|
| 1595 |
+
"transformer_blocks.25.ff.net.0.proj": {
|
| 1596 |
+
"contiguous": true,
|
| 1597 |
+
"dtype": "torch.bfloat16",
|
| 1598 |
+
"shape": [
|
| 1599 |
+
1,
|
| 1600 |
+
11264,
|
| 1601 |
+
5376
|
| 1602 |
+
],
|
| 1603 |
+
"stride": [
|
| 1604 |
+
60555264,
|
| 1605 |
+
5376,
|
| 1606 |
+
1
|
| 1607 |
+
]
|
| 1608 |
+
},
|
| 1609 |
+
"transformer_blocks.25.ff.net.2": {
|
| 1610 |
+
"contiguous": true,
|
| 1611 |
+
"dtype": "torch.bfloat16",
|
| 1612 |
+
"shape": [
|
| 1613 |
+
1,
|
| 1614 |
+
11264,
|
| 1615 |
+
14336
|
| 1616 |
+
],
|
| 1617 |
+
"stride": [
|
| 1618 |
+
161480704,
|
| 1619 |
+
14336,
|
| 1620 |
+
1
|
| 1621 |
+
]
|
| 1622 |
+
},
|
| 1623 |
+
"transformer_blocks.26.attn.to_k": {
|
| 1624 |
+
"contiguous": true,
|
| 1625 |
+
"dtype": "torch.bfloat16",
|
| 1626 |
+
"shape": [
|
| 1627 |
+
1,
|
| 1628 |
+
11264,
|
| 1629 |
+
5376
|
| 1630 |
+
],
|
| 1631 |
+
"stride": [
|
| 1632 |
+
60555264,
|
| 1633 |
+
5376,
|
| 1634 |
+
1
|
| 1635 |
+
]
|
| 1636 |
+
},
|
| 1637 |
+
"transformer_blocks.26.attn.to_out.0": {
|
| 1638 |
+
"contiguous": true,
|
| 1639 |
+
"dtype": "torch.bfloat16",
|
| 1640 |
+
"shape": [
|
| 1641 |
+
1,
|
| 1642 |
+
11264,
|
| 1643 |
+
7168
|
| 1644 |
+
],
|
| 1645 |
+
"stride": [
|
| 1646 |
+
80740352,
|
| 1647 |
+
7168,
|
| 1648 |
+
1
|
| 1649 |
+
]
|
| 1650 |
+
},
|
| 1651 |
+
"transformer_blocks.26.attn.to_q": {
|
| 1652 |
+
"contiguous": true,
|
| 1653 |
+
"dtype": "torch.bfloat16",
|
| 1654 |
+
"shape": [
|
| 1655 |
+
1,
|
| 1656 |
+
11264,
|
| 1657 |
+
5376
|
| 1658 |
+
],
|
| 1659 |
+
"stride": [
|
| 1660 |
+
60555264,
|
| 1661 |
+
5376,
|
| 1662 |
+
1
|
| 1663 |
+
]
|
| 1664 |
+
},
|
| 1665 |
+
"transformer_blocks.26.attn.to_v": {
|
| 1666 |
+
"contiguous": true,
|
| 1667 |
+
"dtype": "torch.bfloat16",
|
| 1668 |
+
"shape": [
|
| 1669 |
+
1,
|
| 1670 |
+
11264,
|
| 1671 |
+
5376
|
| 1672 |
+
],
|
| 1673 |
+
"stride": [
|
| 1674 |
+
60555264,
|
| 1675 |
+
5376,
|
| 1676 |
+
1
|
| 1677 |
+
]
|
| 1678 |
+
},
|
| 1679 |
+
"transformer_blocks.26.ff.net.0.proj": {
|
| 1680 |
+
"contiguous": true,
|
| 1681 |
+
"dtype": "torch.bfloat16",
|
| 1682 |
+
"shape": [
|
| 1683 |
+
1,
|
| 1684 |
+
11264,
|
| 1685 |
+
5376
|
| 1686 |
+
],
|
| 1687 |
+
"stride": [
|
| 1688 |
+
60555264,
|
| 1689 |
+
5376,
|
| 1690 |
+
1
|
| 1691 |
+
]
|
| 1692 |
+
},
|
| 1693 |
+
"transformer_blocks.26.ff.net.2": {
|
| 1694 |
+
"contiguous": true,
|
| 1695 |
+
"dtype": "torch.bfloat16",
|
| 1696 |
+
"shape": [
|
| 1697 |
+
1,
|
| 1698 |
+
11264,
|
| 1699 |
+
14336
|
| 1700 |
+
],
|
| 1701 |
+
"stride": [
|
| 1702 |
+
161480704,
|
| 1703 |
+
14336,
|
| 1704 |
+
1
|
| 1705 |
+
]
|
| 1706 |
+
},
|
| 1707 |
+
"transformer_blocks.27.attn.to_k": {
|
| 1708 |
+
"contiguous": true,
|
| 1709 |
+
"dtype": "torch.bfloat16",
|
| 1710 |
+
"shape": [
|
| 1711 |
+
1,
|
| 1712 |
+
11264,
|
| 1713 |
+
5376
|
| 1714 |
+
],
|
| 1715 |
+
"stride": [
|
| 1716 |
+
60555264,
|
| 1717 |
+
5376,
|
| 1718 |
+
1
|
| 1719 |
+
]
|
| 1720 |
+
},
|
| 1721 |
+
"transformer_blocks.27.attn.to_out.0": {
|
| 1722 |
+
"contiguous": true,
|
| 1723 |
+
"dtype": "torch.bfloat16",
|
| 1724 |
+
"shape": [
|
| 1725 |
+
1,
|
| 1726 |
+
11264,
|
| 1727 |
+
7168
|
| 1728 |
+
],
|
| 1729 |
+
"stride": [
|
| 1730 |
+
80740352,
|
| 1731 |
+
7168,
|
| 1732 |
+
1
|
| 1733 |
+
]
|
| 1734 |
+
},
|
| 1735 |
+
"transformer_blocks.27.attn.to_q": {
|
| 1736 |
+
"contiguous": true,
|
| 1737 |
+
"dtype": "torch.bfloat16",
|
| 1738 |
+
"shape": [
|
| 1739 |
+
1,
|
| 1740 |
+
11264,
|
| 1741 |
+
5376
|
| 1742 |
+
],
|
| 1743 |
+
"stride": [
|
| 1744 |
+
60555264,
|
| 1745 |
+
5376,
|
| 1746 |
+
1
|
| 1747 |
+
]
|
| 1748 |
+
},
|
| 1749 |
+
"transformer_blocks.27.attn.to_v": {
|
| 1750 |
+
"contiguous": true,
|
| 1751 |
+
"dtype": "torch.bfloat16",
|
| 1752 |
+
"shape": [
|
| 1753 |
+
1,
|
| 1754 |
+
11264,
|
| 1755 |
+
5376
|
| 1756 |
+
],
|
| 1757 |
+
"stride": [
|
| 1758 |
+
60555264,
|
| 1759 |
+
5376,
|
| 1760 |
+
1
|
| 1761 |
+
]
|
| 1762 |
+
},
|
| 1763 |
+
"transformer_blocks.27.ff.net.0.proj": {
|
| 1764 |
+
"contiguous": true,
|
| 1765 |
+
"dtype": "torch.bfloat16",
|
| 1766 |
+
"shape": [
|
| 1767 |
+
1,
|
| 1768 |
+
11264,
|
| 1769 |
+
5376
|
| 1770 |
+
],
|
| 1771 |
+
"stride": [
|
| 1772 |
+
60555264,
|
| 1773 |
+
5376,
|
| 1774 |
+
1
|
| 1775 |
+
]
|
| 1776 |
+
},
|
| 1777 |
+
"transformer_blocks.27.ff.net.2": {
|
| 1778 |
+
"contiguous": true,
|
| 1779 |
+
"dtype": "torch.bfloat16",
|
| 1780 |
+
"shape": [
|
| 1781 |
+
1,
|
| 1782 |
+
11264,
|
| 1783 |
+
14336
|
| 1784 |
+
],
|
| 1785 |
+
"stride": [
|
| 1786 |
+
161480704,
|
| 1787 |
+
14336,
|
| 1788 |
+
1
|
| 1789 |
+
]
|
| 1790 |
+
},
|
| 1791 |
+
"transformer_blocks.28.attn.to_k": {
|
| 1792 |
+
"contiguous": true,
|
| 1793 |
+
"dtype": "torch.bfloat16",
|
| 1794 |
+
"shape": [
|
| 1795 |
+
1,
|
| 1796 |
+
11264,
|
| 1797 |
+
5376
|
| 1798 |
+
],
|
| 1799 |
+
"stride": [
|
| 1800 |
+
60555264,
|
| 1801 |
+
5376,
|
| 1802 |
+
1
|
| 1803 |
+
]
|
| 1804 |
+
},
|
| 1805 |
+
"transformer_blocks.28.attn.to_out.0": {
|
| 1806 |
+
"contiguous": true,
|
| 1807 |
+
"dtype": "torch.bfloat16",
|
| 1808 |
+
"shape": [
|
| 1809 |
+
1,
|
| 1810 |
+
11264,
|
| 1811 |
+
7168
|
| 1812 |
+
],
|
| 1813 |
+
"stride": [
|
| 1814 |
+
80740352,
|
| 1815 |
+
7168,
|
| 1816 |
+
1
|
| 1817 |
+
]
|
| 1818 |
+
},
|
| 1819 |
+
"transformer_blocks.28.attn.to_q": {
|
| 1820 |
+
"contiguous": true,
|
| 1821 |
+
"dtype": "torch.bfloat16",
|
| 1822 |
+
"shape": [
|
| 1823 |
+
1,
|
| 1824 |
+
11264,
|
| 1825 |
+
5376
|
| 1826 |
+
],
|
| 1827 |
+
"stride": [
|
| 1828 |
+
60555264,
|
| 1829 |
+
5376,
|
| 1830 |
+
1
|
| 1831 |
+
]
|
| 1832 |
+
},
|
| 1833 |
+
"transformer_blocks.28.attn.to_v": {
|
| 1834 |
+
"contiguous": true,
|
| 1835 |
+
"dtype": "torch.bfloat16",
|
| 1836 |
+
"shape": [
|
| 1837 |
+
1,
|
| 1838 |
+
11264,
|
| 1839 |
+
5376
|
| 1840 |
+
],
|
| 1841 |
+
"stride": [
|
| 1842 |
+
60555264,
|
| 1843 |
+
5376,
|
| 1844 |
+
1
|
| 1845 |
+
]
|
| 1846 |
+
},
|
| 1847 |
+
"transformer_blocks.28.ff.net.0.proj": {
|
| 1848 |
+
"contiguous": true,
|
| 1849 |
+
"dtype": "torch.bfloat16",
|
| 1850 |
+
"shape": [
|
| 1851 |
+
1,
|
| 1852 |
+
11264,
|
| 1853 |
+
5376
|
| 1854 |
+
],
|
| 1855 |
+
"stride": [
|
| 1856 |
+
60555264,
|
| 1857 |
+
5376,
|
| 1858 |
+
1
|
| 1859 |
+
]
|
| 1860 |
+
},
|
| 1861 |
+
"transformer_blocks.28.ff.net.2": {
|
| 1862 |
+
"contiguous": true,
|
| 1863 |
+
"dtype": "torch.bfloat16",
|
| 1864 |
+
"shape": [
|
| 1865 |
+
1,
|
| 1866 |
+
11264,
|
| 1867 |
+
14336
|
| 1868 |
+
],
|
| 1869 |
+
"stride": [
|
| 1870 |
+
161480704,
|
| 1871 |
+
14336,
|
| 1872 |
+
1
|
| 1873 |
+
]
|
| 1874 |
+
},
|
| 1875 |
+
"transformer_blocks.29.attn.to_k": {
|
| 1876 |
+
"contiguous": true,
|
| 1877 |
+
"dtype": "torch.bfloat16",
|
| 1878 |
+
"shape": [
|
| 1879 |
+
1,
|
| 1880 |
+
11264,
|
| 1881 |
+
5376
|
| 1882 |
+
],
|
| 1883 |
+
"stride": [
|
| 1884 |
+
60555264,
|
| 1885 |
+
5376,
|
| 1886 |
+
1
|
| 1887 |
+
]
|
| 1888 |
+
},
|
| 1889 |
+
"transformer_blocks.29.attn.to_out.0": {
|
| 1890 |
+
"contiguous": true,
|
| 1891 |
+
"dtype": "torch.bfloat16",
|
| 1892 |
+
"shape": [
|
| 1893 |
+
1,
|
| 1894 |
+
11264,
|
| 1895 |
+
7168
|
| 1896 |
+
],
|
| 1897 |
+
"stride": [
|
| 1898 |
+
80740352,
|
| 1899 |
+
7168,
|
| 1900 |
+
1
|
| 1901 |
+
]
|
| 1902 |
+
},
|
| 1903 |
+
"transformer_blocks.29.attn.to_q": {
|
| 1904 |
+
"contiguous": true,
|
| 1905 |
+
"dtype": "torch.bfloat16",
|
| 1906 |
+
"shape": [
|
| 1907 |
+
1,
|
| 1908 |
+
11264,
|
| 1909 |
+
5376
|
| 1910 |
+
],
|
| 1911 |
+
"stride": [
|
| 1912 |
+
60555264,
|
| 1913 |
+
5376,
|
| 1914 |
+
1
|
| 1915 |
+
]
|
| 1916 |
+
},
|
| 1917 |
+
"transformer_blocks.29.attn.to_v": {
|
| 1918 |
+
"contiguous": true,
|
| 1919 |
+
"dtype": "torch.bfloat16",
|
| 1920 |
+
"shape": [
|
| 1921 |
+
1,
|
| 1922 |
+
11264,
|
| 1923 |
+
5376
|
| 1924 |
+
],
|
| 1925 |
+
"stride": [
|
| 1926 |
+
60555264,
|
| 1927 |
+
5376,
|
| 1928 |
+
1
|
| 1929 |
+
]
|
| 1930 |
+
},
|
| 1931 |
+
"transformer_blocks.29.ff.net.0.proj": {
|
| 1932 |
+
"contiguous": true,
|
| 1933 |
+
"dtype": "torch.bfloat16",
|
| 1934 |
+
"shape": [
|
| 1935 |
+
1,
|
| 1936 |
+
11264,
|
| 1937 |
+
5376
|
| 1938 |
+
],
|
| 1939 |
+
"stride": [
|
| 1940 |
+
60555264,
|
| 1941 |
+
5376,
|
| 1942 |
+
1
|
| 1943 |
+
]
|
| 1944 |
+
},
|
| 1945 |
+
"transformer_blocks.29.ff.net.2": {
|
| 1946 |
+
"contiguous": true,
|
| 1947 |
+
"dtype": "torch.bfloat16",
|
| 1948 |
+
"shape": [
|
| 1949 |
+
1,
|
| 1950 |
+
11264,
|
| 1951 |
+
14336
|
| 1952 |
+
],
|
| 1953 |
+
"stride": [
|
| 1954 |
+
161480704,
|
| 1955 |
+
14336,
|
| 1956 |
+
1
|
| 1957 |
+
]
|
| 1958 |
+
},
|
| 1959 |
+
"transformer_blocks.3.attn.to_k": {
|
| 1960 |
+
"contiguous": true,
|
| 1961 |
+
"dtype": "torch.bfloat16",
|
| 1962 |
+
"shape": [
|
| 1963 |
+
1,
|
| 1964 |
+
11264,
|
| 1965 |
+
5376
|
| 1966 |
+
],
|
| 1967 |
+
"stride": [
|
| 1968 |
+
60555264,
|
| 1969 |
+
5376,
|
| 1970 |
+
1
|
| 1971 |
+
]
|
| 1972 |
+
},
|
| 1973 |
+
"transformer_blocks.3.attn.to_out.0": {
|
| 1974 |
+
"contiguous": true,
|
| 1975 |
+
"dtype": "torch.bfloat16",
|
| 1976 |
+
"shape": [
|
| 1977 |
+
1,
|
| 1978 |
+
11264,
|
| 1979 |
+
7168
|
| 1980 |
+
],
|
| 1981 |
+
"stride": [
|
| 1982 |
+
80740352,
|
| 1983 |
+
7168,
|
| 1984 |
+
1
|
| 1985 |
+
]
|
| 1986 |
+
},
|
| 1987 |
+
"transformer_blocks.3.attn.to_q": {
|
| 1988 |
+
"contiguous": true,
|
| 1989 |
+
"dtype": "torch.bfloat16",
|
| 1990 |
+
"shape": [
|
| 1991 |
+
1,
|
| 1992 |
+
11264,
|
| 1993 |
+
5376
|
| 1994 |
+
],
|
| 1995 |
+
"stride": [
|
| 1996 |
+
60555264,
|
| 1997 |
+
5376,
|
| 1998 |
+
1
|
| 1999 |
+
]
|
| 2000 |
+
},
|
| 2001 |
+
"transformer_blocks.3.attn.to_v": {
|
| 2002 |
+
"contiguous": true,
|
| 2003 |
+
"dtype": "torch.bfloat16",
|
| 2004 |
+
"shape": [
|
| 2005 |
+
1,
|
| 2006 |
+
11264,
|
| 2007 |
+
5376
|
| 2008 |
+
],
|
| 2009 |
+
"stride": [
|
| 2010 |
+
60555264,
|
| 2011 |
+
5376,
|
| 2012 |
+
1
|
| 2013 |
+
]
|
| 2014 |
+
},
|
| 2015 |
+
"transformer_blocks.3.ff.net.0.proj": {
|
| 2016 |
+
"contiguous": true,
|
| 2017 |
+
"dtype": "torch.bfloat16",
|
| 2018 |
+
"shape": [
|
| 2019 |
+
1,
|
| 2020 |
+
11264,
|
| 2021 |
+
5376
|
| 2022 |
+
],
|
| 2023 |
+
"stride": [
|
| 2024 |
+
60555264,
|
| 2025 |
+
5376,
|
| 2026 |
+
1
|
| 2027 |
+
]
|
| 2028 |
+
},
|
| 2029 |
+
"transformer_blocks.3.ff.net.2": {
|
| 2030 |
+
"contiguous": true,
|
| 2031 |
+
"dtype": "torch.bfloat16",
|
| 2032 |
+
"shape": [
|
| 2033 |
+
1,
|
| 2034 |
+
11264,
|
| 2035 |
+
14336
|
| 2036 |
+
],
|
| 2037 |
+
"stride": [
|
| 2038 |
+
161480704,
|
| 2039 |
+
14336,
|
| 2040 |
+
1
|
| 2041 |
+
]
|
| 2042 |
+
},
|
| 2043 |
+
"transformer_blocks.30.attn.to_k": {
|
| 2044 |
+
"contiguous": true,
|
| 2045 |
+
"dtype": "torch.bfloat16",
|
| 2046 |
+
"shape": [
|
| 2047 |
+
1,
|
| 2048 |
+
11264,
|
| 2049 |
+
5376
|
| 2050 |
+
],
|
| 2051 |
+
"stride": [
|
| 2052 |
+
60555264,
|
| 2053 |
+
5376,
|
| 2054 |
+
1
|
| 2055 |
+
]
|
| 2056 |
+
},
|
| 2057 |
+
"transformer_blocks.30.attn.to_out.0": {
|
| 2058 |
+
"contiguous": true,
|
| 2059 |
+
"dtype": "torch.bfloat16",
|
| 2060 |
+
"shape": [
|
| 2061 |
+
1,
|
| 2062 |
+
11264,
|
| 2063 |
+
7168
|
| 2064 |
+
],
|
| 2065 |
+
"stride": [
|
| 2066 |
+
80740352,
|
| 2067 |
+
7168,
|
| 2068 |
+
1
|
| 2069 |
+
]
|
| 2070 |
+
},
|
| 2071 |
+
"transformer_blocks.30.attn.to_q": {
|
| 2072 |
+
"contiguous": true,
|
| 2073 |
+
"dtype": "torch.bfloat16",
|
| 2074 |
+
"shape": [
|
| 2075 |
+
1,
|
| 2076 |
+
11264,
|
| 2077 |
+
5376
|
| 2078 |
+
],
|
| 2079 |
+
"stride": [
|
| 2080 |
+
60555264,
|
| 2081 |
+
5376,
|
| 2082 |
+
1
|
| 2083 |
+
]
|
| 2084 |
+
},
|
| 2085 |
+
"transformer_blocks.30.attn.to_v": {
|
| 2086 |
+
"contiguous": true,
|
| 2087 |
+
"dtype": "torch.bfloat16",
|
| 2088 |
+
"shape": [
|
| 2089 |
+
1,
|
| 2090 |
+
11264,
|
| 2091 |
+
5376
|
| 2092 |
+
],
|
| 2093 |
+
"stride": [
|
| 2094 |
+
60555264,
|
| 2095 |
+
5376,
|
| 2096 |
+
1
|
| 2097 |
+
]
|
| 2098 |
+
},
|
| 2099 |
+
"transformer_blocks.30.ff.net.0.proj": {
|
| 2100 |
+
"contiguous": true,
|
| 2101 |
+
"dtype": "torch.bfloat16",
|
| 2102 |
+
"shape": [
|
| 2103 |
+
1,
|
| 2104 |
+
11264,
|
| 2105 |
+
5376
|
| 2106 |
+
],
|
| 2107 |
+
"stride": [
|
| 2108 |
+
60555264,
|
| 2109 |
+
5376,
|
| 2110 |
+
1
|
| 2111 |
+
]
|
| 2112 |
+
},
|
| 2113 |
+
"transformer_blocks.30.ff.net.2": {
|
| 2114 |
+
"contiguous": true,
|
| 2115 |
+
"dtype": "torch.bfloat16",
|
| 2116 |
+
"shape": [
|
| 2117 |
+
1,
|
| 2118 |
+
11264,
|
| 2119 |
+
14336
|
| 2120 |
+
],
|
| 2121 |
+
"stride": [
|
| 2122 |
+
161480704,
|
| 2123 |
+
14336,
|
| 2124 |
+
1
|
| 2125 |
+
]
|
| 2126 |
+
},
|
| 2127 |
+
"transformer_blocks.31.attn.to_k": {
|
| 2128 |
+
"contiguous": true,
|
| 2129 |
+
"dtype": "torch.bfloat16",
|
| 2130 |
+
"shape": [
|
| 2131 |
+
1,
|
| 2132 |
+
11264,
|
| 2133 |
+
5376
|
| 2134 |
+
],
|
| 2135 |
+
"stride": [
|
| 2136 |
+
60555264,
|
| 2137 |
+
5376,
|
| 2138 |
+
1
|
| 2139 |
+
]
|
| 2140 |
+
},
|
| 2141 |
+
"transformer_blocks.31.attn.to_out.0": {
|
| 2142 |
+
"contiguous": true,
|
| 2143 |
+
"dtype": "torch.bfloat16",
|
| 2144 |
+
"shape": [
|
| 2145 |
+
1,
|
| 2146 |
+
11264,
|
| 2147 |
+
7168
|
| 2148 |
+
],
|
| 2149 |
+
"stride": [
|
| 2150 |
+
80740352,
|
| 2151 |
+
7168,
|
| 2152 |
+
1
|
| 2153 |
+
]
|
| 2154 |
+
},
|
| 2155 |
+
"transformer_blocks.31.attn.to_q": {
|
| 2156 |
+
"contiguous": true,
|
| 2157 |
+
"dtype": "torch.bfloat16",
|
| 2158 |
+
"shape": [
|
| 2159 |
+
1,
|
| 2160 |
+
11264,
|
| 2161 |
+
5376
|
| 2162 |
+
],
|
| 2163 |
+
"stride": [
|
| 2164 |
+
60555264,
|
| 2165 |
+
5376,
|
| 2166 |
+
1
|
| 2167 |
+
]
|
| 2168 |
+
},
|
| 2169 |
+
"transformer_blocks.31.attn.to_v": {
|
| 2170 |
+
"contiguous": true,
|
| 2171 |
+
"dtype": "torch.bfloat16",
|
| 2172 |
+
"shape": [
|
| 2173 |
+
1,
|
| 2174 |
+
11264,
|
| 2175 |
+
5376
|
| 2176 |
+
],
|
| 2177 |
+
"stride": [
|
| 2178 |
+
60555264,
|
| 2179 |
+
5376,
|
| 2180 |
+
1
|
| 2181 |
+
]
|
| 2182 |
+
},
|
| 2183 |
+
"transformer_blocks.31.ff.net.0.proj": {
|
| 2184 |
+
"contiguous": true,
|
| 2185 |
+
"dtype": "torch.bfloat16",
|
| 2186 |
+
"shape": [
|
| 2187 |
+
1,
|
| 2188 |
+
11264,
|
| 2189 |
+
5376
|
| 2190 |
+
],
|
| 2191 |
+
"stride": [
|
| 2192 |
+
60555264,
|
| 2193 |
+
5376,
|
| 2194 |
+
1
|
| 2195 |
+
]
|
| 2196 |
+
},
|
| 2197 |
+
"transformer_blocks.31.ff.net.2": {
|
| 2198 |
+
"contiguous": true,
|
| 2199 |
+
"dtype": "torch.bfloat16",
|
| 2200 |
+
"shape": [
|
| 2201 |
+
1,
|
| 2202 |
+
11264,
|
| 2203 |
+
14336
|
| 2204 |
+
],
|
| 2205 |
+
"stride": [
|
| 2206 |
+
161480704,
|
| 2207 |
+
14336,
|
| 2208 |
+
1
|
| 2209 |
+
]
|
| 2210 |
+
},
|
| 2211 |
+
"transformer_blocks.32.attn.to_k": {
|
| 2212 |
+
"contiguous": true,
|
| 2213 |
+
"dtype": "torch.bfloat16",
|
| 2214 |
+
"shape": [
|
| 2215 |
+
1,
|
| 2216 |
+
11264,
|
| 2217 |
+
5376
|
| 2218 |
+
],
|
| 2219 |
+
"stride": [
|
| 2220 |
+
60555264,
|
| 2221 |
+
5376,
|
| 2222 |
+
1
|
| 2223 |
+
]
|
| 2224 |
+
},
|
| 2225 |
+
"transformer_blocks.32.attn.to_out.0": {
|
| 2226 |
+
"contiguous": true,
|
| 2227 |
+
"dtype": "torch.bfloat16",
|
| 2228 |
+
"shape": [
|
| 2229 |
+
1,
|
| 2230 |
+
11264,
|
| 2231 |
+
7168
|
| 2232 |
+
],
|
| 2233 |
+
"stride": [
|
| 2234 |
+
80740352,
|
| 2235 |
+
7168,
|
| 2236 |
+
1
|
| 2237 |
+
]
|
| 2238 |
+
},
|
| 2239 |
+
"transformer_blocks.32.attn.to_q": {
|
| 2240 |
+
"contiguous": true,
|
| 2241 |
+
"dtype": "torch.bfloat16",
|
| 2242 |
+
"shape": [
|
| 2243 |
+
1,
|
| 2244 |
+
11264,
|
| 2245 |
+
5376
|
| 2246 |
+
],
|
| 2247 |
+
"stride": [
|
| 2248 |
+
60555264,
|
| 2249 |
+
5376,
|
| 2250 |
+
1
|
| 2251 |
+
]
|
| 2252 |
+
},
|
| 2253 |
+
"transformer_blocks.32.attn.to_v": {
|
| 2254 |
+
"contiguous": true,
|
| 2255 |
+
"dtype": "torch.bfloat16",
|
| 2256 |
+
"shape": [
|
| 2257 |
+
1,
|
| 2258 |
+
11264,
|
| 2259 |
+
5376
|
| 2260 |
+
],
|
| 2261 |
+
"stride": [
|
| 2262 |
+
60555264,
|
| 2263 |
+
5376,
|
| 2264 |
+
1
|
| 2265 |
+
]
|
| 2266 |
+
},
|
| 2267 |
+
"transformer_blocks.32.ff.net.0.proj": {
|
| 2268 |
+
"contiguous": true,
|
| 2269 |
+
"dtype": "torch.bfloat16",
|
| 2270 |
+
"shape": [
|
| 2271 |
+
1,
|
| 2272 |
+
11264,
|
| 2273 |
+
5376
|
| 2274 |
+
],
|
| 2275 |
+
"stride": [
|
| 2276 |
+
60555264,
|
| 2277 |
+
5376,
|
| 2278 |
+
1
|
| 2279 |
+
]
|
| 2280 |
+
},
|
| 2281 |
+
"transformer_blocks.32.ff.net.2": {
|
| 2282 |
+
"contiguous": true,
|
| 2283 |
+
"dtype": "torch.bfloat16",
|
| 2284 |
+
"shape": [
|
| 2285 |
+
1,
|
| 2286 |
+
11264,
|
| 2287 |
+
14336
|
| 2288 |
+
],
|
| 2289 |
+
"stride": [
|
| 2290 |
+
161480704,
|
| 2291 |
+
14336,
|
| 2292 |
+
1
|
| 2293 |
+
]
|
| 2294 |
+
},
|
| 2295 |
+
"transformer_blocks.33.attn.to_k": {
|
| 2296 |
+
"contiguous": true,
|
| 2297 |
+
"dtype": "torch.bfloat16",
|
| 2298 |
+
"shape": [
|
| 2299 |
+
1,
|
| 2300 |
+
11264,
|
| 2301 |
+
5376
|
| 2302 |
+
],
|
| 2303 |
+
"stride": [
|
| 2304 |
+
60555264,
|
| 2305 |
+
5376,
|
| 2306 |
+
1
|
| 2307 |
+
]
|
| 2308 |
+
},
|
| 2309 |
+
"transformer_blocks.33.attn.to_out.0": {
|
| 2310 |
+
"contiguous": true,
|
| 2311 |
+
"dtype": "torch.bfloat16",
|
| 2312 |
+
"shape": [
|
| 2313 |
+
1,
|
| 2314 |
+
11264,
|
| 2315 |
+
7168
|
| 2316 |
+
],
|
| 2317 |
+
"stride": [
|
| 2318 |
+
80740352,
|
| 2319 |
+
7168,
|
| 2320 |
+
1
|
| 2321 |
+
]
|
| 2322 |
+
},
|
| 2323 |
+
"transformer_blocks.33.attn.to_q": {
|
| 2324 |
+
"contiguous": true,
|
| 2325 |
+
"dtype": "torch.bfloat16",
|
| 2326 |
+
"shape": [
|
| 2327 |
+
1,
|
| 2328 |
+
11264,
|
| 2329 |
+
5376
|
| 2330 |
+
],
|
| 2331 |
+
"stride": [
|
| 2332 |
+
60555264,
|
| 2333 |
+
5376,
|
| 2334 |
+
1
|
| 2335 |
+
]
|
| 2336 |
+
},
|
| 2337 |
+
"transformer_blocks.33.attn.to_v": {
|
| 2338 |
+
"contiguous": true,
|
| 2339 |
+
"dtype": "torch.bfloat16",
|
| 2340 |
+
"shape": [
|
| 2341 |
+
1,
|
| 2342 |
+
11264,
|
| 2343 |
+
5376
|
| 2344 |
+
],
|
| 2345 |
+
"stride": [
|
| 2346 |
+
60555264,
|
| 2347 |
+
5376,
|
| 2348 |
+
1
|
| 2349 |
+
]
|
| 2350 |
+
},
|
| 2351 |
+
"transformer_blocks.33.ff.net.0.proj": {
|
| 2352 |
+
"contiguous": true,
|
| 2353 |
+
"dtype": "torch.bfloat16",
|
| 2354 |
+
"shape": [
|
| 2355 |
+
1,
|
| 2356 |
+
11264,
|
| 2357 |
+
5376
|
| 2358 |
+
],
|
| 2359 |
+
"stride": [
|
| 2360 |
+
60555264,
|
| 2361 |
+
5376,
|
| 2362 |
+
1
|
| 2363 |
+
]
|
| 2364 |
+
},
|
| 2365 |
+
"transformer_blocks.33.ff.net.2": {
|
| 2366 |
+
"contiguous": true,
|
| 2367 |
+
"dtype": "torch.bfloat16",
|
| 2368 |
+
"shape": [
|
| 2369 |
+
1,
|
| 2370 |
+
11264,
|
| 2371 |
+
14336
|
| 2372 |
+
],
|
| 2373 |
+
"stride": [
|
| 2374 |
+
161480704,
|
| 2375 |
+
14336,
|
| 2376 |
+
1
|
| 2377 |
+
]
|
| 2378 |
+
},
|
| 2379 |
+
"transformer_blocks.34.attn.to_k": {
|
| 2380 |
+
"contiguous": true,
|
| 2381 |
+
"dtype": "torch.bfloat16",
|
| 2382 |
+
"shape": [
|
| 2383 |
+
1,
|
| 2384 |
+
11264,
|
| 2385 |
+
5376
|
| 2386 |
+
],
|
| 2387 |
+
"stride": [
|
| 2388 |
+
60555264,
|
| 2389 |
+
5376,
|
| 2390 |
+
1
|
| 2391 |
+
]
|
| 2392 |
+
},
|
| 2393 |
+
"transformer_blocks.34.attn.to_out.0": {
|
| 2394 |
+
"contiguous": true,
|
| 2395 |
+
"dtype": "torch.bfloat16",
|
| 2396 |
+
"shape": [
|
| 2397 |
+
1,
|
| 2398 |
+
11264,
|
| 2399 |
+
7168
|
| 2400 |
+
],
|
| 2401 |
+
"stride": [
|
| 2402 |
+
80740352,
|
| 2403 |
+
7168,
|
| 2404 |
+
1
|
| 2405 |
+
]
|
| 2406 |
+
},
|
| 2407 |
+
"transformer_blocks.34.attn.to_q": {
|
| 2408 |
+
"contiguous": true,
|
| 2409 |
+
"dtype": "torch.bfloat16",
|
| 2410 |
+
"shape": [
|
| 2411 |
+
1,
|
| 2412 |
+
11264,
|
| 2413 |
+
5376
|
| 2414 |
+
],
|
| 2415 |
+
"stride": [
|
| 2416 |
+
60555264,
|
| 2417 |
+
5376,
|
| 2418 |
+
1
|
| 2419 |
+
]
|
| 2420 |
+
},
|
| 2421 |
+
"transformer_blocks.34.attn.to_v": {
|
| 2422 |
+
"contiguous": true,
|
| 2423 |
+
"dtype": "torch.bfloat16",
|
| 2424 |
+
"shape": [
|
| 2425 |
+
1,
|
| 2426 |
+
11264,
|
| 2427 |
+
5376
|
| 2428 |
+
],
|
| 2429 |
+
"stride": [
|
| 2430 |
+
60555264,
|
| 2431 |
+
5376,
|
| 2432 |
+
1
|
| 2433 |
+
]
|
| 2434 |
+
},
|
| 2435 |
+
"transformer_blocks.34.ff.net.0.proj": {
|
| 2436 |
+
"contiguous": true,
|
| 2437 |
+
"dtype": "torch.bfloat16",
|
| 2438 |
+
"shape": [
|
| 2439 |
+
1,
|
| 2440 |
+
11264,
|
| 2441 |
+
5376
|
| 2442 |
+
],
|
| 2443 |
+
"stride": [
|
| 2444 |
+
60555264,
|
| 2445 |
+
5376,
|
| 2446 |
+
1
|
| 2447 |
+
]
|
| 2448 |
+
},
|
| 2449 |
+
"transformer_blocks.34.ff.net.2": {
|
| 2450 |
+
"contiguous": true,
|
| 2451 |
+
"dtype": "torch.bfloat16",
|
| 2452 |
+
"shape": [
|
| 2453 |
+
1,
|
| 2454 |
+
11264,
|
| 2455 |
+
14336
|
| 2456 |
+
],
|
| 2457 |
+
"stride": [
|
| 2458 |
+
161480704,
|
| 2459 |
+
14336,
|
| 2460 |
+
1
|
| 2461 |
+
]
|
| 2462 |
+
},
|
| 2463 |
+
"transformer_blocks.35.attn.to_k": {
|
| 2464 |
+
"contiguous": true,
|
| 2465 |
+
"dtype": "torch.bfloat16",
|
| 2466 |
+
"shape": [
|
| 2467 |
+
1,
|
| 2468 |
+
11264,
|
| 2469 |
+
5376
|
| 2470 |
+
],
|
| 2471 |
+
"stride": [
|
| 2472 |
+
60555264,
|
| 2473 |
+
5376,
|
| 2474 |
+
1
|
| 2475 |
+
]
|
| 2476 |
+
},
|
| 2477 |
+
"transformer_blocks.35.attn.to_out.0": {
|
| 2478 |
+
"contiguous": true,
|
| 2479 |
+
"dtype": "torch.bfloat16",
|
| 2480 |
+
"shape": [
|
| 2481 |
+
1,
|
| 2482 |
+
11264,
|
| 2483 |
+
7168
|
| 2484 |
+
],
|
| 2485 |
+
"stride": [
|
| 2486 |
+
80740352,
|
| 2487 |
+
7168,
|
| 2488 |
+
1
|
| 2489 |
+
]
|
| 2490 |
+
},
|
| 2491 |
+
"transformer_blocks.35.attn.to_q": {
|
| 2492 |
+
"contiguous": true,
|
| 2493 |
+
"dtype": "torch.bfloat16",
|
| 2494 |
+
"shape": [
|
| 2495 |
+
1,
|
| 2496 |
+
11264,
|
| 2497 |
+
5376
|
| 2498 |
+
],
|
| 2499 |
+
"stride": [
|
| 2500 |
+
60555264,
|
| 2501 |
+
5376,
|
| 2502 |
+
1
|
| 2503 |
+
]
|
| 2504 |
+
},
|
| 2505 |
+
"transformer_blocks.35.attn.to_v": {
|
| 2506 |
+
"contiguous": true,
|
| 2507 |
+
"dtype": "torch.bfloat16",
|
| 2508 |
+
"shape": [
|
| 2509 |
+
1,
|
| 2510 |
+
11264,
|
| 2511 |
+
5376
|
| 2512 |
+
],
|
| 2513 |
+
"stride": [
|
| 2514 |
+
60555264,
|
| 2515 |
+
5376,
|
| 2516 |
+
1
|
| 2517 |
+
]
|
| 2518 |
+
},
|
| 2519 |
+
"transformer_blocks.35.ff.net.0.proj": {
|
| 2520 |
+
"contiguous": true,
|
| 2521 |
+
"dtype": "torch.bfloat16",
|
| 2522 |
+
"shape": [
|
| 2523 |
+
1,
|
| 2524 |
+
11264,
|
| 2525 |
+
5376
|
| 2526 |
+
],
|
| 2527 |
+
"stride": [
|
| 2528 |
+
60555264,
|
| 2529 |
+
5376,
|
| 2530 |
+
1
|
| 2531 |
+
]
|
| 2532 |
+
},
|
| 2533 |
+
"transformer_blocks.35.ff.net.2": {
|
| 2534 |
+
"contiguous": true,
|
| 2535 |
+
"dtype": "torch.bfloat16",
|
| 2536 |
+
"shape": [
|
| 2537 |
+
1,
|
| 2538 |
+
11264,
|
| 2539 |
+
14336
|
| 2540 |
+
],
|
| 2541 |
+
"stride": [
|
| 2542 |
+
161480704,
|
| 2543 |
+
14336,
|
| 2544 |
+
1
|
| 2545 |
+
]
|
| 2546 |
+
},
|
| 2547 |
+
"transformer_blocks.36.attn.to_k": {
|
| 2548 |
+
"contiguous": true,
|
| 2549 |
+
"dtype": "torch.bfloat16",
|
| 2550 |
+
"shape": [
|
| 2551 |
+
1,
|
| 2552 |
+
11264,
|
| 2553 |
+
5376
|
| 2554 |
+
],
|
| 2555 |
+
"stride": [
|
| 2556 |
+
60555264,
|
| 2557 |
+
5376,
|
| 2558 |
+
1
|
| 2559 |
+
]
|
| 2560 |
+
},
|
| 2561 |
+
"transformer_blocks.36.attn.to_out.0": {
|
| 2562 |
+
"contiguous": true,
|
| 2563 |
+
"dtype": "torch.bfloat16",
|
| 2564 |
+
"shape": [
|
| 2565 |
+
1,
|
| 2566 |
+
11264,
|
| 2567 |
+
7168
|
| 2568 |
+
],
|
| 2569 |
+
"stride": [
|
| 2570 |
+
80740352,
|
| 2571 |
+
7168,
|
| 2572 |
+
1
|
| 2573 |
+
]
|
| 2574 |
+
},
|
| 2575 |
+
"transformer_blocks.36.attn.to_q": {
|
| 2576 |
+
"contiguous": true,
|
| 2577 |
+
"dtype": "torch.bfloat16",
|
| 2578 |
+
"shape": [
|
| 2579 |
+
1,
|
| 2580 |
+
11264,
|
| 2581 |
+
5376
|
| 2582 |
+
],
|
| 2583 |
+
"stride": [
|
| 2584 |
+
60555264,
|
| 2585 |
+
5376,
|
| 2586 |
+
1
|
| 2587 |
+
]
|
| 2588 |
+
},
|
| 2589 |
+
"transformer_blocks.36.attn.to_v": {
|
| 2590 |
+
"contiguous": true,
|
| 2591 |
+
"dtype": "torch.bfloat16",
|
| 2592 |
+
"shape": [
|
| 2593 |
+
1,
|
| 2594 |
+
11264,
|
| 2595 |
+
5376
|
| 2596 |
+
],
|
| 2597 |
+
"stride": [
|
| 2598 |
+
60555264,
|
| 2599 |
+
5376,
|
| 2600 |
+
1
|
| 2601 |
+
]
|
| 2602 |
+
},
|
| 2603 |
+
"transformer_blocks.36.ff.net.0.proj": {
|
| 2604 |
+
"contiguous": true,
|
| 2605 |
+
"dtype": "torch.bfloat16",
|
| 2606 |
+
"shape": [
|
| 2607 |
+
1,
|
| 2608 |
+
11264,
|
| 2609 |
+
5376
|
| 2610 |
+
],
|
| 2611 |
+
"stride": [
|
| 2612 |
+
60555264,
|
| 2613 |
+
5376,
|
| 2614 |
+
1
|
| 2615 |
+
]
|
| 2616 |
+
},
|
| 2617 |
+
"transformer_blocks.36.ff.net.2": {
|
| 2618 |
+
"contiguous": true,
|
| 2619 |
+
"dtype": "torch.bfloat16",
|
| 2620 |
+
"shape": [
|
| 2621 |
+
1,
|
| 2622 |
+
11264,
|
| 2623 |
+
14336
|
| 2624 |
+
],
|
| 2625 |
+
"stride": [
|
| 2626 |
+
161480704,
|
| 2627 |
+
14336,
|
| 2628 |
+
1
|
| 2629 |
+
]
|
| 2630 |
+
},
|
| 2631 |
+
"transformer_blocks.37.attn.to_k": {
|
| 2632 |
+
"contiguous": true,
|
| 2633 |
+
"dtype": "torch.bfloat16",
|
| 2634 |
+
"shape": [
|
| 2635 |
+
1,
|
| 2636 |
+
11264,
|
| 2637 |
+
5376
|
| 2638 |
+
],
|
| 2639 |
+
"stride": [
|
| 2640 |
+
60555264,
|
| 2641 |
+
5376,
|
| 2642 |
+
1
|
| 2643 |
+
]
|
| 2644 |
+
},
|
| 2645 |
+
"transformer_blocks.37.attn.to_out.0": {
|
| 2646 |
+
"contiguous": true,
|
| 2647 |
+
"dtype": "torch.bfloat16",
|
| 2648 |
+
"shape": [
|
| 2649 |
+
1,
|
| 2650 |
+
11264,
|
| 2651 |
+
7168
|
| 2652 |
+
],
|
| 2653 |
+
"stride": [
|
| 2654 |
+
80740352,
|
| 2655 |
+
7168,
|
| 2656 |
+
1
|
| 2657 |
+
]
|
| 2658 |
+
},
|
| 2659 |
+
"transformer_blocks.37.attn.to_q": {
|
| 2660 |
+
"contiguous": true,
|
| 2661 |
+
"dtype": "torch.bfloat16",
|
| 2662 |
+
"shape": [
|
| 2663 |
+
1,
|
| 2664 |
+
11264,
|
| 2665 |
+
5376
|
| 2666 |
+
],
|
| 2667 |
+
"stride": [
|
| 2668 |
+
60555264,
|
| 2669 |
+
5376,
|
| 2670 |
+
1
|
| 2671 |
+
]
|
| 2672 |
+
},
|
| 2673 |
+
"transformer_blocks.37.attn.to_v": {
|
| 2674 |
+
"contiguous": true,
|
| 2675 |
+
"dtype": "torch.bfloat16",
|
| 2676 |
+
"shape": [
|
| 2677 |
+
1,
|
| 2678 |
+
11264,
|
| 2679 |
+
5376
|
| 2680 |
+
],
|
| 2681 |
+
"stride": [
|
| 2682 |
+
60555264,
|
| 2683 |
+
5376,
|
| 2684 |
+
1
|
| 2685 |
+
]
|
| 2686 |
+
},
|
| 2687 |
+
"transformer_blocks.37.ff.net.0.proj": {
|
| 2688 |
+
"contiguous": true,
|
| 2689 |
+
"dtype": "torch.bfloat16",
|
| 2690 |
+
"shape": [
|
| 2691 |
+
1,
|
| 2692 |
+
11264,
|
| 2693 |
+
5376
|
| 2694 |
+
],
|
| 2695 |
+
"stride": [
|
| 2696 |
+
60555264,
|
| 2697 |
+
5376,
|
| 2698 |
+
1
|
| 2699 |
+
]
|
| 2700 |
+
},
|
| 2701 |
+
"transformer_blocks.37.ff.net.2": {
|
| 2702 |
+
"contiguous": true,
|
| 2703 |
+
"dtype": "torch.bfloat16",
|
| 2704 |
+
"shape": [
|
| 2705 |
+
1,
|
| 2706 |
+
11264,
|
| 2707 |
+
14336
|
| 2708 |
+
],
|
| 2709 |
+
"stride": [
|
| 2710 |
+
161480704,
|
| 2711 |
+
14336,
|
| 2712 |
+
1
|
| 2713 |
+
]
|
| 2714 |
+
},
|
| 2715 |
+
"transformer_blocks.38.attn.to_k": {
|
| 2716 |
+
"contiguous": true,
|
| 2717 |
+
"dtype": "torch.bfloat16",
|
| 2718 |
+
"shape": [
|
| 2719 |
+
1,
|
| 2720 |
+
11264,
|
| 2721 |
+
5376
|
| 2722 |
+
],
|
| 2723 |
+
"stride": [
|
| 2724 |
+
60555264,
|
| 2725 |
+
5376,
|
| 2726 |
+
1
|
| 2727 |
+
]
|
| 2728 |
+
},
|
| 2729 |
+
"transformer_blocks.38.attn.to_out.0": {
|
| 2730 |
+
"contiguous": true,
|
| 2731 |
+
"dtype": "torch.bfloat16",
|
| 2732 |
+
"shape": [
|
| 2733 |
+
1,
|
| 2734 |
+
11264,
|
| 2735 |
+
7168
|
| 2736 |
+
],
|
| 2737 |
+
"stride": [
|
| 2738 |
+
80740352,
|
| 2739 |
+
7168,
|
| 2740 |
+
1
|
| 2741 |
+
]
|
| 2742 |
+
},
|
| 2743 |
+
"transformer_blocks.38.attn.to_q": {
|
| 2744 |
+
"contiguous": true,
|
| 2745 |
+
"dtype": "torch.bfloat16",
|
| 2746 |
+
"shape": [
|
| 2747 |
+
1,
|
| 2748 |
+
11264,
|
| 2749 |
+
5376
|
| 2750 |
+
],
|
| 2751 |
+
"stride": [
|
| 2752 |
+
60555264,
|
| 2753 |
+
5376,
|
| 2754 |
+
1
|
| 2755 |
+
]
|
| 2756 |
+
},
|
| 2757 |
+
"transformer_blocks.38.attn.to_v": {
|
| 2758 |
+
"contiguous": true,
|
| 2759 |
+
"dtype": "torch.bfloat16",
|
| 2760 |
+
"shape": [
|
| 2761 |
+
1,
|
| 2762 |
+
11264,
|
| 2763 |
+
5376
|
| 2764 |
+
],
|
| 2765 |
+
"stride": [
|
| 2766 |
+
60555264,
|
| 2767 |
+
5376,
|
| 2768 |
+
1
|
| 2769 |
+
]
|
| 2770 |
+
},
|
| 2771 |
+
"transformer_blocks.38.ff.net.0.proj": {
|
| 2772 |
+
"contiguous": true,
|
| 2773 |
+
"dtype": "torch.bfloat16",
|
| 2774 |
+
"shape": [
|
| 2775 |
+
1,
|
| 2776 |
+
11264,
|
| 2777 |
+
5376
|
| 2778 |
+
],
|
| 2779 |
+
"stride": [
|
| 2780 |
+
60555264,
|
| 2781 |
+
5376,
|
| 2782 |
+
1
|
| 2783 |
+
]
|
| 2784 |
+
},
|
| 2785 |
+
"transformer_blocks.38.ff.net.2": {
|
| 2786 |
+
"contiguous": true,
|
| 2787 |
+
"dtype": "torch.bfloat16",
|
| 2788 |
+
"shape": [
|
| 2789 |
+
1,
|
| 2790 |
+
11264,
|
| 2791 |
+
14336
|
| 2792 |
+
],
|
| 2793 |
+
"stride": [
|
| 2794 |
+
161480704,
|
| 2795 |
+
14336,
|
| 2796 |
+
1
|
| 2797 |
+
]
|
| 2798 |
+
},
|
| 2799 |
+
"transformer_blocks.39.attn.to_k": {
|
| 2800 |
+
"contiguous": true,
|
| 2801 |
+
"dtype": "torch.bfloat16",
|
| 2802 |
+
"shape": [
|
| 2803 |
+
1,
|
| 2804 |
+
11264,
|
| 2805 |
+
5376
|
| 2806 |
+
],
|
| 2807 |
+
"stride": [
|
| 2808 |
+
60555264,
|
| 2809 |
+
5376,
|
| 2810 |
+
1
|
| 2811 |
+
]
|
| 2812 |
+
},
|
| 2813 |
+
"transformer_blocks.39.attn.to_out.0": {
|
| 2814 |
+
"contiguous": true,
|
| 2815 |
+
"dtype": "torch.bfloat16",
|
| 2816 |
+
"shape": [
|
| 2817 |
+
1,
|
| 2818 |
+
11264,
|
| 2819 |
+
7168
|
| 2820 |
+
],
|
| 2821 |
+
"stride": [
|
| 2822 |
+
80740352,
|
| 2823 |
+
7168,
|
| 2824 |
+
1
|
| 2825 |
+
]
|
| 2826 |
+
},
|
| 2827 |
+
"transformer_blocks.39.attn.to_q": {
|
| 2828 |
+
"contiguous": true,
|
| 2829 |
+
"dtype": "torch.bfloat16",
|
| 2830 |
+
"shape": [
|
| 2831 |
+
1,
|
| 2832 |
+
11264,
|
| 2833 |
+
5376
|
| 2834 |
+
],
|
| 2835 |
+
"stride": [
|
| 2836 |
+
60555264,
|
| 2837 |
+
5376,
|
| 2838 |
+
1
|
| 2839 |
+
]
|
| 2840 |
+
},
|
| 2841 |
+
"transformer_blocks.39.attn.to_v": {
|
| 2842 |
+
"contiguous": true,
|
| 2843 |
+
"dtype": "torch.bfloat16",
|
| 2844 |
+
"shape": [
|
| 2845 |
+
1,
|
| 2846 |
+
11264,
|
| 2847 |
+
5376
|
| 2848 |
+
],
|
| 2849 |
+
"stride": [
|
| 2850 |
+
60555264,
|
| 2851 |
+
5376,
|
| 2852 |
+
1
|
| 2853 |
+
]
|
| 2854 |
+
},
|
| 2855 |
+
"transformer_blocks.39.ff.net.0.proj": {
|
| 2856 |
+
"contiguous": true,
|
| 2857 |
+
"dtype": "torch.bfloat16",
|
| 2858 |
+
"shape": [
|
| 2859 |
+
1,
|
| 2860 |
+
11264,
|
| 2861 |
+
5376
|
| 2862 |
+
],
|
| 2863 |
+
"stride": [
|
| 2864 |
+
60555264,
|
| 2865 |
+
5376,
|
| 2866 |
+
1
|
| 2867 |
+
]
|
| 2868 |
+
},
|
| 2869 |
+
"transformer_blocks.39.ff.net.2": {
|
| 2870 |
+
"contiguous": true,
|
| 2871 |
+
"dtype": "torch.bfloat16",
|
| 2872 |
+
"shape": [
|
| 2873 |
+
1,
|
| 2874 |
+
11264,
|
| 2875 |
+
14336
|
| 2876 |
+
],
|
| 2877 |
+
"stride": [
|
| 2878 |
+
161480704,
|
| 2879 |
+
14336,
|
| 2880 |
+
1
|
| 2881 |
+
]
|
| 2882 |
+
},
|
| 2883 |
+
"transformer_blocks.4.attn.to_k": {
|
| 2884 |
+
"contiguous": true,
|
| 2885 |
+
"dtype": "torch.bfloat16",
|
| 2886 |
+
"shape": [
|
| 2887 |
+
1,
|
| 2888 |
+
11264,
|
| 2889 |
+
5376
|
| 2890 |
+
],
|
| 2891 |
+
"stride": [
|
| 2892 |
+
60555264,
|
| 2893 |
+
5376,
|
| 2894 |
+
1
|
| 2895 |
+
]
|
| 2896 |
+
},
|
| 2897 |
+
"transformer_blocks.4.attn.to_out.0": {
|
| 2898 |
+
"contiguous": true,
|
| 2899 |
+
"dtype": "torch.bfloat16",
|
| 2900 |
+
"shape": [
|
| 2901 |
+
1,
|
| 2902 |
+
11264,
|
| 2903 |
+
7168
|
| 2904 |
+
],
|
| 2905 |
+
"stride": [
|
| 2906 |
+
80740352,
|
| 2907 |
+
7168,
|
| 2908 |
+
1
|
| 2909 |
+
]
|
| 2910 |
+
},
|
| 2911 |
+
"transformer_blocks.4.attn.to_q": {
|
| 2912 |
+
"contiguous": true,
|
| 2913 |
+
"dtype": "torch.bfloat16",
|
| 2914 |
+
"shape": [
|
| 2915 |
+
1,
|
| 2916 |
+
11264,
|
| 2917 |
+
5376
|
| 2918 |
+
],
|
| 2919 |
+
"stride": [
|
| 2920 |
+
60555264,
|
| 2921 |
+
5376,
|
| 2922 |
+
1
|
| 2923 |
+
]
|
| 2924 |
+
},
|
| 2925 |
+
"transformer_blocks.4.attn.to_v": {
|
| 2926 |
+
"contiguous": true,
|
| 2927 |
+
"dtype": "torch.bfloat16",
|
| 2928 |
+
"shape": [
|
| 2929 |
+
1,
|
| 2930 |
+
11264,
|
| 2931 |
+
5376
|
| 2932 |
+
],
|
| 2933 |
+
"stride": [
|
| 2934 |
+
60555264,
|
| 2935 |
+
5376,
|
| 2936 |
+
1
|
| 2937 |
+
]
|
| 2938 |
+
},
|
| 2939 |
+
"transformer_blocks.4.ff.net.0.proj": {
|
| 2940 |
+
"contiguous": true,
|
| 2941 |
+
"dtype": "torch.bfloat16",
|
| 2942 |
+
"shape": [
|
| 2943 |
+
1,
|
| 2944 |
+
11264,
|
| 2945 |
+
5376
|
| 2946 |
+
],
|
| 2947 |
+
"stride": [
|
| 2948 |
+
60555264,
|
| 2949 |
+
5376,
|
| 2950 |
+
1
|
| 2951 |
+
]
|
| 2952 |
+
},
|
| 2953 |
+
"transformer_blocks.4.ff.net.2": {
|
| 2954 |
+
"contiguous": true,
|
| 2955 |
+
"dtype": "torch.bfloat16",
|
| 2956 |
+
"shape": [
|
| 2957 |
+
1,
|
| 2958 |
+
11264,
|
| 2959 |
+
14336
|
| 2960 |
+
],
|
| 2961 |
+
"stride": [
|
| 2962 |
+
161480704,
|
| 2963 |
+
14336,
|
| 2964 |
+
1
|
| 2965 |
+
]
|
| 2966 |
+
},
|
| 2967 |
+
"transformer_blocks.40.attn.to_k": {
|
| 2968 |
+
"contiguous": true,
|
| 2969 |
+
"dtype": "torch.bfloat16",
|
| 2970 |
+
"shape": [
|
| 2971 |
+
1,
|
| 2972 |
+
11264,
|
| 2973 |
+
5376
|
| 2974 |
+
],
|
| 2975 |
+
"stride": [
|
| 2976 |
+
60555264,
|
| 2977 |
+
5376,
|
| 2978 |
+
1
|
| 2979 |
+
]
|
| 2980 |
+
},
|
| 2981 |
+
"transformer_blocks.40.attn.to_out.0": {
|
| 2982 |
+
"contiguous": true,
|
| 2983 |
+
"dtype": "torch.bfloat16",
|
| 2984 |
+
"shape": [
|
| 2985 |
+
1,
|
| 2986 |
+
11264,
|
| 2987 |
+
7168
|
| 2988 |
+
],
|
| 2989 |
+
"stride": [
|
| 2990 |
+
80740352,
|
| 2991 |
+
7168,
|
| 2992 |
+
1
|
| 2993 |
+
]
|
| 2994 |
+
},
|
| 2995 |
+
"transformer_blocks.40.attn.to_q": {
|
| 2996 |
+
"contiguous": true,
|
| 2997 |
+
"dtype": "torch.bfloat16",
|
| 2998 |
+
"shape": [
|
| 2999 |
+
1,
|
| 3000 |
+
11264,
|
| 3001 |
+
5376
|
| 3002 |
+
],
|
| 3003 |
+
"stride": [
|
| 3004 |
+
60555264,
|
| 3005 |
+
5376,
|
| 3006 |
+
1
|
| 3007 |
+
]
|
| 3008 |
+
},
|
| 3009 |
+
"transformer_blocks.40.attn.to_v": {
|
| 3010 |
+
"contiguous": true,
|
| 3011 |
+
"dtype": "torch.bfloat16",
|
| 3012 |
+
"shape": [
|
| 3013 |
+
1,
|
| 3014 |
+
11264,
|
| 3015 |
+
5376
|
| 3016 |
+
],
|
| 3017 |
+
"stride": [
|
| 3018 |
+
60555264,
|
| 3019 |
+
5376,
|
| 3020 |
+
1
|
| 3021 |
+
]
|
| 3022 |
+
},
|
| 3023 |
+
"transformer_blocks.40.ff.net.0.proj": {
|
| 3024 |
+
"contiguous": true,
|
| 3025 |
+
"dtype": "torch.bfloat16",
|
| 3026 |
+
"shape": [
|
| 3027 |
+
1,
|
| 3028 |
+
11264,
|
| 3029 |
+
5376
|
| 3030 |
+
],
|
| 3031 |
+
"stride": [
|
| 3032 |
+
60555264,
|
| 3033 |
+
5376,
|
| 3034 |
+
1
|
| 3035 |
+
]
|
| 3036 |
+
},
|
| 3037 |
+
"transformer_blocks.40.ff.net.2": {
|
| 3038 |
+
"contiguous": true,
|
| 3039 |
+
"dtype": "torch.bfloat16",
|
| 3040 |
+
"shape": [
|
| 3041 |
+
1,
|
| 3042 |
+
11264,
|
| 3043 |
+
14336
|
| 3044 |
+
],
|
| 3045 |
+
"stride": [
|
| 3046 |
+
161480704,
|
| 3047 |
+
14336,
|
| 3048 |
+
1
|
| 3049 |
+
]
|
| 3050 |
+
},
|
| 3051 |
+
"transformer_blocks.41.attn.to_k": {
|
| 3052 |
+
"contiguous": true,
|
| 3053 |
+
"dtype": "torch.bfloat16",
|
| 3054 |
+
"shape": [
|
| 3055 |
+
1,
|
| 3056 |
+
11264,
|
| 3057 |
+
5376
|
| 3058 |
+
],
|
| 3059 |
+
"stride": [
|
| 3060 |
+
60555264,
|
| 3061 |
+
5376,
|
| 3062 |
+
1
|
| 3063 |
+
]
|
| 3064 |
+
},
|
| 3065 |
+
"transformer_blocks.41.attn.to_out.0": {
|
| 3066 |
+
"contiguous": true,
|
| 3067 |
+
"dtype": "torch.bfloat16",
|
| 3068 |
+
"shape": [
|
| 3069 |
+
1,
|
| 3070 |
+
11264,
|
| 3071 |
+
7168
|
| 3072 |
+
],
|
| 3073 |
+
"stride": [
|
| 3074 |
+
80740352,
|
| 3075 |
+
7168,
|
| 3076 |
+
1
|
| 3077 |
+
]
|
| 3078 |
+
},
|
| 3079 |
+
"transformer_blocks.41.attn.to_q": {
|
| 3080 |
+
"contiguous": true,
|
| 3081 |
+
"dtype": "torch.bfloat16",
|
| 3082 |
+
"shape": [
|
| 3083 |
+
1,
|
| 3084 |
+
11264,
|
| 3085 |
+
5376
|
| 3086 |
+
],
|
| 3087 |
+
"stride": [
|
| 3088 |
+
60555264,
|
| 3089 |
+
5376,
|
| 3090 |
+
1
|
| 3091 |
+
]
|
| 3092 |
+
},
|
| 3093 |
+
"transformer_blocks.41.attn.to_v": {
|
| 3094 |
+
"contiguous": true,
|
| 3095 |
+
"dtype": "torch.bfloat16",
|
| 3096 |
+
"shape": [
|
| 3097 |
+
1,
|
| 3098 |
+
11264,
|
| 3099 |
+
5376
|
| 3100 |
+
],
|
| 3101 |
+
"stride": [
|
| 3102 |
+
60555264,
|
| 3103 |
+
5376,
|
| 3104 |
+
1
|
| 3105 |
+
]
|
| 3106 |
+
},
|
| 3107 |
+
"transformer_blocks.41.ff.net.0.proj": {
|
| 3108 |
+
"contiguous": true,
|
| 3109 |
+
"dtype": "torch.bfloat16",
|
| 3110 |
+
"shape": [
|
| 3111 |
+
1,
|
| 3112 |
+
11264,
|
| 3113 |
+
5376
|
| 3114 |
+
],
|
| 3115 |
+
"stride": [
|
| 3116 |
+
60555264,
|
| 3117 |
+
5376,
|
| 3118 |
+
1
|
| 3119 |
+
]
|
| 3120 |
+
},
|
| 3121 |
+
"transformer_blocks.41.ff.net.2": {
|
| 3122 |
+
"contiguous": true,
|
| 3123 |
+
"dtype": "torch.bfloat16",
|
| 3124 |
+
"shape": [
|
| 3125 |
+
1,
|
| 3126 |
+
11264,
|
| 3127 |
+
14336
|
| 3128 |
+
],
|
| 3129 |
+
"stride": [
|
| 3130 |
+
161480704,
|
| 3131 |
+
14336,
|
| 3132 |
+
1
|
| 3133 |
+
]
|
| 3134 |
+
},
|
| 3135 |
+
"transformer_blocks.42.attn.to_k": {
|
| 3136 |
+
"contiguous": true,
|
| 3137 |
+
"dtype": "torch.bfloat16",
|
| 3138 |
+
"shape": [
|
| 3139 |
+
1,
|
| 3140 |
+
11264,
|
| 3141 |
+
5376
|
| 3142 |
+
],
|
| 3143 |
+
"stride": [
|
| 3144 |
+
60555264,
|
| 3145 |
+
5376,
|
| 3146 |
+
1
|
| 3147 |
+
]
|
| 3148 |
+
},
|
| 3149 |
+
"transformer_blocks.42.attn.to_out.0": {
|
| 3150 |
+
"contiguous": true,
|
| 3151 |
+
"dtype": "torch.bfloat16",
|
| 3152 |
+
"shape": [
|
| 3153 |
+
1,
|
| 3154 |
+
11264,
|
| 3155 |
+
7168
|
| 3156 |
+
],
|
| 3157 |
+
"stride": [
|
| 3158 |
+
80740352,
|
| 3159 |
+
7168,
|
| 3160 |
+
1
|
| 3161 |
+
]
|
| 3162 |
+
},
|
| 3163 |
+
"transformer_blocks.42.attn.to_q": {
|
| 3164 |
+
"contiguous": true,
|
| 3165 |
+
"dtype": "torch.bfloat16",
|
| 3166 |
+
"shape": [
|
| 3167 |
+
1,
|
| 3168 |
+
11264,
|
| 3169 |
+
5376
|
| 3170 |
+
],
|
| 3171 |
+
"stride": [
|
| 3172 |
+
60555264,
|
| 3173 |
+
5376,
|
| 3174 |
+
1
|
| 3175 |
+
]
|
| 3176 |
+
},
|
| 3177 |
+
"transformer_blocks.42.attn.to_v": {
|
| 3178 |
+
"contiguous": true,
|
| 3179 |
+
"dtype": "torch.bfloat16",
|
| 3180 |
+
"shape": [
|
| 3181 |
+
1,
|
| 3182 |
+
11264,
|
| 3183 |
+
5376
|
| 3184 |
+
],
|
| 3185 |
+
"stride": [
|
| 3186 |
+
60555264,
|
| 3187 |
+
5376,
|
| 3188 |
+
1
|
| 3189 |
+
]
|
| 3190 |
+
},
|
| 3191 |
+
"transformer_blocks.42.ff.net.0.proj": {
|
| 3192 |
+
"contiguous": true,
|
| 3193 |
+
"dtype": "torch.bfloat16",
|
| 3194 |
+
"shape": [
|
| 3195 |
+
1,
|
| 3196 |
+
11264,
|
| 3197 |
+
5376
|
| 3198 |
+
],
|
| 3199 |
+
"stride": [
|
| 3200 |
+
60555264,
|
| 3201 |
+
5376,
|
| 3202 |
+
1
|
| 3203 |
+
]
|
| 3204 |
+
},
|
| 3205 |
+
"transformer_blocks.42.ff.net.2": {
|
| 3206 |
+
"contiguous": true,
|
| 3207 |
+
"dtype": "torch.bfloat16",
|
| 3208 |
+
"shape": [
|
| 3209 |
+
1,
|
| 3210 |
+
11264,
|
| 3211 |
+
14336
|
| 3212 |
+
],
|
| 3213 |
+
"stride": [
|
| 3214 |
+
161480704,
|
| 3215 |
+
14336,
|
| 3216 |
+
1
|
| 3217 |
+
]
|
| 3218 |
+
},
|
| 3219 |
+
"transformer_blocks.43.attn.to_k": {
|
| 3220 |
+
"contiguous": true,
|
| 3221 |
+
"dtype": "torch.bfloat16",
|
| 3222 |
+
"shape": [
|
| 3223 |
+
1,
|
| 3224 |
+
11264,
|
| 3225 |
+
5376
|
| 3226 |
+
],
|
| 3227 |
+
"stride": [
|
| 3228 |
+
60555264,
|
| 3229 |
+
5376,
|
| 3230 |
+
1
|
| 3231 |
+
]
|
| 3232 |
+
},
|
| 3233 |
+
"transformer_blocks.43.attn.to_out.0": {
|
| 3234 |
+
"contiguous": true,
|
| 3235 |
+
"dtype": "torch.bfloat16",
|
| 3236 |
+
"shape": [
|
| 3237 |
+
1,
|
| 3238 |
+
11264,
|
| 3239 |
+
7168
|
| 3240 |
+
],
|
| 3241 |
+
"stride": [
|
| 3242 |
+
80740352,
|
| 3243 |
+
7168,
|
| 3244 |
+
1
|
| 3245 |
+
]
|
| 3246 |
+
},
|
| 3247 |
+
"transformer_blocks.43.attn.to_q": {
|
| 3248 |
+
"contiguous": true,
|
| 3249 |
+
"dtype": "torch.bfloat16",
|
| 3250 |
+
"shape": [
|
| 3251 |
+
1,
|
| 3252 |
+
11264,
|
| 3253 |
+
5376
|
| 3254 |
+
],
|
| 3255 |
+
"stride": [
|
| 3256 |
+
60555264,
|
| 3257 |
+
5376,
|
| 3258 |
+
1
|
| 3259 |
+
]
|
| 3260 |
+
},
|
| 3261 |
+
"transformer_blocks.43.attn.to_v": {
|
| 3262 |
+
"contiguous": true,
|
| 3263 |
+
"dtype": "torch.bfloat16",
|
| 3264 |
+
"shape": [
|
| 3265 |
+
1,
|
| 3266 |
+
11264,
|
| 3267 |
+
5376
|
| 3268 |
+
],
|
| 3269 |
+
"stride": [
|
| 3270 |
+
60555264,
|
| 3271 |
+
5376,
|
| 3272 |
+
1
|
| 3273 |
+
]
|
| 3274 |
+
},
|
| 3275 |
+
"transformer_blocks.43.ff.net.0.proj": {
|
| 3276 |
+
"contiguous": true,
|
| 3277 |
+
"dtype": "torch.bfloat16",
|
| 3278 |
+
"shape": [
|
| 3279 |
+
1,
|
| 3280 |
+
11264,
|
| 3281 |
+
5376
|
| 3282 |
+
],
|
| 3283 |
+
"stride": [
|
| 3284 |
+
60555264,
|
| 3285 |
+
5376,
|
| 3286 |
+
1
|
| 3287 |
+
]
|
| 3288 |
+
},
|
| 3289 |
+
"transformer_blocks.43.ff.net.2": {
|
| 3290 |
+
"contiguous": true,
|
| 3291 |
+
"dtype": "torch.bfloat16",
|
| 3292 |
+
"shape": [
|
| 3293 |
+
1,
|
| 3294 |
+
11264,
|
| 3295 |
+
14336
|
| 3296 |
+
],
|
| 3297 |
+
"stride": [
|
| 3298 |
+
161480704,
|
| 3299 |
+
14336,
|
| 3300 |
+
1
|
| 3301 |
+
]
|
| 3302 |
+
},
|
| 3303 |
+
"transformer_blocks.44.attn.to_k": {
|
| 3304 |
+
"contiguous": true,
|
| 3305 |
+
"dtype": "torch.bfloat16",
|
| 3306 |
+
"shape": [
|
| 3307 |
+
1,
|
| 3308 |
+
11264,
|
| 3309 |
+
5376
|
| 3310 |
+
],
|
| 3311 |
+
"stride": [
|
| 3312 |
+
60555264,
|
| 3313 |
+
5376,
|
| 3314 |
+
1
|
| 3315 |
+
]
|
| 3316 |
+
},
|
| 3317 |
+
"transformer_blocks.44.attn.to_out.0": {
|
| 3318 |
+
"contiguous": true,
|
| 3319 |
+
"dtype": "torch.bfloat16",
|
| 3320 |
+
"shape": [
|
| 3321 |
+
1,
|
| 3322 |
+
11264,
|
| 3323 |
+
7168
|
| 3324 |
+
],
|
| 3325 |
+
"stride": [
|
| 3326 |
+
80740352,
|
| 3327 |
+
7168,
|
| 3328 |
+
1
|
| 3329 |
+
]
|
| 3330 |
+
},
|
| 3331 |
+
"transformer_blocks.44.attn.to_q": {
|
| 3332 |
+
"contiguous": true,
|
| 3333 |
+
"dtype": "torch.bfloat16",
|
| 3334 |
+
"shape": [
|
| 3335 |
+
1,
|
| 3336 |
+
11264,
|
| 3337 |
+
5376
|
| 3338 |
+
],
|
| 3339 |
+
"stride": [
|
| 3340 |
+
60555264,
|
| 3341 |
+
5376,
|
| 3342 |
+
1
|
| 3343 |
+
]
|
| 3344 |
+
},
|
| 3345 |
+
"transformer_blocks.44.attn.to_v": {
|
| 3346 |
+
"contiguous": true,
|
| 3347 |
+
"dtype": "torch.bfloat16",
|
| 3348 |
+
"shape": [
|
| 3349 |
+
1,
|
| 3350 |
+
11264,
|
| 3351 |
+
5376
|
| 3352 |
+
],
|
| 3353 |
+
"stride": [
|
| 3354 |
+
60555264,
|
| 3355 |
+
5376,
|
| 3356 |
+
1
|
| 3357 |
+
]
|
| 3358 |
+
},
|
| 3359 |
+
"transformer_blocks.44.ff.net.0.proj": {
|
| 3360 |
+
"contiguous": true,
|
| 3361 |
+
"dtype": "torch.bfloat16",
|
| 3362 |
+
"shape": [
|
| 3363 |
+
1,
|
| 3364 |
+
11264,
|
| 3365 |
+
5376
|
| 3366 |
+
],
|
| 3367 |
+
"stride": [
|
| 3368 |
+
60555264,
|
| 3369 |
+
5376,
|
| 3370 |
+
1
|
| 3371 |
+
]
|
| 3372 |
+
},
|
| 3373 |
+
"transformer_blocks.44.ff.net.2": {
|
| 3374 |
+
"contiguous": true,
|
| 3375 |
+
"dtype": "torch.bfloat16",
|
| 3376 |
+
"shape": [
|
| 3377 |
+
1,
|
| 3378 |
+
11264,
|
| 3379 |
+
14336
|
| 3380 |
+
],
|
| 3381 |
+
"stride": [
|
| 3382 |
+
161480704,
|
| 3383 |
+
14336,
|
| 3384 |
+
1
|
| 3385 |
+
]
|
| 3386 |
+
},
|
| 3387 |
+
"transformer_blocks.45.attn.to_k": {
|
| 3388 |
+
"contiguous": true,
|
| 3389 |
+
"dtype": "torch.bfloat16",
|
| 3390 |
+
"shape": [
|
| 3391 |
+
1,
|
| 3392 |
+
11264,
|
| 3393 |
+
5376
|
| 3394 |
+
],
|
| 3395 |
+
"stride": [
|
| 3396 |
+
60555264,
|
| 3397 |
+
5376,
|
| 3398 |
+
1
|
| 3399 |
+
]
|
| 3400 |
+
},
|
| 3401 |
+
"transformer_blocks.45.attn.to_out.0": {
|
| 3402 |
+
"contiguous": true,
|
| 3403 |
+
"dtype": "torch.bfloat16",
|
| 3404 |
+
"shape": [
|
| 3405 |
+
1,
|
| 3406 |
+
11264,
|
| 3407 |
+
7168
|
| 3408 |
+
],
|
| 3409 |
+
"stride": [
|
| 3410 |
+
80740352,
|
| 3411 |
+
7168,
|
| 3412 |
+
1
|
| 3413 |
+
]
|
| 3414 |
+
},
|
| 3415 |
+
"transformer_blocks.45.attn.to_q": {
|
| 3416 |
+
"contiguous": true,
|
| 3417 |
+
"dtype": "torch.bfloat16",
|
| 3418 |
+
"shape": [
|
| 3419 |
+
1,
|
| 3420 |
+
11264,
|
| 3421 |
+
5376
|
| 3422 |
+
],
|
| 3423 |
+
"stride": [
|
| 3424 |
+
60555264,
|
| 3425 |
+
5376,
|
| 3426 |
+
1
|
| 3427 |
+
]
|
| 3428 |
+
},
|
| 3429 |
+
"transformer_blocks.45.attn.to_v": {
|
| 3430 |
+
"contiguous": true,
|
| 3431 |
+
"dtype": "torch.bfloat16",
|
| 3432 |
+
"shape": [
|
| 3433 |
+
1,
|
| 3434 |
+
11264,
|
| 3435 |
+
5376
|
| 3436 |
+
],
|
| 3437 |
+
"stride": [
|
| 3438 |
+
60555264,
|
| 3439 |
+
5376,
|
| 3440 |
+
1
|
| 3441 |
+
]
|
| 3442 |
+
},
|
| 3443 |
+
"transformer_blocks.45.ff.net.0.proj": {
|
| 3444 |
+
"contiguous": true,
|
| 3445 |
+
"dtype": "torch.bfloat16",
|
| 3446 |
+
"shape": [
|
| 3447 |
+
1,
|
| 3448 |
+
11264,
|
| 3449 |
+
5376
|
| 3450 |
+
],
|
| 3451 |
+
"stride": [
|
| 3452 |
+
60555264,
|
| 3453 |
+
5376,
|
| 3454 |
+
1
|
| 3455 |
+
]
|
| 3456 |
+
},
|
| 3457 |
+
"transformer_blocks.45.ff.net.2": {
|
| 3458 |
+
"contiguous": true,
|
| 3459 |
+
"dtype": "torch.bfloat16",
|
| 3460 |
+
"shape": [
|
| 3461 |
+
1,
|
| 3462 |
+
11264,
|
| 3463 |
+
14336
|
| 3464 |
+
],
|
| 3465 |
+
"stride": [
|
| 3466 |
+
161480704,
|
| 3467 |
+
14336,
|
| 3468 |
+
1
|
| 3469 |
+
]
|
| 3470 |
+
},
|
| 3471 |
+
"transformer_blocks.46.attn.to_k": {
|
| 3472 |
+
"contiguous": true,
|
| 3473 |
+
"dtype": "torch.bfloat16",
|
| 3474 |
+
"shape": [
|
| 3475 |
+
1,
|
| 3476 |
+
11264,
|
| 3477 |
+
5376
|
| 3478 |
+
],
|
| 3479 |
+
"stride": [
|
| 3480 |
+
60555264,
|
| 3481 |
+
5376,
|
| 3482 |
+
1
|
| 3483 |
+
]
|
| 3484 |
+
},
|
| 3485 |
+
"transformer_blocks.46.attn.to_out.0": {
|
| 3486 |
+
"contiguous": true,
|
| 3487 |
+
"dtype": "torch.bfloat16",
|
| 3488 |
+
"shape": [
|
| 3489 |
+
1,
|
| 3490 |
+
11264,
|
| 3491 |
+
7168
|
| 3492 |
+
],
|
| 3493 |
+
"stride": [
|
| 3494 |
+
80740352,
|
| 3495 |
+
7168,
|
| 3496 |
+
1
|
| 3497 |
+
]
|
| 3498 |
+
},
|
| 3499 |
+
"transformer_blocks.46.attn.to_q": {
|
| 3500 |
+
"contiguous": true,
|
| 3501 |
+
"dtype": "torch.bfloat16",
|
| 3502 |
+
"shape": [
|
| 3503 |
+
1,
|
| 3504 |
+
11264,
|
| 3505 |
+
5376
|
| 3506 |
+
],
|
| 3507 |
+
"stride": [
|
| 3508 |
+
60555264,
|
| 3509 |
+
5376,
|
| 3510 |
+
1
|
| 3511 |
+
]
|
| 3512 |
+
},
|
| 3513 |
+
"transformer_blocks.46.attn.to_v": {
|
| 3514 |
+
"contiguous": true,
|
| 3515 |
+
"dtype": "torch.bfloat16",
|
| 3516 |
+
"shape": [
|
| 3517 |
+
1,
|
| 3518 |
+
11264,
|
| 3519 |
+
5376
|
| 3520 |
+
],
|
| 3521 |
+
"stride": [
|
| 3522 |
+
60555264,
|
| 3523 |
+
5376,
|
| 3524 |
+
1
|
| 3525 |
+
]
|
| 3526 |
+
},
|
| 3527 |
+
"transformer_blocks.46.ff.net.0.proj": {
|
| 3528 |
+
"contiguous": true,
|
| 3529 |
+
"dtype": "torch.bfloat16",
|
| 3530 |
+
"shape": [
|
| 3531 |
+
1,
|
| 3532 |
+
11264,
|
| 3533 |
+
5376
|
| 3534 |
+
],
|
| 3535 |
+
"stride": [
|
| 3536 |
+
60555264,
|
| 3537 |
+
5376,
|
| 3538 |
+
1
|
| 3539 |
+
]
|
| 3540 |
+
},
|
| 3541 |
+
"transformer_blocks.46.ff.net.2": {
|
| 3542 |
+
"contiguous": true,
|
| 3543 |
+
"dtype": "torch.bfloat16",
|
| 3544 |
+
"shape": [
|
| 3545 |
+
1,
|
| 3546 |
+
11264,
|
| 3547 |
+
14336
|
| 3548 |
+
],
|
| 3549 |
+
"stride": [
|
| 3550 |
+
161480704,
|
| 3551 |
+
14336,
|
| 3552 |
+
1
|
| 3553 |
+
]
|
| 3554 |
+
},
|
| 3555 |
+
"transformer_blocks.47.attn.to_k": {
|
| 3556 |
+
"contiguous": true,
|
| 3557 |
+
"dtype": "torch.bfloat16",
|
| 3558 |
+
"shape": [
|
| 3559 |
+
1,
|
| 3560 |
+
11264,
|
| 3561 |
+
5376
|
| 3562 |
+
],
|
| 3563 |
+
"stride": [
|
| 3564 |
+
60555264,
|
| 3565 |
+
5376,
|
| 3566 |
+
1
|
| 3567 |
+
]
|
| 3568 |
+
},
|
| 3569 |
+
"transformer_blocks.47.attn.to_out.0": {
|
| 3570 |
+
"contiguous": true,
|
| 3571 |
+
"dtype": "torch.bfloat16",
|
| 3572 |
+
"shape": [
|
| 3573 |
+
1,
|
| 3574 |
+
11264,
|
| 3575 |
+
7168
|
| 3576 |
+
],
|
| 3577 |
+
"stride": [
|
| 3578 |
+
80740352,
|
| 3579 |
+
7168,
|
| 3580 |
+
1
|
| 3581 |
+
]
|
| 3582 |
+
},
|
| 3583 |
+
"transformer_blocks.47.attn.to_q": {
|
| 3584 |
+
"contiguous": true,
|
| 3585 |
+
"dtype": "torch.bfloat16",
|
| 3586 |
+
"shape": [
|
| 3587 |
+
1,
|
| 3588 |
+
11264,
|
| 3589 |
+
5376
|
| 3590 |
+
],
|
| 3591 |
+
"stride": [
|
| 3592 |
+
60555264,
|
| 3593 |
+
5376,
|
| 3594 |
+
1
|
| 3595 |
+
]
|
| 3596 |
+
},
|
| 3597 |
+
"transformer_blocks.47.attn.to_v": {
|
| 3598 |
+
"contiguous": true,
|
| 3599 |
+
"dtype": "torch.bfloat16",
|
| 3600 |
+
"shape": [
|
| 3601 |
+
1,
|
| 3602 |
+
11264,
|
| 3603 |
+
5376
|
| 3604 |
+
],
|
| 3605 |
+
"stride": [
|
| 3606 |
+
60555264,
|
| 3607 |
+
5376,
|
| 3608 |
+
1
|
| 3609 |
+
]
|
| 3610 |
+
},
|
| 3611 |
+
"transformer_blocks.47.ff.net.0.proj": {
|
| 3612 |
+
"contiguous": true,
|
| 3613 |
+
"dtype": "torch.bfloat16",
|
| 3614 |
+
"shape": [
|
| 3615 |
+
1,
|
| 3616 |
+
11264,
|
| 3617 |
+
5376
|
| 3618 |
+
],
|
| 3619 |
+
"stride": [
|
| 3620 |
+
60555264,
|
| 3621 |
+
5376,
|
| 3622 |
+
1
|
| 3623 |
+
]
|
| 3624 |
+
},
|
| 3625 |
+
"transformer_blocks.47.ff.net.2": {
|
| 3626 |
+
"contiguous": true,
|
| 3627 |
+
"dtype": "torch.bfloat16",
|
| 3628 |
+
"shape": [
|
| 3629 |
+
1,
|
| 3630 |
+
11264,
|
| 3631 |
+
14336
|
| 3632 |
+
],
|
| 3633 |
+
"stride": [
|
| 3634 |
+
161480704,
|
| 3635 |
+
14336,
|
| 3636 |
+
1
|
| 3637 |
+
]
|
| 3638 |
+
},
|
| 3639 |
+
"transformer_blocks.48.attn.to_k": {
|
| 3640 |
+
"contiguous": true,
|
| 3641 |
+
"dtype": "torch.bfloat16",
|
| 3642 |
+
"shape": [
|
| 3643 |
+
1,
|
| 3644 |
+
11264,
|
| 3645 |
+
5376
|
| 3646 |
+
],
|
| 3647 |
+
"stride": [
|
| 3648 |
+
60555264,
|
| 3649 |
+
5376,
|
| 3650 |
+
1
|
| 3651 |
+
]
|
| 3652 |
+
},
|
| 3653 |
+
"transformer_blocks.48.attn.to_out.0": {
|
| 3654 |
+
"contiguous": true,
|
| 3655 |
+
"dtype": "torch.bfloat16",
|
| 3656 |
+
"shape": [
|
| 3657 |
+
1,
|
| 3658 |
+
11264,
|
| 3659 |
+
7168
|
| 3660 |
+
],
|
| 3661 |
+
"stride": [
|
| 3662 |
+
80740352,
|
| 3663 |
+
7168,
|
| 3664 |
+
1
|
| 3665 |
+
]
|
| 3666 |
+
},
|
| 3667 |
+
"transformer_blocks.48.attn.to_q": {
|
| 3668 |
+
"contiguous": true,
|
| 3669 |
+
"dtype": "torch.bfloat16",
|
| 3670 |
+
"shape": [
|
| 3671 |
+
1,
|
| 3672 |
+
11264,
|
| 3673 |
+
5376
|
| 3674 |
+
],
|
| 3675 |
+
"stride": [
|
| 3676 |
+
60555264,
|
| 3677 |
+
5376,
|
| 3678 |
+
1
|
| 3679 |
+
]
|
| 3680 |
+
},
|
| 3681 |
+
"transformer_blocks.48.attn.to_v": {
|
| 3682 |
+
"contiguous": true,
|
| 3683 |
+
"dtype": "torch.bfloat16",
|
| 3684 |
+
"shape": [
|
| 3685 |
+
1,
|
| 3686 |
+
11264,
|
| 3687 |
+
5376
|
| 3688 |
+
],
|
| 3689 |
+
"stride": [
|
| 3690 |
+
60555264,
|
| 3691 |
+
5376,
|
| 3692 |
+
1
|
| 3693 |
+
]
|
| 3694 |
+
},
|
| 3695 |
+
"transformer_blocks.48.ff.net.0.proj": {
|
| 3696 |
+
"contiguous": true,
|
| 3697 |
+
"dtype": "torch.bfloat16",
|
| 3698 |
+
"shape": [
|
| 3699 |
+
1,
|
| 3700 |
+
11264,
|
| 3701 |
+
5376
|
| 3702 |
+
],
|
| 3703 |
+
"stride": [
|
| 3704 |
+
60555264,
|
| 3705 |
+
5376,
|
| 3706 |
+
1
|
| 3707 |
+
]
|
| 3708 |
+
},
|
| 3709 |
+
"transformer_blocks.48.ff.net.2": {
|
| 3710 |
+
"contiguous": true,
|
| 3711 |
+
"dtype": "torch.bfloat16",
|
| 3712 |
+
"shape": [
|
| 3713 |
+
1,
|
| 3714 |
+
11264,
|
| 3715 |
+
14336
|
| 3716 |
+
],
|
| 3717 |
+
"stride": [
|
| 3718 |
+
161480704,
|
| 3719 |
+
14336,
|
| 3720 |
+
1
|
| 3721 |
+
]
|
| 3722 |
+
},
|
| 3723 |
+
"transformer_blocks.49.attn.to_k": {
|
| 3724 |
+
"contiguous": true,
|
| 3725 |
+
"dtype": "torch.bfloat16",
|
| 3726 |
+
"shape": [
|
| 3727 |
+
1,
|
| 3728 |
+
11264,
|
| 3729 |
+
5376
|
| 3730 |
+
],
|
| 3731 |
+
"stride": [
|
| 3732 |
+
60555264,
|
| 3733 |
+
5376,
|
| 3734 |
+
1
|
| 3735 |
+
]
|
| 3736 |
+
},
|
| 3737 |
+
"transformer_blocks.49.attn.to_out.0": {
|
| 3738 |
+
"contiguous": true,
|
| 3739 |
+
"dtype": "torch.bfloat16",
|
| 3740 |
+
"shape": [
|
| 3741 |
+
1,
|
| 3742 |
+
11264,
|
| 3743 |
+
7168
|
| 3744 |
+
],
|
| 3745 |
+
"stride": [
|
| 3746 |
+
80740352,
|
| 3747 |
+
7168,
|
| 3748 |
+
1
|
| 3749 |
+
]
|
| 3750 |
+
},
|
| 3751 |
+
"transformer_blocks.49.attn.to_q": {
|
| 3752 |
+
"contiguous": true,
|
| 3753 |
+
"dtype": "torch.bfloat16",
|
| 3754 |
+
"shape": [
|
| 3755 |
+
1,
|
| 3756 |
+
11264,
|
| 3757 |
+
5376
|
| 3758 |
+
],
|
| 3759 |
+
"stride": [
|
| 3760 |
+
60555264,
|
| 3761 |
+
5376,
|
| 3762 |
+
1
|
| 3763 |
+
]
|
| 3764 |
+
},
|
| 3765 |
+
"transformer_blocks.49.attn.to_v": {
|
| 3766 |
+
"contiguous": true,
|
| 3767 |
+
"dtype": "torch.bfloat16",
|
| 3768 |
+
"shape": [
|
| 3769 |
+
1,
|
| 3770 |
+
11264,
|
| 3771 |
+
5376
|
| 3772 |
+
],
|
| 3773 |
+
"stride": [
|
| 3774 |
+
60555264,
|
| 3775 |
+
5376,
|
| 3776 |
+
1
|
| 3777 |
+
]
|
| 3778 |
+
},
|
| 3779 |
+
"transformer_blocks.49.ff.net.0.proj": {
|
| 3780 |
+
"contiguous": true,
|
| 3781 |
+
"dtype": "torch.bfloat16",
|
| 3782 |
+
"shape": [
|
| 3783 |
+
1,
|
| 3784 |
+
11264,
|
| 3785 |
+
5376
|
| 3786 |
+
],
|
| 3787 |
+
"stride": [
|
| 3788 |
+
60555264,
|
| 3789 |
+
5376,
|
| 3790 |
+
1
|
| 3791 |
+
]
|
| 3792 |
+
},
|
| 3793 |
+
"transformer_blocks.49.ff.net.2": {
|
| 3794 |
+
"contiguous": true,
|
| 3795 |
+
"dtype": "torch.bfloat16",
|
| 3796 |
+
"shape": [
|
| 3797 |
+
1,
|
| 3798 |
+
11264,
|
| 3799 |
+
14336
|
| 3800 |
+
],
|
| 3801 |
+
"stride": [
|
| 3802 |
+
161480704,
|
| 3803 |
+
14336,
|
| 3804 |
+
1
|
| 3805 |
+
]
|
| 3806 |
+
},
|
| 3807 |
+
"transformer_blocks.5.attn.to_k": {
|
| 3808 |
+
"contiguous": true,
|
| 3809 |
+
"dtype": "torch.bfloat16",
|
| 3810 |
+
"shape": [
|
| 3811 |
+
1,
|
| 3812 |
+
11264,
|
| 3813 |
+
5376
|
| 3814 |
+
],
|
| 3815 |
+
"stride": [
|
| 3816 |
+
60555264,
|
| 3817 |
+
5376,
|
| 3818 |
+
1
|
| 3819 |
+
]
|
| 3820 |
+
},
|
| 3821 |
+
"transformer_blocks.5.attn.to_out.0": {
|
| 3822 |
+
"contiguous": true,
|
| 3823 |
+
"dtype": "torch.bfloat16",
|
| 3824 |
+
"shape": [
|
| 3825 |
+
1,
|
| 3826 |
+
11264,
|
| 3827 |
+
7168
|
| 3828 |
+
],
|
| 3829 |
+
"stride": [
|
| 3830 |
+
80740352,
|
| 3831 |
+
7168,
|
| 3832 |
+
1
|
| 3833 |
+
]
|
| 3834 |
+
},
|
| 3835 |
+
"transformer_blocks.5.attn.to_q": {
|
| 3836 |
+
"contiguous": true,
|
| 3837 |
+
"dtype": "torch.bfloat16",
|
| 3838 |
+
"shape": [
|
| 3839 |
+
1,
|
| 3840 |
+
11264,
|
| 3841 |
+
5376
|
| 3842 |
+
],
|
| 3843 |
+
"stride": [
|
| 3844 |
+
60555264,
|
| 3845 |
+
5376,
|
| 3846 |
+
1
|
| 3847 |
+
]
|
| 3848 |
+
},
|
| 3849 |
+
"transformer_blocks.5.attn.to_v": {
|
| 3850 |
+
"contiguous": true,
|
| 3851 |
+
"dtype": "torch.bfloat16",
|
| 3852 |
+
"shape": [
|
| 3853 |
+
1,
|
| 3854 |
+
11264,
|
| 3855 |
+
5376
|
| 3856 |
+
],
|
| 3857 |
+
"stride": [
|
| 3858 |
+
60555264,
|
| 3859 |
+
5376,
|
| 3860 |
+
1
|
| 3861 |
+
]
|
| 3862 |
+
},
|
| 3863 |
+
"transformer_blocks.5.ff.net.0.proj": {
|
| 3864 |
+
"contiguous": true,
|
| 3865 |
+
"dtype": "torch.bfloat16",
|
| 3866 |
+
"shape": [
|
| 3867 |
+
1,
|
| 3868 |
+
11264,
|
| 3869 |
+
5376
|
| 3870 |
+
],
|
| 3871 |
+
"stride": [
|
| 3872 |
+
60555264,
|
| 3873 |
+
5376,
|
| 3874 |
+
1
|
| 3875 |
+
]
|
| 3876 |
+
},
|
| 3877 |
+
"transformer_blocks.5.ff.net.2": {
|
| 3878 |
+
"contiguous": true,
|
| 3879 |
+
"dtype": "torch.bfloat16",
|
| 3880 |
+
"shape": [
|
| 3881 |
+
1,
|
| 3882 |
+
11264,
|
| 3883 |
+
14336
|
| 3884 |
+
],
|
| 3885 |
+
"stride": [
|
| 3886 |
+
161480704,
|
| 3887 |
+
14336,
|
| 3888 |
+
1
|
| 3889 |
+
]
|
| 3890 |
+
},
|
| 3891 |
+
"transformer_blocks.6.attn.to_k": {
|
| 3892 |
+
"contiguous": true,
|
| 3893 |
+
"dtype": "torch.bfloat16",
|
| 3894 |
+
"shape": [
|
| 3895 |
+
1,
|
| 3896 |
+
11264,
|
| 3897 |
+
5376
|
| 3898 |
+
],
|
| 3899 |
+
"stride": [
|
| 3900 |
+
60555264,
|
| 3901 |
+
5376,
|
| 3902 |
+
1
|
| 3903 |
+
]
|
| 3904 |
+
},
|
| 3905 |
+
"transformer_blocks.6.attn.to_out.0": {
|
| 3906 |
+
"contiguous": true,
|
| 3907 |
+
"dtype": "torch.bfloat16",
|
| 3908 |
+
"shape": [
|
| 3909 |
+
1,
|
| 3910 |
+
11264,
|
| 3911 |
+
7168
|
| 3912 |
+
],
|
| 3913 |
+
"stride": [
|
| 3914 |
+
80740352,
|
| 3915 |
+
7168,
|
| 3916 |
+
1
|
| 3917 |
+
]
|
| 3918 |
+
},
|
| 3919 |
+
"transformer_blocks.6.attn.to_q": {
|
| 3920 |
+
"contiguous": true,
|
| 3921 |
+
"dtype": "torch.bfloat16",
|
| 3922 |
+
"shape": [
|
| 3923 |
+
1,
|
| 3924 |
+
11264,
|
| 3925 |
+
5376
|
| 3926 |
+
],
|
| 3927 |
+
"stride": [
|
| 3928 |
+
60555264,
|
| 3929 |
+
5376,
|
| 3930 |
+
1
|
| 3931 |
+
]
|
| 3932 |
+
},
|
| 3933 |
+
"transformer_blocks.6.attn.to_v": {
|
| 3934 |
+
"contiguous": true,
|
| 3935 |
+
"dtype": "torch.bfloat16",
|
| 3936 |
+
"shape": [
|
| 3937 |
+
1,
|
| 3938 |
+
11264,
|
| 3939 |
+
5376
|
| 3940 |
+
],
|
| 3941 |
+
"stride": [
|
| 3942 |
+
60555264,
|
| 3943 |
+
5376,
|
| 3944 |
+
1
|
| 3945 |
+
]
|
| 3946 |
+
},
|
| 3947 |
+
"transformer_blocks.6.ff.net.0.proj": {
|
| 3948 |
+
"contiguous": true,
|
| 3949 |
+
"dtype": "torch.bfloat16",
|
| 3950 |
+
"shape": [
|
| 3951 |
+
1,
|
| 3952 |
+
11264,
|
| 3953 |
+
5376
|
| 3954 |
+
],
|
| 3955 |
+
"stride": [
|
| 3956 |
+
60555264,
|
| 3957 |
+
5376,
|
| 3958 |
+
1
|
| 3959 |
+
]
|
| 3960 |
+
},
|
| 3961 |
+
"transformer_blocks.6.ff.net.2": {
|
| 3962 |
+
"contiguous": true,
|
| 3963 |
+
"dtype": "torch.bfloat16",
|
| 3964 |
+
"shape": [
|
| 3965 |
+
1,
|
| 3966 |
+
11264,
|
| 3967 |
+
14336
|
| 3968 |
+
],
|
| 3969 |
+
"stride": [
|
| 3970 |
+
161480704,
|
| 3971 |
+
14336,
|
| 3972 |
+
1
|
| 3973 |
+
]
|
| 3974 |
+
},
|
| 3975 |
+
"transformer_blocks.7.attn.to_k": {
|
| 3976 |
+
"contiguous": true,
|
| 3977 |
+
"dtype": "torch.bfloat16",
|
| 3978 |
+
"shape": [
|
| 3979 |
+
1,
|
| 3980 |
+
11264,
|
| 3981 |
+
5376
|
| 3982 |
+
],
|
| 3983 |
+
"stride": [
|
| 3984 |
+
60555264,
|
| 3985 |
+
5376,
|
| 3986 |
+
1
|
| 3987 |
+
]
|
| 3988 |
+
},
|
| 3989 |
+
"transformer_blocks.7.attn.to_out.0": {
|
| 3990 |
+
"contiguous": true,
|
| 3991 |
+
"dtype": "torch.bfloat16",
|
| 3992 |
+
"shape": [
|
| 3993 |
+
1,
|
| 3994 |
+
11264,
|
| 3995 |
+
7168
|
| 3996 |
+
],
|
| 3997 |
+
"stride": [
|
| 3998 |
+
80740352,
|
| 3999 |
+
7168,
|
| 4000 |
+
1
|
| 4001 |
+
]
|
| 4002 |
+
},
|
| 4003 |
+
"transformer_blocks.7.attn.to_q": {
|
| 4004 |
+
"contiguous": true,
|
| 4005 |
+
"dtype": "torch.bfloat16",
|
| 4006 |
+
"shape": [
|
| 4007 |
+
1,
|
| 4008 |
+
11264,
|
| 4009 |
+
5376
|
| 4010 |
+
],
|
| 4011 |
+
"stride": [
|
| 4012 |
+
60555264,
|
| 4013 |
+
5376,
|
| 4014 |
+
1
|
| 4015 |
+
]
|
| 4016 |
+
},
|
| 4017 |
+
"transformer_blocks.7.attn.to_v": {
|
| 4018 |
+
"contiguous": true,
|
| 4019 |
+
"dtype": "torch.bfloat16",
|
| 4020 |
+
"shape": [
|
| 4021 |
+
1,
|
| 4022 |
+
11264,
|
| 4023 |
+
5376
|
| 4024 |
+
],
|
| 4025 |
+
"stride": [
|
| 4026 |
+
60555264,
|
| 4027 |
+
5376,
|
| 4028 |
+
1
|
| 4029 |
+
]
|
| 4030 |
+
},
|
| 4031 |
+
"transformer_blocks.7.ff.net.0.proj": {
|
| 4032 |
+
"contiguous": true,
|
| 4033 |
+
"dtype": "torch.bfloat16",
|
| 4034 |
+
"shape": [
|
| 4035 |
+
1,
|
| 4036 |
+
11264,
|
| 4037 |
+
5376
|
| 4038 |
+
],
|
| 4039 |
+
"stride": [
|
| 4040 |
+
60555264,
|
| 4041 |
+
5376,
|
| 4042 |
+
1
|
| 4043 |
+
]
|
| 4044 |
+
},
|
| 4045 |
+
"transformer_blocks.7.ff.net.2": {
|
| 4046 |
+
"contiguous": true,
|
| 4047 |
+
"dtype": "torch.bfloat16",
|
| 4048 |
+
"shape": [
|
| 4049 |
+
1,
|
| 4050 |
+
11264,
|
| 4051 |
+
14336
|
| 4052 |
+
],
|
| 4053 |
+
"stride": [
|
| 4054 |
+
161480704,
|
| 4055 |
+
14336,
|
| 4056 |
+
1
|
| 4057 |
+
]
|
| 4058 |
+
},
|
| 4059 |
+
"transformer_blocks.8.attn.to_k": {
|
| 4060 |
+
"contiguous": true,
|
| 4061 |
+
"dtype": "torch.bfloat16",
|
| 4062 |
+
"shape": [
|
| 4063 |
+
1,
|
| 4064 |
+
11264,
|
| 4065 |
+
5376
|
| 4066 |
+
],
|
| 4067 |
+
"stride": [
|
| 4068 |
+
60555264,
|
| 4069 |
+
5376,
|
| 4070 |
+
1
|
| 4071 |
+
]
|
| 4072 |
+
},
|
| 4073 |
+
"transformer_blocks.8.attn.to_out.0": {
|
| 4074 |
+
"contiguous": true,
|
| 4075 |
+
"dtype": "torch.bfloat16",
|
| 4076 |
+
"shape": [
|
| 4077 |
+
1,
|
| 4078 |
+
11264,
|
| 4079 |
+
7168
|
| 4080 |
+
],
|
| 4081 |
+
"stride": [
|
| 4082 |
+
80740352,
|
| 4083 |
+
7168,
|
| 4084 |
+
1
|
| 4085 |
+
]
|
| 4086 |
+
},
|
| 4087 |
+
"transformer_blocks.8.attn.to_q": {
|
| 4088 |
+
"contiguous": true,
|
| 4089 |
+
"dtype": "torch.bfloat16",
|
| 4090 |
+
"shape": [
|
| 4091 |
+
1,
|
| 4092 |
+
11264,
|
| 4093 |
+
5376
|
| 4094 |
+
],
|
| 4095 |
+
"stride": [
|
| 4096 |
+
60555264,
|
| 4097 |
+
5376,
|
| 4098 |
+
1
|
| 4099 |
+
]
|
| 4100 |
+
},
|
| 4101 |
+
"transformer_blocks.8.attn.to_v": {
|
| 4102 |
+
"contiguous": true,
|
| 4103 |
+
"dtype": "torch.bfloat16",
|
| 4104 |
+
"shape": [
|
| 4105 |
+
1,
|
| 4106 |
+
11264,
|
| 4107 |
+
5376
|
| 4108 |
+
],
|
| 4109 |
+
"stride": [
|
| 4110 |
+
60555264,
|
| 4111 |
+
5376,
|
| 4112 |
+
1
|
| 4113 |
+
]
|
| 4114 |
+
},
|
| 4115 |
+
"transformer_blocks.8.ff.net.0.proj": {
|
| 4116 |
+
"contiguous": true,
|
| 4117 |
+
"dtype": "torch.bfloat16",
|
| 4118 |
+
"shape": [
|
| 4119 |
+
1,
|
| 4120 |
+
11264,
|
| 4121 |
+
5376
|
| 4122 |
+
],
|
| 4123 |
+
"stride": [
|
| 4124 |
+
60555264,
|
| 4125 |
+
5376,
|
| 4126 |
+
1
|
| 4127 |
+
]
|
| 4128 |
+
},
|
| 4129 |
+
"transformer_blocks.8.ff.net.2": {
|
| 4130 |
+
"contiguous": true,
|
| 4131 |
+
"dtype": "torch.bfloat16",
|
| 4132 |
+
"shape": [
|
| 4133 |
+
1,
|
| 4134 |
+
11264,
|
| 4135 |
+
14336
|
| 4136 |
+
],
|
| 4137 |
+
"stride": [
|
| 4138 |
+
161480704,
|
| 4139 |
+
14336,
|
| 4140 |
+
1
|
| 4141 |
+
]
|
| 4142 |
+
},
|
| 4143 |
+
"transformer_blocks.9.attn.to_k": {
|
| 4144 |
+
"contiguous": true,
|
| 4145 |
+
"dtype": "torch.bfloat16",
|
| 4146 |
+
"shape": [
|
| 4147 |
+
1,
|
| 4148 |
+
11264,
|
| 4149 |
+
5376
|
| 4150 |
+
],
|
| 4151 |
+
"stride": [
|
| 4152 |
+
60555264,
|
| 4153 |
+
5376,
|
| 4154 |
+
1
|
| 4155 |
+
]
|
| 4156 |
+
},
|
| 4157 |
+
"transformer_blocks.9.attn.to_out.0": {
|
| 4158 |
+
"contiguous": true,
|
| 4159 |
+
"dtype": "torch.bfloat16",
|
| 4160 |
+
"shape": [
|
| 4161 |
+
1,
|
| 4162 |
+
11264,
|
| 4163 |
+
7168
|
| 4164 |
+
],
|
| 4165 |
+
"stride": [
|
| 4166 |
+
80740352,
|
| 4167 |
+
7168,
|
| 4168 |
+
1
|
| 4169 |
+
]
|
| 4170 |
+
},
|
| 4171 |
+
"transformer_blocks.9.attn.to_q": {
|
| 4172 |
+
"contiguous": true,
|
| 4173 |
+
"dtype": "torch.bfloat16",
|
| 4174 |
+
"shape": [
|
| 4175 |
+
1,
|
| 4176 |
+
11264,
|
| 4177 |
+
5376
|
| 4178 |
+
],
|
| 4179 |
+
"stride": [
|
| 4180 |
+
60555264,
|
| 4181 |
+
5376,
|
| 4182 |
+
1
|
| 4183 |
+
]
|
| 4184 |
+
},
|
| 4185 |
+
"transformer_blocks.9.attn.to_v": {
|
| 4186 |
+
"contiguous": true,
|
| 4187 |
+
"dtype": "torch.bfloat16",
|
| 4188 |
+
"shape": [
|
| 4189 |
+
1,
|
| 4190 |
+
11264,
|
| 4191 |
+
5376
|
| 4192 |
+
],
|
| 4193 |
+
"stride": [
|
| 4194 |
+
60555264,
|
| 4195 |
+
5376,
|
| 4196 |
+
1
|
| 4197 |
+
]
|
| 4198 |
+
},
|
| 4199 |
+
"transformer_blocks.9.ff.net.0.proj": {
|
| 4200 |
+
"contiguous": true,
|
| 4201 |
+
"dtype": "torch.bfloat16",
|
| 4202 |
+
"shape": [
|
| 4203 |
+
1,
|
| 4204 |
+
11264,
|
| 4205 |
+
5376
|
| 4206 |
+
],
|
| 4207 |
+
"stride": [
|
| 4208 |
+
60555264,
|
| 4209 |
+
5376,
|
| 4210 |
+
1
|
| 4211 |
+
]
|
| 4212 |
+
},
|
| 4213 |
+
"transformer_blocks.9.ff.net.2": {
|
| 4214 |
+
"contiguous": true,
|
| 4215 |
+
"dtype": "torch.bfloat16",
|
| 4216 |
+
"shape": [
|
| 4217 |
+
1,
|
| 4218 |
+
11264,
|
| 4219 |
+
14336
|
| 4220 |
+
],
|
| 4221 |
+
"stride": [
|
| 4222 |
+
161480704,
|
| 4223 |
+
14336,
|
| 4224 |
+
1
|
| 4225 |
+
]
|
| 4226 |
+
}
|
| 4227 |
+
},
|
| 4228 |
+
"orbitquant_shape_cuda_ms": {
|
| 4229 |
+
"14336x5376": {
|
| 4230 |
+
"calls": 50,
|
| 4231 |
+
"total_ms": 658.479362487793
|
| 4232 |
+
},
|
| 4233 |
+
"5376x28672": {
|
| 4234 |
+
"calls": 50,
|
| 4235 |
+
"total_ms": 493.38377046585083
|
| 4236 |
+
},
|
| 4237 |
+
"5376x7168": {
|
| 4238 |
+
"calls": 150,
|
| 4239 |
+
"total_ms": 1740.172526359558
|
| 4240 |
+
},
|
| 4241 |
+
"7168x5376": {
|
| 4242 |
+
"calls": 50,
|
| 4243 |
+
"total_ms": 476.2891323566437
|
| 4244 |
+
}
|
| 4245 |
+
},
|
| 4246 |
+
"orbitquant_shapes": {
|
| 4247 |
+
"14336x5376": 50,
|
| 4248 |
+
"5376x28672": 50,
|
| 4249 |
+
"5376x7168": 150,
|
| 4250 |
+
"7168x5376": 50
|
| 4251 |
+
},
|
| 4252 |
+
"output_finite": [
|
| 4253 |
+
true,
|
| 4254 |
+
true
|
| 4255 |
+
],
|
| 4256 |
+
"output_shapes": [
|
| 4257 |
+
[
|
| 4258 |
+
1,
|
| 4259 |
+
10545,
|
| 4260 |
+
96
|
| 4261 |
+
],
|
| 4262 |
+
[
|
| 4263 |
+
1,
|
| 4264 |
+
207,
|
| 4265 |
+
32
|
| 4266 |
+
]
|
| 4267 |
+
],
|
| 4268 |
+
"runtime_mode": "native_packed_matmul",
|
| 4269 |
+
"slowest_orbitquant_linears": [
|
| 4270 |
+
{
|
| 4271 |
+
"cuda_ms": 1387.7381591796875,
|
| 4272 |
+
"name": "transformer_blocks.0.attn.to_q",
|
| 4273 |
+
"shape": "5376x7168"
|
| 4274 |
+
},
|
| 4275 |
+
{
|
| 4276 |
+
"cuda_ms": 439.46435546875,
|
| 4277 |
+
"name": "transformer_blocks.0.ff.net.2",
|
| 4278 |
+
"shape": "14336x5376"
|
| 4279 |
+
},
|
| 4280 |
+
{
|
| 4281 |
+
"cuda_ms": 359.4147644042969,
|
| 4282 |
+
"name": "transformer_blocks.0.attn.to_out.0",
|
| 4283 |
+
"shape": "7168x5376"
|
| 4284 |
+
},
|
| 4285 |
+
{
|
| 4286 |
+
"cuda_ms": 152.1229705810547,
|
| 4287 |
+
"name": "transformer_blocks.0.ff.net.0.proj",
|
| 4288 |
+
"shape": "5376x28672"
|
| 4289 |
+
},
|
| 4290 |
+
{
|
| 4291 |
+
"cuda_ms": 7.239264011383057,
|
| 4292 |
+
"name": "transformer_blocks.12.ff.net.0.proj",
|
| 4293 |
+
"shape": "5376x28672"
|
| 4294 |
+
},
|
| 4295 |
+
{
|
| 4296 |
+
"cuda_ms": 7.144959926605225,
|
| 4297 |
+
"name": "transformer_blocks.9.ff.net.0.proj",
|
| 4298 |
+
"shape": "5376x28672"
|
| 4299 |
+
},
|
| 4300 |
+
{
|
| 4301 |
+
"cuda_ms": 7.108128070831299,
|
| 4302 |
+
"name": "transformer_blocks.19.ff.net.0.proj",
|
| 4303 |
+
"shape": "5376x28672"
|
| 4304 |
+
},
|
| 4305 |
+
{
|
| 4306 |
+
"cuda_ms": 7.105184078216553,
|
| 4307 |
+
"name": "transformer_blocks.7.ff.net.0.proj",
|
| 4308 |
+
"shape": "5376x28672"
|
| 4309 |
+
},
|
| 4310 |
+
{
|
| 4311 |
+
"cuda_ms": 7.0979838371276855,
|
| 4312 |
+
"name": "transformer_blocks.4.ff.net.0.proj",
|
| 4313 |
+
"shape": "5376x28672"
|
| 4314 |
+
},
|
| 4315 |
+
{
|
| 4316 |
+
"cuda_ms": 7.0952959060668945,
|
| 4317 |
+
"name": "transformer_blocks.6.ff.net.0.proj",
|
| 4318 |
+
"shape": "5376x28672"
|
| 4319 |
+
},
|
| 4320 |
+
{
|
| 4321 |
+
"cuda_ms": 7.088128089904785,
|
| 4322 |
+
"name": "transformer_blocks.14.ff.net.0.proj",
|
| 4323 |
+
"shape": "5376x28672"
|
| 4324 |
+
},
|
| 4325 |
+
{
|
| 4326 |
+
"cuda_ms": 7.078400135040283,
|
| 4327 |
+
"name": "transformer_blocks.20.ff.net.0.proj",
|
| 4328 |
+
"shape": "5376x28672"
|
| 4329 |
+
},
|
| 4330 |
+
{
|
| 4331 |
+
"cuda_ms": 7.073760032653809,
|
| 4332 |
+
"name": "transformer_blocks.15.ff.net.0.proj",
|
| 4333 |
+
"shape": "5376x28672"
|
| 4334 |
+
},
|
| 4335 |
+
{
|
| 4336 |
+
"cuda_ms": 7.069248199462891,
|
| 4337 |
+
"name": "transformer_blocks.13.ff.net.0.proj",
|
| 4338 |
+
"shape": "5376x28672"
|
| 4339 |
+
},
|
| 4340 |
+
{
|
| 4341 |
+
"cuda_ms": 7.067359924316406,
|
| 4342 |
+
"name": "transformer_blocks.27.ff.net.0.proj",
|
| 4343 |
+
"shape": "5376x28672"
|
| 4344 |
+
},
|
| 4345 |
+
{
|
| 4346 |
+
"cuda_ms": 7.066656112670898,
|
| 4347 |
+
"name": "transformer_blocks.1.ff.net.0.proj",
|
| 4348 |
+
"shape": "5376x28672"
|
| 4349 |
+
},
|
| 4350 |
+
{
|
| 4351 |
+
"cuda_ms": 7.066112041473389,
|
| 4352 |
+
"name": "transformer_blocks.46.ff.net.0.proj",
|
| 4353 |
+
"shape": "5376x28672"
|
| 4354 |
+
},
|
| 4355 |
+
{
|
| 4356 |
+
"cuda_ms": 7.065248012542725,
|
| 4357 |
+
"name": "transformer_blocks.34.ff.net.0.proj",
|
| 4358 |
+
"shape": "5376x28672"
|
| 4359 |
+
},
|
| 4360 |
+
{
|
| 4361 |
+
"cuda_ms": 7.061535835266113,
|
| 4362 |
+
"name": "transformer_blocks.2.ff.net.0.proj",
|
| 4363 |
+
"shape": "5376x28672"
|
| 4364 |
+
},
|
| 4365 |
+
{
|
| 4366 |
+
"cuda_ms": 7.0609917640686035,
|
| 4367 |
+
"name": "transformer_blocks.10.ff.net.0.proj",
|
| 4368 |
+
"shape": "5376x28672"
|
| 4369 |
+
},
|
| 4370 |
+
{
|
| 4371 |
+
"cuda_ms": 7.057951927185059,
|
| 4372 |
+
"name": "transformer_blocks.32.ff.net.0.proj",
|
| 4373 |
+
"shape": "5376x28672"
|
| 4374 |
+
},
|
| 4375 |
+
{
|
| 4376 |
+
"cuda_ms": 7.054912090301514,
|
| 4377 |
+
"name": "transformer_blocks.44.ff.net.0.proj",
|
| 4378 |
+
"shape": "5376x28672"
|
| 4379 |
+
},
|
| 4380 |
+
{
|
| 4381 |
+
"cuda_ms": 7.054336071014404,
|
| 4382 |
+
"name": "transformer_blocks.36.ff.net.0.proj",
|
| 4383 |
+
"shape": "5376x28672"
|
| 4384 |
+
},
|
| 4385 |
+
{
|
| 4386 |
+
"cuda_ms": 7.053855895996094,
|
| 4387 |
+
"name": "transformer_blocks.39.ff.net.0.proj",
|
| 4388 |
+
"shape": "5376x28672"
|
| 4389 |
+
},
|
| 4390 |
+
{
|
| 4391 |
+
"cuda_ms": 7.053311824798584,
|
| 4392 |
+
"name": "transformer_blocks.3.ff.net.0.proj",
|
| 4393 |
+
"shape": "5376x28672"
|
| 4394 |
+
},
|
| 4395 |
+
{
|
| 4396 |
+
"cuda_ms": 7.05299186706543,
|
| 4397 |
+
"name": "transformer_blocks.24.ff.net.0.proj",
|
| 4398 |
+
"shape": "5376x28672"
|
| 4399 |
+
},
|
| 4400 |
+
{
|
| 4401 |
+
"cuda_ms": 7.052864074707031,
|
| 4402 |
+
"name": "transformer_blocks.29.ff.net.0.proj",
|
| 4403 |
+
"shape": "5376x28672"
|
| 4404 |
+
},
|
| 4405 |
+
{
|
| 4406 |
+
"cuda_ms": 7.0502400398254395,
|
| 4407 |
+
"name": "transformer_blocks.22.ff.net.0.proj",
|
| 4408 |
+
"shape": "5376x28672"
|
| 4409 |
+
},
|
| 4410 |
+
{
|
| 4411 |
+
"cuda_ms": 7.048736095428467,
|
| 4412 |
+
"name": "transformer_blocks.41.ff.net.0.proj",
|
| 4413 |
+
"shape": "5376x28672"
|
| 4414 |
+
},
|
| 4415 |
+
{
|
| 4416 |
+
"cuda_ms": 7.04307222366333,
|
| 4417 |
+
"name": "transformer_blocks.17.ff.net.0.proj",
|
| 4418 |
+
"shape": "5376x28672"
|
| 4419 |
+
}
|
| 4420 |
+
],
|
| 4421 |
+
"status": "pass",
|
| 4422 |
+
"text_tokens": 512,
|
| 4423 |
+
"torch": "2.8.0+cu128",
|
| 4424 |
+
"transformer": "/workspace/orbitquant-h3-ref/model/transformer_ref",
|
| 4425 |
+
"transformer_block_cuda_ms": [
|
| 4426 |
+
{
|
| 4427 |
+
"cuda_ms": 2941.07666015625,
|
| 4428 |
+
"name": "transformer_blocks.0"
|
| 4429 |
+
},
|
| 4430 |
+
{
|
| 4431 |
+
"cuda_ms": 48.6420783996582,
|
| 4432 |
+
"name": "transformer_blocks.1"
|
| 4433 |
+
},
|
| 4434 |
+
{
|
| 4435 |
+
"cuda_ms": 48.49164962768555,
|
| 4436 |
+
"name": "transformer_blocks.2"
|
| 4437 |
+
},
|
| 4438 |
+
{
|
| 4439 |
+
"cuda_ms": 48.473182678222656,
|
| 4440 |
+
"name": "transformer_blocks.3"
|
| 4441 |
+
},
|
| 4442 |
+
{
|
| 4443 |
+
"cuda_ms": 48.64112091064453,
|
| 4444 |
+
"name": "transformer_blocks.4"
|
| 4445 |
+
},
|
| 4446 |
+
{
|
| 4447 |
+
"cuda_ms": 48.53055953979492,
|
| 4448 |
+
"name": "transformer_blocks.5"
|
| 4449 |
+
},
|
| 4450 |
+
{
|
| 4451 |
+
"cuda_ms": 48.63804626464844,
|
| 4452 |
+
"name": "transformer_blocks.6"
|
| 4453 |
+
},
|
| 4454 |
+
{
|
| 4455 |
+
"cuda_ms": 48.6923828125,
|
| 4456 |
+
"name": "transformer_blocks.7"
|
| 4457 |
+
},
|
| 4458 |
+
{
|
| 4459 |
+
"cuda_ms": 48.50038528442383,
|
| 4460 |
+
"name": "transformer_blocks.8"
|
| 4461 |
+
},
|
| 4462 |
+
{
|
| 4463 |
+
"cuda_ms": 48.72953414916992,
|
| 4464 |
+
"name": "transformer_blocks.9"
|
| 4465 |
+
},
|
| 4466 |
+
{
|
| 4467 |
+
"cuda_ms": 48.53916931152344,
|
| 4468 |
+
"name": "transformer_blocks.10"
|
| 4469 |
+
},
|
| 4470 |
+
{
|
| 4471 |
+
"cuda_ms": 48.08662414550781,
|
| 4472 |
+
"name": "transformer_blocks.11"
|
| 4473 |
+
},
|
| 4474 |
+
{
|
| 4475 |
+
"cuda_ms": 48.662113189697266,
|
| 4476 |
+
"name": "transformer_blocks.12"
|
| 4477 |
+
},
|
| 4478 |
+
{
|
| 4479 |
+
"cuda_ms": 48.73068618774414,
|
| 4480 |
+
"name": "transformer_blocks.13"
|
| 4481 |
+
},
|
| 4482 |
+
{
|
| 4483 |
+
"cuda_ms": 48.63391876220703,
|
| 4484 |
+
"name": "transformer_blocks.14"
|
| 4485 |
+
},
|
| 4486 |
+
{
|
| 4487 |
+
"cuda_ms": 48.57455825805664,
|
| 4488 |
+
"name": "transformer_blocks.15"
|
| 4489 |
+
},
|
| 4490 |
+
{
|
| 4491 |
+
"cuda_ms": 48.3389778137207,
|
| 4492 |
+
"name": "transformer_blocks.16"
|
| 4493 |
+
},
|
| 4494 |
+
{
|
| 4495 |
+
"cuda_ms": 48.74409484863281,
|
| 4496 |
+
"name": "transformer_blocks.17"
|
| 4497 |
+
},
|
| 4498 |
+
{
|
| 4499 |
+
"cuda_ms": 48.08147048950195,
|
| 4500 |
+
"name": "transformer_blocks.18"
|
| 4501 |
+
},
|
| 4502 |
+
{
|
| 4503 |
+
"cuda_ms": 48.471649169921875,
|
| 4504 |
+
"name": "transformer_blocks.19"
|
| 4505 |
+
},
|
| 4506 |
+
{
|
| 4507 |
+
"cuda_ms": 48.72867202758789,
|
| 4508 |
+
"name": "transformer_blocks.20"
|
| 4509 |
+
},
|
| 4510 |
+
{
|
| 4511 |
+
"cuda_ms": 48.13267135620117,
|
| 4512 |
+
"name": "transformer_blocks.21"
|
| 4513 |
+
},
|
| 4514 |
+
{
|
| 4515 |
+
"cuda_ms": 48.483360290527344,
|
| 4516 |
+
"name": "transformer_blocks.22"
|
| 4517 |
+
},
|
| 4518 |
+
{
|
| 4519 |
+
"cuda_ms": 48.04719924926758,
|
| 4520 |
+
"name": "transformer_blocks.23"
|
| 4521 |
+
},
|
| 4522 |
+
{
|
| 4523 |
+
"cuda_ms": 48.55311965942383,
|
| 4524 |
+
"name": "transformer_blocks.24"
|
| 4525 |
+
},
|
| 4526 |
+
{
|
| 4527 |
+
"cuda_ms": 48.2775993347168,
|
| 4528 |
+
"name": "transformer_blocks.25"
|
| 4529 |
+
},
|
| 4530 |
+
{
|
| 4531 |
+
"cuda_ms": 47.991905212402344,
|
| 4532 |
+
"name": "transformer_blocks.26"
|
| 4533 |
+
},
|
| 4534 |
+
{
|
| 4535 |
+
"cuda_ms": 48.53667068481445,
|
| 4536 |
+
"name": "transformer_blocks.27"
|
| 4537 |
+
},
|
| 4538 |
+
{
|
| 4539 |
+
"cuda_ms": 48.02115249633789,
|
| 4540 |
+
"name": "transformer_blocks.28"
|
| 4541 |
+
},
|
| 4542 |
+
{
|
| 4543 |
+
"cuda_ms": 48.52803039550781,
|
| 4544 |
+
"name": "transformer_blocks.29"
|
| 4545 |
+
},
|
| 4546 |
+
{
|
| 4547 |
+
"cuda_ms": 48.025054931640625,
|
| 4548 |
+
"name": "transformer_blocks.30"
|
| 4549 |
+
},
|
| 4550 |
+
{
|
| 4551 |
+
"cuda_ms": 47.83679962158203,
|
| 4552 |
+
"name": "transformer_blocks.31"
|
| 4553 |
+
},
|
| 4554 |
+
{
|
| 4555 |
+
"cuda_ms": 48.23612976074219,
|
| 4556 |
+
"name": "transformer_blocks.32"
|
| 4557 |
+
},
|
| 4558 |
+
{
|
| 4559 |
+
"cuda_ms": 49.4167366027832,
|
| 4560 |
+
"name": "transformer_blocks.33"
|
| 4561 |
+
},
|
| 4562 |
+
{
|
| 4563 |
+
"cuda_ms": 48.58224105834961,
|
| 4564 |
+
"name": "transformer_blocks.34"
|
| 4565 |
+
},
|
| 4566 |
+
{
|
| 4567 |
+
"cuda_ms": 48.018463134765625,
|
| 4568 |
+
"name": "transformer_blocks.35"
|
| 4569 |
+
},
|
| 4570 |
+
{
|
| 4571 |
+
"cuda_ms": 47.99913787841797,
|
| 4572 |
+
"name": "transformer_blocks.36"
|
| 4573 |
+
},
|
| 4574 |
+
{
|
| 4575 |
+
"cuda_ms": 48.30006408691406,
|
| 4576 |
+
"name": "transformer_blocks.37"
|
| 4577 |
+
},
|
| 4578 |
+
{
|
| 4579 |
+
"cuda_ms": 47.80400085449219,
|
| 4580 |
+
"name": "transformer_blocks.38"
|
| 4581 |
+
},
|
| 4582 |
+
{
|
| 4583 |
+
"cuda_ms": 48.554622650146484,
|
| 4584 |
+
"name": "transformer_blocks.39"
|
| 4585 |
+
},
|
| 4586 |
+
{
|
| 4587 |
+
"cuda_ms": 48.00057601928711,
|
| 4588 |
+
"name": "transformer_blocks.40"
|
| 4589 |
+
},
|
| 4590 |
+
{
|
| 4591 |
+
"cuda_ms": 48.38880157470703,
|
| 4592 |
+
"name": "transformer_blocks.41"
|
| 4593 |
+
},
|
| 4594 |
+
{
|
| 4595 |
+
"cuda_ms": 47.99033737182617,
|
| 4596 |
+
"name": "transformer_blocks.42"
|
| 4597 |
+
},
|
| 4598 |
+
{
|
| 4599 |
+
"cuda_ms": 47.718048095703125,
|
| 4600 |
+
"name": "transformer_blocks.43"
|
| 4601 |
+
},
|
| 4602 |
+
{
|
| 4603 |
+
"cuda_ms": 48.561824798583984,
|
| 4604 |
+
"name": "transformer_blocks.44"
|
| 4605 |
+
},
|
| 4606 |
+
{
|
| 4607 |
+
"cuda_ms": 48.02803039550781,
|
| 4608 |
+
"name": "transformer_blocks.45"
|
| 4609 |
+
},
|
| 4610 |
+
{
|
| 4611 |
+
"cuda_ms": 48.63555145263672,
|
| 4612 |
+
"name": "transformer_blocks.46"
|
| 4613 |
+
},
|
| 4614 |
+
{
|
| 4615 |
+
"cuda_ms": 47.13932800292969,
|
| 4616 |
+
"name": "transformer_blocks.47"
|
| 4617 |
+
},
|
| 4618 |
+
{
|
| 4619 |
+
"cuda_ms": 47.67804718017578,
|
| 4620 |
+
"name": "transformer_blocks.48"
|
| 4621 |
+
},
|
| 4622 |
+
{
|
| 4623 |
+
"cuda_ms": 48.166561126708984,
|
| 4624 |
+
"name": "transformer_blocks.49"
|
| 4625 |
+
}
|
| 4626 |
+
],
|
| 4627 |
+
"video_tokens": 10545,
|
| 4628 |
+
"wall_seconds": 5.5382678848691285
|
| 4629 |
+
}
|
benchmarks/profiles/native-full-forward-transformer-ref-hot.json
ADDED
|
@@ -0,0 +1,4629 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_backends": {
|
| 3 |
+
"triton_cuda_packed_w4": 300
|
| 4 |
+
},
|
| 5 |
+
"audio_tokens": 207,
|
| 6 |
+
"capability": [
|
| 7 |
+
12,
|
| 8 |
+
0
|
| 9 |
+
],
|
| 10 |
+
"cuda": "12.8",
|
| 11 |
+
"cuda_after_load_bytes": 18328776192,
|
| 12 |
+
"cuda_forward_ms": 2889.388916015625,
|
| 13 |
+
"cuda_peak_bytes": 46381307904,
|
| 14 |
+
"effective_runtime_modes": {
|
| 15 |
+
"native_packed_matmul": 300
|
| 16 |
+
},
|
| 17 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 18 |
+
"h3_dtype_views": 50,
|
| 19 |
+
"load_dtype": "default",
|
| 20 |
+
"load_seconds": 0.09053317736834288,
|
| 21 |
+
"model_dtype": "torch.bfloat16",
|
| 22 |
+
"move_to_cuda_seconds": 1.2328650671988726,
|
| 23 |
+
"num_blocks": 50,
|
| 24 |
+
"orbitquant_linear_count": 300,
|
| 25 |
+
"orbitquant_linear_cuda_ms": 1062.045917749405,
|
| 26 |
+
"orbitquant_linear_inputs": {
|
| 27 |
+
"transformer_blocks.0.attn.to_k": {
|
| 28 |
+
"contiguous": true,
|
| 29 |
+
"dtype": "torch.bfloat16",
|
| 30 |
+
"shape": [
|
| 31 |
+
1,
|
| 32 |
+
11264,
|
| 33 |
+
5376
|
| 34 |
+
],
|
| 35 |
+
"stride": [
|
| 36 |
+
60555264,
|
| 37 |
+
5376,
|
| 38 |
+
1
|
| 39 |
+
]
|
| 40 |
+
},
|
| 41 |
+
"transformer_blocks.0.attn.to_out.0": {
|
| 42 |
+
"contiguous": true,
|
| 43 |
+
"dtype": "torch.bfloat16",
|
| 44 |
+
"shape": [
|
| 45 |
+
1,
|
| 46 |
+
11264,
|
| 47 |
+
7168
|
| 48 |
+
],
|
| 49 |
+
"stride": [
|
| 50 |
+
80740352,
|
| 51 |
+
7168,
|
| 52 |
+
1
|
| 53 |
+
]
|
| 54 |
+
},
|
| 55 |
+
"transformer_blocks.0.attn.to_q": {
|
| 56 |
+
"contiguous": true,
|
| 57 |
+
"dtype": "torch.bfloat16",
|
| 58 |
+
"shape": [
|
| 59 |
+
1,
|
| 60 |
+
11264,
|
| 61 |
+
5376
|
| 62 |
+
],
|
| 63 |
+
"stride": [
|
| 64 |
+
60555264,
|
| 65 |
+
5376,
|
| 66 |
+
1
|
| 67 |
+
]
|
| 68 |
+
},
|
| 69 |
+
"transformer_blocks.0.attn.to_v": {
|
| 70 |
+
"contiguous": true,
|
| 71 |
+
"dtype": "torch.bfloat16",
|
| 72 |
+
"shape": [
|
| 73 |
+
1,
|
| 74 |
+
11264,
|
| 75 |
+
5376
|
| 76 |
+
],
|
| 77 |
+
"stride": [
|
| 78 |
+
60555264,
|
| 79 |
+
5376,
|
| 80 |
+
1
|
| 81 |
+
]
|
| 82 |
+
},
|
| 83 |
+
"transformer_blocks.0.ff.net.0.proj": {
|
| 84 |
+
"contiguous": true,
|
| 85 |
+
"dtype": "torch.bfloat16",
|
| 86 |
+
"shape": [
|
| 87 |
+
1,
|
| 88 |
+
11264,
|
| 89 |
+
5376
|
| 90 |
+
],
|
| 91 |
+
"stride": [
|
| 92 |
+
60555264,
|
| 93 |
+
5376,
|
| 94 |
+
1
|
| 95 |
+
]
|
| 96 |
+
},
|
| 97 |
+
"transformer_blocks.0.ff.net.2": {
|
| 98 |
+
"contiguous": true,
|
| 99 |
+
"dtype": "torch.bfloat16",
|
| 100 |
+
"shape": [
|
| 101 |
+
1,
|
| 102 |
+
11264,
|
| 103 |
+
14336
|
| 104 |
+
],
|
| 105 |
+
"stride": [
|
| 106 |
+
161480704,
|
| 107 |
+
14336,
|
| 108 |
+
1
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
"transformer_blocks.1.attn.to_k": {
|
| 112 |
+
"contiguous": true,
|
| 113 |
+
"dtype": "torch.bfloat16",
|
| 114 |
+
"shape": [
|
| 115 |
+
1,
|
| 116 |
+
11264,
|
| 117 |
+
5376
|
| 118 |
+
],
|
| 119 |
+
"stride": [
|
| 120 |
+
60555264,
|
| 121 |
+
5376,
|
| 122 |
+
1
|
| 123 |
+
]
|
| 124 |
+
},
|
| 125 |
+
"transformer_blocks.1.attn.to_out.0": {
|
| 126 |
+
"contiguous": true,
|
| 127 |
+
"dtype": "torch.bfloat16",
|
| 128 |
+
"shape": [
|
| 129 |
+
1,
|
| 130 |
+
11264,
|
| 131 |
+
7168
|
| 132 |
+
],
|
| 133 |
+
"stride": [
|
| 134 |
+
80740352,
|
| 135 |
+
7168,
|
| 136 |
+
1
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"transformer_blocks.1.attn.to_q": {
|
| 140 |
+
"contiguous": true,
|
| 141 |
+
"dtype": "torch.bfloat16",
|
| 142 |
+
"shape": [
|
| 143 |
+
1,
|
| 144 |
+
11264,
|
| 145 |
+
5376
|
| 146 |
+
],
|
| 147 |
+
"stride": [
|
| 148 |
+
60555264,
|
| 149 |
+
5376,
|
| 150 |
+
1
|
| 151 |
+
]
|
| 152 |
+
},
|
| 153 |
+
"transformer_blocks.1.attn.to_v": {
|
| 154 |
+
"contiguous": true,
|
| 155 |
+
"dtype": "torch.bfloat16",
|
| 156 |
+
"shape": [
|
| 157 |
+
1,
|
| 158 |
+
11264,
|
| 159 |
+
5376
|
| 160 |
+
],
|
| 161 |
+
"stride": [
|
| 162 |
+
60555264,
|
| 163 |
+
5376,
|
| 164 |
+
1
|
| 165 |
+
]
|
| 166 |
+
},
|
| 167 |
+
"transformer_blocks.1.ff.net.0.proj": {
|
| 168 |
+
"contiguous": true,
|
| 169 |
+
"dtype": "torch.bfloat16",
|
| 170 |
+
"shape": [
|
| 171 |
+
1,
|
| 172 |
+
11264,
|
| 173 |
+
5376
|
| 174 |
+
],
|
| 175 |
+
"stride": [
|
| 176 |
+
60555264,
|
| 177 |
+
5376,
|
| 178 |
+
1
|
| 179 |
+
]
|
| 180 |
+
},
|
| 181 |
+
"transformer_blocks.1.ff.net.2": {
|
| 182 |
+
"contiguous": true,
|
| 183 |
+
"dtype": "torch.bfloat16",
|
| 184 |
+
"shape": [
|
| 185 |
+
1,
|
| 186 |
+
11264,
|
| 187 |
+
14336
|
| 188 |
+
],
|
| 189 |
+
"stride": [
|
| 190 |
+
161480704,
|
| 191 |
+
14336,
|
| 192 |
+
1
|
| 193 |
+
]
|
| 194 |
+
},
|
| 195 |
+
"transformer_blocks.10.attn.to_k": {
|
| 196 |
+
"contiguous": true,
|
| 197 |
+
"dtype": "torch.bfloat16",
|
| 198 |
+
"shape": [
|
| 199 |
+
1,
|
| 200 |
+
11264,
|
| 201 |
+
5376
|
| 202 |
+
],
|
| 203 |
+
"stride": [
|
| 204 |
+
60555264,
|
| 205 |
+
5376,
|
| 206 |
+
1
|
| 207 |
+
]
|
| 208 |
+
},
|
| 209 |
+
"transformer_blocks.10.attn.to_out.0": {
|
| 210 |
+
"contiguous": true,
|
| 211 |
+
"dtype": "torch.bfloat16",
|
| 212 |
+
"shape": [
|
| 213 |
+
1,
|
| 214 |
+
11264,
|
| 215 |
+
7168
|
| 216 |
+
],
|
| 217 |
+
"stride": [
|
| 218 |
+
80740352,
|
| 219 |
+
7168,
|
| 220 |
+
1
|
| 221 |
+
]
|
| 222 |
+
},
|
| 223 |
+
"transformer_blocks.10.attn.to_q": {
|
| 224 |
+
"contiguous": true,
|
| 225 |
+
"dtype": "torch.bfloat16",
|
| 226 |
+
"shape": [
|
| 227 |
+
1,
|
| 228 |
+
11264,
|
| 229 |
+
5376
|
| 230 |
+
],
|
| 231 |
+
"stride": [
|
| 232 |
+
60555264,
|
| 233 |
+
5376,
|
| 234 |
+
1
|
| 235 |
+
]
|
| 236 |
+
},
|
| 237 |
+
"transformer_blocks.10.attn.to_v": {
|
| 238 |
+
"contiguous": true,
|
| 239 |
+
"dtype": "torch.bfloat16",
|
| 240 |
+
"shape": [
|
| 241 |
+
1,
|
| 242 |
+
11264,
|
| 243 |
+
5376
|
| 244 |
+
],
|
| 245 |
+
"stride": [
|
| 246 |
+
60555264,
|
| 247 |
+
5376,
|
| 248 |
+
1
|
| 249 |
+
]
|
| 250 |
+
},
|
| 251 |
+
"transformer_blocks.10.ff.net.0.proj": {
|
| 252 |
+
"contiguous": true,
|
| 253 |
+
"dtype": "torch.bfloat16",
|
| 254 |
+
"shape": [
|
| 255 |
+
1,
|
| 256 |
+
11264,
|
| 257 |
+
5376
|
| 258 |
+
],
|
| 259 |
+
"stride": [
|
| 260 |
+
60555264,
|
| 261 |
+
5376,
|
| 262 |
+
1
|
| 263 |
+
]
|
| 264 |
+
},
|
| 265 |
+
"transformer_blocks.10.ff.net.2": {
|
| 266 |
+
"contiguous": true,
|
| 267 |
+
"dtype": "torch.bfloat16",
|
| 268 |
+
"shape": [
|
| 269 |
+
1,
|
| 270 |
+
11264,
|
| 271 |
+
14336
|
| 272 |
+
],
|
| 273 |
+
"stride": [
|
| 274 |
+
161480704,
|
| 275 |
+
14336,
|
| 276 |
+
1
|
| 277 |
+
]
|
| 278 |
+
},
|
| 279 |
+
"transformer_blocks.11.attn.to_k": {
|
| 280 |
+
"contiguous": true,
|
| 281 |
+
"dtype": "torch.bfloat16",
|
| 282 |
+
"shape": [
|
| 283 |
+
1,
|
| 284 |
+
11264,
|
| 285 |
+
5376
|
| 286 |
+
],
|
| 287 |
+
"stride": [
|
| 288 |
+
60555264,
|
| 289 |
+
5376,
|
| 290 |
+
1
|
| 291 |
+
]
|
| 292 |
+
},
|
| 293 |
+
"transformer_blocks.11.attn.to_out.0": {
|
| 294 |
+
"contiguous": true,
|
| 295 |
+
"dtype": "torch.bfloat16",
|
| 296 |
+
"shape": [
|
| 297 |
+
1,
|
| 298 |
+
11264,
|
| 299 |
+
7168
|
| 300 |
+
],
|
| 301 |
+
"stride": [
|
| 302 |
+
80740352,
|
| 303 |
+
7168,
|
| 304 |
+
1
|
| 305 |
+
]
|
| 306 |
+
},
|
| 307 |
+
"transformer_blocks.11.attn.to_q": {
|
| 308 |
+
"contiguous": true,
|
| 309 |
+
"dtype": "torch.bfloat16",
|
| 310 |
+
"shape": [
|
| 311 |
+
1,
|
| 312 |
+
11264,
|
| 313 |
+
5376
|
| 314 |
+
],
|
| 315 |
+
"stride": [
|
| 316 |
+
60555264,
|
| 317 |
+
5376,
|
| 318 |
+
1
|
| 319 |
+
]
|
| 320 |
+
},
|
| 321 |
+
"transformer_blocks.11.attn.to_v": {
|
| 322 |
+
"contiguous": true,
|
| 323 |
+
"dtype": "torch.bfloat16",
|
| 324 |
+
"shape": [
|
| 325 |
+
1,
|
| 326 |
+
11264,
|
| 327 |
+
5376
|
| 328 |
+
],
|
| 329 |
+
"stride": [
|
| 330 |
+
60555264,
|
| 331 |
+
5376,
|
| 332 |
+
1
|
| 333 |
+
]
|
| 334 |
+
},
|
| 335 |
+
"transformer_blocks.11.ff.net.0.proj": {
|
| 336 |
+
"contiguous": true,
|
| 337 |
+
"dtype": "torch.bfloat16",
|
| 338 |
+
"shape": [
|
| 339 |
+
1,
|
| 340 |
+
11264,
|
| 341 |
+
5376
|
| 342 |
+
],
|
| 343 |
+
"stride": [
|
| 344 |
+
60555264,
|
| 345 |
+
5376,
|
| 346 |
+
1
|
| 347 |
+
]
|
| 348 |
+
},
|
| 349 |
+
"transformer_blocks.11.ff.net.2": {
|
| 350 |
+
"contiguous": true,
|
| 351 |
+
"dtype": "torch.bfloat16",
|
| 352 |
+
"shape": [
|
| 353 |
+
1,
|
| 354 |
+
11264,
|
| 355 |
+
14336
|
| 356 |
+
],
|
| 357 |
+
"stride": [
|
| 358 |
+
161480704,
|
| 359 |
+
14336,
|
| 360 |
+
1
|
| 361 |
+
]
|
| 362 |
+
},
|
| 363 |
+
"transformer_blocks.12.attn.to_k": {
|
| 364 |
+
"contiguous": true,
|
| 365 |
+
"dtype": "torch.bfloat16",
|
| 366 |
+
"shape": [
|
| 367 |
+
1,
|
| 368 |
+
11264,
|
| 369 |
+
5376
|
| 370 |
+
],
|
| 371 |
+
"stride": [
|
| 372 |
+
60555264,
|
| 373 |
+
5376,
|
| 374 |
+
1
|
| 375 |
+
]
|
| 376 |
+
},
|
| 377 |
+
"transformer_blocks.12.attn.to_out.0": {
|
| 378 |
+
"contiguous": true,
|
| 379 |
+
"dtype": "torch.bfloat16",
|
| 380 |
+
"shape": [
|
| 381 |
+
1,
|
| 382 |
+
11264,
|
| 383 |
+
7168
|
| 384 |
+
],
|
| 385 |
+
"stride": [
|
| 386 |
+
80740352,
|
| 387 |
+
7168,
|
| 388 |
+
1
|
| 389 |
+
]
|
| 390 |
+
},
|
| 391 |
+
"transformer_blocks.12.attn.to_q": {
|
| 392 |
+
"contiguous": true,
|
| 393 |
+
"dtype": "torch.bfloat16",
|
| 394 |
+
"shape": [
|
| 395 |
+
1,
|
| 396 |
+
11264,
|
| 397 |
+
5376
|
| 398 |
+
],
|
| 399 |
+
"stride": [
|
| 400 |
+
60555264,
|
| 401 |
+
5376,
|
| 402 |
+
1
|
| 403 |
+
]
|
| 404 |
+
},
|
| 405 |
+
"transformer_blocks.12.attn.to_v": {
|
| 406 |
+
"contiguous": true,
|
| 407 |
+
"dtype": "torch.bfloat16",
|
| 408 |
+
"shape": [
|
| 409 |
+
1,
|
| 410 |
+
11264,
|
| 411 |
+
5376
|
| 412 |
+
],
|
| 413 |
+
"stride": [
|
| 414 |
+
60555264,
|
| 415 |
+
5376,
|
| 416 |
+
1
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
"transformer_blocks.12.ff.net.0.proj": {
|
| 420 |
+
"contiguous": true,
|
| 421 |
+
"dtype": "torch.bfloat16",
|
| 422 |
+
"shape": [
|
| 423 |
+
1,
|
| 424 |
+
11264,
|
| 425 |
+
5376
|
| 426 |
+
],
|
| 427 |
+
"stride": [
|
| 428 |
+
60555264,
|
| 429 |
+
5376,
|
| 430 |
+
1
|
| 431 |
+
]
|
| 432 |
+
},
|
| 433 |
+
"transformer_blocks.12.ff.net.2": {
|
| 434 |
+
"contiguous": true,
|
| 435 |
+
"dtype": "torch.bfloat16",
|
| 436 |
+
"shape": [
|
| 437 |
+
1,
|
| 438 |
+
11264,
|
| 439 |
+
14336
|
| 440 |
+
],
|
| 441 |
+
"stride": [
|
| 442 |
+
161480704,
|
| 443 |
+
14336,
|
| 444 |
+
1
|
| 445 |
+
]
|
| 446 |
+
},
|
| 447 |
+
"transformer_blocks.13.attn.to_k": {
|
| 448 |
+
"contiguous": true,
|
| 449 |
+
"dtype": "torch.bfloat16",
|
| 450 |
+
"shape": [
|
| 451 |
+
1,
|
| 452 |
+
11264,
|
| 453 |
+
5376
|
| 454 |
+
],
|
| 455 |
+
"stride": [
|
| 456 |
+
60555264,
|
| 457 |
+
5376,
|
| 458 |
+
1
|
| 459 |
+
]
|
| 460 |
+
},
|
| 461 |
+
"transformer_blocks.13.attn.to_out.0": {
|
| 462 |
+
"contiguous": true,
|
| 463 |
+
"dtype": "torch.bfloat16",
|
| 464 |
+
"shape": [
|
| 465 |
+
1,
|
| 466 |
+
11264,
|
| 467 |
+
7168
|
| 468 |
+
],
|
| 469 |
+
"stride": [
|
| 470 |
+
80740352,
|
| 471 |
+
7168,
|
| 472 |
+
1
|
| 473 |
+
]
|
| 474 |
+
},
|
| 475 |
+
"transformer_blocks.13.attn.to_q": {
|
| 476 |
+
"contiguous": true,
|
| 477 |
+
"dtype": "torch.bfloat16",
|
| 478 |
+
"shape": [
|
| 479 |
+
1,
|
| 480 |
+
11264,
|
| 481 |
+
5376
|
| 482 |
+
],
|
| 483 |
+
"stride": [
|
| 484 |
+
60555264,
|
| 485 |
+
5376,
|
| 486 |
+
1
|
| 487 |
+
]
|
| 488 |
+
},
|
| 489 |
+
"transformer_blocks.13.attn.to_v": {
|
| 490 |
+
"contiguous": true,
|
| 491 |
+
"dtype": "torch.bfloat16",
|
| 492 |
+
"shape": [
|
| 493 |
+
1,
|
| 494 |
+
11264,
|
| 495 |
+
5376
|
| 496 |
+
],
|
| 497 |
+
"stride": [
|
| 498 |
+
60555264,
|
| 499 |
+
5376,
|
| 500 |
+
1
|
| 501 |
+
]
|
| 502 |
+
},
|
| 503 |
+
"transformer_blocks.13.ff.net.0.proj": {
|
| 504 |
+
"contiguous": true,
|
| 505 |
+
"dtype": "torch.bfloat16",
|
| 506 |
+
"shape": [
|
| 507 |
+
1,
|
| 508 |
+
11264,
|
| 509 |
+
5376
|
| 510 |
+
],
|
| 511 |
+
"stride": [
|
| 512 |
+
60555264,
|
| 513 |
+
5376,
|
| 514 |
+
1
|
| 515 |
+
]
|
| 516 |
+
},
|
| 517 |
+
"transformer_blocks.13.ff.net.2": {
|
| 518 |
+
"contiguous": true,
|
| 519 |
+
"dtype": "torch.bfloat16",
|
| 520 |
+
"shape": [
|
| 521 |
+
1,
|
| 522 |
+
11264,
|
| 523 |
+
14336
|
| 524 |
+
],
|
| 525 |
+
"stride": [
|
| 526 |
+
161480704,
|
| 527 |
+
14336,
|
| 528 |
+
1
|
| 529 |
+
]
|
| 530 |
+
},
|
| 531 |
+
"transformer_blocks.14.attn.to_k": {
|
| 532 |
+
"contiguous": true,
|
| 533 |
+
"dtype": "torch.bfloat16",
|
| 534 |
+
"shape": [
|
| 535 |
+
1,
|
| 536 |
+
11264,
|
| 537 |
+
5376
|
| 538 |
+
],
|
| 539 |
+
"stride": [
|
| 540 |
+
60555264,
|
| 541 |
+
5376,
|
| 542 |
+
1
|
| 543 |
+
]
|
| 544 |
+
},
|
| 545 |
+
"transformer_blocks.14.attn.to_out.0": {
|
| 546 |
+
"contiguous": true,
|
| 547 |
+
"dtype": "torch.bfloat16",
|
| 548 |
+
"shape": [
|
| 549 |
+
1,
|
| 550 |
+
11264,
|
| 551 |
+
7168
|
| 552 |
+
],
|
| 553 |
+
"stride": [
|
| 554 |
+
80740352,
|
| 555 |
+
7168,
|
| 556 |
+
1
|
| 557 |
+
]
|
| 558 |
+
},
|
| 559 |
+
"transformer_blocks.14.attn.to_q": {
|
| 560 |
+
"contiguous": true,
|
| 561 |
+
"dtype": "torch.bfloat16",
|
| 562 |
+
"shape": [
|
| 563 |
+
1,
|
| 564 |
+
11264,
|
| 565 |
+
5376
|
| 566 |
+
],
|
| 567 |
+
"stride": [
|
| 568 |
+
60555264,
|
| 569 |
+
5376,
|
| 570 |
+
1
|
| 571 |
+
]
|
| 572 |
+
},
|
| 573 |
+
"transformer_blocks.14.attn.to_v": {
|
| 574 |
+
"contiguous": true,
|
| 575 |
+
"dtype": "torch.bfloat16",
|
| 576 |
+
"shape": [
|
| 577 |
+
1,
|
| 578 |
+
11264,
|
| 579 |
+
5376
|
| 580 |
+
],
|
| 581 |
+
"stride": [
|
| 582 |
+
60555264,
|
| 583 |
+
5376,
|
| 584 |
+
1
|
| 585 |
+
]
|
| 586 |
+
},
|
| 587 |
+
"transformer_blocks.14.ff.net.0.proj": {
|
| 588 |
+
"contiguous": true,
|
| 589 |
+
"dtype": "torch.bfloat16",
|
| 590 |
+
"shape": [
|
| 591 |
+
1,
|
| 592 |
+
11264,
|
| 593 |
+
5376
|
| 594 |
+
],
|
| 595 |
+
"stride": [
|
| 596 |
+
60555264,
|
| 597 |
+
5376,
|
| 598 |
+
1
|
| 599 |
+
]
|
| 600 |
+
},
|
| 601 |
+
"transformer_blocks.14.ff.net.2": {
|
| 602 |
+
"contiguous": true,
|
| 603 |
+
"dtype": "torch.bfloat16",
|
| 604 |
+
"shape": [
|
| 605 |
+
1,
|
| 606 |
+
11264,
|
| 607 |
+
14336
|
| 608 |
+
],
|
| 609 |
+
"stride": [
|
| 610 |
+
161480704,
|
| 611 |
+
14336,
|
| 612 |
+
1
|
| 613 |
+
]
|
| 614 |
+
},
|
| 615 |
+
"transformer_blocks.15.attn.to_k": {
|
| 616 |
+
"contiguous": true,
|
| 617 |
+
"dtype": "torch.bfloat16",
|
| 618 |
+
"shape": [
|
| 619 |
+
1,
|
| 620 |
+
11264,
|
| 621 |
+
5376
|
| 622 |
+
],
|
| 623 |
+
"stride": [
|
| 624 |
+
60555264,
|
| 625 |
+
5376,
|
| 626 |
+
1
|
| 627 |
+
]
|
| 628 |
+
},
|
| 629 |
+
"transformer_blocks.15.attn.to_out.0": {
|
| 630 |
+
"contiguous": true,
|
| 631 |
+
"dtype": "torch.bfloat16",
|
| 632 |
+
"shape": [
|
| 633 |
+
1,
|
| 634 |
+
11264,
|
| 635 |
+
7168
|
| 636 |
+
],
|
| 637 |
+
"stride": [
|
| 638 |
+
80740352,
|
| 639 |
+
7168,
|
| 640 |
+
1
|
| 641 |
+
]
|
| 642 |
+
},
|
| 643 |
+
"transformer_blocks.15.attn.to_q": {
|
| 644 |
+
"contiguous": true,
|
| 645 |
+
"dtype": "torch.bfloat16",
|
| 646 |
+
"shape": [
|
| 647 |
+
1,
|
| 648 |
+
11264,
|
| 649 |
+
5376
|
| 650 |
+
],
|
| 651 |
+
"stride": [
|
| 652 |
+
60555264,
|
| 653 |
+
5376,
|
| 654 |
+
1
|
| 655 |
+
]
|
| 656 |
+
},
|
| 657 |
+
"transformer_blocks.15.attn.to_v": {
|
| 658 |
+
"contiguous": true,
|
| 659 |
+
"dtype": "torch.bfloat16",
|
| 660 |
+
"shape": [
|
| 661 |
+
1,
|
| 662 |
+
11264,
|
| 663 |
+
5376
|
| 664 |
+
],
|
| 665 |
+
"stride": [
|
| 666 |
+
60555264,
|
| 667 |
+
5376,
|
| 668 |
+
1
|
| 669 |
+
]
|
| 670 |
+
},
|
| 671 |
+
"transformer_blocks.15.ff.net.0.proj": {
|
| 672 |
+
"contiguous": true,
|
| 673 |
+
"dtype": "torch.bfloat16",
|
| 674 |
+
"shape": [
|
| 675 |
+
1,
|
| 676 |
+
11264,
|
| 677 |
+
5376
|
| 678 |
+
],
|
| 679 |
+
"stride": [
|
| 680 |
+
60555264,
|
| 681 |
+
5376,
|
| 682 |
+
1
|
| 683 |
+
]
|
| 684 |
+
},
|
| 685 |
+
"transformer_blocks.15.ff.net.2": {
|
| 686 |
+
"contiguous": true,
|
| 687 |
+
"dtype": "torch.bfloat16",
|
| 688 |
+
"shape": [
|
| 689 |
+
1,
|
| 690 |
+
11264,
|
| 691 |
+
14336
|
| 692 |
+
],
|
| 693 |
+
"stride": [
|
| 694 |
+
161480704,
|
| 695 |
+
14336,
|
| 696 |
+
1
|
| 697 |
+
]
|
| 698 |
+
},
|
| 699 |
+
"transformer_blocks.16.attn.to_k": {
|
| 700 |
+
"contiguous": true,
|
| 701 |
+
"dtype": "torch.bfloat16",
|
| 702 |
+
"shape": [
|
| 703 |
+
1,
|
| 704 |
+
11264,
|
| 705 |
+
5376
|
| 706 |
+
],
|
| 707 |
+
"stride": [
|
| 708 |
+
60555264,
|
| 709 |
+
5376,
|
| 710 |
+
1
|
| 711 |
+
]
|
| 712 |
+
},
|
| 713 |
+
"transformer_blocks.16.attn.to_out.0": {
|
| 714 |
+
"contiguous": true,
|
| 715 |
+
"dtype": "torch.bfloat16",
|
| 716 |
+
"shape": [
|
| 717 |
+
1,
|
| 718 |
+
11264,
|
| 719 |
+
7168
|
| 720 |
+
],
|
| 721 |
+
"stride": [
|
| 722 |
+
80740352,
|
| 723 |
+
7168,
|
| 724 |
+
1
|
| 725 |
+
]
|
| 726 |
+
},
|
| 727 |
+
"transformer_blocks.16.attn.to_q": {
|
| 728 |
+
"contiguous": true,
|
| 729 |
+
"dtype": "torch.bfloat16",
|
| 730 |
+
"shape": [
|
| 731 |
+
1,
|
| 732 |
+
11264,
|
| 733 |
+
5376
|
| 734 |
+
],
|
| 735 |
+
"stride": [
|
| 736 |
+
60555264,
|
| 737 |
+
5376,
|
| 738 |
+
1
|
| 739 |
+
]
|
| 740 |
+
},
|
| 741 |
+
"transformer_blocks.16.attn.to_v": {
|
| 742 |
+
"contiguous": true,
|
| 743 |
+
"dtype": "torch.bfloat16",
|
| 744 |
+
"shape": [
|
| 745 |
+
1,
|
| 746 |
+
11264,
|
| 747 |
+
5376
|
| 748 |
+
],
|
| 749 |
+
"stride": [
|
| 750 |
+
60555264,
|
| 751 |
+
5376,
|
| 752 |
+
1
|
| 753 |
+
]
|
| 754 |
+
},
|
| 755 |
+
"transformer_blocks.16.ff.net.0.proj": {
|
| 756 |
+
"contiguous": true,
|
| 757 |
+
"dtype": "torch.bfloat16",
|
| 758 |
+
"shape": [
|
| 759 |
+
1,
|
| 760 |
+
11264,
|
| 761 |
+
5376
|
| 762 |
+
],
|
| 763 |
+
"stride": [
|
| 764 |
+
60555264,
|
| 765 |
+
5376,
|
| 766 |
+
1
|
| 767 |
+
]
|
| 768 |
+
},
|
| 769 |
+
"transformer_blocks.16.ff.net.2": {
|
| 770 |
+
"contiguous": true,
|
| 771 |
+
"dtype": "torch.bfloat16",
|
| 772 |
+
"shape": [
|
| 773 |
+
1,
|
| 774 |
+
11264,
|
| 775 |
+
14336
|
| 776 |
+
],
|
| 777 |
+
"stride": [
|
| 778 |
+
161480704,
|
| 779 |
+
14336,
|
| 780 |
+
1
|
| 781 |
+
]
|
| 782 |
+
},
|
| 783 |
+
"transformer_blocks.17.attn.to_k": {
|
| 784 |
+
"contiguous": true,
|
| 785 |
+
"dtype": "torch.bfloat16",
|
| 786 |
+
"shape": [
|
| 787 |
+
1,
|
| 788 |
+
11264,
|
| 789 |
+
5376
|
| 790 |
+
],
|
| 791 |
+
"stride": [
|
| 792 |
+
60555264,
|
| 793 |
+
5376,
|
| 794 |
+
1
|
| 795 |
+
]
|
| 796 |
+
},
|
| 797 |
+
"transformer_blocks.17.attn.to_out.0": {
|
| 798 |
+
"contiguous": true,
|
| 799 |
+
"dtype": "torch.bfloat16",
|
| 800 |
+
"shape": [
|
| 801 |
+
1,
|
| 802 |
+
11264,
|
| 803 |
+
7168
|
| 804 |
+
],
|
| 805 |
+
"stride": [
|
| 806 |
+
80740352,
|
| 807 |
+
7168,
|
| 808 |
+
1
|
| 809 |
+
]
|
| 810 |
+
},
|
| 811 |
+
"transformer_blocks.17.attn.to_q": {
|
| 812 |
+
"contiguous": true,
|
| 813 |
+
"dtype": "torch.bfloat16",
|
| 814 |
+
"shape": [
|
| 815 |
+
1,
|
| 816 |
+
11264,
|
| 817 |
+
5376
|
| 818 |
+
],
|
| 819 |
+
"stride": [
|
| 820 |
+
60555264,
|
| 821 |
+
5376,
|
| 822 |
+
1
|
| 823 |
+
]
|
| 824 |
+
},
|
| 825 |
+
"transformer_blocks.17.attn.to_v": {
|
| 826 |
+
"contiguous": true,
|
| 827 |
+
"dtype": "torch.bfloat16",
|
| 828 |
+
"shape": [
|
| 829 |
+
1,
|
| 830 |
+
11264,
|
| 831 |
+
5376
|
| 832 |
+
],
|
| 833 |
+
"stride": [
|
| 834 |
+
60555264,
|
| 835 |
+
5376,
|
| 836 |
+
1
|
| 837 |
+
]
|
| 838 |
+
},
|
| 839 |
+
"transformer_blocks.17.ff.net.0.proj": {
|
| 840 |
+
"contiguous": true,
|
| 841 |
+
"dtype": "torch.bfloat16",
|
| 842 |
+
"shape": [
|
| 843 |
+
1,
|
| 844 |
+
11264,
|
| 845 |
+
5376
|
| 846 |
+
],
|
| 847 |
+
"stride": [
|
| 848 |
+
60555264,
|
| 849 |
+
5376,
|
| 850 |
+
1
|
| 851 |
+
]
|
| 852 |
+
},
|
| 853 |
+
"transformer_blocks.17.ff.net.2": {
|
| 854 |
+
"contiguous": true,
|
| 855 |
+
"dtype": "torch.bfloat16",
|
| 856 |
+
"shape": [
|
| 857 |
+
1,
|
| 858 |
+
11264,
|
| 859 |
+
14336
|
| 860 |
+
],
|
| 861 |
+
"stride": [
|
| 862 |
+
161480704,
|
| 863 |
+
14336,
|
| 864 |
+
1
|
| 865 |
+
]
|
| 866 |
+
},
|
| 867 |
+
"transformer_blocks.18.attn.to_k": {
|
| 868 |
+
"contiguous": true,
|
| 869 |
+
"dtype": "torch.bfloat16",
|
| 870 |
+
"shape": [
|
| 871 |
+
1,
|
| 872 |
+
11264,
|
| 873 |
+
5376
|
| 874 |
+
],
|
| 875 |
+
"stride": [
|
| 876 |
+
60555264,
|
| 877 |
+
5376,
|
| 878 |
+
1
|
| 879 |
+
]
|
| 880 |
+
},
|
| 881 |
+
"transformer_blocks.18.attn.to_out.0": {
|
| 882 |
+
"contiguous": true,
|
| 883 |
+
"dtype": "torch.bfloat16",
|
| 884 |
+
"shape": [
|
| 885 |
+
1,
|
| 886 |
+
11264,
|
| 887 |
+
7168
|
| 888 |
+
],
|
| 889 |
+
"stride": [
|
| 890 |
+
80740352,
|
| 891 |
+
7168,
|
| 892 |
+
1
|
| 893 |
+
]
|
| 894 |
+
},
|
| 895 |
+
"transformer_blocks.18.attn.to_q": {
|
| 896 |
+
"contiguous": true,
|
| 897 |
+
"dtype": "torch.bfloat16",
|
| 898 |
+
"shape": [
|
| 899 |
+
1,
|
| 900 |
+
11264,
|
| 901 |
+
5376
|
| 902 |
+
],
|
| 903 |
+
"stride": [
|
| 904 |
+
60555264,
|
| 905 |
+
5376,
|
| 906 |
+
1
|
| 907 |
+
]
|
| 908 |
+
},
|
| 909 |
+
"transformer_blocks.18.attn.to_v": {
|
| 910 |
+
"contiguous": true,
|
| 911 |
+
"dtype": "torch.bfloat16",
|
| 912 |
+
"shape": [
|
| 913 |
+
1,
|
| 914 |
+
11264,
|
| 915 |
+
5376
|
| 916 |
+
],
|
| 917 |
+
"stride": [
|
| 918 |
+
60555264,
|
| 919 |
+
5376,
|
| 920 |
+
1
|
| 921 |
+
]
|
| 922 |
+
},
|
| 923 |
+
"transformer_blocks.18.ff.net.0.proj": {
|
| 924 |
+
"contiguous": true,
|
| 925 |
+
"dtype": "torch.bfloat16",
|
| 926 |
+
"shape": [
|
| 927 |
+
1,
|
| 928 |
+
11264,
|
| 929 |
+
5376
|
| 930 |
+
],
|
| 931 |
+
"stride": [
|
| 932 |
+
60555264,
|
| 933 |
+
5376,
|
| 934 |
+
1
|
| 935 |
+
]
|
| 936 |
+
},
|
| 937 |
+
"transformer_blocks.18.ff.net.2": {
|
| 938 |
+
"contiguous": true,
|
| 939 |
+
"dtype": "torch.bfloat16",
|
| 940 |
+
"shape": [
|
| 941 |
+
1,
|
| 942 |
+
11264,
|
| 943 |
+
14336
|
| 944 |
+
],
|
| 945 |
+
"stride": [
|
| 946 |
+
161480704,
|
| 947 |
+
14336,
|
| 948 |
+
1
|
| 949 |
+
]
|
| 950 |
+
},
|
| 951 |
+
"transformer_blocks.19.attn.to_k": {
|
| 952 |
+
"contiguous": true,
|
| 953 |
+
"dtype": "torch.bfloat16",
|
| 954 |
+
"shape": [
|
| 955 |
+
1,
|
| 956 |
+
11264,
|
| 957 |
+
5376
|
| 958 |
+
],
|
| 959 |
+
"stride": [
|
| 960 |
+
60555264,
|
| 961 |
+
5376,
|
| 962 |
+
1
|
| 963 |
+
]
|
| 964 |
+
},
|
| 965 |
+
"transformer_blocks.19.attn.to_out.0": {
|
| 966 |
+
"contiguous": true,
|
| 967 |
+
"dtype": "torch.bfloat16",
|
| 968 |
+
"shape": [
|
| 969 |
+
1,
|
| 970 |
+
11264,
|
| 971 |
+
7168
|
| 972 |
+
],
|
| 973 |
+
"stride": [
|
| 974 |
+
80740352,
|
| 975 |
+
7168,
|
| 976 |
+
1
|
| 977 |
+
]
|
| 978 |
+
},
|
| 979 |
+
"transformer_blocks.19.attn.to_q": {
|
| 980 |
+
"contiguous": true,
|
| 981 |
+
"dtype": "torch.bfloat16",
|
| 982 |
+
"shape": [
|
| 983 |
+
1,
|
| 984 |
+
11264,
|
| 985 |
+
5376
|
| 986 |
+
],
|
| 987 |
+
"stride": [
|
| 988 |
+
60555264,
|
| 989 |
+
5376,
|
| 990 |
+
1
|
| 991 |
+
]
|
| 992 |
+
},
|
| 993 |
+
"transformer_blocks.19.attn.to_v": {
|
| 994 |
+
"contiguous": true,
|
| 995 |
+
"dtype": "torch.bfloat16",
|
| 996 |
+
"shape": [
|
| 997 |
+
1,
|
| 998 |
+
11264,
|
| 999 |
+
5376
|
| 1000 |
+
],
|
| 1001 |
+
"stride": [
|
| 1002 |
+
60555264,
|
| 1003 |
+
5376,
|
| 1004 |
+
1
|
| 1005 |
+
]
|
| 1006 |
+
},
|
| 1007 |
+
"transformer_blocks.19.ff.net.0.proj": {
|
| 1008 |
+
"contiguous": true,
|
| 1009 |
+
"dtype": "torch.bfloat16",
|
| 1010 |
+
"shape": [
|
| 1011 |
+
1,
|
| 1012 |
+
11264,
|
| 1013 |
+
5376
|
| 1014 |
+
],
|
| 1015 |
+
"stride": [
|
| 1016 |
+
60555264,
|
| 1017 |
+
5376,
|
| 1018 |
+
1
|
| 1019 |
+
]
|
| 1020 |
+
},
|
| 1021 |
+
"transformer_blocks.19.ff.net.2": {
|
| 1022 |
+
"contiguous": true,
|
| 1023 |
+
"dtype": "torch.bfloat16",
|
| 1024 |
+
"shape": [
|
| 1025 |
+
1,
|
| 1026 |
+
11264,
|
| 1027 |
+
14336
|
| 1028 |
+
],
|
| 1029 |
+
"stride": [
|
| 1030 |
+
161480704,
|
| 1031 |
+
14336,
|
| 1032 |
+
1
|
| 1033 |
+
]
|
| 1034 |
+
},
|
| 1035 |
+
"transformer_blocks.2.attn.to_k": {
|
| 1036 |
+
"contiguous": true,
|
| 1037 |
+
"dtype": "torch.bfloat16",
|
| 1038 |
+
"shape": [
|
| 1039 |
+
1,
|
| 1040 |
+
11264,
|
| 1041 |
+
5376
|
| 1042 |
+
],
|
| 1043 |
+
"stride": [
|
| 1044 |
+
60555264,
|
| 1045 |
+
5376,
|
| 1046 |
+
1
|
| 1047 |
+
]
|
| 1048 |
+
},
|
| 1049 |
+
"transformer_blocks.2.attn.to_out.0": {
|
| 1050 |
+
"contiguous": true,
|
| 1051 |
+
"dtype": "torch.bfloat16",
|
| 1052 |
+
"shape": [
|
| 1053 |
+
1,
|
| 1054 |
+
11264,
|
| 1055 |
+
7168
|
| 1056 |
+
],
|
| 1057 |
+
"stride": [
|
| 1058 |
+
80740352,
|
| 1059 |
+
7168,
|
| 1060 |
+
1
|
| 1061 |
+
]
|
| 1062 |
+
},
|
| 1063 |
+
"transformer_blocks.2.attn.to_q": {
|
| 1064 |
+
"contiguous": true,
|
| 1065 |
+
"dtype": "torch.bfloat16",
|
| 1066 |
+
"shape": [
|
| 1067 |
+
1,
|
| 1068 |
+
11264,
|
| 1069 |
+
5376
|
| 1070 |
+
],
|
| 1071 |
+
"stride": [
|
| 1072 |
+
60555264,
|
| 1073 |
+
5376,
|
| 1074 |
+
1
|
| 1075 |
+
]
|
| 1076 |
+
},
|
| 1077 |
+
"transformer_blocks.2.attn.to_v": {
|
| 1078 |
+
"contiguous": true,
|
| 1079 |
+
"dtype": "torch.bfloat16",
|
| 1080 |
+
"shape": [
|
| 1081 |
+
1,
|
| 1082 |
+
11264,
|
| 1083 |
+
5376
|
| 1084 |
+
],
|
| 1085 |
+
"stride": [
|
| 1086 |
+
60555264,
|
| 1087 |
+
5376,
|
| 1088 |
+
1
|
| 1089 |
+
]
|
| 1090 |
+
},
|
| 1091 |
+
"transformer_blocks.2.ff.net.0.proj": {
|
| 1092 |
+
"contiguous": true,
|
| 1093 |
+
"dtype": "torch.bfloat16",
|
| 1094 |
+
"shape": [
|
| 1095 |
+
1,
|
| 1096 |
+
11264,
|
| 1097 |
+
5376
|
| 1098 |
+
],
|
| 1099 |
+
"stride": [
|
| 1100 |
+
60555264,
|
| 1101 |
+
5376,
|
| 1102 |
+
1
|
| 1103 |
+
]
|
| 1104 |
+
},
|
| 1105 |
+
"transformer_blocks.2.ff.net.2": {
|
| 1106 |
+
"contiguous": true,
|
| 1107 |
+
"dtype": "torch.bfloat16",
|
| 1108 |
+
"shape": [
|
| 1109 |
+
1,
|
| 1110 |
+
11264,
|
| 1111 |
+
14336
|
| 1112 |
+
],
|
| 1113 |
+
"stride": [
|
| 1114 |
+
161480704,
|
| 1115 |
+
14336,
|
| 1116 |
+
1
|
| 1117 |
+
]
|
| 1118 |
+
},
|
| 1119 |
+
"transformer_blocks.20.attn.to_k": {
|
| 1120 |
+
"contiguous": true,
|
| 1121 |
+
"dtype": "torch.bfloat16",
|
| 1122 |
+
"shape": [
|
| 1123 |
+
1,
|
| 1124 |
+
11264,
|
| 1125 |
+
5376
|
| 1126 |
+
],
|
| 1127 |
+
"stride": [
|
| 1128 |
+
60555264,
|
| 1129 |
+
5376,
|
| 1130 |
+
1
|
| 1131 |
+
]
|
| 1132 |
+
},
|
| 1133 |
+
"transformer_blocks.20.attn.to_out.0": {
|
| 1134 |
+
"contiguous": true,
|
| 1135 |
+
"dtype": "torch.bfloat16",
|
| 1136 |
+
"shape": [
|
| 1137 |
+
1,
|
| 1138 |
+
11264,
|
| 1139 |
+
7168
|
| 1140 |
+
],
|
| 1141 |
+
"stride": [
|
| 1142 |
+
80740352,
|
| 1143 |
+
7168,
|
| 1144 |
+
1
|
| 1145 |
+
]
|
| 1146 |
+
},
|
| 1147 |
+
"transformer_blocks.20.attn.to_q": {
|
| 1148 |
+
"contiguous": true,
|
| 1149 |
+
"dtype": "torch.bfloat16",
|
| 1150 |
+
"shape": [
|
| 1151 |
+
1,
|
| 1152 |
+
11264,
|
| 1153 |
+
5376
|
| 1154 |
+
],
|
| 1155 |
+
"stride": [
|
| 1156 |
+
60555264,
|
| 1157 |
+
5376,
|
| 1158 |
+
1
|
| 1159 |
+
]
|
| 1160 |
+
},
|
| 1161 |
+
"transformer_blocks.20.attn.to_v": {
|
| 1162 |
+
"contiguous": true,
|
| 1163 |
+
"dtype": "torch.bfloat16",
|
| 1164 |
+
"shape": [
|
| 1165 |
+
1,
|
| 1166 |
+
11264,
|
| 1167 |
+
5376
|
| 1168 |
+
],
|
| 1169 |
+
"stride": [
|
| 1170 |
+
60555264,
|
| 1171 |
+
5376,
|
| 1172 |
+
1
|
| 1173 |
+
]
|
| 1174 |
+
},
|
| 1175 |
+
"transformer_blocks.20.ff.net.0.proj": {
|
| 1176 |
+
"contiguous": true,
|
| 1177 |
+
"dtype": "torch.bfloat16",
|
| 1178 |
+
"shape": [
|
| 1179 |
+
1,
|
| 1180 |
+
11264,
|
| 1181 |
+
5376
|
| 1182 |
+
],
|
| 1183 |
+
"stride": [
|
| 1184 |
+
60555264,
|
| 1185 |
+
5376,
|
| 1186 |
+
1
|
| 1187 |
+
]
|
| 1188 |
+
},
|
| 1189 |
+
"transformer_blocks.20.ff.net.2": {
|
| 1190 |
+
"contiguous": true,
|
| 1191 |
+
"dtype": "torch.bfloat16",
|
| 1192 |
+
"shape": [
|
| 1193 |
+
1,
|
| 1194 |
+
11264,
|
| 1195 |
+
14336
|
| 1196 |
+
],
|
| 1197 |
+
"stride": [
|
| 1198 |
+
161480704,
|
| 1199 |
+
14336,
|
| 1200 |
+
1
|
| 1201 |
+
]
|
| 1202 |
+
},
|
| 1203 |
+
"transformer_blocks.21.attn.to_k": {
|
| 1204 |
+
"contiguous": true,
|
| 1205 |
+
"dtype": "torch.bfloat16",
|
| 1206 |
+
"shape": [
|
| 1207 |
+
1,
|
| 1208 |
+
11264,
|
| 1209 |
+
5376
|
| 1210 |
+
],
|
| 1211 |
+
"stride": [
|
| 1212 |
+
60555264,
|
| 1213 |
+
5376,
|
| 1214 |
+
1
|
| 1215 |
+
]
|
| 1216 |
+
},
|
| 1217 |
+
"transformer_blocks.21.attn.to_out.0": {
|
| 1218 |
+
"contiguous": true,
|
| 1219 |
+
"dtype": "torch.bfloat16",
|
| 1220 |
+
"shape": [
|
| 1221 |
+
1,
|
| 1222 |
+
11264,
|
| 1223 |
+
7168
|
| 1224 |
+
],
|
| 1225 |
+
"stride": [
|
| 1226 |
+
80740352,
|
| 1227 |
+
7168,
|
| 1228 |
+
1
|
| 1229 |
+
]
|
| 1230 |
+
},
|
| 1231 |
+
"transformer_blocks.21.attn.to_q": {
|
| 1232 |
+
"contiguous": true,
|
| 1233 |
+
"dtype": "torch.bfloat16",
|
| 1234 |
+
"shape": [
|
| 1235 |
+
1,
|
| 1236 |
+
11264,
|
| 1237 |
+
5376
|
| 1238 |
+
],
|
| 1239 |
+
"stride": [
|
| 1240 |
+
60555264,
|
| 1241 |
+
5376,
|
| 1242 |
+
1
|
| 1243 |
+
]
|
| 1244 |
+
},
|
| 1245 |
+
"transformer_blocks.21.attn.to_v": {
|
| 1246 |
+
"contiguous": true,
|
| 1247 |
+
"dtype": "torch.bfloat16",
|
| 1248 |
+
"shape": [
|
| 1249 |
+
1,
|
| 1250 |
+
11264,
|
| 1251 |
+
5376
|
| 1252 |
+
],
|
| 1253 |
+
"stride": [
|
| 1254 |
+
60555264,
|
| 1255 |
+
5376,
|
| 1256 |
+
1
|
| 1257 |
+
]
|
| 1258 |
+
},
|
| 1259 |
+
"transformer_blocks.21.ff.net.0.proj": {
|
| 1260 |
+
"contiguous": true,
|
| 1261 |
+
"dtype": "torch.bfloat16",
|
| 1262 |
+
"shape": [
|
| 1263 |
+
1,
|
| 1264 |
+
11264,
|
| 1265 |
+
5376
|
| 1266 |
+
],
|
| 1267 |
+
"stride": [
|
| 1268 |
+
60555264,
|
| 1269 |
+
5376,
|
| 1270 |
+
1
|
| 1271 |
+
]
|
| 1272 |
+
},
|
| 1273 |
+
"transformer_blocks.21.ff.net.2": {
|
| 1274 |
+
"contiguous": true,
|
| 1275 |
+
"dtype": "torch.bfloat16",
|
| 1276 |
+
"shape": [
|
| 1277 |
+
1,
|
| 1278 |
+
11264,
|
| 1279 |
+
14336
|
| 1280 |
+
],
|
| 1281 |
+
"stride": [
|
| 1282 |
+
161480704,
|
| 1283 |
+
14336,
|
| 1284 |
+
1
|
| 1285 |
+
]
|
| 1286 |
+
},
|
| 1287 |
+
"transformer_blocks.22.attn.to_k": {
|
| 1288 |
+
"contiguous": true,
|
| 1289 |
+
"dtype": "torch.bfloat16",
|
| 1290 |
+
"shape": [
|
| 1291 |
+
1,
|
| 1292 |
+
11264,
|
| 1293 |
+
5376
|
| 1294 |
+
],
|
| 1295 |
+
"stride": [
|
| 1296 |
+
60555264,
|
| 1297 |
+
5376,
|
| 1298 |
+
1
|
| 1299 |
+
]
|
| 1300 |
+
},
|
| 1301 |
+
"transformer_blocks.22.attn.to_out.0": {
|
| 1302 |
+
"contiguous": true,
|
| 1303 |
+
"dtype": "torch.bfloat16",
|
| 1304 |
+
"shape": [
|
| 1305 |
+
1,
|
| 1306 |
+
11264,
|
| 1307 |
+
7168
|
| 1308 |
+
],
|
| 1309 |
+
"stride": [
|
| 1310 |
+
80740352,
|
| 1311 |
+
7168,
|
| 1312 |
+
1
|
| 1313 |
+
]
|
| 1314 |
+
},
|
| 1315 |
+
"transformer_blocks.22.attn.to_q": {
|
| 1316 |
+
"contiguous": true,
|
| 1317 |
+
"dtype": "torch.bfloat16",
|
| 1318 |
+
"shape": [
|
| 1319 |
+
1,
|
| 1320 |
+
11264,
|
| 1321 |
+
5376
|
| 1322 |
+
],
|
| 1323 |
+
"stride": [
|
| 1324 |
+
60555264,
|
| 1325 |
+
5376,
|
| 1326 |
+
1
|
| 1327 |
+
]
|
| 1328 |
+
},
|
| 1329 |
+
"transformer_blocks.22.attn.to_v": {
|
| 1330 |
+
"contiguous": true,
|
| 1331 |
+
"dtype": "torch.bfloat16",
|
| 1332 |
+
"shape": [
|
| 1333 |
+
1,
|
| 1334 |
+
11264,
|
| 1335 |
+
5376
|
| 1336 |
+
],
|
| 1337 |
+
"stride": [
|
| 1338 |
+
60555264,
|
| 1339 |
+
5376,
|
| 1340 |
+
1
|
| 1341 |
+
]
|
| 1342 |
+
},
|
| 1343 |
+
"transformer_blocks.22.ff.net.0.proj": {
|
| 1344 |
+
"contiguous": true,
|
| 1345 |
+
"dtype": "torch.bfloat16",
|
| 1346 |
+
"shape": [
|
| 1347 |
+
1,
|
| 1348 |
+
11264,
|
| 1349 |
+
5376
|
| 1350 |
+
],
|
| 1351 |
+
"stride": [
|
| 1352 |
+
60555264,
|
| 1353 |
+
5376,
|
| 1354 |
+
1
|
| 1355 |
+
]
|
| 1356 |
+
},
|
| 1357 |
+
"transformer_blocks.22.ff.net.2": {
|
| 1358 |
+
"contiguous": true,
|
| 1359 |
+
"dtype": "torch.bfloat16",
|
| 1360 |
+
"shape": [
|
| 1361 |
+
1,
|
| 1362 |
+
11264,
|
| 1363 |
+
14336
|
| 1364 |
+
],
|
| 1365 |
+
"stride": [
|
| 1366 |
+
161480704,
|
| 1367 |
+
14336,
|
| 1368 |
+
1
|
| 1369 |
+
]
|
| 1370 |
+
},
|
| 1371 |
+
"transformer_blocks.23.attn.to_k": {
|
| 1372 |
+
"contiguous": true,
|
| 1373 |
+
"dtype": "torch.bfloat16",
|
| 1374 |
+
"shape": [
|
| 1375 |
+
1,
|
| 1376 |
+
11264,
|
| 1377 |
+
5376
|
| 1378 |
+
],
|
| 1379 |
+
"stride": [
|
| 1380 |
+
60555264,
|
| 1381 |
+
5376,
|
| 1382 |
+
1
|
| 1383 |
+
]
|
| 1384 |
+
},
|
| 1385 |
+
"transformer_blocks.23.attn.to_out.0": {
|
| 1386 |
+
"contiguous": true,
|
| 1387 |
+
"dtype": "torch.bfloat16",
|
| 1388 |
+
"shape": [
|
| 1389 |
+
1,
|
| 1390 |
+
11264,
|
| 1391 |
+
7168
|
| 1392 |
+
],
|
| 1393 |
+
"stride": [
|
| 1394 |
+
80740352,
|
| 1395 |
+
7168,
|
| 1396 |
+
1
|
| 1397 |
+
]
|
| 1398 |
+
},
|
| 1399 |
+
"transformer_blocks.23.attn.to_q": {
|
| 1400 |
+
"contiguous": true,
|
| 1401 |
+
"dtype": "torch.bfloat16",
|
| 1402 |
+
"shape": [
|
| 1403 |
+
1,
|
| 1404 |
+
11264,
|
| 1405 |
+
5376
|
| 1406 |
+
],
|
| 1407 |
+
"stride": [
|
| 1408 |
+
60555264,
|
| 1409 |
+
5376,
|
| 1410 |
+
1
|
| 1411 |
+
]
|
| 1412 |
+
},
|
| 1413 |
+
"transformer_blocks.23.attn.to_v": {
|
| 1414 |
+
"contiguous": true,
|
| 1415 |
+
"dtype": "torch.bfloat16",
|
| 1416 |
+
"shape": [
|
| 1417 |
+
1,
|
| 1418 |
+
11264,
|
| 1419 |
+
5376
|
| 1420 |
+
],
|
| 1421 |
+
"stride": [
|
| 1422 |
+
60555264,
|
| 1423 |
+
5376,
|
| 1424 |
+
1
|
| 1425 |
+
]
|
| 1426 |
+
},
|
| 1427 |
+
"transformer_blocks.23.ff.net.0.proj": {
|
| 1428 |
+
"contiguous": true,
|
| 1429 |
+
"dtype": "torch.bfloat16",
|
| 1430 |
+
"shape": [
|
| 1431 |
+
1,
|
| 1432 |
+
11264,
|
| 1433 |
+
5376
|
| 1434 |
+
],
|
| 1435 |
+
"stride": [
|
| 1436 |
+
60555264,
|
| 1437 |
+
5376,
|
| 1438 |
+
1
|
| 1439 |
+
]
|
| 1440 |
+
},
|
| 1441 |
+
"transformer_blocks.23.ff.net.2": {
|
| 1442 |
+
"contiguous": true,
|
| 1443 |
+
"dtype": "torch.bfloat16",
|
| 1444 |
+
"shape": [
|
| 1445 |
+
1,
|
| 1446 |
+
11264,
|
| 1447 |
+
14336
|
| 1448 |
+
],
|
| 1449 |
+
"stride": [
|
| 1450 |
+
161480704,
|
| 1451 |
+
14336,
|
| 1452 |
+
1
|
| 1453 |
+
]
|
| 1454 |
+
},
|
| 1455 |
+
"transformer_blocks.24.attn.to_k": {
|
| 1456 |
+
"contiguous": true,
|
| 1457 |
+
"dtype": "torch.bfloat16",
|
| 1458 |
+
"shape": [
|
| 1459 |
+
1,
|
| 1460 |
+
11264,
|
| 1461 |
+
5376
|
| 1462 |
+
],
|
| 1463 |
+
"stride": [
|
| 1464 |
+
60555264,
|
| 1465 |
+
5376,
|
| 1466 |
+
1
|
| 1467 |
+
]
|
| 1468 |
+
},
|
| 1469 |
+
"transformer_blocks.24.attn.to_out.0": {
|
| 1470 |
+
"contiguous": true,
|
| 1471 |
+
"dtype": "torch.bfloat16",
|
| 1472 |
+
"shape": [
|
| 1473 |
+
1,
|
| 1474 |
+
11264,
|
| 1475 |
+
7168
|
| 1476 |
+
],
|
| 1477 |
+
"stride": [
|
| 1478 |
+
80740352,
|
| 1479 |
+
7168,
|
| 1480 |
+
1
|
| 1481 |
+
]
|
| 1482 |
+
},
|
| 1483 |
+
"transformer_blocks.24.attn.to_q": {
|
| 1484 |
+
"contiguous": true,
|
| 1485 |
+
"dtype": "torch.bfloat16",
|
| 1486 |
+
"shape": [
|
| 1487 |
+
1,
|
| 1488 |
+
11264,
|
| 1489 |
+
5376
|
| 1490 |
+
],
|
| 1491 |
+
"stride": [
|
| 1492 |
+
60555264,
|
| 1493 |
+
5376,
|
| 1494 |
+
1
|
| 1495 |
+
]
|
| 1496 |
+
},
|
| 1497 |
+
"transformer_blocks.24.attn.to_v": {
|
| 1498 |
+
"contiguous": true,
|
| 1499 |
+
"dtype": "torch.bfloat16",
|
| 1500 |
+
"shape": [
|
| 1501 |
+
1,
|
| 1502 |
+
11264,
|
| 1503 |
+
5376
|
| 1504 |
+
],
|
| 1505 |
+
"stride": [
|
| 1506 |
+
60555264,
|
| 1507 |
+
5376,
|
| 1508 |
+
1
|
| 1509 |
+
]
|
| 1510 |
+
},
|
| 1511 |
+
"transformer_blocks.24.ff.net.0.proj": {
|
| 1512 |
+
"contiguous": true,
|
| 1513 |
+
"dtype": "torch.bfloat16",
|
| 1514 |
+
"shape": [
|
| 1515 |
+
1,
|
| 1516 |
+
11264,
|
| 1517 |
+
5376
|
| 1518 |
+
],
|
| 1519 |
+
"stride": [
|
| 1520 |
+
60555264,
|
| 1521 |
+
5376,
|
| 1522 |
+
1
|
| 1523 |
+
]
|
| 1524 |
+
},
|
| 1525 |
+
"transformer_blocks.24.ff.net.2": {
|
| 1526 |
+
"contiguous": true,
|
| 1527 |
+
"dtype": "torch.bfloat16",
|
| 1528 |
+
"shape": [
|
| 1529 |
+
1,
|
| 1530 |
+
11264,
|
| 1531 |
+
14336
|
| 1532 |
+
],
|
| 1533 |
+
"stride": [
|
| 1534 |
+
161480704,
|
| 1535 |
+
14336,
|
| 1536 |
+
1
|
| 1537 |
+
]
|
| 1538 |
+
},
|
| 1539 |
+
"transformer_blocks.25.attn.to_k": {
|
| 1540 |
+
"contiguous": true,
|
| 1541 |
+
"dtype": "torch.bfloat16",
|
| 1542 |
+
"shape": [
|
| 1543 |
+
1,
|
| 1544 |
+
11264,
|
| 1545 |
+
5376
|
| 1546 |
+
],
|
| 1547 |
+
"stride": [
|
| 1548 |
+
60555264,
|
| 1549 |
+
5376,
|
| 1550 |
+
1
|
| 1551 |
+
]
|
| 1552 |
+
},
|
| 1553 |
+
"transformer_blocks.25.attn.to_out.0": {
|
| 1554 |
+
"contiguous": true,
|
| 1555 |
+
"dtype": "torch.bfloat16",
|
| 1556 |
+
"shape": [
|
| 1557 |
+
1,
|
| 1558 |
+
11264,
|
| 1559 |
+
7168
|
| 1560 |
+
],
|
| 1561 |
+
"stride": [
|
| 1562 |
+
80740352,
|
| 1563 |
+
7168,
|
| 1564 |
+
1
|
| 1565 |
+
]
|
| 1566 |
+
},
|
| 1567 |
+
"transformer_blocks.25.attn.to_q": {
|
| 1568 |
+
"contiguous": true,
|
| 1569 |
+
"dtype": "torch.bfloat16",
|
| 1570 |
+
"shape": [
|
| 1571 |
+
1,
|
| 1572 |
+
11264,
|
| 1573 |
+
5376
|
| 1574 |
+
],
|
| 1575 |
+
"stride": [
|
| 1576 |
+
60555264,
|
| 1577 |
+
5376,
|
| 1578 |
+
1
|
| 1579 |
+
]
|
| 1580 |
+
},
|
| 1581 |
+
"transformer_blocks.25.attn.to_v": {
|
| 1582 |
+
"contiguous": true,
|
| 1583 |
+
"dtype": "torch.bfloat16",
|
| 1584 |
+
"shape": [
|
| 1585 |
+
1,
|
| 1586 |
+
11264,
|
| 1587 |
+
5376
|
| 1588 |
+
],
|
| 1589 |
+
"stride": [
|
| 1590 |
+
60555264,
|
| 1591 |
+
5376,
|
| 1592 |
+
1
|
| 1593 |
+
]
|
| 1594 |
+
},
|
| 1595 |
+
"transformer_blocks.25.ff.net.0.proj": {
|
| 1596 |
+
"contiguous": true,
|
| 1597 |
+
"dtype": "torch.bfloat16",
|
| 1598 |
+
"shape": [
|
| 1599 |
+
1,
|
| 1600 |
+
11264,
|
| 1601 |
+
5376
|
| 1602 |
+
],
|
| 1603 |
+
"stride": [
|
| 1604 |
+
60555264,
|
| 1605 |
+
5376,
|
| 1606 |
+
1
|
| 1607 |
+
]
|
| 1608 |
+
},
|
| 1609 |
+
"transformer_blocks.25.ff.net.2": {
|
| 1610 |
+
"contiguous": true,
|
| 1611 |
+
"dtype": "torch.bfloat16",
|
| 1612 |
+
"shape": [
|
| 1613 |
+
1,
|
| 1614 |
+
11264,
|
| 1615 |
+
14336
|
| 1616 |
+
],
|
| 1617 |
+
"stride": [
|
| 1618 |
+
161480704,
|
| 1619 |
+
14336,
|
| 1620 |
+
1
|
| 1621 |
+
]
|
| 1622 |
+
},
|
| 1623 |
+
"transformer_blocks.26.attn.to_k": {
|
| 1624 |
+
"contiguous": true,
|
| 1625 |
+
"dtype": "torch.bfloat16",
|
| 1626 |
+
"shape": [
|
| 1627 |
+
1,
|
| 1628 |
+
11264,
|
| 1629 |
+
5376
|
| 1630 |
+
],
|
| 1631 |
+
"stride": [
|
| 1632 |
+
60555264,
|
| 1633 |
+
5376,
|
| 1634 |
+
1
|
| 1635 |
+
]
|
| 1636 |
+
},
|
| 1637 |
+
"transformer_blocks.26.attn.to_out.0": {
|
| 1638 |
+
"contiguous": true,
|
| 1639 |
+
"dtype": "torch.bfloat16",
|
| 1640 |
+
"shape": [
|
| 1641 |
+
1,
|
| 1642 |
+
11264,
|
| 1643 |
+
7168
|
| 1644 |
+
],
|
| 1645 |
+
"stride": [
|
| 1646 |
+
80740352,
|
| 1647 |
+
7168,
|
| 1648 |
+
1
|
| 1649 |
+
]
|
| 1650 |
+
},
|
| 1651 |
+
"transformer_blocks.26.attn.to_q": {
|
| 1652 |
+
"contiguous": true,
|
| 1653 |
+
"dtype": "torch.bfloat16",
|
| 1654 |
+
"shape": [
|
| 1655 |
+
1,
|
| 1656 |
+
11264,
|
| 1657 |
+
5376
|
| 1658 |
+
],
|
| 1659 |
+
"stride": [
|
| 1660 |
+
60555264,
|
| 1661 |
+
5376,
|
| 1662 |
+
1
|
| 1663 |
+
]
|
| 1664 |
+
},
|
| 1665 |
+
"transformer_blocks.26.attn.to_v": {
|
| 1666 |
+
"contiguous": true,
|
| 1667 |
+
"dtype": "torch.bfloat16",
|
| 1668 |
+
"shape": [
|
| 1669 |
+
1,
|
| 1670 |
+
11264,
|
| 1671 |
+
5376
|
| 1672 |
+
],
|
| 1673 |
+
"stride": [
|
| 1674 |
+
60555264,
|
| 1675 |
+
5376,
|
| 1676 |
+
1
|
| 1677 |
+
]
|
| 1678 |
+
},
|
| 1679 |
+
"transformer_blocks.26.ff.net.0.proj": {
|
| 1680 |
+
"contiguous": true,
|
| 1681 |
+
"dtype": "torch.bfloat16",
|
| 1682 |
+
"shape": [
|
| 1683 |
+
1,
|
| 1684 |
+
11264,
|
| 1685 |
+
5376
|
| 1686 |
+
],
|
| 1687 |
+
"stride": [
|
| 1688 |
+
60555264,
|
| 1689 |
+
5376,
|
| 1690 |
+
1
|
| 1691 |
+
]
|
| 1692 |
+
},
|
| 1693 |
+
"transformer_blocks.26.ff.net.2": {
|
| 1694 |
+
"contiguous": true,
|
| 1695 |
+
"dtype": "torch.bfloat16",
|
| 1696 |
+
"shape": [
|
| 1697 |
+
1,
|
| 1698 |
+
11264,
|
| 1699 |
+
14336
|
| 1700 |
+
],
|
| 1701 |
+
"stride": [
|
| 1702 |
+
161480704,
|
| 1703 |
+
14336,
|
| 1704 |
+
1
|
| 1705 |
+
]
|
| 1706 |
+
},
|
| 1707 |
+
"transformer_blocks.27.attn.to_k": {
|
| 1708 |
+
"contiguous": true,
|
| 1709 |
+
"dtype": "torch.bfloat16",
|
| 1710 |
+
"shape": [
|
| 1711 |
+
1,
|
| 1712 |
+
11264,
|
| 1713 |
+
5376
|
| 1714 |
+
],
|
| 1715 |
+
"stride": [
|
| 1716 |
+
60555264,
|
| 1717 |
+
5376,
|
| 1718 |
+
1
|
| 1719 |
+
]
|
| 1720 |
+
},
|
| 1721 |
+
"transformer_blocks.27.attn.to_out.0": {
|
| 1722 |
+
"contiguous": true,
|
| 1723 |
+
"dtype": "torch.bfloat16",
|
| 1724 |
+
"shape": [
|
| 1725 |
+
1,
|
| 1726 |
+
11264,
|
| 1727 |
+
7168
|
| 1728 |
+
],
|
| 1729 |
+
"stride": [
|
| 1730 |
+
80740352,
|
| 1731 |
+
7168,
|
| 1732 |
+
1
|
| 1733 |
+
]
|
| 1734 |
+
},
|
| 1735 |
+
"transformer_blocks.27.attn.to_q": {
|
| 1736 |
+
"contiguous": true,
|
| 1737 |
+
"dtype": "torch.bfloat16",
|
| 1738 |
+
"shape": [
|
| 1739 |
+
1,
|
| 1740 |
+
11264,
|
| 1741 |
+
5376
|
| 1742 |
+
],
|
| 1743 |
+
"stride": [
|
| 1744 |
+
60555264,
|
| 1745 |
+
5376,
|
| 1746 |
+
1
|
| 1747 |
+
]
|
| 1748 |
+
},
|
| 1749 |
+
"transformer_blocks.27.attn.to_v": {
|
| 1750 |
+
"contiguous": true,
|
| 1751 |
+
"dtype": "torch.bfloat16",
|
| 1752 |
+
"shape": [
|
| 1753 |
+
1,
|
| 1754 |
+
11264,
|
| 1755 |
+
5376
|
| 1756 |
+
],
|
| 1757 |
+
"stride": [
|
| 1758 |
+
60555264,
|
| 1759 |
+
5376,
|
| 1760 |
+
1
|
| 1761 |
+
]
|
| 1762 |
+
},
|
| 1763 |
+
"transformer_blocks.27.ff.net.0.proj": {
|
| 1764 |
+
"contiguous": true,
|
| 1765 |
+
"dtype": "torch.bfloat16",
|
| 1766 |
+
"shape": [
|
| 1767 |
+
1,
|
| 1768 |
+
11264,
|
| 1769 |
+
5376
|
| 1770 |
+
],
|
| 1771 |
+
"stride": [
|
| 1772 |
+
60555264,
|
| 1773 |
+
5376,
|
| 1774 |
+
1
|
| 1775 |
+
]
|
| 1776 |
+
},
|
| 1777 |
+
"transformer_blocks.27.ff.net.2": {
|
| 1778 |
+
"contiguous": true,
|
| 1779 |
+
"dtype": "torch.bfloat16",
|
| 1780 |
+
"shape": [
|
| 1781 |
+
1,
|
| 1782 |
+
11264,
|
| 1783 |
+
14336
|
| 1784 |
+
],
|
| 1785 |
+
"stride": [
|
| 1786 |
+
161480704,
|
| 1787 |
+
14336,
|
| 1788 |
+
1
|
| 1789 |
+
]
|
| 1790 |
+
},
|
| 1791 |
+
"transformer_blocks.28.attn.to_k": {
|
| 1792 |
+
"contiguous": true,
|
| 1793 |
+
"dtype": "torch.bfloat16",
|
| 1794 |
+
"shape": [
|
| 1795 |
+
1,
|
| 1796 |
+
11264,
|
| 1797 |
+
5376
|
| 1798 |
+
],
|
| 1799 |
+
"stride": [
|
| 1800 |
+
60555264,
|
| 1801 |
+
5376,
|
| 1802 |
+
1
|
| 1803 |
+
]
|
| 1804 |
+
},
|
| 1805 |
+
"transformer_blocks.28.attn.to_out.0": {
|
| 1806 |
+
"contiguous": true,
|
| 1807 |
+
"dtype": "torch.bfloat16",
|
| 1808 |
+
"shape": [
|
| 1809 |
+
1,
|
| 1810 |
+
11264,
|
| 1811 |
+
7168
|
| 1812 |
+
],
|
| 1813 |
+
"stride": [
|
| 1814 |
+
80740352,
|
| 1815 |
+
7168,
|
| 1816 |
+
1
|
| 1817 |
+
]
|
| 1818 |
+
},
|
| 1819 |
+
"transformer_blocks.28.attn.to_q": {
|
| 1820 |
+
"contiguous": true,
|
| 1821 |
+
"dtype": "torch.bfloat16",
|
| 1822 |
+
"shape": [
|
| 1823 |
+
1,
|
| 1824 |
+
11264,
|
| 1825 |
+
5376
|
| 1826 |
+
],
|
| 1827 |
+
"stride": [
|
| 1828 |
+
60555264,
|
| 1829 |
+
5376,
|
| 1830 |
+
1
|
| 1831 |
+
]
|
| 1832 |
+
},
|
| 1833 |
+
"transformer_blocks.28.attn.to_v": {
|
| 1834 |
+
"contiguous": true,
|
| 1835 |
+
"dtype": "torch.bfloat16",
|
| 1836 |
+
"shape": [
|
| 1837 |
+
1,
|
| 1838 |
+
11264,
|
| 1839 |
+
5376
|
| 1840 |
+
],
|
| 1841 |
+
"stride": [
|
| 1842 |
+
60555264,
|
| 1843 |
+
5376,
|
| 1844 |
+
1
|
| 1845 |
+
]
|
| 1846 |
+
},
|
| 1847 |
+
"transformer_blocks.28.ff.net.0.proj": {
|
| 1848 |
+
"contiguous": true,
|
| 1849 |
+
"dtype": "torch.bfloat16",
|
| 1850 |
+
"shape": [
|
| 1851 |
+
1,
|
| 1852 |
+
11264,
|
| 1853 |
+
5376
|
| 1854 |
+
],
|
| 1855 |
+
"stride": [
|
| 1856 |
+
60555264,
|
| 1857 |
+
5376,
|
| 1858 |
+
1
|
| 1859 |
+
]
|
| 1860 |
+
},
|
| 1861 |
+
"transformer_blocks.28.ff.net.2": {
|
| 1862 |
+
"contiguous": true,
|
| 1863 |
+
"dtype": "torch.bfloat16",
|
| 1864 |
+
"shape": [
|
| 1865 |
+
1,
|
| 1866 |
+
11264,
|
| 1867 |
+
14336
|
| 1868 |
+
],
|
| 1869 |
+
"stride": [
|
| 1870 |
+
161480704,
|
| 1871 |
+
14336,
|
| 1872 |
+
1
|
| 1873 |
+
]
|
| 1874 |
+
},
|
| 1875 |
+
"transformer_blocks.29.attn.to_k": {
|
| 1876 |
+
"contiguous": true,
|
| 1877 |
+
"dtype": "torch.bfloat16",
|
| 1878 |
+
"shape": [
|
| 1879 |
+
1,
|
| 1880 |
+
11264,
|
| 1881 |
+
5376
|
| 1882 |
+
],
|
| 1883 |
+
"stride": [
|
| 1884 |
+
60555264,
|
| 1885 |
+
5376,
|
| 1886 |
+
1
|
| 1887 |
+
]
|
| 1888 |
+
},
|
| 1889 |
+
"transformer_blocks.29.attn.to_out.0": {
|
| 1890 |
+
"contiguous": true,
|
| 1891 |
+
"dtype": "torch.bfloat16",
|
| 1892 |
+
"shape": [
|
| 1893 |
+
1,
|
| 1894 |
+
11264,
|
| 1895 |
+
7168
|
| 1896 |
+
],
|
| 1897 |
+
"stride": [
|
| 1898 |
+
80740352,
|
| 1899 |
+
7168,
|
| 1900 |
+
1
|
| 1901 |
+
]
|
| 1902 |
+
},
|
| 1903 |
+
"transformer_blocks.29.attn.to_q": {
|
| 1904 |
+
"contiguous": true,
|
| 1905 |
+
"dtype": "torch.bfloat16",
|
| 1906 |
+
"shape": [
|
| 1907 |
+
1,
|
| 1908 |
+
11264,
|
| 1909 |
+
5376
|
| 1910 |
+
],
|
| 1911 |
+
"stride": [
|
| 1912 |
+
60555264,
|
| 1913 |
+
5376,
|
| 1914 |
+
1
|
| 1915 |
+
]
|
| 1916 |
+
},
|
| 1917 |
+
"transformer_blocks.29.attn.to_v": {
|
| 1918 |
+
"contiguous": true,
|
| 1919 |
+
"dtype": "torch.bfloat16",
|
| 1920 |
+
"shape": [
|
| 1921 |
+
1,
|
| 1922 |
+
11264,
|
| 1923 |
+
5376
|
| 1924 |
+
],
|
| 1925 |
+
"stride": [
|
| 1926 |
+
60555264,
|
| 1927 |
+
5376,
|
| 1928 |
+
1
|
| 1929 |
+
]
|
| 1930 |
+
},
|
| 1931 |
+
"transformer_blocks.29.ff.net.0.proj": {
|
| 1932 |
+
"contiguous": true,
|
| 1933 |
+
"dtype": "torch.bfloat16",
|
| 1934 |
+
"shape": [
|
| 1935 |
+
1,
|
| 1936 |
+
11264,
|
| 1937 |
+
5376
|
| 1938 |
+
],
|
| 1939 |
+
"stride": [
|
| 1940 |
+
60555264,
|
| 1941 |
+
5376,
|
| 1942 |
+
1
|
| 1943 |
+
]
|
| 1944 |
+
},
|
| 1945 |
+
"transformer_blocks.29.ff.net.2": {
|
| 1946 |
+
"contiguous": true,
|
| 1947 |
+
"dtype": "torch.bfloat16",
|
| 1948 |
+
"shape": [
|
| 1949 |
+
1,
|
| 1950 |
+
11264,
|
| 1951 |
+
14336
|
| 1952 |
+
],
|
| 1953 |
+
"stride": [
|
| 1954 |
+
161480704,
|
| 1955 |
+
14336,
|
| 1956 |
+
1
|
| 1957 |
+
]
|
| 1958 |
+
},
|
| 1959 |
+
"transformer_blocks.3.attn.to_k": {
|
| 1960 |
+
"contiguous": true,
|
| 1961 |
+
"dtype": "torch.bfloat16",
|
| 1962 |
+
"shape": [
|
| 1963 |
+
1,
|
| 1964 |
+
11264,
|
| 1965 |
+
5376
|
| 1966 |
+
],
|
| 1967 |
+
"stride": [
|
| 1968 |
+
60555264,
|
| 1969 |
+
5376,
|
| 1970 |
+
1
|
| 1971 |
+
]
|
| 1972 |
+
},
|
| 1973 |
+
"transformer_blocks.3.attn.to_out.0": {
|
| 1974 |
+
"contiguous": true,
|
| 1975 |
+
"dtype": "torch.bfloat16",
|
| 1976 |
+
"shape": [
|
| 1977 |
+
1,
|
| 1978 |
+
11264,
|
| 1979 |
+
7168
|
| 1980 |
+
],
|
| 1981 |
+
"stride": [
|
| 1982 |
+
80740352,
|
| 1983 |
+
7168,
|
| 1984 |
+
1
|
| 1985 |
+
]
|
| 1986 |
+
},
|
| 1987 |
+
"transformer_blocks.3.attn.to_q": {
|
| 1988 |
+
"contiguous": true,
|
| 1989 |
+
"dtype": "torch.bfloat16",
|
| 1990 |
+
"shape": [
|
| 1991 |
+
1,
|
| 1992 |
+
11264,
|
| 1993 |
+
5376
|
| 1994 |
+
],
|
| 1995 |
+
"stride": [
|
| 1996 |
+
60555264,
|
| 1997 |
+
5376,
|
| 1998 |
+
1
|
| 1999 |
+
]
|
| 2000 |
+
},
|
| 2001 |
+
"transformer_blocks.3.attn.to_v": {
|
| 2002 |
+
"contiguous": true,
|
| 2003 |
+
"dtype": "torch.bfloat16",
|
| 2004 |
+
"shape": [
|
| 2005 |
+
1,
|
| 2006 |
+
11264,
|
| 2007 |
+
5376
|
| 2008 |
+
],
|
| 2009 |
+
"stride": [
|
| 2010 |
+
60555264,
|
| 2011 |
+
5376,
|
| 2012 |
+
1
|
| 2013 |
+
]
|
| 2014 |
+
},
|
| 2015 |
+
"transformer_blocks.3.ff.net.0.proj": {
|
| 2016 |
+
"contiguous": true,
|
| 2017 |
+
"dtype": "torch.bfloat16",
|
| 2018 |
+
"shape": [
|
| 2019 |
+
1,
|
| 2020 |
+
11264,
|
| 2021 |
+
5376
|
| 2022 |
+
],
|
| 2023 |
+
"stride": [
|
| 2024 |
+
60555264,
|
| 2025 |
+
5376,
|
| 2026 |
+
1
|
| 2027 |
+
]
|
| 2028 |
+
},
|
| 2029 |
+
"transformer_blocks.3.ff.net.2": {
|
| 2030 |
+
"contiguous": true,
|
| 2031 |
+
"dtype": "torch.bfloat16",
|
| 2032 |
+
"shape": [
|
| 2033 |
+
1,
|
| 2034 |
+
11264,
|
| 2035 |
+
14336
|
| 2036 |
+
],
|
| 2037 |
+
"stride": [
|
| 2038 |
+
161480704,
|
| 2039 |
+
14336,
|
| 2040 |
+
1
|
| 2041 |
+
]
|
| 2042 |
+
},
|
| 2043 |
+
"transformer_blocks.30.attn.to_k": {
|
| 2044 |
+
"contiguous": true,
|
| 2045 |
+
"dtype": "torch.bfloat16",
|
| 2046 |
+
"shape": [
|
| 2047 |
+
1,
|
| 2048 |
+
11264,
|
| 2049 |
+
5376
|
| 2050 |
+
],
|
| 2051 |
+
"stride": [
|
| 2052 |
+
60555264,
|
| 2053 |
+
5376,
|
| 2054 |
+
1
|
| 2055 |
+
]
|
| 2056 |
+
},
|
| 2057 |
+
"transformer_blocks.30.attn.to_out.0": {
|
| 2058 |
+
"contiguous": true,
|
| 2059 |
+
"dtype": "torch.bfloat16",
|
| 2060 |
+
"shape": [
|
| 2061 |
+
1,
|
| 2062 |
+
11264,
|
| 2063 |
+
7168
|
| 2064 |
+
],
|
| 2065 |
+
"stride": [
|
| 2066 |
+
80740352,
|
| 2067 |
+
7168,
|
| 2068 |
+
1
|
| 2069 |
+
]
|
| 2070 |
+
},
|
| 2071 |
+
"transformer_blocks.30.attn.to_q": {
|
| 2072 |
+
"contiguous": true,
|
| 2073 |
+
"dtype": "torch.bfloat16",
|
| 2074 |
+
"shape": [
|
| 2075 |
+
1,
|
| 2076 |
+
11264,
|
| 2077 |
+
5376
|
| 2078 |
+
],
|
| 2079 |
+
"stride": [
|
| 2080 |
+
60555264,
|
| 2081 |
+
5376,
|
| 2082 |
+
1
|
| 2083 |
+
]
|
| 2084 |
+
},
|
| 2085 |
+
"transformer_blocks.30.attn.to_v": {
|
| 2086 |
+
"contiguous": true,
|
| 2087 |
+
"dtype": "torch.bfloat16",
|
| 2088 |
+
"shape": [
|
| 2089 |
+
1,
|
| 2090 |
+
11264,
|
| 2091 |
+
5376
|
| 2092 |
+
],
|
| 2093 |
+
"stride": [
|
| 2094 |
+
60555264,
|
| 2095 |
+
5376,
|
| 2096 |
+
1
|
| 2097 |
+
]
|
| 2098 |
+
},
|
| 2099 |
+
"transformer_blocks.30.ff.net.0.proj": {
|
| 2100 |
+
"contiguous": true,
|
| 2101 |
+
"dtype": "torch.bfloat16",
|
| 2102 |
+
"shape": [
|
| 2103 |
+
1,
|
| 2104 |
+
11264,
|
| 2105 |
+
5376
|
| 2106 |
+
],
|
| 2107 |
+
"stride": [
|
| 2108 |
+
60555264,
|
| 2109 |
+
5376,
|
| 2110 |
+
1
|
| 2111 |
+
]
|
| 2112 |
+
},
|
| 2113 |
+
"transformer_blocks.30.ff.net.2": {
|
| 2114 |
+
"contiguous": true,
|
| 2115 |
+
"dtype": "torch.bfloat16",
|
| 2116 |
+
"shape": [
|
| 2117 |
+
1,
|
| 2118 |
+
11264,
|
| 2119 |
+
14336
|
| 2120 |
+
],
|
| 2121 |
+
"stride": [
|
| 2122 |
+
161480704,
|
| 2123 |
+
14336,
|
| 2124 |
+
1
|
| 2125 |
+
]
|
| 2126 |
+
},
|
| 2127 |
+
"transformer_blocks.31.attn.to_k": {
|
| 2128 |
+
"contiguous": true,
|
| 2129 |
+
"dtype": "torch.bfloat16",
|
| 2130 |
+
"shape": [
|
| 2131 |
+
1,
|
| 2132 |
+
11264,
|
| 2133 |
+
5376
|
| 2134 |
+
],
|
| 2135 |
+
"stride": [
|
| 2136 |
+
60555264,
|
| 2137 |
+
5376,
|
| 2138 |
+
1
|
| 2139 |
+
]
|
| 2140 |
+
},
|
| 2141 |
+
"transformer_blocks.31.attn.to_out.0": {
|
| 2142 |
+
"contiguous": true,
|
| 2143 |
+
"dtype": "torch.bfloat16",
|
| 2144 |
+
"shape": [
|
| 2145 |
+
1,
|
| 2146 |
+
11264,
|
| 2147 |
+
7168
|
| 2148 |
+
],
|
| 2149 |
+
"stride": [
|
| 2150 |
+
80740352,
|
| 2151 |
+
7168,
|
| 2152 |
+
1
|
| 2153 |
+
]
|
| 2154 |
+
},
|
| 2155 |
+
"transformer_blocks.31.attn.to_q": {
|
| 2156 |
+
"contiguous": true,
|
| 2157 |
+
"dtype": "torch.bfloat16",
|
| 2158 |
+
"shape": [
|
| 2159 |
+
1,
|
| 2160 |
+
11264,
|
| 2161 |
+
5376
|
| 2162 |
+
],
|
| 2163 |
+
"stride": [
|
| 2164 |
+
60555264,
|
| 2165 |
+
5376,
|
| 2166 |
+
1
|
| 2167 |
+
]
|
| 2168 |
+
},
|
| 2169 |
+
"transformer_blocks.31.attn.to_v": {
|
| 2170 |
+
"contiguous": true,
|
| 2171 |
+
"dtype": "torch.bfloat16",
|
| 2172 |
+
"shape": [
|
| 2173 |
+
1,
|
| 2174 |
+
11264,
|
| 2175 |
+
5376
|
| 2176 |
+
],
|
| 2177 |
+
"stride": [
|
| 2178 |
+
60555264,
|
| 2179 |
+
5376,
|
| 2180 |
+
1
|
| 2181 |
+
]
|
| 2182 |
+
},
|
| 2183 |
+
"transformer_blocks.31.ff.net.0.proj": {
|
| 2184 |
+
"contiguous": true,
|
| 2185 |
+
"dtype": "torch.bfloat16",
|
| 2186 |
+
"shape": [
|
| 2187 |
+
1,
|
| 2188 |
+
11264,
|
| 2189 |
+
5376
|
| 2190 |
+
],
|
| 2191 |
+
"stride": [
|
| 2192 |
+
60555264,
|
| 2193 |
+
5376,
|
| 2194 |
+
1
|
| 2195 |
+
]
|
| 2196 |
+
},
|
| 2197 |
+
"transformer_blocks.31.ff.net.2": {
|
| 2198 |
+
"contiguous": true,
|
| 2199 |
+
"dtype": "torch.bfloat16",
|
| 2200 |
+
"shape": [
|
| 2201 |
+
1,
|
| 2202 |
+
11264,
|
| 2203 |
+
14336
|
| 2204 |
+
],
|
| 2205 |
+
"stride": [
|
| 2206 |
+
161480704,
|
| 2207 |
+
14336,
|
| 2208 |
+
1
|
| 2209 |
+
]
|
| 2210 |
+
},
|
| 2211 |
+
"transformer_blocks.32.attn.to_k": {
|
| 2212 |
+
"contiguous": true,
|
| 2213 |
+
"dtype": "torch.bfloat16",
|
| 2214 |
+
"shape": [
|
| 2215 |
+
1,
|
| 2216 |
+
11264,
|
| 2217 |
+
5376
|
| 2218 |
+
],
|
| 2219 |
+
"stride": [
|
| 2220 |
+
60555264,
|
| 2221 |
+
5376,
|
| 2222 |
+
1
|
| 2223 |
+
]
|
| 2224 |
+
},
|
| 2225 |
+
"transformer_blocks.32.attn.to_out.0": {
|
| 2226 |
+
"contiguous": true,
|
| 2227 |
+
"dtype": "torch.bfloat16",
|
| 2228 |
+
"shape": [
|
| 2229 |
+
1,
|
| 2230 |
+
11264,
|
| 2231 |
+
7168
|
| 2232 |
+
],
|
| 2233 |
+
"stride": [
|
| 2234 |
+
80740352,
|
| 2235 |
+
7168,
|
| 2236 |
+
1
|
| 2237 |
+
]
|
| 2238 |
+
},
|
| 2239 |
+
"transformer_blocks.32.attn.to_q": {
|
| 2240 |
+
"contiguous": true,
|
| 2241 |
+
"dtype": "torch.bfloat16",
|
| 2242 |
+
"shape": [
|
| 2243 |
+
1,
|
| 2244 |
+
11264,
|
| 2245 |
+
5376
|
| 2246 |
+
],
|
| 2247 |
+
"stride": [
|
| 2248 |
+
60555264,
|
| 2249 |
+
5376,
|
| 2250 |
+
1
|
| 2251 |
+
]
|
| 2252 |
+
},
|
| 2253 |
+
"transformer_blocks.32.attn.to_v": {
|
| 2254 |
+
"contiguous": true,
|
| 2255 |
+
"dtype": "torch.bfloat16",
|
| 2256 |
+
"shape": [
|
| 2257 |
+
1,
|
| 2258 |
+
11264,
|
| 2259 |
+
5376
|
| 2260 |
+
],
|
| 2261 |
+
"stride": [
|
| 2262 |
+
60555264,
|
| 2263 |
+
5376,
|
| 2264 |
+
1
|
| 2265 |
+
]
|
| 2266 |
+
},
|
| 2267 |
+
"transformer_blocks.32.ff.net.0.proj": {
|
| 2268 |
+
"contiguous": true,
|
| 2269 |
+
"dtype": "torch.bfloat16",
|
| 2270 |
+
"shape": [
|
| 2271 |
+
1,
|
| 2272 |
+
11264,
|
| 2273 |
+
5376
|
| 2274 |
+
],
|
| 2275 |
+
"stride": [
|
| 2276 |
+
60555264,
|
| 2277 |
+
5376,
|
| 2278 |
+
1
|
| 2279 |
+
]
|
| 2280 |
+
},
|
| 2281 |
+
"transformer_blocks.32.ff.net.2": {
|
| 2282 |
+
"contiguous": true,
|
| 2283 |
+
"dtype": "torch.bfloat16",
|
| 2284 |
+
"shape": [
|
| 2285 |
+
1,
|
| 2286 |
+
11264,
|
| 2287 |
+
14336
|
| 2288 |
+
],
|
| 2289 |
+
"stride": [
|
| 2290 |
+
161480704,
|
| 2291 |
+
14336,
|
| 2292 |
+
1
|
| 2293 |
+
]
|
| 2294 |
+
},
|
| 2295 |
+
"transformer_blocks.33.attn.to_k": {
|
| 2296 |
+
"contiguous": true,
|
| 2297 |
+
"dtype": "torch.bfloat16",
|
| 2298 |
+
"shape": [
|
| 2299 |
+
1,
|
| 2300 |
+
11264,
|
| 2301 |
+
5376
|
| 2302 |
+
],
|
| 2303 |
+
"stride": [
|
| 2304 |
+
60555264,
|
| 2305 |
+
5376,
|
| 2306 |
+
1
|
| 2307 |
+
]
|
| 2308 |
+
},
|
| 2309 |
+
"transformer_blocks.33.attn.to_out.0": {
|
| 2310 |
+
"contiguous": true,
|
| 2311 |
+
"dtype": "torch.bfloat16",
|
| 2312 |
+
"shape": [
|
| 2313 |
+
1,
|
| 2314 |
+
11264,
|
| 2315 |
+
7168
|
| 2316 |
+
],
|
| 2317 |
+
"stride": [
|
| 2318 |
+
80740352,
|
| 2319 |
+
7168,
|
| 2320 |
+
1
|
| 2321 |
+
]
|
| 2322 |
+
},
|
| 2323 |
+
"transformer_blocks.33.attn.to_q": {
|
| 2324 |
+
"contiguous": true,
|
| 2325 |
+
"dtype": "torch.bfloat16",
|
| 2326 |
+
"shape": [
|
| 2327 |
+
1,
|
| 2328 |
+
11264,
|
| 2329 |
+
5376
|
| 2330 |
+
],
|
| 2331 |
+
"stride": [
|
| 2332 |
+
60555264,
|
| 2333 |
+
5376,
|
| 2334 |
+
1
|
| 2335 |
+
]
|
| 2336 |
+
},
|
| 2337 |
+
"transformer_blocks.33.attn.to_v": {
|
| 2338 |
+
"contiguous": true,
|
| 2339 |
+
"dtype": "torch.bfloat16",
|
| 2340 |
+
"shape": [
|
| 2341 |
+
1,
|
| 2342 |
+
11264,
|
| 2343 |
+
5376
|
| 2344 |
+
],
|
| 2345 |
+
"stride": [
|
| 2346 |
+
60555264,
|
| 2347 |
+
5376,
|
| 2348 |
+
1
|
| 2349 |
+
]
|
| 2350 |
+
},
|
| 2351 |
+
"transformer_blocks.33.ff.net.0.proj": {
|
| 2352 |
+
"contiguous": true,
|
| 2353 |
+
"dtype": "torch.bfloat16",
|
| 2354 |
+
"shape": [
|
| 2355 |
+
1,
|
| 2356 |
+
11264,
|
| 2357 |
+
5376
|
| 2358 |
+
],
|
| 2359 |
+
"stride": [
|
| 2360 |
+
60555264,
|
| 2361 |
+
5376,
|
| 2362 |
+
1
|
| 2363 |
+
]
|
| 2364 |
+
},
|
| 2365 |
+
"transformer_blocks.33.ff.net.2": {
|
| 2366 |
+
"contiguous": true,
|
| 2367 |
+
"dtype": "torch.bfloat16",
|
| 2368 |
+
"shape": [
|
| 2369 |
+
1,
|
| 2370 |
+
11264,
|
| 2371 |
+
14336
|
| 2372 |
+
],
|
| 2373 |
+
"stride": [
|
| 2374 |
+
161480704,
|
| 2375 |
+
14336,
|
| 2376 |
+
1
|
| 2377 |
+
]
|
| 2378 |
+
},
|
| 2379 |
+
"transformer_blocks.34.attn.to_k": {
|
| 2380 |
+
"contiguous": true,
|
| 2381 |
+
"dtype": "torch.bfloat16",
|
| 2382 |
+
"shape": [
|
| 2383 |
+
1,
|
| 2384 |
+
11264,
|
| 2385 |
+
5376
|
| 2386 |
+
],
|
| 2387 |
+
"stride": [
|
| 2388 |
+
60555264,
|
| 2389 |
+
5376,
|
| 2390 |
+
1
|
| 2391 |
+
]
|
| 2392 |
+
},
|
| 2393 |
+
"transformer_blocks.34.attn.to_out.0": {
|
| 2394 |
+
"contiguous": true,
|
| 2395 |
+
"dtype": "torch.bfloat16",
|
| 2396 |
+
"shape": [
|
| 2397 |
+
1,
|
| 2398 |
+
11264,
|
| 2399 |
+
7168
|
| 2400 |
+
],
|
| 2401 |
+
"stride": [
|
| 2402 |
+
80740352,
|
| 2403 |
+
7168,
|
| 2404 |
+
1
|
| 2405 |
+
]
|
| 2406 |
+
},
|
| 2407 |
+
"transformer_blocks.34.attn.to_q": {
|
| 2408 |
+
"contiguous": true,
|
| 2409 |
+
"dtype": "torch.bfloat16",
|
| 2410 |
+
"shape": [
|
| 2411 |
+
1,
|
| 2412 |
+
11264,
|
| 2413 |
+
5376
|
| 2414 |
+
],
|
| 2415 |
+
"stride": [
|
| 2416 |
+
60555264,
|
| 2417 |
+
5376,
|
| 2418 |
+
1
|
| 2419 |
+
]
|
| 2420 |
+
},
|
| 2421 |
+
"transformer_blocks.34.attn.to_v": {
|
| 2422 |
+
"contiguous": true,
|
| 2423 |
+
"dtype": "torch.bfloat16",
|
| 2424 |
+
"shape": [
|
| 2425 |
+
1,
|
| 2426 |
+
11264,
|
| 2427 |
+
5376
|
| 2428 |
+
],
|
| 2429 |
+
"stride": [
|
| 2430 |
+
60555264,
|
| 2431 |
+
5376,
|
| 2432 |
+
1
|
| 2433 |
+
]
|
| 2434 |
+
},
|
| 2435 |
+
"transformer_blocks.34.ff.net.0.proj": {
|
| 2436 |
+
"contiguous": true,
|
| 2437 |
+
"dtype": "torch.bfloat16",
|
| 2438 |
+
"shape": [
|
| 2439 |
+
1,
|
| 2440 |
+
11264,
|
| 2441 |
+
5376
|
| 2442 |
+
],
|
| 2443 |
+
"stride": [
|
| 2444 |
+
60555264,
|
| 2445 |
+
5376,
|
| 2446 |
+
1
|
| 2447 |
+
]
|
| 2448 |
+
},
|
| 2449 |
+
"transformer_blocks.34.ff.net.2": {
|
| 2450 |
+
"contiguous": true,
|
| 2451 |
+
"dtype": "torch.bfloat16",
|
| 2452 |
+
"shape": [
|
| 2453 |
+
1,
|
| 2454 |
+
11264,
|
| 2455 |
+
14336
|
| 2456 |
+
],
|
| 2457 |
+
"stride": [
|
| 2458 |
+
161480704,
|
| 2459 |
+
14336,
|
| 2460 |
+
1
|
| 2461 |
+
]
|
| 2462 |
+
},
|
| 2463 |
+
"transformer_blocks.35.attn.to_k": {
|
| 2464 |
+
"contiguous": true,
|
| 2465 |
+
"dtype": "torch.bfloat16",
|
| 2466 |
+
"shape": [
|
| 2467 |
+
1,
|
| 2468 |
+
11264,
|
| 2469 |
+
5376
|
| 2470 |
+
],
|
| 2471 |
+
"stride": [
|
| 2472 |
+
60555264,
|
| 2473 |
+
5376,
|
| 2474 |
+
1
|
| 2475 |
+
]
|
| 2476 |
+
},
|
| 2477 |
+
"transformer_blocks.35.attn.to_out.0": {
|
| 2478 |
+
"contiguous": true,
|
| 2479 |
+
"dtype": "torch.bfloat16",
|
| 2480 |
+
"shape": [
|
| 2481 |
+
1,
|
| 2482 |
+
11264,
|
| 2483 |
+
7168
|
| 2484 |
+
],
|
| 2485 |
+
"stride": [
|
| 2486 |
+
80740352,
|
| 2487 |
+
7168,
|
| 2488 |
+
1
|
| 2489 |
+
]
|
| 2490 |
+
},
|
| 2491 |
+
"transformer_blocks.35.attn.to_q": {
|
| 2492 |
+
"contiguous": true,
|
| 2493 |
+
"dtype": "torch.bfloat16",
|
| 2494 |
+
"shape": [
|
| 2495 |
+
1,
|
| 2496 |
+
11264,
|
| 2497 |
+
5376
|
| 2498 |
+
],
|
| 2499 |
+
"stride": [
|
| 2500 |
+
60555264,
|
| 2501 |
+
5376,
|
| 2502 |
+
1
|
| 2503 |
+
]
|
| 2504 |
+
},
|
| 2505 |
+
"transformer_blocks.35.attn.to_v": {
|
| 2506 |
+
"contiguous": true,
|
| 2507 |
+
"dtype": "torch.bfloat16",
|
| 2508 |
+
"shape": [
|
| 2509 |
+
1,
|
| 2510 |
+
11264,
|
| 2511 |
+
5376
|
| 2512 |
+
],
|
| 2513 |
+
"stride": [
|
| 2514 |
+
60555264,
|
| 2515 |
+
5376,
|
| 2516 |
+
1
|
| 2517 |
+
]
|
| 2518 |
+
},
|
| 2519 |
+
"transformer_blocks.35.ff.net.0.proj": {
|
| 2520 |
+
"contiguous": true,
|
| 2521 |
+
"dtype": "torch.bfloat16",
|
| 2522 |
+
"shape": [
|
| 2523 |
+
1,
|
| 2524 |
+
11264,
|
| 2525 |
+
5376
|
| 2526 |
+
],
|
| 2527 |
+
"stride": [
|
| 2528 |
+
60555264,
|
| 2529 |
+
5376,
|
| 2530 |
+
1
|
| 2531 |
+
]
|
| 2532 |
+
},
|
| 2533 |
+
"transformer_blocks.35.ff.net.2": {
|
| 2534 |
+
"contiguous": true,
|
| 2535 |
+
"dtype": "torch.bfloat16",
|
| 2536 |
+
"shape": [
|
| 2537 |
+
1,
|
| 2538 |
+
11264,
|
| 2539 |
+
14336
|
| 2540 |
+
],
|
| 2541 |
+
"stride": [
|
| 2542 |
+
161480704,
|
| 2543 |
+
14336,
|
| 2544 |
+
1
|
| 2545 |
+
]
|
| 2546 |
+
},
|
| 2547 |
+
"transformer_blocks.36.attn.to_k": {
|
| 2548 |
+
"contiguous": true,
|
| 2549 |
+
"dtype": "torch.bfloat16",
|
| 2550 |
+
"shape": [
|
| 2551 |
+
1,
|
| 2552 |
+
11264,
|
| 2553 |
+
5376
|
| 2554 |
+
],
|
| 2555 |
+
"stride": [
|
| 2556 |
+
60555264,
|
| 2557 |
+
5376,
|
| 2558 |
+
1
|
| 2559 |
+
]
|
| 2560 |
+
},
|
| 2561 |
+
"transformer_blocks.36.attn.to_out.0": {
|
| 2562 |
+
"contiguous": true,
|
| 2563 |
+
"dtype": "torch.bfloat16",
|
| 2564 |
+
"shape": [
|
| 2565 |
+
1,
|
| 2566 |
+
11264,
|
| 2567 |
+
7168
|
| 2568 |
+
],
|
| 2569 |
+
"stride": [
|
| 2570 |
+
80740352,
|
| 2571 |
+
7168,
|
| 2572 |
+
1
|
| 2573 |
+
]
|
| 2574 |
+
},
|
| 2575 |
+
"transformer_blocks.36.attn.to_q": {
|
| 2576 |
+
"contiguous": true,
|
| 2577 |
+
"dtype": "torch.bfloat16",
|
| 2578 |
+
"shape": [
|
| 2579 |
+
1,
|
| 2580 |
+
11264,
|
| 2581 |
+
5376
|
| 2582 |
+
],
|
| 2583 |
+
"stride": [
|
| 2584 |
+
60555264,
|
| 2585 |
+
5376,
|
| 2586 |
+
1
|
| 2587 |
+
]
|
| 2588 |
+
},
|
| 2589 |
+
"transformer_blocks.36.attn.to_v": {
|
| 2590 |
+
"contiguous": true,
|
| 2591 |
+
"dtype": "torch.bfloat16",
|
| 2592 |
+
"shape": [
|
| 2593 |
+
1,
|
| 2594 |
+
11264,
|
| 2595 |
+
5376
|
| 2596 |
+
],
|
| 2597 |
+
"stride": [
|
| 2598 |
+
60555264,
|
| 2599 |
+
5376,
|
| 2600 |
+
1
|
| 2601 |
+
]
|
| 2602 |
+
},
|
| 2603 |
+
"transformer_blocks.36.ff.net.0.proj": {
|
| 2604 |
+
"contiguous": true,
|
| 2605 |
+
"dtype": "torch.bfloat16",
|
| 2606 |
+
"shape": [
|
| 2607 |
+
1,
|
| 2608 |
+
11264,
|
| 2609 |
+
5376
|
| 2610 |
+
],
|
| 2611 |
+
"stride": [
|
| 2612 |
+
60555264,
|
| 2613 |
+
5376,
|
| 2614 |
+
1
|
| 2615 |
+
]
|
| 2616 |
+
},
|
| 2617 |
+
"transformer_blocks.36.ff.net.2": {
|
| 2618 |
+
"contiguous": true,
|
| 2619 |
+
"dtype": "torch.bfloat16",
|
| 2620 |
+
"shape": [
|
| 2621 |
+
1,
|
| 2622 |
+
11264,
|
| 2623 |
+
14336
|
| 2624 |
+
],
|
| 2625 |
+
"stride": [
|
| 2626 |
+
161480704,
|
| 2627 |
+
14336,
|
| 2628 |
+
1
|
| 2629 |
+
]
|
| 2630 |
+
},
|
| 2631 |
+
"transformer_blocks.37.attn.to_k": {
|
| 2632 |
+
"contiguous": true,
|
| 2633 |
+
"dtype": "torch.bfloat16",
|
| 2634 |
+
"shape": [
|
| 2635 |
+
1,
|
| 2636 |
+
11264,
|
| 2637 |
+
5376
|
| 2638 |
+
],
|
| 2639 |
+
"stride": [
|
| 2640 |
+
60555264,
|
| 2641 |
+
5376,
|
| 2642 |
+
1
|
| 2643 |
+
]
|
| 2644 |
+
},
|
| 2645 |
+
"transformer_blocks.37.attn.to_out.0": {
|
| 2646 |
+
"contiguous": true,
|
| 2647 |
+
"dtype": "torch.bfloat16",
|
| 2648 |
+
"shape": [
|
| 2649 |
+
1,
|
| 2650 |
+
11264,
|
| 2651 |
+
7168
|
| 2652 |
+
],
|
| 2653 |
+
"stride": [
|
| 2654 |
+
80740352,
|
| 2655 |
+
7168,
|
| 2656 |
+
1
|
| 2657 |
+
]
|
| 2658 |
+
},
|
| 2659 |
+
"transformer_blocks.37.attn.to_q": {
|
| 2660 |
+
"contiguous": true,
|
| 2661 |
+
"dtype": "torch.bfloat16",
|
| 2662 |
+
"shape": [
|
| 2663 |
+
1,
|
| 2664 |
+
11264,
|
| 2665 |
+
5376
|
| 2666 |
+
],
|
| 2667 |
+
"stride": [
|
| 2668 |
+
60555264,
|
| 2669 |
+
5376,
|
| 2670 |
+
1
|
| 2671 |
+
]
|
| 2672 |
+
},
|
| 2673 |
+
"transformer_blocks.37.attn.to_v": {
|
| 2674 |
+
"contiguous": true,
|
| 2675 |
+
"dtype": "torch.bfloat16",
|
| 2676 |
+
"shape": [
|
| 2677 |
+
1,
|
| 2678 |
+
11264,
|
| 2679 |
+
5376
|
| 2680 |
+
],
|
| 2681 |
+
"stride": [
|
| 2682 |
+
60555264,
|
| 2683 |
+
5376,
|
| 2684 |
+
1
|
| 2685 |
+
]
|
| 2686 |
+
},
|
| 2687 |
+
"transformer_blocks.37.ff.net.0.proj": {
|
| 2688 |
+
"contiguous": true,
|
| 2689 |
+
"dtype": "torch.bfloat16",
|
| 2690 |
+
"shape": [
|
| 2691 |
+
1,
|
| 2692 |
+
11264,
|
| 2693 |
+
5376
|
| 2694 |
+
],
|
| 2695 |
+
"stride": [
|
| 2696 |
+
60555264,
|
| 2697 |
+
5376,
|
| 2698 |
+
1
|
| 2699 |
+
]
|
| 2700 |
+
},
|
| 2701 |
+
"transformer_blocks.37.ff.net.2": {
|
| 2702 |
+
"contiguous": true,
|
| 2703 |
+
"dtype": "torch.bfloat16",
|
| 2704 |
+
"shape": [
|
| 2705 |
+
1,
|
| 2706 |
+
11264,
|
| 2707 |
+
14336
|
| 2708 |
+
],
|
| 2709 |
+
"stride": [
|
| 2710 |
+
161480704,
|
| 2711 |
+
14336,
|
| 2712 |
+
1
|
| 2713 |
+
]
|
| 2714 |
+
},
|
| 2715 |
+
"transformer_blocks.38.attn.to_k": {
|
| 2716 |
+
"contiguous": true,
|
| 2717 |
+
"dtype": "torch.bfloat16",
|
| 2718 |
+
"shape": [
|
| 2719 |
+
1,
|
| 2720 |
+
11264,
|
| 2721 |
+
5376
|
| 2722 |
+
],
|
| 2723 |
+
"stride": [
|
| 2724 |
+
60555264,
|
| 2725 |
+
5376,
|
| 2726 |
+
1
|
| 2727 |
+
]
|
| 2728 |
+
},
|
| 2729 |
+
"transformer_blocks.38.attn.to_out.0": {
|
| 2730 |
+
"contiguous": true,
|
| 2731 |
+
"dtype": "torch.bfloat16",
|
| 2732 |
+
"shape": [
|
| 2733 |
+
1,
|
| 2734 |
+
11264,
|
| 2735 |
+
7168
|
| 2736 |
+
],
|
| 2737 |
+
"stride": [
|
| 2738 |
+
80740352,
|
| 2739 |
+
7168,
|
| 2740 |
+
1
|
| 2741 |
+
]
|
| 2742 |
+
},
|
| 2743 |
+
"transformer_blocks.38.attn.to_q": {
|
| 2744 |
+
"contiguous": true,
|
| 2745 |
+
"dtype": "torch.bfloat16",
|
| 2746 |
+
"shape": [
|
| 2747 |
+
1,
|
| 2748 |
+
11264,
|
| 2749 |
+
5376
|
| 2750 |
+
],
|
| 2751 |
+
"stride": [
|
| 2752 |
+
60555264,
|
| 2753 |
+
5376,
|
| 2754 |
+
1
|
| 2755 |
+
]
|
| 2756 |
+
},
|
| 2757 |
+
"transformer_blocks.38.attn.to_v": {
|
| 2758 |
+
"contiguous": true,
|
| 2759 |
+
"dtype": "torch.bfloat16",
|
| 2760 |
+
"shape": [
|
| 2761 |
+
1,
|
| 2762 |
+
11264,
|
| 2763 |
+
5376
|
| 2764 |
+
],
|
| 2765 |
+
"stride": [
|
| 2766 |
+
60555264,
|
| 2767 |
+
5376,
|
| 2768 |
+
1
|
| 2769 |
+
]
|
| 2770 |
+
},
|
| 2771 |
+
"transformer_blocks.38.ff.net.0.proj": {
|
| 2772 |
+
"contiguous": true,
|
| 2773 |
+
"dtype": "torch.bfloat16",
|
| 2774 |
+
"shape": [
|
| 2775 |
+
1,
|
| 2776 |
+
11264,
|
| 2777 |
+
5376
|
| 2778 |
+
],
|
| 2779 |
+
"stride": [
|
| 2780 |
+
60555264,
|
| 2781 |
+
5376,
|
| 2782 |
+
1
|
| 2783 |
+
]
|
| 2784 |
+
},
|
| 2785 |
+
"transformer_blocks.38.ff.net.2": {
|
| 2786 |
+
"contiguous": true,
|
| 2787 |
+
"dtype": "torch.bfloat16",
|
| 2788 |
+
"shape": [
|
| 2789 |
+
1,
|
| 2790 |
+
11264,
|
| 2791 |
+
14336
|
| 2792 |
+
],
|
| 2793 |
+
"stride": [
|
| 2794 |
+
161480704,
|
| 2795 |
+
14336,
|
| 2796 |
+
1
|
| 2797 |
+
]
|
| 2798 |
+
},
|
| 2799 |
+
"transformer_blocks.39.attn.to_k": {
|
| 2800 |
+
"contiguous": true,
|
| 2801 |
+
"dtype": "torch.bfloat16",
|
| 2802 |
+
"shape": [
|
| 2803 |
+
1,
|
| 2804 |
+
11264,
|
| 2805 |
+
5376
|
| 2806 |
+
],
|
| 2807 |
+
"stride": [
|
| 2808 |
+
60555264,
|
| 2809 |
+
5376,
|
| 2810 |
+
1
|
| 2811 |
+
]
|
| 2812 |
+
},
|
| 2813 |
+
"transformer_blocks.39.attn.to_out.0": {
|
| 2814 |
+
"contiguous": true,
|
| 2815 |
+
"dtype": "torch.bfloat16",
|
| 2816 |
+
"shape": [
|
| 2817 |
+
1,
|
| 2818 |
+
11264,
|
| 2819 |
+
7168
|
| 2820 |
+
],
|
| 2821 |
+
"stride": [
|
| 2822 |
+
80740352,
|
| 2823 |
+
7168,
|
| 2824 |
+
1
|
| 2825 |
+
]
|
| 2826 |
+
},
|
| 2827 |
+
"transformer_blocks.39.attn.to_q": {
|
| 2828 |
+
"contiguous": true,
|
| 2829 |
+
"dtype": "torch.bfloat16",
|
| 2830 |
+
"shape": [
|
| 2831 |
+
1,
|
| 2832 |
+
11264,
|
| 2833 |
+
5376
|
| 2834 |
+
],
|
| 2835 |
+
"stride": [
|
| 2836 |
+
60555264,
|
| 2837 |
+
5376,
|
| 2838 |
+
1
|
| 2839 |
+
]
|
| 2840 |
+
},
|
| 2841 |
+
"transformer_blocks.39.attn.to_v": {
|
| 2842 |
+
"contiguous": true,
|
| 2843 |
+
"dtype": "torch.bfloat16",
|
| 2844 |
+
"shape": [
|
| 2845 |
+
1,
|
| 2846 |
+
11264,
|
| 2847 |
+
5376
|
| 2848 |
+
],
|
| 2849 |
+
"stride": [
|
| 2850 |
+
60555264,
|
| 2851 |
+
5376,
|
| 2852 |
+
1
|
| 2853 |
+
]
|
| 2854 |
+
},
|
| 2855 |
+
"transformer_blocks.39.ff.net.0.proj": {
|
| 2856 |
+
"contiguous": true,
|
| 2857 |
+
"dtype": "torch.bfloat16",
|
| 2858 |
+
"shape": [
|
| 2859 |
+
1,
|
| 2860 |
+
11264,
|
| 2861 |
+
5376
|
| 2862 |
+
],
|
| 2863 |
+
"stride": [
|
| 2864 |
+
60555264,
|
| 2865 |
+
5376,
|
| 2866 |
+
1
|
| 2867 |
+
]
|
| 2868 |
+
},
|
| 2869 |
+
"transformer_blocks.39.ff.net.2": {
|
| 2870 |
+
"contiguous": true,
|
| 2871 |
+
"dtype": "torch.bfloat16",
|
| 2872 |
+
"shape": [
|
| 2873 |
+
1,
|
| 2874 |
+
11264,
|
| 2875 |
+
14336
|
| 2876 |
+
],
|
| 2877 |
+
"stride": [
|
| 2878 |
+
161480704,
|
| 2879 |
+
14336,
|
| 2880 |
+
1
|
| 2881 |
+
]
|
| 2882 |
+
},
|
| 2883 |
+
"transformer_blocks.4.attn.to_k": {
|
| 2884 |
+
"contiguous": true,
|
| 2885 |
+
"dtype": "torch.bfloat16",
|
| 2886 |
+
"shape": [
|
| 2887 |
+
1,
|
| 2888 |
+
11264,
|
| 2889 |
+
5376
|
| 2890 |
+
],
|
| 2891 |
+
"stride": [
|
| 2892 |
+
60555264,
|
| 2893 |
+
5376,
|
| 2894 |
+
1
|
| 2895 |
+
]
|
| 2896 |
+
},
|
| 2897 |
+
"transformer_blocks.4.attn.to_out.0": {
|
| 2898 |
+
"contiguous": true,
|
| 2899 |
+
"dtype": "torch.bfloat16",
|
| 2900 |
+
"shape": [
|
| 2901 |
+
1,
|
| 2902 |
+
11264,
|
| 2903 |
+
7168
|
| 2904 |
+
],
|
| 2905 |
+
"stride": [
|
| 2906 |
+
80740352,
|
| 2907 |
+
7168,
|
| 2908 |
+
1
|
| 2909 |
+
]
|
| 2910 |
+
},
|
| 2911 |
+
"transformer_blocks.4.attn.to_q": {
|
| 2912 |
+
"contiguous": true,
|
| 2913 |
+
"dtype": "torch.bfloat16",
|
| 2914 |
+
"shape": [
|
| 2915 |
+
1,
|
| 2916 |
+
11264,
|
| 2917 |
+
5376
|
| 2918 |
+
],
|
| 2919 |
+
"stride": [
|
| 2920 |
+
60555264,
|
| 2921 |
+
5376,
|
| 2922 |
+
1
|
| 2923 |
+
]
|
| 2924 |
+
},
|
| 2925 |
+
"transformer_blocks.4.attn.to_v": {
|
| 2926 |
+
"contiguous": true,
|
| 2927 |
+
"dtype": "torch.bfloat16",
|
| 2928 |
+
"shape": [
|
| 2929 |
+
1,
|
| 2930 |
+
11264,
|
| 2931 |
+
5376
|
| 2932 |
+
],
|
| 2933 |
+
"stride": [
|
| 2934 |
+
60555264,
|
| 2935 |
+
5376,
|
| 2936 |
+
1
|
| 2937 |
+
]
|
| 2938 |
+
},
|
| 2939 |
+
"transformer_blocks.4.ff.net.0.proj": {
|
| 2940 |
+
"contiguous": true,
|
| 2941 |
+
"dtype": "torch.bfloat16",
|
| 2942 |
+
"shape": [
|
| 2943 |
+
1,
|
| 2944 |
+
11264,
|
| 2945 |
+
5376
|
| 2946 |
+
],
|
| 2947 |
+
"stride": [
|
| 2948 |
+
60555264,
|
| 2949 |
+
5376,
|
| 2950 |
+
1
|
| 2951 |
+
]
|
| 2952 |
+
},
|
| 2953 |
+
"transformer_blocks.4.ff.net.2": {
|
| 2954 |
+
"contiguous": true,
|
| 2955 |
+
"dtype": "torch.bfloat16",
|
| 2956 |
+
"shape": [
|
| 2957 |
+
1,
|
| 2958 |
+
11264,
|
| 2959 |
+
14336
|
| 2960 |
+
],
|
| 2961 |
+
"stride": [
|
| 2962 |
+
161480704,
|
| 2963 |
+
14336,
|
| 2964 |
+
1
|
| 2965 |
+
]
|
| 2966 |
+
},
|
| 2967 |
+
"transformer_blocks.40.attn.to_k": {
|
| 2968 |
+
"contiguous": true,
|
| 2969 |
+
"dtype": "torch.bfloat16",
|
| 2970 |
+
"shape": [
|
| 2971 |
+
1,
|
| 2972 |
+
11264,
|
| 2973 |
+
5376
|
| 2974 |
+
],
|
| 2975 |
+
"stride": [
|
| 2976 |
+
60555264,
|
| 2977 |
+
5376,
|
| 2978 |
+
1
|
| 2979 |
+
]
|
| 2980 |
+
},
|
| 2981 |
+
"transformer_blocks.40.attn.to_out.0": {
|
| 2982 |
+
"contiguous": true,
|
| 2983 |
+
"dtype": "torch.bfloat16",
|
| 2984 |
+
"shape": [
|
| 2985 |
+
1,
|
| 2986 |
+
11264,
|
| 2987 |
+
7168
|
| 2988 |
+
],
|
| 2989 |
+
"stride": [
|
| 2990 |
+
80740352,
|
| 2991 |
+
7168,
|
| 2992 |
+
1
|
| 2993 |
+
]
|
| 2994 |
+
},
|
| 2995 |
+
"transformer_blocks.40.attn.to_q": {
|
| 2996 |
+
"contiguous": true,
|
| 2997 |
+
"dtype": "torch.bfloat16",
|
| 2998 |
+
"shape": [
|
| 2999 |
+
1,
|
| 3000 |
+
11264,
|
| 3001 |
+
5376
|
| 3002 |
+
],
|
| 3003 |
+
"stride": [
|
| 3004 |
+
60555264,
|
| 3005 |
+
5376,
|
| 3006 |
+
1
|
| 3007 |
+
]
|
| 3008 |
+
},
|
| 3009 |
+
"transformer_blocks.40.attn.to_v": {
|
| 3010 |
+
"contiguous": true,
|
| 3011 |
+
"dtype": "torch.bfloat16",
|
| 3012 |
+
"shape": [
|
| 3013 |
+
1,
|
| 3014 |
+
11264,
|
| 3015 |
+
5376
|
| 3016 |
+
],
|
| 3017 |
+
"stride": [
|
| 3018 |
+
60555264,
|
| 3019 |
+
5376,
|
| 3020 |
+
1
|
| 3021 |
+
]
|
| 3022 |
+
},
|
| 3023 |
+
"transformer_blocks.40.ff.net.0.proj": {
|
| 3024 |
+
"contiguous": true,
|
| 3025 |
+
"dtype": "torch.bfloat16",
|
| 3026 |
+
"shape": [
|
| 3027 |
+
1,
|
| 3028 |
+
11264,
|
| 3029 |
+
5376
|
| 3030 |
+
],
|
| 3031 |
+
"stride": [
|
| 3032 |
+
60555264,
|
| 3033 |
+
5376,
|
| 3034 |
+
1
|
| 3035 |
+
]
|
| 3036 |
+
},
|
| 3037 |
+
"transformer_blocks.40.ff.net.2": {
|
| 3038 |
+
"contiguous": true,
|
| 3039 |
+
"dtype": "torch.bfloat16",
|
| 3040 |
+
"shape": [
|
| 3041 |
+
1,
|
| 3042 |
+
11264,
|
| 3043 |
+
14336
|
| 3044 |
+
],
|
| 3045 |
+
"stride": [
|
| 3046 |
+
161480704,
|
| 3047 |
+
14336,
|
| 3048 |
+
1
|
| 3049 |
+
]
|
| 3050 |
+
},
|
| 3051 |
+
"transformer_blocks.41.attn.to_k": {
|
| 3052 |
+
"contiguous": true,
|
| 3053 |
+
"dtype": "torch.bfloat16",
|
| 3054 |
+
"shape": [
|
| 3055 |
+
1,
|
| 3056 |
+
11264,
|
| 3057 |
+
5376
|
| 3058 |
+
],
|
| 3059 |
+
"stride": [
|
| 3060 |
+
60555264,
|
| 3061 |
+
5376,
|
| 3062 |
+
1
|
| 3063 |
+
]
|
| 3064 |
+
},
|
| 3065 |
+
"transformer_blocks.41.attn.to_out.0": {
|
| 3066 |
+
"contiguous": true,
|
| 3067 |
+
"dtype": "torch.bfloat16",
|
| 3068 |
+
"shape": [
|
| 3069 |
+
1,
|
| 3070 |
+
11264,
|
| 3071 |
+
7168
|
| 3072 |
+
],
|
| 3073 |
+
"stride": [
|
| 3074 |
+
80740352,
|
| 3075 |
+
7168,
|
| 3076 |
+
1
|
| 3077 |
+
]
|
| 3078 |
+
},
|
| 3079 |
+
"transformer_blocks.41.attn.to_q": {
|
| 3080 |
+
"contiguous": true,
|
| 3081 |
+
"dtype": "torch.bfloat16",
|
| 3082 |
+
"shape": [
|
| 3083 |
+
1,
|
| 3084 |
+
11264,
|
| 3085 |
+
5376
|
| 3086 |
+
],
|
| 3087 |
+
"stride": [
|
| 3088 |
+
60555264,
|
| 3089 |
+
5376,
|
| 3090 |
+
1
|
| 3091 |
+
]
|
| 3092 |
+
},
|
| 3093 |
+
"transformer_blocks.41.attn.to_v": {
|
| 3094 |
+
"contiguous": true,
|
| 3095 |
+
"dtype": "torch.bfloat16",
|
| 3096 |
+
"shape": [
|
| 3097 |
+
1,
|
| 3098 |
+
11264,
|
| 3099 |
+
5376
|
| 3100 |
+
],
|
| 3101 |
+
"stride": [
|
| 3102 |
+
60555264,
|
| 3103 |
+
5376,
|
| 3104 |
+
1
|
| 3105 |
+
]
|
| 3106 |
+
},
|
| 3107 |
+
"transformer_blocks.41.ff.net.0.proj": {
|
| 3108 |
+
"contiguous": true,
|
| 3109 |
+
"dtype": "torch.bfloat16",
|
| 3110 |
+
"shape": [
|
| 3111 |
+
1,
|
| 3112 |
+
11264,
|
| 3113 |
+
5376
|
| 3114 |
+
],
|
| 3115 |
+
"stride": [
|
| 3116 |
+
60555264,
|
| 3117 |
+
5376,
|
| 3118 |
+
1
|
| 3119 |
+
]
|
| 3120 |
+
},
|
| 3121 |
+
"transformer_blocks.41.ff.net.2": {
|
| 3122 |
+
"contiguous": true,
|
| 3123 |
+
"dtype": "torch.bfloat16",
|
| 3124 |
+
"shape": [
|
| 3125 |
+
1,
|
| 3126 |
+
11264,
|
| 3127 |
+
14336
|
| 3128 |
+
],
|
| 3129 |
+
"stride": [
|
| 3130 |
+
161480704,
|
| 3131 |
+
14336,
|
| 3132 |
+
1
|
| 3133 |
+
]
|
| 3134 |
+
},
|
| 3135 |
+
"transformer_blocks.42.attn.to_k": {
|
| 3136 |
+
"contiguous": true,
|
| 3137 |
+
"dtype": "torch.bfloat16",
|
| 3138 |
+
"shape": [
|
| 3139 |
+
1,
|
| 3140 |
+
11264,
|
| 3141 |
+
5376
|
| 3142 |
+
],
|
| 3143 |
+
"stride": [
|
| 3144 |
+
60555264,
|
| 3145 |
+
5376,
|
| 3146 |
+
1
|
| 3147 |
+
]
|
| 3148 |
+
},
|
| 3149 |
+
"transformer_blocks.42.attn.to_out.0": {
|
| 3150 |
+
"contiguous": true,
|
| 3151 |
+
"dtype": "torch.bfloat16",
|
| 3152 |
+
"shape": [
|
| 3153 |
+
1,
|
| 3154 |
+
11264,
|
| 3155 |
+
7168
|
| 3156 |
+
],
|
| 3157 |
+
"stride": [
|
| 3158 |
+
80740352,
|
| 3159 |
+
7168,
|
| 3160 |
+
1
|
| 3161 |
+
]
|
| 3162 |
+
},
|
| 3163 |
+
"transformer_blocks.42.attn.to_q": {
|
| 3164 |
+
"contiguous": true,
|
| 3165 |
+
"dtype": "torch.bfloat16",
|
| 3166 |
+
"shape": [
|
| 3167 |
+
1,
|
| 3168 |
+
11264,
|
| 3169 |
+
5376
|
| 3170 |
+
],
|
| 3171 |
+
"stride": [
|
| 3172 |
+
60555264,
|
| 3173 |
+
5376,
|
| 3174 |
+
1
|
| 3175 |
+
]
|
| 3176 |
+
},
|
| 3177 |
+
"transformer_blocks.42.attn.to_v": {
|
| 3178 |
+
"contiguous": true,
|
| 3179 |
+
"dtype": "torch.bfloat16",
|
| 3180 |
+
"shape": [
|
| 3181 |
+
1,
|
| 3182 |
+
11264,
|
| 3183 |
+
5376
|
| 3184 |
+
],
|
| 3185 |
+
"stride": [
|
| 3186 |
+
60555264,
|
| 3187 |
+
5376,
|
| 3188 |
+
1
|
| 3189 |
+
]
|
| 3190 |
+
},
|
| 3191 |
+
"transformer_blocks.42.ff.net.0.proj": {
|
| 3192 |
+
"contiguous": true,
|
| 3193 |
+
"dtype": "torch.bfloat16",
|
| 3194 |
+
"shape": [
|
| 3195 |
+
1,
|
| 3196 |
+
11264,
|
| 3197 |
+
5376
|
| 3198 |
+
],
|
| 3199 |
+
"stride": [
|
| 3200 |
+
60555264,
|
| 3201 |
+
5376,
|
| 3202 |
+
1
|
| 3203 |
+
]
|
| 3204 |
+
},
|
| 3205 |
+
"transformer_blocks.42.ff.net.2": {
|
| 3206 |
+
"contiguous": true,
|
| 3207 |
+
"dtype": "torch.bfloat16",
|
| 3208 |
+
"shape": [
|
| 3209 |
+
1,
|
| 3210 |
+
11264,
|
| 3211 |
+
14336
|
| 3212 |
+
],
|
| 3213 |
+
"stride": [
|
| 3214 |
+
161480704,
|
| 3215 |
+
14336,
|
| 3216 |
+
1
|
| 3217 |
+
]
|
| 3218 |
+
},
|
| 3219 |
+
"transformer_blocks.43.attn.to_k": {
|
| 3220 |
+
"contiguous": true,
|
| 3221 |
+
"dtype": "torch.bfloat16",
|
| 3222 |
+
"shape": [
|
| 3223 |
+
1,
|
| 3224 |
+
11264,
|
| 3225 |
+
5376
|
| 3226 |
+
],
|
| 3227 |
+
"stride": [
|
| 3228 |
+
60555264,
|
| 3229 |
+
5376,
|
| 3230 |
+
1
|
| 3231 |
+
]
|
| 3232 |
+
},
|
| 3233 |
+
"transformer_blocks.43.attn.to_out.0": {
|
| 3234 |
+
"contiguous": true,
|
| 3235 |
+
"dtype": "torch.bfloat16",
|
| 3236 |
+
"shape": [
|
| 3237 |
+
1,
|
| 3238 |
+
11264,
|
| 3239 |
+
7168
|
| 3240 |
+
],
|
| 3241 |
+
"stride": [
|
| 3242 |
+
80740352,
|
| 3243 |
+
7168,
|
| 3244 |
+
1
|
| 3245 |
+
]
|
| 3246 |
+
},
|
| 3247 |
+
"transformer_blocks.43.attn.to_q": {
|
| 3248 |
+
"contiguous": true,
|
| 3249 |
+
"dtype": "torch.bfloat16",
|
| 3250 |
+
"shape": [
|
| 3251 |
+
1,
|
| 3252 |
+
11264,
|
| 3253 |
+
5376
|
| 3254 |
+
],
|
| 3255 |
+
"stride": [
|
| 3256 |
+
60555264,
|
| 3257 |
+
5376,
|
| 3258 |
+
1
|
| 3259 |
+
]
|
| 3260 |
+
},
|
| 3261 |
+
"transformer_blocks.43.attn.to_v": {
|
| 3262 |
+
"contiguous": true,
|
| 3263 |
+
"dtype": "torch.bfloat16",
|
| 3264 |
+
"shape": [
|
| 3265 |
+
1,
|
| 3266 |
+
11264,
|
| 3267 |
+
5376
|
| 3268 |
+
],
|
| 3269 |
+
"stride": [
|
| 3270 |
+
60555264,
|
| 3271 |
+
5376,
|
| 3272 |
+
1
|
| 3273 |
+
]
|
| 3274 |
+
},
|
| 3275 |
+
"transformer_blocks.43.ff.net.0.proj": {
|
| 3276 |
+
"contiguous": true,
|
| 3277 |
+
"dtype": "torch.bfloat16",
|
| 3278 |
+
"shape": [
|
| 3279 |
+
1,
|
| 3280 |
+
11264,
|
| 3281 |
+
5376
|
| 3282 |
+
],
|
| 3283 |
+
"stride": [
|
| 3284 |
+
60555264,
|
| 3285 |
+
5376,
|
| 3286 |
+
1
|
| 3287 |
+
]
|
| 3288 |
+
},
|
| 3289 |
+
"transformer_blocks.43.ff.net.2": {
|
| 3290 |
+
"contiguous": true,
|
| 3291 |
+
"dtype": "torch.bfloat16",
|
| 3292 |
+
"shape": [
|
| 3293 |
+
1,
|
| 3294 |
+
11264,
|
| 3295 |
+
14336
|
| 3296 |
+
],
|
| 3297 |
+
"stride": [
|
| 3298 |
+
161480704,
|
| 3299 |
+
14336,
|
| 3300 |
+
1
|
| 3301 |
+
]
|
| 3302 |
+
},
|
| 3303 |
+
"transformer_blocks.44.attn.to_k": {
|
| 3304 |
+
"contiguous": true,
|
| 3305 |
+
"dtype": "torch.bfloat16",
|
| 3306 |
+
"shape": [
|
| 3307 |
+
1,
|
| 3308 |
+
11264,
|
| 3309 |
+
5376
|
| 3310 |
+
],
|
| 3311 |
+
"stride": [
|
| 3312 |
+
60555264,
|
| 3313 |
+
5376,
|
| 3314 |
+
1
|
| 3315 |
+
]
|
| 3316 |
+
},
|
| 3317 |
+
"transformer_blocks.44.attn.to_out.0": {
|
| 3318 |
+
"contiguous": true,
|
| 3319 |
+
"dtype": "torch.bfloat16",
|
| 3320 |
+
"shape": [
|
| 3321 |
+
1,
|
| 3322 |
+
11264,
|
| 3323 |
+
7168
|
| 3324 |
+
],
|
| 3325 |
+
"stride": [
|
| 3326 |
+
80740352,
|
| 3327 |
+
7168,
|
| 3328 |
+
1
|
| 3329 |
+
]
|
| 3330 |
+
},
|
| 3331 |
+
"transformer_blocks.44.attn.to_q": {
|
| 3332 |
+
"contiguous": true,
|
| 3333 |
+
"dtype": "torch.bfloat16",
|
| 3334 |
+
"shape": [
|
| 3335 |
+
1,
|
| 3336 |
+
11264,
|
| 3337 |
+
5376
|
| 3338 |
+
],
|
| 3339 |
+
"stride": [
|
| 3340 |
+
60555264,
|
| 3341 |
+
5376,
|
| 3342 |
+
1
|
| 3343 |
+
]
|
| 3344 |
+
},
|
| 3345 |
+
"transformer_blocks.44.attn.to_v": {
|
| 3346 |
+
"contiguous": true,
|
| 3347 |
+
"dtype": "torch.bfloat16",
|
| 3348 |
+
"shape": [
|
| 3349 |
+
1,
|
| 3350 |
+
11264,
|
| 3351 |
+
5376
|
| 3352 |
+
],
|
| 3353 |
+
"stride": [
|
| 3354 |
+
60555264,
|
| 3355 |
+
5376,
|
| 3356 |
+
1
|
| 3357 |
+
]
|
| 3358 |
+
},
|
| 3359 |
+
"transformer_blocks.44.ff.net.0.proj": {
|
| 3360 |
+
"contiguous": true,
|
| 3361 |
+
"dtype": "torch.bfloat16",
|
| 3362 |
+
"shape": [
|
| 3363 |
+
1,
|
| 3364 |
+
11264,
|
| 3365 |
+
5376
|
| 3366 |
+
],
|
| 3367 |
+
"stride": [
|
| 3368 |
+
60555264,
|
| 3369 |
+
5376,
|
| 3370 |
+
1
|
| 3371 |
+
]
|
| 3372 |
+
},
|
| 3373 |
+
"transformer_blocks.44.ff.net.2": {
|
| 3374 |
+
"contiguous": true,
|
| 3375 |
+
"dtype": "torch.bfloat16",
|
| 3376 |
+
"shape": [
|
| 3377 |
+
1,
|
| 3378 |
+
11264,
|
| 3379 |
+
14336
|
| 3380 |
+
],
|
| 3381 |
+
"stride": [
|
| 3382 |
+
161480704,
|
| 3383 |
+
14336,
|
| 3384 |
+
1
|
| 3385 |
+
]
|
| 3386 |
+
},
|
| 3387 |
+
"transformer_blocks.45.attn.to_k": {
|
| 3388 |
+
"contiguous": true,
|
| 3389 |
+
"dtype": "torch.bfloat16",
|
| 3390 |
+
"shape": [
|
| 3391 |
+
1,
|
| 3392 |
+
11264,
|
| 3393 |
+
5376
|
| 3394 |
+
],
|
| 3395 |
+
"stride": [
|
| 3396 |
+
60555264,
|
| 3397 |
+
5376,
|
| 3398 |
+
1
|
| 3399 |
+
]
|
| 3400 |
+
},
|
| 3401 |
+
"transformer_blocks.45.attn.to_out.0": {
|
| 3402 |
+
"contiguous": true,
|
| 3403 |
+
"dtype": "torch.bfloat16",
|
| 3404 |
+
"shape": [
|
| 3405 |
+
1,
|
| 3406 |
+
11264,
|
| 3407 |
+
7168
|
| 3408 |
+
],
|
| 3409 |
+
"stride": [
|
| 3410 |
+
80740352,
|
| 3411 |
+
7168,
|
| 3412 |
+
1
|
| 3413 |
+
]
|
| 3414 |
+
},
|
| 3415 |
+
"transformer_blocks.45.attn.to_q": {
|
| 3416 |
+
"contiguous": true,
|
| 3417 |
+
"dtype": "torch.bfloat16",
|
| 3418 |
+
"shape": [
|
| 3419 |
+
1,
|
| 3420 |
+
11264,
|
| 3421 |
+
5376
|
| 3422 |
+
],
|
| 3423 |
+
"stride": [
|
| 3424 |
+
60555264,
|
| 3425 |
+
5376,
|
| 3426 |
+
1
|
| 3427 |
+
]
|
| 3428 |
+
},
|
| 3429 |
+
"transformer_blocks.45.attn.to_v": {
|
| 3430 |
+
"contiguous": true,
|
| 3431 |
+
"dtype": "torch.bfloat16",
|
| 3432 |
+
"shape": [
|
| 3433 |
+
1,
|
| 3434 |
+
11264,
|
| 3435 |
+
5376
|
| 3436 |
+
],
|
| 3437 |
+
"stride": [
|
| 3438 |
+
60555264,
|
| 3439 |
+
5376,
|
| 3440 |
+
1
|
| 3441 |
+
]
|
| 3442 |
+
},
|
| 3443 |
+
"transformer_blocks.45.ff.net.0.proj": {
|
| 3444 |
+
"contiguous": true,
|
| 3445 |
+
"dtype": "torch.bfloat16",
|
| 3446 |
+
"shape": [
|
| 3447 |
+
1,
|
| 3448 |
+
11264,
|
| 3449 |
+
5376
|
| 3450 |
+
],
|
| 3451 |
+
"stride": [
|
| 3452 |
+
60555264,
|
| 3453 |
+
5376,
|
| 3454 |
+
1
|
| 3455 |
+
]
|
| 3456 |
+
},
|
| 3457 |
+
"transformer_blocks.45.ff.net.2": {
|
| 3458 |
+
"contiguous": true,
|
| 3459 |
+
"dtype": "torch.bfloat16",
|
| 3460 |
+
"shape": [
|
| 3461 |
+
1,
|
| 3462 |
+
11264,
|
| 3463 |
+
14336
|
| 3464 |
+
],
|
| 3465 |
+
"stride": [
|
| 3466 |
+
161480704,
|
| 3467 |
+
14336,
|
| 3468 |
+
1
|
| 3469 |
+
]
|
| 3470 |
+
},
|
| 3471 |
+
"transformer_blocks.46.attn.to_k": {
|
| 3472 |
+
"contiguous": true,
|
| 3473 |
+
"dtype": "torch.bfloat16",
|
| 3474 |
+
"shape": [
|
| 3475 |
+
1,
|
| 3476 |
+
11264,
|
| 3477 |
+
5376
|
| 3478 |
+
],
|
| 3479 |
+
"stride": [
|
| 3480 |
+
60555264,
|
| 3481 |
+
5376,
|
| 3482 |
+
1
|
| 3483 |
+
]
|
| 3484 |
+
},
|
| 3485 |
+
"transformer_blocks.46.attn.to_out.0": {
|
| 3486 |
+
"contiguous": true,
|
| 3487 |
+
"dtype": "torch.bfloat16",
|
| 3488 |
+
"shape": [
|
| 3489 |
+
1,
|
| 3490 |
+
11264,
|
| 3491 |
+
7168
|
| 3492 |
+
],
|
| 3493 |
+
"stride": [
|
| 3494 |
+
80740352,
|
| 3495 |
+
7168,
|
| 3496 |
+
1
|
| 3497 |
+
]
|
| 3498 |
+
},
|
| 3499 |
+
"transformer_blocks.46.attn.to_q": {
|
| 3500 |
+
"contiguous": true,
|
| 3501 |
+
"dtype": "torch.bfloat16",
|
| 3502 |
+
"shape": [
|
| 3503 |
+
1,
|
| 3504 |
+
11264,
|
| 3505 |
+
5376
|
| 3506 |
+
],
|
| 3507 |
+
"stride": [
|
| 3508 |
+
60555264,
|
| 3509 |
+
5376,
|
| 3510 |
+
1
|
| 3511 |
+
]
|
| 3512 |
+
},
|
| 3513 |
+
"transformer_blocks.46.attn.to_v": {
|
| 3514 |
+
"contiguous": true,
|
| 3515 |
+
"dtype": "torch.bfloat16",
|
| 3516 |
+
"shape": [
|
| 3517 |
+
1,
|
| 3518 |
+
11264,
|
| 3519 |
+
5376
|
| 3520 |
+
],
|
| 3521 |
+
"stride": [
|
| 3522 |
+
60555264,
|
| 3523 |
+
5376,
|
| 3524 |
+
1
|
| 3525 |
+
]
|
| 3526 |
+
},
|
| 3527 |
+
"transformer_blocks.46.ff.net.0.proj": {
|
| 3528 |
+
"contiguous": true,
|
| 3529 |
+
"dtype": "torch.bfloat16",
|
| 3530 |
+
"shape": [
|
| 3531 |
+
1,
|
| 3532 |
+
11264,
|
| 3533 |
+
5376
|
| 3534 |
+
],
|
| 3535 |
+
"stride": [
|
| 3536 |
+
60555264,
|
| 3537 |
+
5376,
|
| 3538 |
+
1
|
| 3539 |
+
]
|
| 3540 |
+
},
|
| 3541 |
+
"transformer_blocks.46.ff.net.2": {
|
| 3542 |
+
"contiguous": true,
|
| 3543 |
+
"dtype": "torch.bfloat16",
|
| 3544 |
+
"shape": [
|
| 3545 |
+
1,
|
| 3546 |
+
11264,
|
| 3547 |
+
14336
|
| 3548 |
+
],
|
| 3549 |
+
"stride": [
|
| 3550 |
+
161480704,
|
| 3551 |
+
14336,
|
| 3552 |
+
1
|
| 3553 |
+
]
|
| 3554 |
+
},
|
| 3555 |
+
"transformer_blocks.47.attn.to_k": {
|
| 3556 |
+
"contiguous": true,
|
| 3557 |
+
"dtype": "torch.bfloat16",
|
| 3558 |
+
"shape": [
|
| 3559 |
+
1,
|
| 3560 |
+
11264,
|
| 3561 |
+
5376
|
| 3562 |
+
],
|
| 3563 |
+
"stride": [
|
| 3564 |
+
60555264,
|
| 3565 |
+
5376,
|
| 3566 |
+
1
|
| 3567 |
+
]
|
| 3568 |
+
},
|
| 3569 |
+
"transformer_blocks.47.attn.to_out.0": {
|
| 3570 |
+
"contiguous": true,
|
| 3571 |
+
"dtype": "torch.bfloat16",
|
| 3572 |
+
"shape": [
|
| 3573 |
+
1,
|
| 3574 |
+
11264,
|
| 3575 |
+
7168
|
| 3576 |
+
],
|
| 3577 |
+
"stride": [
|
| 3578 |
+
80740352,
|
| 3579 |
+
7168,
|
| 3580 |
+
1
|
| 3581 |
+
]
|
| 3582 |
+
},
|
| 3583 |
+
"transformer_blocks.47.attn.to_q": {
|
| 3584 |
+
"contiguous": true,
|
| 3585 |
+
"dtype": "torch.bfloat16",
|
| 3586 |
+
"shape": [
|
| 3587 |
+
1,
|
| 3588 |
+
11264,
|
| 3589 |
+
5376
|
| 3590 |
+
],
|
| 3591 |
+
"stride": [
|
| 3592 |
+
60555264,
|
| 3593 |
+
5376,
|
| 3594 |
+
1
|
| 3595 |
+
]
|
| 3596 |
+
},
|
| 3597 |
+
"transformer_blocks.47.attn.to_v": {
|
| 3598 |
+
"contiguous": true,
|
| 3599 |
+
"dtype": "torch.bfloat16",
|
| 3600 |
+
"shape": [
|
| 3601 |
+
1,
|
| 3602 |
+
11264,
|
| 3603 |
+
5376
|
| 3604 |
+
],
|
| 3605 |
+
"stride": [
|
| 3606 |
+
60555264,
|
| 3607 |
+
5376,
|
| 3608 |
+
1
|
| 3609 |
+
]
|
| 3610 |
+
},
|
| 3611 |
+
"transformer_blocks.47.ff.net.0.proj": {
|
| 3612 |
+
"contiguous": true,
|
| 3613 |
+
"dtype": "torch.bfloat16",
|
| 3614 |
+
"shape": [
|
| 3615 |
+
1,
|
| 3616 |
+
11264,
|
| 3617 |
+
5376
|
| 3618 |
+
],
|
| 3619 |
+
"stride": [
|
| 3620 |
+
60555264,
|
| 3621 |
+
5376,
|
| 3622 |
+
1
|
| 3623 |
+
]
|
| 3624 |
+
},
|
| 3625 |
+
"transformer_blocks.47.ff.net.2": {
|
| 3626 |
+
"contiguous": true,
|
| 3627 |
+
"dtype": "torch.bfloat16",
|
| 3628 |
+
"shape": [
|
| 3629 |
+
1,
|
| 3630 |
+
11264,
|
| 3631 |
+
14336
|
| 3632 |
+
],
|
| 3633 |
+
"stride": [
|
| 3634 |
+
161480704,
|
| 3635 |
+
14336,
|
| 3636 |
+
1
|
| 3637 |
+
]
|
| 3638 |
+
},
|
| 3639 |
+
"transformer_blocks.48.attn.to_k": {
|
| 3640 |
+
"contiguous": true,
|
| 3641 |
+
"dtype": "torch.bfloat16",
|
| 3642 |
+
"shape": [
|
| 3643 |
+
1,
|
| 3644 |
+
11264,
|
| 3645 |
+
5376
|
| 3646 |
+
],
|
| 3647 |
+
"stride": [
|
| 3648 |
+
60555264,
|
| 3649 |
+
5376,
|
| 3650 |
+
1
|
| 3651 |
+
]
|
| 3652 |
+
},
|
| 3653 |
+
"transformer_blocks.48.attn.to_out.0": {
|
| 3654 |
+
"contiguous": true,
|
| 3655 |
+
"dtype": "torch.bfloat16",
|
| 3656 |
+
"shape": [
|
| 3657 |
+
1,
|
| 3658 |
+
11264,
|
| 3659 |
+
7168
|
| 3660 |
+
],
|
| 3661 |
+
"stride": [
|
| 3662 |
+
80740352,
|
| 3663 |
+
7168,
|
| 3664 |
+
1
|
| 3665 |
+
]
|
| 3666 |
+
},
|
| 3667 |
+
"transformer_blocks.48.attn.to_q": {
|
| 3668 |
+
"contiguous": true,
|
| 3669 |
+
"dtype": "torch.bfloat16",
|
| 3670 |
+
"shape": [
|
| 3671 |
+
1,
|
| 3672 |
+
11264,
|
| 3673 |
+
5376
|
| 3674 |
+
],
|
| 3675 |
+
"stride": [
|
| 3676 |
+
60555264,
|
| 3677 |
+
5376,
|
| 3678 |
+
1
|
| 3679 |
+
]
|
| 3680 |
+
},
|
| 3681 |
+
"transformer_blocks.48.attn.to_v": {
|
| 3682 |
+
"contiguous": true,
|
| 3683 |
+
"dtype": "torch.bfloat16",
|
| 3684 |
+
"shape": [
|
| 3685 |
+
1,
|
| 3686 |
+
11264,
|
| 3687 |
+
5376
|
| 3688 |
+
],
|
| 3689 |
+
"stride": [
|
| 3690 |
+
60555264,
|
| 3691 |
+
5376,
|
| 3692 |
+
1
|
| 3693 |
+
]
|
| 3694 |
+
},
|
| 3695 |
+
"transformer_blocks.48.ff.net.0.proj": {
|
| 3696 |
+
"contiguous": true,
|
| 3697 |
+
"dtype": "torch.bfloat16",
|
| 3698 |
+
"shape": [
|
| 3699 |
+
1,
|
| 3700 |
+
11264,
|
| 3701 |
+
5376
|
| 3702 |
+
],
|
| 3703 |
+
"stride": [
|
| 3704 |
+
60555264,
|
| 3705 |
+
5376,
|
| 3706 |
+
1
|
| 3707 |
+
]
|
| 3708 |
+
},
|
| 3709 |
+
"transformer_blocks.48.ff.net.2": {
|
| 3710 |
+
"contiguous": true,
|
| 3711 |
+
"dtype": "torch.bfloat16",
|
| 3712 |
+
"shape": [
|
| 3713 |
+
1,
|
| 3714 |
+
11264,
|
| 3715 |
+
14336
|
| 3716 |
+
],
|
| 3717 |
+
"stride": [
|
| 3718 |
+
161480704,
|
| 3719 |
+
14336,
|
| 3720 |
+
1
|
| 3721 |
+
]
|
| 3722 |
+
},
|
| 3723 |
+
"transformer_blocks.49.attn.to_k": {
|
| 3724 |
+
"contiguous": true,
|
| 3725 |
+
"dtype": "torch.bfloat16",
|
| 3726 |
+
"shape": [
|
| 3727 |
+
1,
|
| 3728 |
+
11264,
|
| 3729 |
+
5376
|
| 3730 |
+
],
|
| 3731 |
+
"stride": [
|
| 3732 |
+
60555264,
|
| 3733 |
+
5376,
|
| 3734 |
+
1
|
| 3735 |
+
]
|
| 3736 |
+
},
|
| 3737 |
+
"transformer_blocks.49.attn.to_out.0": {
|
| 3738 |
+
"contiguous": true,
|
| 3739 |
+
"dtype": "torch.bfloat16",
|
| 3740 |
+
"shape": [
|
| 3741 |
+
1,
|
| 3742 |
+
11264,
|
| 3743 |
+
7168
|
| 3744 |
+
],
|
| 3745 |
+
"stride": [
|
| 3746 |
+
80740352,
|
| 3747 |
+
7168,
|
| 3748 |
+
1
|
| 3749 |
+
]
|
| 3750 |
+
},
|
| 3751 |
+
"transformer_blocks.49.attn.to_q": {
|
| 3752 |
+
"contiguous": true,
|
| 3753 |
+
"dtype": "torch.bfloat16",
|
| 3754 |
+
"shape": [
|
| 3755 |
+
1,
|
| 3756 |
+
11264,
|
| 3757 |
+
5376
|
| 3758 |
+
],
|
| 3759 |
+
"stride": [
|
| 3760 |
+
60555264,
|
| 3761 |
+
5376,
|
| 3762 |
+
1
|
| 3763 |
+
]
|
| 3764 |
+
},
|
| 3765 |
+
"transformer_blocks.49.attn.to_v": {
|
| 3766 |
+
"contiguous": true,
|
| 3767 |
+
"dtype": "torch.bfloat16",
|
| 3768 |
+
"shape": [
|
| 3769 |
+
1,
|
| 3770 |
+
11264,
|
| 3771 |
+
5376
|
| 3772 |
+
],
|
| 3773 |
+
"stride": [
|
| 3774 |
+
60555264,
|
| 3775 |
+
5376,
|
| 3776 |
+
1
|
| 3777 |
+
]
|
| 3778 |
+
},
|
| 3779 |
+
"transformer_blocks.49.ff.net.0.proj": {
|
| 3780 |
+
"contiguous": true,
|
| 3781 |
+
"dtype": "torch.bfloat16",
|
| 3782 |
+
"shape": [
|
| 3783 |
+
1,
|
| 3784 |
+
11264,
|
| 3785 |
+
5376
|
| 3786 |
+
],
|
| 3787 |
+
"stride": [
|
| 3788 |
+
60555264,
|
| 3789 |
+
5376,
|
| 3790 |
+
1
|
| 3791 |
+
]
|
| 3792 |
+
},
|
| 3793 |
+
"transformer_blocks.49.ff.net.2": {
|
| 3794 |
+
"contiguous": true,
|
| 3795 |
+
"dtype": "torch.bfloat16",
|
| 3796 |
+
"shape": [
|
| 3797 |
+
1,
|
| 3798 |
+
11264,
|
| 3799 |
+
14336
|
| 3800 |
+
],
|
| 3801 |
+
"stride": [
|
| 3802 |
+
161480704,
|
| 3803 |
+
14336,
|
| 3804 |
+
1
|
| 3805 |
+
]
|
| 3806 |
+
},
|
| 3807 |
+
"transformer_blocks.5.attn.to_k": {
|
| 3808 |
+
"contiguous": true,
|
| 3809 |
+
"dtype": "torch.bfloat16",
|
| 3810 |
+
"shape": [
|
| 3811 |
+
1,
|
| 3812 |
+
11264,
|
| 3813 |
+
5376
|
| 3814 |
+
],
|
| 3815 |
+
"stride": [
|
| 3816 |
+
60555264,
|
| 3817 |
+
5376,
|
| 3818 |
+
1
|
| 3819 |
+
]
|
| 3820 |
+
},
|
| 3821 |
+
"transformer_blocks.5.attn.to_out.0": {
|
| 3822 |
+
"contiguous": true,
|
| 3823 |
+
"dtype": "torch.bfloat16",
|
| 3824 |
+
"shape": [
|
| 3825 |
+
1,
|
| 3826 |
+
11264,
|
| 3827 |
+
7168
|
| 3828 |
+
],
|
| 3829 |
+
"stride": [
|
| 3830 |
+
80740352,
|
| 3831 |
+
7168,
|
| 3832 |
+
1
|
| 3833 |
+
]
|
| 3834 |
+
},
|
| 3835 |
+
"transformer_blocks.5.attn.to_q": {
|
| 3836 |
+
"contiguous": true,
|
| 3837 |
+
"dtype": "torch.bfloat16",
|
| 3838 |
+
"shape": [
|
| 3839 |
+
1,
|
| 3840 |
+
11264,
|
| 3841 |
+
5376
|
| 3842 |
+
],
|
| 3843 |
+
"stride": [
|
| 3844 |
+
60555264,
|
| 3845 |
+
5376,
|
| 3846 |
+
1
|
| 3847 |
+
]
|
| 3848 |
+
},
|
| 3849 |
+
"transformer_blocks.5.attn.to_v": {
|
| 3850 |
+
"contiguous": true,
|
| 3851 |
+
"dtype": "torch.bfloat16",
|
| 3852 |
+
"shape": [
|
| 3853 |
+
1,
|
| 3854 |
+
11264,
|
| 3855 |
+
5376
|
| 3856 |
+
],
|
| 3857 |
+
"stride": [
|
| 3858 |
+
60555264,
|
| 3859 |
+
5376,
|
| 3860 |
+
1
|
| 3861 |
+
]
|
| 3862 |
+
},
|
| 3863 |
+
"transformer_blocks.5.ff.net.0.proj": {
|
| 3864 |
+
"contiguous": true,
|
| 3865 |
+
"dtype": "torch.bfloat16",
|
| 3866 |
+
"shape": [
|
| 3867 |
+
1,
|
| 3868 |
+
11264,
|
| 3869 |
+
5376
|
| 3870 |
+
],
|
| 3871 |
+
"stride": [
|
| 3872 |
+
60555264,
|
| 3873 |
+
5376,
|
| 3874 |
+
1
|
| 3875 |
+
]
|
| 3876 |
+
},
|
| 3877 |
+
"transformer_blocks.5.ff.net.2": {
|
| 3878 |
+
"contiguous": true,
|
| 3879 |
+
"dtype": "torch.bfloat16",
|
| 3880 |
+
"shape": [
|
| 3881 |
+
1,
|
| 3882 |
+
11264,
|
| 3883 |
+
14336
|
| 3884 |
+
],
|
| 3885 |
+
"stride": [
|
| 3886 |
+
161480704,
|
| 3887 |
+
14336,
|
| 3888 |
+
1
|
| 3889 |
+
]
|
| 3890 |
+
},
|
| 3891 |
+
"transformer_blocks.6.attn.to_k": {
|
| 3892 |
+
"contiguous": true,
|
| 3893 |
+
"dtype": "torch.bfloat16",
|
| 3894 |
+
"shape": [
|
| 3895 |
+
1,
|
| 3896 |
+
11264,
|
| 3897 |
+
5376
|
| 3898 |
+
],
|
| 3899 |
+
"stride": [
|
| 3900 |
+
60555264,
|
| 3901 |
+
5376,
|
| 3902 |
+
1
|
| 3903 |
+
]
|
| 3904 |
+
},
|
| 3905 |
+
"transformer_blocks.6.attn.to_out.0": {
|
| 3906 |
+
"contiguous": true,
|
| 3907 |
+
"dtype": "torch.bfloat16",
|
| 3908 |
+
"shape": [
|
| 3909 |
+
1,
|
| 3910 |
+
11264,
|
| 3911 |
+
7168
|
| 3912 |
+
],
|
| 3913 |
+
"stride": [
|
| 3914 |
+
80740352,
|
| 3915 |
+
7168,
|
| 3916 |
+
1
|
| 3917 |
+
]
|
| 3918 |
+
},
|
| 3919 |
+
"transformer_blocks.6.attn.to_q": {
|
| 3920 |
+
"contiguous": true,
|
| 3921 |
+
"dtype": "torch.bfloat16",
|
| 3922 |
+
"shape": [
|
| 3923 |
+
1,
|
| 3924 |
+
11264,
|
| 3925 |
+
5376
|
| 3926 |
+
],
|
| 3927 |
+
"stride": [
|
| 3928 |
+
60555264,
|
| 3929 |
+
5376,
|
| 3930 |
+
1
|
| 3931 |
+
]
|
| 3932 |
+
},
|
| 3933 |
+
"transformer_blocks.6.attn.to_v": {
|
| 3934 |
+
"contiguous": true,
|
| 3935 |
+
"dtype": "torch.bfloat16",
|
| 3936 |
+
"shape": [
|
| 3937 |
+
1,
|
| 3938 |
+
11264,
|
| 3939 |
+
5376
|
| 3940 |
+
],
|
| 3941 |
+
"stride": [
|
| 3942 |
+
60555264,
|
| 3943 |
+
5376,
|
| 3944 |
+
1
|
| 3945 |
+
]
|
| 3946 |
+
},
|
| 3947 |
+
"transformer_blocks.6.ff.net.0.proj": {
|
| 3948 |
+
"contiguous": true,
|
| 3949 |
+
"dtype": "torch.bfloat16",
|
| 3950 |
+
"shape": [
|
| 3951 |
+
1,
|
| 3952 |
+
11264,
|
| 3953 |
+
5376
|
| 3954 |
+
],
|
| 3955 |
+
"stride": [
|
| 3956 |
+
60555264,
|
| 3957 |
+
5376,
|
| 3958 |
+
1
|
| 3959 |
+
]
|
| 3960 |
+
},
|
| 3961 |
+
"transformer_blocks.6.ff.net.2": {
|
| 3962 |
+
"contiguous": true,
|
| 3963 |
+
"dtype": "torch.bfloat16",
|
| 3964 |
+
"shape": [
|
| 3965 |
+
1,
|
| 3966 |
+
11264,
|
| 3967 |
+
14336
|
| 3968 |
+
],
|
| 3969 |
+
"stride": [
|
| 3970 |
+
161480704,
|
| 3971 |
+
14336,
|
| 3972 |
+
1
|
| 3973 |
+
]
|
| 3974 |
+
},
|
| 3975 |
+
"transformer_blocks.7.attn.to_k": {
|
| 3976 |
+
"contiguous": true,
|
| 3977 |
+
"dtype": "torch.bfloat16",
|
| 3978 |
+
"shape": [
|
| 3979 |
+
1,
|
| 3980 |
+
11264,
|
| 3981 |
+
5376
|
| 3982 |
+
],
|
| 3983 |
+
"stride": [
|
| 3984 |
+
60555264,
|
| 3985 |
+
5376,
|
| 3986 |
+
1
|
| 3987 |
+
]
|
| 3988 |
+
},
|
| 3989 |
+
"transformer_blocks.7.attn.to_out.0": {
|
| 3990 |
+
"contiguous": true,
|
| 3991 |
+
"dtype": "torch.bfloat16",
|
| 3992 |
+
"shape": [
|
| 3993 |
+
1,
|
| 3994 |
+
11264,
|
| 3995 |
+
7168
|
| 3996 |
+
],
|
| 3997 |
+
"stride": [
|
| 3998 |
+
80740352,
|
| 3999 |
+
7168,
|
| 4000 |
+
1
|
| 4001 |
+
]
|
| 4002 |
+
},
|
| 4003 |
+
"transformer_blocks.7.attn.to_q": {
|
| 4004 |
+
"contiguous": true,
|
| 4005 |
+
"dtype": "torch.bfloat16",
|
| 4006 |
+
"shape": [
|
| 4007 |
+
1,
|
| 4008 |
+
11264,
|
| 4009 |
+
5376
|
| 4010 |
+
],
|
| 4011 |
+
"stride": [
|
| 4012 |
+
60555264,
|
| 4013 |
+
5376,
|
| 4014 |
+
1
|
| 4015 |
+
]
|
| 4016 |
+
},
|
| 4017 |
+
"transformer_blocks.7.attn.to_v": {
|
| 4018 |
+
"contiguous": true,
|
| 4019 |
+
"dtype": "torch.bfloat16",
|
| 4020 |
+
"shape": [
|
| 4021 |
+
1,
|
| 4022 |
+
11264,
|
| 4023 |
+
5376
|
| 4024 |
+
],
|
| 4025 |
+
"stride": [
|
| 4026 |
+
60555264,
|
| 4027 |
+
5376,
|
| 4028 |
+
1
|
| 4029 |
+
]
|
| 4030 |
+
},
|
| 4031 |
+
"transformer_blocks.7.ff.net.0.proj": {
|
| 4032 |
+
"contiguous": true,
|
| 4033 |
+
"dtype": "torch.bfloat16",
|
| 4034 |
+
"shape": [
|
| 4035 |
+
1,
|
| 4036 |
+
11264,
|
| 4037 |
+
5376
|
| 4038 |
+
],
|
| 4039 |
+
"stride": [
|
| 4040 |
+
60555264,
|
| 4041 |
+
5376,
|
| 4042 |
+
1
|
| 4043 |
+
]
|
| 4044 |
+
},
|
| 4045 |
+
"transformer_blocks.7.ff.net.2": {
|
| 4046 |
+
"contiguous": true,
|
| 4047 |
+
"dtype": "torch.bfloat16",
|
| 4048 |
+
"shape": [
|
| 4049 |
+
1,
|
| 4050 |
+
11264,
|
| 4051 |
+
14336
|
| 4052 |
+
],
|
| 4053 |
+
"stride": [
|
| 4054 |
+
161480704,
|
| 4055 |
+
14336,
|
| 4056 |
+
1
|
| 4057 |
+
]
|
| 4058 |
+
},
|
| 4059 |
+
"transformer_blocks.8.attn.to_k": {
|
| 4060 |
+
"contiguous": true,
|
| 4061 |
+
"dtype": "torch.bfloat16",
|
| 4062 |
+
"shape": [
|
| 4063 |
+
1,
|
| 4064 |
+
11264,
|
| 4065 |
+
5376
|
| 4066 |
+
],
|
| 4067 |
+
"stride": [
|
| 4068 |
+
60555264,
|
| 4069 |
+
5376,
|
| 4070 |
+
1
|
| 4071 |
+
]
|
| 4072 |
+
},
|
| 4073 |
+
"transformer_blocks.8.attn.to_out.0": {
|
| 4074 |
+
"contiguous": true,
|
| 4075 |
+
"dtype": "torch.bfloat16",
|
| 4076 |
+
"shape": [
|
| 4077 |
+
1,
|
| 4078 |
+
11264,
|
| 4079 |
+
7168
|
| 4080 |
+
],
|
| 4081 |
+
"stride": [
|
| 4082 |
+
80740352,
|
| 4083 |
+
7168,
|
| 4084 |
+
1
|
| 4085 |
+
]
|
| 4086 |
+
},
|
| 4087 |
+
"transformer_blocks.8.attn.to_q": {
|
| 4088 |
+
"contiguous": true,
|
| 4089 |
+
"dtype": "torch.bfloat16",
|
| 4090 |
+
"shape": [
|
| 4091 |
+
1,
|
| 4092 |
+
11264,
|
| 4093 |
+
5376
|
| 4094 |
+
],
|
| 4095 |
+
"stride": [
|
| 4096 |
+
60555264,
|
| 4097 |
+
5376,
|
| 4098 |
+
1
|
| 4099 |
+
]
|
| 4100 |
+
},
|
| 4101 |
+
"transformer_blocks.8.attn.to_v": {
|
| 4102 |
+
"contiguous": true,
|
| 4103 |
+
"dtype": "torch.bfloat16",
|
| 4104 |
+
"shape": [
|
| 4105 |
+
1,
|
| 4106 |
+
11264,
|
| 4107 |
+
5376
|
| 4108 |
+
],
|
| 4109 |
+
"stride": [
|
| 4110 |
+
60555264,
|
| 4111 |
+
5376,
|
| 4112 |
+
1
|
| 4113 |
+
]
|
| 4114 |
+
},
|
| 4115 |
+
"transformer_blocks.8.ff.net.0.proj": {
|
| 4116 |
+
"contiguous": true,
|
| 4117 |
+
"dtype": "torch.bfloat16",
|
| 4118 |
+
"shape": [
|
| 4119 |
+
1,
|
| 4120 |
+
11264,
|
| 4121 |
+
5376
|
| 4122 |
+
],
|
| 4123 |
+
"stride": [
|
| 4124 |
+
60555264,
|
| 4125 |
+
5376,
|
| 4126 |
+
1
|
| 4127 |
+
]
|
| 4128 |
+
},
|
| 4129 |
+
"transformer_blocks.8.ff.net.2": {
|
| 4130 |
+
"contiguous": true,
|
| 4131 |
+
"dtype": "torch.bfloat16",
|
| 4132 |
+
"shape": [
|
| 4133 |
+
1,
|
| 4134 |
+
11264,
|
| 4135 |
+
14336
|
| 4136 |
+
],
|
| 4137 |
+
"stride": [
|
| 4138 |
+
161480704,
|
| 4139 |
+
14336,
|
| 4140 |
+
1
|
| 4141 |
+
]
|
| 4142 |
+
},
|
| 4143 |
+
"transformer_blocks.9.attn.to_k": {
|
| 4144 |
+
"contiguous": true,
|
| 4145 |
+
"dtype": "torch.bfloat16",
|
| 4146 |
+
"shape": [
|
| 4147 |
+
1,
|
| 4148 |
+
11264,
|
| 4149 |
+
5376
|
| 4150 |
+
],
|
| 4151 |
+
"stride": [
|
| 4152 |
+
60555264,
|
| 4153 |
+
5376,
|
| 4154 |
+
1
|
| 4155 |
+
]
|
| 4156 |
+
},
|
| 4157 |
+
"transformer_blocks.9.attn.to_out.0": {
|
| 4158 |
+
"contiguous": true,
|
| 4159 |
+
"dtype": "torch.bfloat16",
|
| 4160 |
+
"shape": [
|
| 4161 |
+
1,
|
| 4162 |
+
11264,
|
| 4163 |
+
7168
|
| 4164 |
+
],
|
| 4165 |
+
"stride": [
|
| 4166 |
+
80740352,
|
| 4167 |
+
7168,
|
| 4168 |
+
1
|
| 4169 |
+
]
|
| 4170 |
+
},
|
| 4171 |
+
"transformer_blocks.9.attn.to_q": {
|
| 4172 |
+
"contiguous": true,
|
| 4173 |
+
"dtype": "torch.bfloat16",
|
| 4174 |
+
"shape": [
|
| 4175 |
+
1,
|
| 4176 |
+
11264,
|
| 4177 |
+
5376
|
| 4178 |
+
],
|
| 4179 |
+
"stride": [
|
| 4180 |
+
60555264,
|
| 4181 |
+
5376,
|
| 4182 |
+
1
|
| 4183 |
+
]
|
| 4184 |
+
},
|
| 4185 |
+
"transformer_blocks.9.attn.to_v": {
|
| 4186 |
+
"contiguous": true,
|
| 4187 |
+
"dtype": "torch.bfloat16",
|
| 4188 |
+
"shape": [
|
| 4189 |
+
1,
|
| 4190 |
+
11264,
|
| 4191 |
+
5376
|
| 4192 |
+
],
|
| 4193 |
+
"stride": [
|
| 4194 |
+
60555264,
|
| 4195 |
+
5376,
|
| 4196 |
+
1
|
| 4197 |
+
]
|
| 4198 |
+
},
|
| 4199 |
+
"transformer_blocks.9.ff.net.0.proj": {
|
| 4200 |
+
"contiguous": true,
|
| 4201 |
+
"dtype": "torch.bfloat16",
|
| 4202 |
+
"shape": [
|
| 4203 |
+
1,
|
| 4204 |
+
11264,
|
| 4205 |
+
5376
|
| 4206 |
+
],
|
| 4207 |
+
"stride": [
|
| 4208 |
+
60555264,
|
| 4209 |
+
5376,
|
| 4210 |
+
1
|
| 4211 |
+
]
|
| 4212 |
+
},
|
| 4213 |
+
"transformer_blocks.9.ff.net.2": {
|
| 4214 |
+
"contiguous": true,
|
| 4215 |
+
"dtype": "torch.bfloat16",
|
| 4216 |
+
"shape": [
|
| 4217 |
+
1,
|
| 4218 |
+
11264,
|
| 4219 |
+
14336
|
| 4220 |
+
],
|
| 4221 |
+
"stride": [
|
| 4222 |
+
161480704,
|
| 4223 |
+
14336,
|
| 4224 |
+
1
|
| 4225 |
+
]
|
| 4226 |
+
}
|
| 4227 |
+
},
|
| 4228 |
+
"orbitquant_shape_cuda_ms": {
|
| 4229 |
+
"14336x5376": {
|
| 4230 |
+
"calls": 50,
|
| 4231 |
+
"total_ms": 225.03200006484985
|
| 4232 |
+
},
|
| 4233 |
+
"5376x28672": {
|
| 4234 |
+
"calls": 50,
|
| 4235 |
+
"total_ms": 347.8003191947937
|
| 4236 |
+
},
|
| 4237 |
+
"5376x7168": {
|
| 4238 |
+
"calls": 150,
|
| 4239 |
+
"total_ms": 365.89542269706726
|
| 4240 |
+
},
|
| 4241 |
+
"7168x5376": {
|
| 4242 |
+
"calls": 50,
|
| 4243 |
+
"total_ms": 123.31817579269409
|
| 4244 |
+
}
|
| 4245 |
+
},
|
| 4246 |
+
"orbitquant_shapes": {
|
| 4247 |
+
"14336x5376": 50,
|
| 4248 |
+
"5376x28672": 50,
|
| 4249 |
+
"5376x7168": 150,
|
| 4250 |
+
"7168x5376": 50
|
| 4251 |
+
},
|
| 4252 |
+
"output_finite": [
|
| 4253 |
+
true,
|
| 4254 |
+
true
|
| 4255 |
+
],
|
| 4256 |
+
"output_shapes": [
|
| 4257 |
+
[
|
| 4258 |
+
1,
|
| 4259 |
+
10545,
|
| 4260 |
+
96
|
| 4261 |
+
],
|
| 4262 |
+
[
|
| 4263 |
+
1,
|
| 4264 |
+
207,
|
| 4265 |
+
32
|
| 4266 |
+
]
|
| 4267 |
+
],
|
| 4268 |
+
"runtime_mode": "native_packed_matmul",
|
| 4269 |
+
"slowest_orbitquant_linears": [
|
| 4270 |
+
{
|
| 4271 |
+
"cuda_ms": 18.906143188476562,
|
| 4272 |
+
"name": "transformer_blocks.0.attn.to_q",
|
| 4273 |
+
"shape": "5376x7168"
|
| 4274 |
+
},
|
| 4275 |
+
{
|
| 4276 |
+
"cuda_ms": 9.0982084274292,
|
| 4277 |
+
"name": "transformer_blocks.0.ff.net.0.proj",
|
| 4278 |
+
"shape": "5376x28672"
|
| 4279 |
+
},
|
| 4280 |
+
{
|
| 4281 |
+
"cuda_ms": 8.691136360168457,
|
| 4282 |
+
"name": "transformer_blocks.0.ff.net.2",
|
| 4283 |
+
"shape": "14336x5376"
|
| 4284 |
+
},
|
| 4285 |
+
{
|
| 4286 |
+
"cuda_ms": 7.211008071899414,
|
| 4287 |
+
"name": "transformer_blocks.0.attn.to_out.0",
|
| 4288 |
+
"shape": "7168x5376"
|
| 4289 |
+
},
|
| 4290 |
+
{
|
| 4291 |
+
"cuda_ms": 7.1143999099731445,
|
| 4292 |
+
"name": "transformer_blocks.6.ff.net.0.proj",
|
| 4293 |
+
"shape": "5376x28672"
|
| 4294 |
+
},
|
| 4295 |
+
{
|
| 4296 |
+
"cuda_ms": 7.098368167877197,
|
| 4297 |
+
"name": "transformer_blocks.1.ff.net.0.proj",
|
| 4298 |
+
"shape": "5376x28672"
|
| 4299 |
+
},
|
| 4300 |
+
{
|
| 4301 |
+
"cuda_ms": 7.0820159912109375,
|
| 4302 |
+
"name": "transformer_blocks.3.ff.net.0.proj",
|
| 4303 |
+
"shape": "5376x28672"
|
| 4304 |
+
},
|
| 4305 |
+
{
|
| 4306 |
+
"cuda_ms": 7.071263790130615,
|
| 4307 |
+
"name": "transformer_blocks.47.ff.net.0.proj",
|
| 4308 |
+
"shape": "5376x28672"
|
| 4309 |
+
},
|
| 4310 |
+
{
|
| 4311 |
+
"cuda_ms": 7.0655999183654785,
|
| 4312 |
+
"name": "transformer_blocks.2.ff.net.0.proj",
|
| 4313 |
+
"shape": "5376x28672"
|
| 4314 |
+
},
|
| 4315 |
+
{
|
| 4316 |
+
"cuda_ms": 7.0641279220581055,
|
| 4317 |
+
"name": "transformer_blocks.9.ff.net.0.proj",
|
| 4318 |
+
"shape": "5376x28672"
|
| 4319 |
+
},
|
| 4320 |
+
{
|
| 4321 |
+
"cuda_ms": 7.058080196380615,
|
| 4322 |
+
"name": "transformer_blocks.24.ff.net.0.proj",
|
| 4323 |
+
"shape": "5376x28672"
|
| 4324 |
+
},
|
| 4325 |
+
{
|
| 4326 |
+
"cuda_ms": 7.055903911590576,
|
| 4327 |
+
"name": "transformer_blocks.34.ff.net.0.proj",
|
| 4328 |
+
"shape": "5376x28672"
|
| 4329 |
+
},
|
| 4330 |
+
{
|
| 4331 |
+
"cuda_ms": 7.050911903381348,
|
| 4332 |
+
"name": "transformer_blocks.4.ff.net.0.proj",
|
| 4333 |
+
"shape": "5376x28672"
|
| 4334 |
+
},
|
| 4335 |
+
{
|
| 4336 |
+
"cuda_ms": 7.049727916717529,
|
| 4337 |
+
"name": "transformer_blocks.19.ff.net.0.proj",
|
| 4338 |
+
"shape": "5376x28672"
|
| 4339 |
+
},
|
| 4340 |
+
{
|
| 4341 |
+
"cuda_ms": 7.049215793609619,
|
| 4342 |
+
"name": "transformer_blocks.5.ff.net.0.proj",
|
| 4343 |
+
"shape": "5376x28672"
|
| 4344 |
+
},
|
| 4345 |
+
{
|
| 4346 |
+
"cuda_ms": 7.046656131744385,
|
| 4347 |
+
"name": "transformer_blocks.44.ff.net.0.proj",
|
| 4348 |
+
"shape": "5376x28672"
|
| 4349 |
+
},
|
| 4350 |
+
{
|
| 4351 |
+
"cuda_ms": 7.04585599899292,
|
| 4352 |
+
"name": "transformer_blocks.7.ff.net.0.proj",
|
| 4353 |
+
"shape": "5376x28672"
|
| 4354 |
+
},
|
| 4355 |
+
{
|
| 4356 |
+
"cuda_ms": 7.0456318855285645,
|
| 4357 |
+
"name": "transformer_blocks.39.ff.net.0.proj",
|
| 4358 |
+
"shape": "5376x28672"
|
| 4359 |
+
},
|
| 4360 |
+
{
|
| 4361 |
+
"cuda_ms": 7.0415358543396,
|
| 4362 |
+
"name": "transformer_blocks.12.ff.net.0.proj",
|
| 4363 |
+
"shape": "5376x28672"
|
| 4364 |
+
},
|
| 4365 |
+
{
|
| 4366 |
+
"cuda_ms": 7.039487838745117,
|
| 4367 |
+
"name": "transformer_blocks.21.ff.net.0.proj",
|
| 4368 |
+
"shape": "5376x28672"
|
| 4369 |
+
},
|
| 4370 |
+
{
|
| 4371 |
+
"cuda_ms": 7.036448001861572,
|
| 4372 |
+
"name": "transformer_blocks.29.ff.net.0.proj",
|
| 4373 |
+
"shape": "5376x28672"
|
| 4374 |
+
},
|
| 4375 |
+
{
|
| 4376 |
+
"cuda_ms": 7.036448001861572,
|
| 4377 |
+
"name": "transformer_blocks.42.ff.net.0.proj",
|
| 4378 |
+
"shape": "5376x28672"
|
| 4379 |
+
},
|
| 4380 |
+
{
|
| 4381 |
+
"cuda_ms": 7.028736114501953,
|
| 4382 |
+
"name": "transformer_blocks.26.ff.net.0.proj",
|
| 4383 |
+
"shape": "5376x28672"
|
| 4384 |
+
},
|
| 4385 |
+
{
|
| 4386 |
+
"cuda_ms": 7.02566385269165,
|
| 4387 |
+
"name": "transformer_blocks.14.ff.net.0.proj",
|
| 4388 |
+
"shape": "5376x28672"
|
| 4389 |
+
},
|
| 4390 |
+
{
|
| 4391 |
+
"cuda_ms": 6.987775802612305,
|
| 4392 |
+
"name": "transformer_blocks.37.ff.net.0.proj",
|
| 4393 |
+
"shape": "5376x28672"
|
| 4394 |
+
},
|
| 4395 |
+
{
|
| 4396 |
+
"cuda_ms": 6.983263969421387,
|
| 4397 |
+
"name": "transformer_blocks.32.ff.net.0.proj",
|
| 4398 |
+
"shape": "5376x28672"
|
| 4399 |
+
},
|
| 4400 |
+
{
|
| 4401 |
+
"cuda_ms": 6.972415924072266,
|
| 4402 |
+
"name": "transformer_blocks.17.ff.net.0.proj",
|
| 4403 |
+
"shape": "5376x28672"
|
| 4404 |
+
},
|
| 4405 |
+
{
|
| 4406 |
+
"cuda_ms": 6.934175968170166,
|
| 4407 |
+
"name": "transformer_blocks.27.ff.net.0.proj",
|
| 4408 |
+
"shape": "5376x28672"
|
| 4409 |
+
},
|
| 4410 |
+
{
|
| 4411 |
+
"cuda_ms": 6.928383827209473,
|
| 4412 |
+
"name": "transformer_blocks.22.ff.net.0.proj",
|
| 4413 |
+
"shape": "5376x28672"
|
| 4414 |
+
},
|
| 4415 |
+
{
|
| 4416 |
+
"cuda_ms": 6.850048065185547,
|
| 4417 |
+
"name": "transformer_blocks.10.ff.net.0.proj",
|
| 4418 |
+
"shape": "5376x28672"
|
| 4419 |
+
}
|
| 4420 |
+
],
|
| 4421 |
+
"status": "pass",
|
| 4422 |
+
"text_tokens": 512,
|
| 4423 |
+
"torch": "2.8.0+cu128",
|
| 4424 |
+
"transformer": "/workspace/orbitquant-h3-ref/model/transformer_ref",
|
| 4425 |
+
"transformer_block_cuda_ms": [
|
| 4426 |
+
{
|
| 4427 |
+
"cuda_ms": 311.4284362792969,
|
| 4428 |
+
"name": "transformer_blocks.0"
|
| 4429 |
+
},
|
| 4430 |
+
{
|
| 4431 |
+
"cuda_ms": 48.51638412475586,
|
| 4432 |
+
"name": "transformer_blocks.1"
|
| 4433 |
+
},
|
| 4434 |
+
{
|
| 4435 |
+
"cuda_ms": 48.574527740478516,
|
| 4436 |
+
"name": "transformer_blocks.2"
|
| 4437 |
+
},
|
| 4438 |
+
{
|
| 4439 |
+
"cuda_ms": 48.55510330200195,
|
| 4440 |
+
"name": "transformer_blocks.3"
|
| 4441 |
+
},
|
| 4442 |
+
{
|
| 4443 |
+
"cuda_ms": 48.56742477416992,
|
| 4444 |
+
"name": "transformer_blocks.4"
|
| 4445 |
+
},
|
| 4446 |
+
{
|
| 4447 |
+
"cuda_ms": 48.5162239074707,
|
| 4448 |
+
"name": "transformer_blocks.5"
|
| 4449 |
+
},
|
| 4450 |
+
{
|
| 4451 |
+
"cuda_ms": 48.63600158691406,
|
| 4452 |
+
"name": "transformer_blocks.6"
|
| 4453 |
+
},
|
| 4454 |
+
{
|
| 4455 |
+
"cuda_ms": 48.58127975463867,
|
| 4456 |
+
"name": "transformer_blocks.7"
|
| 4457 |
+
},
|
| 4458 |
+
{
|
| 4459 |
+
"cuda_ms": 48.1910400390625,
|
| 4460 |
+
"name": "transformer_blocks.8"
|
| 4461 |
+
},
|
| 4462 |
+
{
|
| 4463 |
+
"cuda_ms": 48.545345306396484,
|
| 4464 |
+
"name": "transformer_blocks.9"
|
| 4465 |
+
},
|
| 4466 |
+
{
|
| 4467 |
+
"cuda_ms": 48.06208038330078,
|
| 4468 |
+
"name": "transformer_blocks.10"
|
| 4469 |
+
},
|
| 4470 |
+
{
|
| 4471 |
+
"cuda_ms": 47.823455810546875,
|
| 4472 |
+
"name": "transformer_blocks.11"
|
| 4473 |
+
},
|
| 4474 |
+
{
|
| 4475 |
+
"cuda_ms": 48.4901123046875,
|
| 4476 |
+
"name": "transformer_blocks.12"
|
| 4477 |
+
},
|
| 4478 |
+
{
|
| 4479 |
+
"cuda_ms": 47.92486572265625,
|
| 4480 |
+
"name": "transformer_blocks.13"
|
| 4481 |
+
},
|
| 4482 |
+
{
|
| 4483 |
+
"cuda_ms": 48.53456115722656,
|
| 4484 |
+
"name": "transformer_blocks.14"
|
| 4485 |
+
},
|
| 4486 |
+
{
|
| 4487 |
+
"cuda_ms": 48.27961730957031,
|
| 4488 |
+
"name": "transformer_blocks.15"
|
| 4489 |
+
},
|
| 4490 |
+
{
|
| 4491 |
+
"cuda_ms": 47.93564987182617,
|
| 4492 |
+
"name": "transformer_blocks.16"
|
| 4493 |
+
},
|
| 4494 |
+
{
|
| 4495 |
+
"cuda_ms": 48.035457611083984,
|
| 4496 |
+
"name": "transformer_blocks.17"
|
| 4497 |
+
},
|
| 4498 |
+
{
|
| 4499 |
+
"cuda_ms": 47.76406478881836,
|
| 4500 |
+
"name": "transformer_blocks.18"
|
| 4501 |
+
},
|
| 4502 |
+
{
|
| 4503 |
+
"cuda_ms": 48.521854400634766,
|
| 4504 |
+
"name": "transformer_blocks.19"
|
| 4505 |
+
},
|
| 4506 |
+
{
|
| 4507 |
+
"cuda_ms": 48.037376403808594,
|
| 4508 |
+
"name": "transformer_blocks.20"
|
| 4509 |
+
},
|
| 4510 |
+
{
|
| 4511 |
+
"cuda_ms": 48.364158630371094,
|
| 4512 |
+
"name": "transformer_blocks.21"
|
| 4513 |
+
},
|
| 4514 |
+
{
|
| 4515 |
+
"cuda_ms": 48.13004684448242,
|
| 4516 |
+
"name": "transformer_blocks.22"
|
| 4517 |
+
},
|
| 4518 |
+
{
|
| 4519 |
+
"cuda_ms": 47.60380935668945,
|
| 4520 |
+
"name": "transformer_blocks.23"
|
| 4521 |
+
},
|
| 4522 |
+
{
|
| 4523 |
+
"cuda_ms": 48.526206970214844,
|
| 4524 |
+
"name": "transformer_blocks.24"
|
| 4525 |
+
},
|
| 4526 |
+
{
|
| 4527 |
+
"cuda_ms": 48.04182434082031,
|
| 4528 |
+
"name": "transformer_blocks.25"
|
| 4529 |
+
},
|
| 4530 |
+
{
|
| 4531 |
+
"cuda_ms": 47.844512939453125,
|
| 4532 |
+
"name": "transformer_blocks.26"
|
| 4533 |
+
},
|
| 4534 |
+
{
|
| 4535 |
+
"cuda_ms": 48.17929458618164,
|
| 4536 |
+
"name": "transformer_blocks.27"
|
| 4537 |
+
},
|
| 4538 |
+
{
|
| 4539 |
+
"cuda_ms": 47.58198547363281,
|
| 4540 |
+
"name": "transformer_blocks.28"
|
| 4541 |
+
},
|
| 4542 |
+
{
|
| 4543 |
+
"cuda_ms": 48.438785552978516,
|
| 4544 |
+
"name": "transformer_blocks.29"
|
| 4545 |
+
},
|
| 4546 |
+
{
|
| 4547 |
+
"cuda_ms": 48.02822494506836,
|
| 4548 |
+
"name": "transformer_blocks.30"
|
| 4549 |
+
},
|
| 4550 |
+
{
|
| 4551 |
+
"cuda_ms": 46.90595245361328,
|
| 4552 |
+
"name": "transformer_blocks.31"
|
| 4553 |
+
},
|
| 4554 |
+
{
|
| 4555 |
+
"cuda_ms": 48.04880142211914,
|
| 4556 |
+
"name": "transformer_blocks.32"
|
| 4557 |
+
},
|
| 4558 |
+
{
|
| 4559 |
+
"cuda_ms": 47.76803207397461,
|
| 4560 |
+
"name": "transformer_blocks.33"
|
| 4561 |
+
},
|
| 4562 |
+
{
|
| 4563 |
+
"cuda_ms": 48.554656982421875,
|
| 4564 |
+
"name": "transformer_blocks.34"
|
| 4565 |
+
},
|
| 4566 |
+
{
|
| 4567 |
+
"cuda_ms": 47.988670349121094,
|
| 4568 |
+
"name": "transformer_blocks.35"
|
| 4569 |
+
},
|
| 4570 |
+
{
|
| 4571 |
+
"cuda_ms": 47.18297576904297,
|
| 4572 |
+
"name": "transformer_blocks.36"
|
| 4573 |
+
},
|
| 4574 |
+
{
|
| 4575 |
+
"cuda_ms": 48.055423736572266,
|
| 4576 |
+
"name": "transformer_blocks.37"
|
| 4577 |
+
},
|
| 4578 |
+
{
|
| 4579 |
+
"cuda_ms": 47.75484848022461,
|
| 4580 |
+
"name": "transformer_blocks.38"
|
| 4581 |
+
},
|
| 4582 |
+
{
|
| 4583 |
+
"cuda_ms": 48.46246337890625,
|
| 4584 |
+
"name": "transformer_blocks.39"
|
| 4585 |
+
},
|
| 4586 |
+
{
|
| 4587 |
+
"cuda_ms": 47.13225555419922,
|
| 4588 |
+
"name": "transformer_blocks.40"
|
| 4589 |
+
},
|
| 4590 |
+
{
|
| 4591 |
+
"cuda_ms": 47.67193603515625,
|
| 4592 |
+
"name": "transformer_blocks.41"
|
| 4593 |
+
},
|
| 4594 |
+
{
|
| 4595 |
+
"cuda_ms": 47.967838287353516,
|
| 4596 |
+
"name": "transformer_blocks.42"
|
| 4597 |
+
},
|
| 4598 |
+
{
|
| 4599 |
+
"cuda_ms": 47.16921615600586,
|
| 4600 |
+
"name": "transformer_blocks.43"
|
| 4601 |
+
},
|
| 4602 |
+
{
|
| 4603 |
+
"cuda_ms": 47.7097282409668,
|
| 4604 |
+
"name": "transformer_blocks.44"
|
| 4605 |
+
},
|
| 4606 |
+
{
|
| 4607 |
+
"cuda_ms": 47.17932891845703,
|
| 4608 |
+
"name": "transformer_blocks.45"
|
| 4609 |
+
},
|
| 4610 |
+
{
|
| 4611 |
+
"cuda_ms": 47.825439453125,
|
| 4612 |
+
"name": "transformer_blocks.46"
|
| 4613 |
+
},
|
| 4614 |
+
{
|
| 4615 |
+
"cuda_ms": 48.40099334716797,
|
| 4616 |
+
"name": "transformer_blocks.47"
|
| 4617 |
+
},
|
| 4618 |
+
{
|
| 4619 |
+
"cuda_ms": 47.14352035522461,
|
| 4620 |
+
"name": "transformer_blocks.48"
|
| 4621 |
+
},
|
| 4622 |
+
{
|
| 4623 |
+
"cuda_ms": 46.874176025390625,
|
| 4624 |
+
"name": "transformer_blocks.49"
|
| 4625 |
+
}
|
| 4626 |
+
],
|
| 4627 |
+
"video_tokens": 10545,
|
| 4628 |
+
"wall_seconds": 2.890391333028674
|
| 4629 |
+
}
|
comfyui/examples/h264/comfyui-ref2va-608x480.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02233da18b3c01761889df2206181e0fc7b9f120165b37a0fe4c9f7bbdda0096
|
| 3 |
+
size 581273
|
comfyui/examples/h264/comfyui-t2va-608x480.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cceecedd28dfc593cf5e61145836405d18475bd8109b2ef7a984d96d91a13e6
|
| 3 |
+
size 611905
|
comfyui/examples/hevc/comfyui-ref2va-608x480.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c3040f81aefdb14b30047a5c972347d012d72dbfa026b8a9b2e245e555b7996
|
| 3 |
+
size 470007
|
comfyui/examples/hevc/comfyui-t2va-608x480.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc31c456f9fdfae29c4e89d063baa953bbd73141c05a237ed43006336661eaab
|
| 3 |
+
size 423393
|
comfyui/examples/timelines/comfyui-ref2va-608x480.png
ADDED
|
Git LFS Details
|
comfyui/examples/timelines/comfyui-t2va-608x480.png
ADDED
|
Git LFS Details
|
comfyui/report.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "pass",
|
| 3 |
+
"date": "2026-08-04",
|
| 4 |
+
"hardware": {
|
| 5 |
+
"provider": "RunPod",
|
| 6 |
+
"gpu": "NVIDIA RTX PRO 6000 Blackwell Server Edition",
|
| 7 |
+
"gpu_memory_mib": 97887,
|
| 8 |
+
"template": "runpod-torch-v280",
|
| 9 |
+
"image": "runpod/pytorch:1.0.2-cu1281-torch280-ubuntu2404"
|
| 10 |
+
},
|
| 11 |
+
"revisions": {
|
| 12 |
+
"comfyui": "9a9fdb10ed144ce760d9682cb247526ea23cc525",
|
| 13 |
+
"comfyui_frontend": "1.47.12",
|
| 14 |
+
"comfyui_orbitquant_candidate": "51d5473bc2bd4f14572724d362770c8ffacb10ed",
|
| 15 |
+
"model_release_tested": "e434bbea523349576e7c3d2f6090744aa4597123",
|
| 16 |
+
"source_model": "73372e6cf53e414edd3ab03e357717fb0602e758",
|
| 17 |
+
"orbitquant": "0.9.1",
|
| 18 |
+
"diffusers": "abc5e9bf71fd38f53cd471bc3acaa84bc5ecbfdc",
|
| 19 |
+
"official_workflow_templates": "7653f1cdef1d92394b6ef9946018c0a8aa4136b8"
|
| 20 |
+
},
|
| 21 |
+
"node_surface": {
|
| 22 |
+
"release_loader": "OrbitQuantReleaseLoader",
|
| 23 |
+
"video_generator": "OrbitQuantGenerateVideo",
|
| 24 |
+
"release_type": "ORBITQUANT_RELEASE",
|
| 25 |
+
"output_type": "VIDEO",
|
| 26 |
+
"model_specific_public_nodes": false,
|
| 27 |
+
"adapter": "minimax_h3"
|
| 28 |
+
},
|
| 29 |
+
"workflow": {
|
| 30 |
+
"source": "Comfy-Org/workflow_templates/templates/video_minimax_h3_t2v.json",
|
| 31 |
+
"ui_file": "workflows/minimax-h3-t2va-ui.json",
|
| 32 |
+
"api_file_from_live_graph": "workflows/minimax-h3-public-ui-api.json",
|
| 33 |
+
"workflow_image_export": "workflow-export.png",
|
| 34 |
+
"live_import": {
|
| 35 |
+
"node_count": 6,
|
| 36 |
+
"missing_nodes": [],
|
| 37 |
+
"links": 2,
|
| 38 |
+
"seed": 42,
|
| 39 |
+
"width": 608,
|
| 40 |
+
"height": 480,
|
| 41 |
+
"num_frames": 124,
|
| 42 |
+
"steps": 50
|
| 43 |
+
},
|
| 44 |
+
"terminal_prompt_id": "823b3407-ae85-43fd-b51a-129ea7a11f4d",
|
| 45 |
+
"save_video_output": {
|
| 46 |
+
"codec": "h264",
|
| 47 |
+
"width": 608,
|
| 48 |
+
"height": 480,
|
| 49 |
+
"frames": 124,
|
| 50 |
+
"fps": 24,
|
| 51 |
+
"audio": "aac stereo 32000 Hz",
|
| 52 |
+
"duration_seconds": 5.175
|
| 53 |
+
}
|
| 54 |
+
},
|
| 55 |
+
"runs": {
|
| 56 |
+
"t2va": {
|
| 57 |
+
"status": "pass",
|
| 58 |
+
"prompt_id": "32d20b0b-f8b9-4a8f-aa25-98db4ccc9644",
|
| 59 |
+
"component": "transformer",
|
| 60 |
+
"generation_seconds": 137.13920322200283,
|
| 61 |
+
"generation_peak_vram_gib": 18.90608207695186,
|
| 62 |
+
"decode_seconds": 5.4824893129989505,
|
| 63 |
+
"decode_peak_vram_gib": 11.286694642156363,
|
| 64 |
+
"native_w4_modules": "300/300",
|
| 65 |
+
"offload": "manual_stage_offload",
|
| 66 |
+
"text_encoder_after_generation": "cpu",
|
| 67 |
+
"vae_dtype": "fp32",
|
| 68 |
+
"audio_vae_dtype": "fp32",
|
| 69 |
+
"semantic_review": "pass: stable face, eyes, lips, wet-hair and jacket texture; no grid, ghosting, or temporal collapse"
|
| 70 |
+
},
|
| 71 |
+
"ref2va": {
|
| 72 |
+
"status": "pass",
|
| 73 |
+
"prompt_id": "4aa7325a-98e2-44ea-9f24-46ec404213b1",
|
| 74 |
+
"component": "transformer_ref",
|
| 75 |
+
"generation_seconds": 318.855212665163,
|
| 76 |
+
"generation_peak_vram_gib": 30.459273928776383,
|
| 77 |
+
"decode_seconds": 5.50284016598016,
|
| 78 |
+
"decode_peak_vram_gib": 11.286694642156363,
|
| 79 |
+
"native_w4_modules": "300/300",
|
| 80 |
+
"offload": "components_manager_auto_cpu_offload",
|
| 81 |
+
"offload_reserve_margin": "64GB",
|
| 82 |
+
"text_encoder_after_generation": "cpu",
|
| 83 |
+
"vae_dtype": "fp32",
|
| 84 |
+
"audio_vae_dtype": "fp32",
|
| 85 |
+
"semantic_review": "pass: face geometry, eyes, lips, visor reflection and suit texture remain coherent through the push-in"
|
| 86 |
+
}
|
| 87 |
+
},
|
| 88 |
+
"media": {
|
| 89 |
+
"h264_t2va_sha256": "4cceecedd28dfc593cf5e61145836405d18475bd8109b2ef7a984d96d91a13e6",
|
| 90 |
+
"hevc_t2va_sha256": "bc31c456f9fdfae29c4e89d063baa953bbd73141c05a237ed43006336661eaab",
|
| 91 |
+
"h264_ref2va_sha256": "02233da18b3c01761889df2206181e0fc7b9f120165b37a0fe4c9f7bbdda0096",
|
| 92 |
+
"hevc_ref2va_sha256": "0c3040f81aefdb14b30047a5c972347d012d72dbfa026b8a9b2e245e555b7996",
|
| 93 |
+
"workflow_sha256": "7c1a82427b80203e4252726a0ab3a336a6859fe2ff43302a07de00bce5722acb",
|
| 94 |
+
"workflow_image_export_sha256": "df49d477b234e71c23e0a7d457d66315408333db62433885db4b20f3606328f0"
|
| 95 |
+
}
|
| 96 |
+
}
|
comfyui/workflow-export.png
ADDED
|
Git LFS Details
|
comfyui/workflows/MiniMax-H3-OrbitQuant-Ref2VA-api.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"1": {
|
| 3 |
+
"class_type": "OrbitQuantReleaseLoader",
|
| 4 |
+
"inputs": {
|
| 5 |
+
"model_path": "/workspace/models/MiniMax-H3-OrbitQuant-W4A4"
|
| 6 |
+
},
|
| 7 |
+
"_meta": {
|
| 8 |
+
"title": "OrbitQuant Release Loader"
|
| 9 |
+
}
|
| 10 |
+
},
|
| 11 |
+
"2": {
|
| 12 |
+
"class_type": "OrbitQuantGenerateVideo",
|
| 13 |
+
"inputs": {
|
| 14 |
+
"release": [
|
| 15 |
+
"1",
|
| 16 |
+
0
|
| 17 |
+
],
|
| 18 |
+
"prompt": "Single continuous cinematic shot of the referenced astronaut. The astronaut turns toward the camera and raises one gloved hand as the camera makes a fast smooth push-in toward the helmet visor. The face, eyes, visor reflections, suit patches, and fabric texture remain coherent during motion. No cuts.",
|
| 19 |
+
"task": "ref2va",
|
| 20 |
+
"reference_path": "/workspace/evidence/astronaut.png",
|
| 21 |
+
"seed": 314159,
|
| 22 |
+
"width": 608,
|
| 23 |
+
"height": 480,
|
| 24 |
+
"num_frames": 124,
|
| 25 |
+
"steps": 50,
|
| 26 |
+
"filename_prefix": "orbitquant/minimax-h3-ref2va"
|
| 27 |
+
},
|
| 28 |
+
"_meta": {
|
| 29 |
+
"title": "OrbitQuant Generate Video"
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA-api.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"92": {
|
| 3 |
+
"inputs": {
|
| 4 |
+
"filename_prefix": "video/MiniMax_H3_OrbitQuant",
|
| 5 |
+
"format": "auto",
|
| 6 |
+
"codec": "auto",
|
| 7 |
+
"video": [
|
| 8 |
+
"105",
|
| 9 |
+
0
|
| 10 |
+
]
|
| 11 |
+
},
|
| 12 |
+
"class_type": "SaveVideo",
|
| 13 |
+
"_meta": {
|
| 14 |
+
"title": "Save Video"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"105": {
|
| 18 |
+
"inputs": {
|
| 19 |
+
"prompt": "Single continuous live-action shot of a young woman running toward the camera in rain. The camera rapidly dollies backward, then smoothly pushes into a tight close-up while she turns her head and says in Russian: «Я здесь». Stable face identity, natural eyes and lips, coherent wet hair and jacket texture, strong motion, no cuts.",
|
| 20 |
+
"task": "t2va",
|
| 21 |
+
"reference_path": "",
|
| 22 |
+
"seed": 42,
|
| 23 |
+
"width": 608,
|
| 24 |
+
"height": 480,
|
| 25 |
+
"num_frames": 124,
|
| 26 |
+
"steps": 50,
|
| 27 |
+
"filename_prefix": "orbitquant/minimax-h3-t2va",
|
| 28 |
+
"release": [
|
| 29 |
+
"119",
|
| 30 |
+
0
|
| 31 |
+
]
|
| 32 |
+
},
|
| 33 |
+
"class_type": "OrbitQuantGenerateVideo",
|
| 34 |
+
"_meta": {
|
| 35 |
+
"title": "Generate Video (Verified 608 × 480)"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"119": {
|
| 39 |
+
"inputs": {
|
| 40 |
+
"model_path": "/workspace/models/MiniMax-H3-OrbitQuant-W4A4"
|
| 41 |
+
},
|
| 42 |
+
"class_type": "OrbitQuantReleaseLoader",
|
| 43 |
+
"_meta": {
|
| 44 |
+
"title": "OrbitQuant Release Loader (Model)"
|
| 45 |
+
}
|
| 46 |
+
}
|
| 47 |
+
}
|
comfyui/workflows/MiniMax-H3-OrbitQuant-T2VA.json
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "d751242b-9f76-4c66-9183-449980185e86",
|
| 3 |
+
"revision": 0,
|
| 4 |
+
"last_node_id": 119,
|
| 5 |
+
"last_link_id": 2,
|
| 6 |
+
"nodes": [
|
| 7 |
+
{
|
| 8 |
+
"id": 117,
|
| 9 |
+
"type": "Note",
|
| 10 |
+
"pos": [-2550, 4840],
|
| 11 |
+
"size": [440, 1080],
|
| 12 |
+
"flags": {},
|
| 13 |
+
"order": 0,
|
| 14 |
+
"mode": 0,
|
| 15 |
+
"inputs": [],
|
| 16 |
+
"outputs": [],
|
| 17 |
+
"title": "Note: Model Links",
|
| 18 |
+
"properties": {},
|
| 19 |
+
"widgets_values": ["MODEL AND NODE LINKS\n\nModel release:\nhuggingface.co/WaveCut/\nMiniMax-H3-OrbitQuant-W4A4\n\nNode pack:\ngithub.com/iamwavecut/\nComfyUI-OrbitQuant\n\nOriginal model:\nhuggingface.co/MiniMaxAI/MiniMax-H3\n\nMODEL DIRECTORY\n\nmodels/MiniMax-H3-OrbitQuant-W4A4/\n transformer/ W4A4\n transformer_ref/ W4A4\n text_encoder/ W4A4\n vae/ source FP32\n audio_vae/ source FP32\n scripts/\n quantization_manifest.json\n comfyui_orbitquant.json\n\nSet this directory in\nOrbitQuant Release Loader.\n\nRelease configuration selects an\nallowlisted internal adapter. Public node\nclasses stay model-agnostic.\n\nRUNTIME\n\nUse current ComfyUI, OrbitQuant 0.9.x,\nand the H3 Diffusers revision pinned\nin the model card."],
|
| 20 |
+
"color": "#222",
|
| 21 |
+
"bgcolor": "#000"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"id": 116,
|
| 25 |
+
"type": "Note",
|
| 26 |
+
"pos": [-2080, 4840],
|
| 27 |
+
"size": [450, 1080],
|
| 28 |
+
"flags": {},
|
| 29 |
+
"order": 1,
|
| 30 |
+
"mode": 0,
|
| 31 |
+
"inputs": [],
|
| 32 |
+
"outputs": [],
|
| 33 |
+
"title": "Note: MiniMax H3 OrbitQuant",
|
| 34 |
+
"properties": {},
|
| 35 |
+
"widgets_values": ["MINIMAX H3 — ORBITQUANT W4A4\n\nThis workflow follows ComfyUI's bundled\nMiniMax H3 Text to Video preset.\n\nLayout:\n- model and usage notes on the left\n- compact generation in the center\n- core Save Video on the right\n\nOfficial preset:\nComfy-Org/workflow_templates\nvideo_minimax_h3_t2v.json\n\nKEY INPUTS\n\nprompt\nDescribe the shot, camera motion, dialogue,\nsound effects, and music in one block.\n\ntask\nt2va for text-to-video. Use ref2va plus a\nlocal reference_path for reference-to-video.\n\nwidth / height\nVerified at 608 × 480.\n\nnum_frames\n124 frames: the shortest verified\nfive-second H3 packing sequence.\n\nsteps\n50 sigma points / 49 denoiser forwards.\n\nOFFLOAD AND PRECISION\n\nThe text encoder enters GPU for conditioning\nand returns to CPU afterward.\n\nT2VA uses manual stage offload. Ref2VA uses\nH3 ComponentsManager for source FP32 VAE\nreference encoding. Visual and audio decode\nuse untouched source FP32 VAEs."],
|
| 36 |
+
"color": "#222",
|
| 37 |
+
"bgcolor": "#000"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"id": 119,
|
| 41 |
+
"type": "OrbitQuantReleaseLoader",
|
| 42 |
+
"pos": [-1580, 4840],
|
| 43 |
+
"size": [450, 150],
|
| 44 |
+
"flags": {},
|
| 45 |
+
"order": 2,
|
| 46 |
+
"mode": 0,
|
| 47 |
+
"inputs": [],
|
| 48 |
+
"outputs": [
|
| 49 |
+
{"name": "release", "type": "ORBITQUANT_RELEASE", "links": [1], "slot_index": 0},
|
| 50 |
+
{"name": "summary_json", "type": "STRING", "links": null, "slot_index": 1}
|
| 51 |
+
],
|
| 52 |
+
"title": "OrbitQuant Release Loader (Model)",
|
| 53 |
+
"properties": {"Node name for S&R": "OrbitQuantReleaseLoader"},
|
| 54 |
+
"widgets_values": ["/workspace/models/MiniMax-H3-OrbitQuant-W4A4"]
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"id": 105,
|
| 58 |
+
"type": "OrbitQuantGenerateVideo",
|
| 59 |
+
"pos": [-1080, 4840],
|
| 60 |
+
"size": [500, 630],
|
| 61 |
+
"flags": {},
|
| 62 |
+
"order": 3,
|
| 63 |
+
"mode": 0,
|
| 64 |
+
"inputs": [
|
| 65 |
+
{"name": "release", "type": "ORBITQUANT_RELEASE", "link": 1},
|
| 66 |
+
{"name": "prompt", "type": "STRING", "widget": {"name": "prompt"}, "link": null},
|
| 67 |
+
{"name": "task", "type": "COMBO", "widget": {"name": "task"}, "link": null},
|
| 68 |
+
{"name": "reference_path", "type": "STRING", "widget": {"name": "reference_path"}, "link": null},
|
| 69 |
+
{"name": "seed", "type": "INT", "widget": {"name": "seed"}, "link": null},
|
| 70 |
+
{"name": "width", "type": "INT", "widget": {"name": "width"}, "link": null},
|
| 71 |
+
{"name": "height", "type": "INT", "widget": {"name": "height"}, "link": null},
|
| 72 |
+
{"name": "num_frames", "type": "INT", "widget": {"name": "num_frames"}, "link": null},
|
| 73 |
+
{"name": "steps", "type": "INT", "widget": {"name": "steps"}, "link": null},
|
| 74 |
+
{"name": "filename_prefix", "type": "STRING", "widget": {"name": "filename_prefix"}, "link": null}
|
| 75 |
+
],
|
| 76 |
+
"outputs": [
|
| 77 |
+
{"name": "video", "type": "VIDEO", "links": [2], "slot_index": 0},
|
| 78 |
+
{"name": "report_json", "type": "STRING", "links": null, "slot_index": 1}
|
| 79 |
+
],
|
| 80 |
+
"title": "Generate Video (Verified 608 × 480)",
|
| 81 |
+
"properties": {"Node name for S&R": "OrbitQuantGenerateVideo", "previewExposures": []},
|
| 82 |
+
"widgets_values": [
|
| 83 |
+
"Single continuous live-action shot of a young woman running toward the camera in rain. The camera rapidly dollies backward, then smoothly pushes into a tight close-up while she turns her head and says in Russian: «Я здесь». Stable face identity, natural eyes and lips, coherent wet hair and jacket texture, strong motion, no cuts.",
|
| 84 |
+
"t2va",
|
| 85 |
+
"",
|
| 86 |
+
42,
|
| 87 |
+
608,
|
| 88 |
+
480,
|
| 89 |
+
124,
|
| 90 |
+
50,
|
| 91 |
+
"orbitquant/minimax-h3-t2va"
|
| 92 |
+
]
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"id": 92,
|
| 96 |
+
"type": "SaveVideo",
|
| 97 |
+
"pos": [-540, 4840],
|
| 98 |
+
"size": [850, 126],
|
| 99 |
+
"flags": {},
|
| 100 |
+
"order": 4,
|
| 101 |
+
"mode": 0,
|
| 102 |
+
"inputs": [
|
| 103 |
+
{"name": "video", "type": "VIDEO", "link": 2}
|
| 104 |
+
],
|
| 105 |
+
"outputs": [
|
| 106 |
+
{"name": "video", "type": "VIDEO", "links": null}
|
| 107 |
+
],
|
| 108 |
+
"properties": {},
|
| 109 |
+
"widgets_values": ["video/MiniMax_H3_OrbitQuant", "auto", "auto"]
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 118,
|
| 113 |
+
"type": "Note",
|
| 114 |
+
"pos": [-1580, 5040],
|
| 115 |
+
"size": [450, 520],
|
| 116 |
+
"flags": {},
|
| 117 |
+
"order": 5,
|
| 118 |
+
"mode": 0,
|
| 119 |
+
"inputs": [],
|
| 120 |
+
"outputs": [],
|
| 121 |
+
"title": "Note: Verified Profile",
|
| 122 |
+
"properties": {},
|
| 123 |
+
"widgets_values": ["VERIFIED 480P PROFILE\n\nwidth 608\nheight 480\nframes 124\nfps 24\nsigma points 50\ndenoiser forwards 49\nvisual VAE source FP32\naudio VAE source FP32\n\nH3 accepts 5–15 seconds. The runner rejects\nshorter frame counts before allocating the\ndenoiser, preventing expensive invalid jobs.\n\nScheduler checkpoints, the latent bundle,\nmetrics, and stage logs are persisted as soon\nas each artifact exists."],
|
| 124 |
+
"color": "#222",
|
| 125 |
+
"bgcolor": "#000"
|
| 126 |
+
}
|
| 127 |
+
],
|
| 128 |
+
"links": [
|
| 129 |
+
[1, 119, 0, 105, 0, "ORBITQUANT_RELEASE"],
|
| 130 |
+
[2, 105, 0, 92, 0, "VIDEO"]
|
| 131 |
+
],
|
| 132 |
+
"groups": [],
|
| 133 |
+
"config": {},
|
| 134 |
+
"extra": {
|
| 135 |
+
"frontendVersion": "1.47.12",
|
| 136 |
+
"ds": {"scale": 0.58, "offset": [1550, -2550]}
|
| 137 |
+
},
|
| 138 |
+
"version": 0.4
|
| 139 |
+
}
|
comfyui_orbitquant.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"adapter": "minimax_h3",
|
| 4 |
+
"media_type": "video",
|
| 5 |
+
"tasks": [
|
| 6 |
+
"t2va",
|
| 7 |
+
"ref2va"
|
| 8 |
+
],
|
| 9 |
+
"defaults": {
|
| 10 |
+
"width": 608,
|
| 11 |
+
"height": 480,
|
| 12 |
+
"num_frames": 124,
|
| 13 |
+
"steps": 50
|
| 14 |
+
}
|
| 15 |
+
}
|
docs/QA-about-License.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Q&A About License
|
| 2 |
+
|
| 3 |
+
## Why is MiniMax-H3's open-weight license currently limited to the EU, UK, South Korea, and US?
|
| 4 |
+
|
| 5 |
+
MiniMax-H3 was built with the goal of global availability. The current territory scope is not about excluding specific countries or regions, but about recognizing that video generation models are facing a more complex and rapidly evolving regulatory environment compared with text or code models.
|
| 6 |
+
|
| 7 |
+
Regions such as the EU, UK, South Korea, and the US are currently developing or enforcing AI-related regulations that may have specific implications for generative video models, especially around areas such as likeness generation, copyright, content safety, and responsible deployment.
|
| 8 |
+
|
| 9 |
+
- The EU AI Act has started enforcement, while practical requirements for models capable of generating video and likeness-related content are still evolving.
|
| 10 |
+
- Similar regulatory uncertainties exist in the UK and South Korea regarding AI-generated content and video generation.
|
| 11 |
+
- In the US, AI regulation remains a rapidly changing landscape, and MiniMax is also involved in ongoing copyright-related legal proceedings specifically concerning generative video AI.
|
| 12 |
+
|
| 13 |
+
For open-weight models, once the weights are released, developers can deploy and modify them independently. This creates different compliance challenges compared with hosted services.
|
| 14 |
+
|
| 15 |
+
We had two options:
|
| 16 |
+
|
| 17 |
+
1. Wait until every jurisdiction reaches complete regulatory clarity before releasing open weights, which could take a long time while AI technology continues to evolve.
|
| 18 |
+
2. Release the model now with a transparent license scope, while continuing to evaluate and expand availability.
|
| 19 |
+
|
| 20 |
+
We chose the second approach. The current limitation means "not yet", not "not ever."
|
| 21 |
+
|
| 22 |
+
## Why can MiniMax-H3 API be used globally if open weights are restricted in some regions?
|
| 23 |
+
|
| 24 |
+
The difference is the distribution model.
|
| 25 |
+
|
| 26 |
+
The main concern is not the existence of MiniMax-H3 itself, but the ability to control compliance after open weights leave our infrastructure.
|
| 27 |
+
|
| 28 |
+
For API access, MiniMax operates the serving infrastructure and can enforce appropriate safeguards, including:
|
| 29 |
+
|
| 30 |
+
- Protection against misuse involving minors.
|
| 31 |
+
- Copyright-related compliance measures.
|
| 32 |
+
- Content safety controls.
|
| 33 |
+
- Compliance with applicable laws and regulations.
|
| 34 |
+
|
| 35 |
+
With open weights, users can independently deploy, modify, and distribute the model, which makes it much harder to ensure the same level of compliance.
|
| 36 |
+
|
| 37 |
+
Therefore, the API and open-weight release follow different approaches:
|
| 38 |
+
|
| 39 |
+
- API: Globally available with built-in safeguards and responsible-use controls.
|
| 40 |
+
- Open weights: Temporarily limited in certain regions until the regulatory and compliance framework becomes clearer.
|
| 41 |
+
|
| 42 |
+
## Can organizations in restricted regions still use MiniMax-H3?
|
| 43 |
+
|
| 44 |
+
Yes.
|
| 45 |
+
|
| 46 |
+
Organizations in these regions can apply for a formal license. After reviewing the deployment scenario and confirming that appropriate compliance controls and safeguards are implemented, MiniMax may authorize usage.
|
| 47 |
+
|
| 48 |
+
[Application form](https://vrfi1sk8a0.feishu.cn/share/base/form/shrcnD9XM1zYI9VFJxTEbt0d19g)
|
| 49 |
+
|
| 50 |
+
Through authorized deployments, MiniMax can ensure that MiniMax-H3 is used responsibly while meeting local legal and regulatory requirements.
|
| 51 |
+
|
| 52 |
+
## Will MiniMax expand open-weight availability in the future?
|
| 53 |
+
|
| 54 |
+
Yes. We will continue monitoring legal developments and reassessing the territory scope.
|
| 55 |
+
|
| 56 |
+
Our commitments:
|
| 57 |
+
|
| 58 |
+
- Continuously review regulations and compliance requirements across regions.
|
| 59 |
+
- Keep MiniMax-H3 API available globally, so users can continue accessing the model.
|
| 60 |
+
- Clearly communicate any future license changes instead of making silent updates.
|
| 61 |
+
- Listen to feedback from developers, researchers, and organizations affected by these restrictions.
|
| 62 |
+
|
| 63 |
+
Our goal remains the same: bringing intelligence to everyone with responsible AI use.
|
| 64 |
+
|
| 65 |
+
The current license scope reflects today's regulatory reality, not our long-term vision.
|
examples/h264/source-bf16-control.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87044e59a72a2b8ed3df285de044a097d7366f3004dcfc26ffd11fc71ed32d17
|
| 3 |
+
size 635349
|
examples/h264/w4-text-control.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:513f09b20cb4e59a47a2f4ff19e544cb29d41870ee2c4759ad0a2ff6cb16fe0c
|
| 3 |
+
size 753550
|
examples/h264/w4a4-native-t2va.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:679c0b690fce47ed2dd19ba7fa185d0cea69ee3a3b308a84faa909ce0762d24b
|
| 3 |
+
size 815089
|
examples/hevc/source-bf16-control.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb4eb5d19d231887c6dfba5be70ac3d9107fe076a5f7c69e6fa77ecc0ad5ced9
|
| 3 |
+
size 375788
|
examples/hevc/w4-text-control.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea89a3cc2a37c4294da4142f22d9d3778f1d086efb6125d73e1d5ccf392c6cbb
|
| 3 |
+
size 449021
|
examples/hevc/w4a4-native-t2va.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bef87dbecbd9963e6febb43fb44cc2caf142192e59f7deee13950e55789b235
|
| 3 |
+
size 474343
|
examples/quality-timeline-matrix.webp
ADDED
|
examples/reference/astronaut.png
ADDED
|
Git LFS Details
|
examples/reviews/source-bf16-control.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "pass",
|
| 3 |
+
"review_type": "manual_visual_temporal",
|
| 4 |
+
"reviewed_frame_indices": [
|
| 5 |
+
0,
|
| 6 |
+
5,
|
| 7 |
+
10,
|
| 8 |
+
15,
|
| 9 |
+
20,
|
| 10 |
+
25,
|
| 11 |
+
30,
|
| 12 |
+
35,
|
| 13 |
+
40,
|
| 14 |
+
45,
|
| 15 |
+
50,
|
| 16 |
+
55,
|
| 17 |
+
60,
|
| 18 |
+
65,
|
| 19 |
+
70,
|
| 20 |
+
75,
|
| 21 |
+
80,
|
| 22 |
+
85,
|
| 23 |
+
90,
|
| 24 |
+
95,
|
| 25 |
+
100,
|
| 26 |
+
105,
|
| 27 |
+
110,
|
| 28 |
+
115,
|
| 29 |
+
120,
|
| 30 |
+
123
|
| 31 |
+
],
|
| 32 |
+
"prompt_subject_recognizable": true,
|
| 33 |
+
"coherent_motion": true,
|
| 34 |
+
"repeating_tile_artifacts": false,
|
| 35 |
+
"motion_ghosting": false,
|
| 36 |
+
"texture_breakup": false,
|
| 37 |
+
"face_integrity": true,
|
| 38 |
+
"full_resolution_frame_reviewed": true,
|
| 39 |
+
"notes": "Dense every-fifth-frame and 6 FPS tail review preserves one face, aligned eyes and lips, and persistent wet-skin texture. Fast running frames contain ordinary motion blur that resolves in adjacent frames. This review is visual only; generated audio still requires a listening gate."
|
| 40 |
+
}
|
examples/reviews/w4-text-control.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "pass",
|
| 3 |
+
"review_type": "manual_visual_temporal",
|
| 4 |
+
"reviewed_frame_indices": [
|
| 5 |
+
0,
|
| 6 |
+
5,
|
| 7 |
+
10,
|
| 8 |
+
15,
|
| 9 |
+
20,
|
| 10 |
+
25,
|
| 11 |
+
30,
|
| 12 |
+
35,
|
| 13 |
+
40,
|
| 14 |
+
45,
|
| 15 |
+
50,
|
| 16 |
+
55,
|
| 17 |
+
60,
|
| 18 |
+
65,
|
| 19 |
+
70,
|
| 20 |
+
75,
|
| 21 |
+
80,
|
| 22 |
+
85,
|
| 23 |
+
90,
|
| 24 |
+
95,
|
| 25 |
+
100,
|
| 26 |
+
105,
|
| 27 |
+
110,
|
| 28 |
+
115,
|
| 29 |
+
120,
|
| 30 |
+
123
|
| 31 |
+
],
|
| 32 |
+
"prompt_subject_recognizable": true,
|
| 33 |
+
"coherent_motion": true,
|
| 34 |
+
"repeating_tile_artifacts": false,
|
| 35 |
+
"motion_ghosting": false,
|
| 36 |
+
"texture_breakup": false,
|
| 37 |
+
"face_integrity": true,
|
| 38 |
+
"full_resolution_frame_reviewed": true,
|
| 39 |
+
"audio_listening_status": "pass",
|
| 40 |
+
"audio_reviewed_by": "user",
|
| 41 |
+
"notes": "Dense every-fifth-frame and 6 FPS tail review preserves one face, aligned eyes and lips, and persistent wet-skin texture. Full-resolution frames 80 and 123 were inspected directly. The user reviewed the embedded video with audio and judged it ideal."
|
| 42 |
+
}
|
examples/reviews/w4a4-native-t2va.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "pass",
|
| 3 |
+
"review_type": "manual_visual_temporal_and_audio_signal",
|
| 4 |
+
"reviewed_frame_indices": [
|
| 5 |
+
0,
|
| 6 |
+
24,
|
| 7 |
+
48,
|
| 8 |
+
60,
|
| 9 |
+
72,
|
| 10 |
+
80,
|
| 11 |
+
84,
|
| 12 |
+
88,
|
| 13 |
+
90,
|
| 14 |
+
92,
|
| 15 |
+
96,
|
| 16 |
+
100,
|
| 17 |
+
104,
|
| 18 |
+
108,
|
| 19 |
+
110,
|
| 20 |
+
112,
|
| 21 |
+
116,
|
| 22 |
+
120,
|
| 23 |
+
123
|
| 24 |
+
],
|
| 25 |
+
"prompt_subject_recognizable": true,
|
| 26 |
+
"coherent_motion": true,
|
| 27 |
+
"repeating_tile_artifacts": false,
|
| 28 |
+
"motion_ghosting": false,
|
| 29 |
+
"texture_breakup": false,
|
| 30 |
+
"face_integrity": true,
|
| 31 |
+
"full_resolution_frame_reviewed": true,
|
| 32 |
+
"audio_signal_integrity": true,
|
| 33 |
+
"audio_user_listening_status": "pending",
|
| 34 |
+
"notes": "Full-timeline and dense late-motion grids plus full-resolution frames 60, 90, 110, and 123 preserve one coherent face, aligned eyes, connected lip motion, teeth, rain, and skin texture without the earlier grid, doubled contour, ghosting, or breakup. The HEVC/AAC file decodes to 124 frames at 608x480. Audio has no NaN/Inf samples or clipping, peaks at -0.27 dBFS, and has no persistent high-frequency narrow-band tone; energy above 8 kHz is 1.42%, below the accepted W4A16 control's 2.99%."
|
| 35 |
+
}
|
examples/timelines/source-bf16-control.png
ADDED
|
Git LFS Details
|
examples/timelines/w4-text-control.png
ADDED
|
Git LFS Details
|
examples/timelines/w4a4-native-t2va.png
ADDED
|
Git LFS Details
|