From 66ebbdcd29c227fd2e2826c1e7b327789d69e09a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Jul 2026 18:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: eaddario/gemma-3-12b-it-pruned-GGUF Source: Original Platform --- .gitattributes | 37 + .gitignore | 584 +++++++ README.md | 229 +++ gemma-3-12b-it-F16.gguf | 3 + gemma-3-12b-it-pruned-IQ3_M.gguf | 3 + gemma-3-12b-it-pruned-IQ3_S.gguf | 3 + gemma-3-12b-it-pruned-IQ4_NL.gguf | 3 + gemma-3-12b-it-pruned-Q3_K_L.gguf | 3 + gemma-3-12b-it-pruned-Q3_K_M.gguf | 3 + gemma-3-12b-it-pruned-Q3_K_S.gguf | 3 + gemma-3-12b-it-pruned-Q4_K_M.gguf | 3 + gemma-3-12b-it-pruned-Q4_K_S.gguf | 3 + gemma-3-12b-it-pruned-Q5_K_M.gguf | 3 + gemma-3-12b-it-pruned-Q5_K_S.gguf | 3 + gemma-3-12b-it-pruned-Q6_K.gguf | 3 + gemma-3-12b-it-pruned-Q8_0.gguf | 3 + imatrix/imatrix-gemma-3-12b-it-medium.dat | 3 + imatrix/imatrix-gemma-3-12b-it-micro.dat | 3 + imatrix/imatrix-gemma-3-12b-it-small.dat | 3 + imatrix/imatrix-gemma-3-12b-it-tiny.dat | 3 + logits/README.md | 15 + logits/gemma-3-12b-it-F16-0001-0003.logits | 3 + logits/gemma-3-12b-it-F16-0002-0003.logits | 3 + logits/gemma-3-12b-it-F16-0003-0003.logits | 3 + scores/gemma-3-12b-it-F16.arc | 13 + scores/gemma-3-12b-it-F16.hsw | 12 + scores/gemma-3-12b-it-F16.md | 1813 ++++++++++++++++++++ scores/gemma-3-12b-it-F16.mmlu | 13 + scores/gemma-3-12b-it-F16.tqa | 13 + scores/gemma-3-12b-it-F16.wng | 11 + scores/gemma-3-12b-it-IQ3_M.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-IQ3_S.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-IQ4_NL.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q3_K_L.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q3_K_M.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q3_K_S.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q4_K_M.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q4_K_S.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q5_K_M.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q5_K_S.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q6_K.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-Q8_0.md | 1746 +++++++++++++++++++ scores/gemma-3-12b-it-iq3_m.arc | 13 + scores/gemma-3-12b-it-iq3_m.hsw | 12 + scores/gemma-3-12b-it-iq3_m.mmlu | 13 + scores/gemma-3-12b-it-iq3_m.ppx | 37 + scores/gemma-3-12b-it-iq3_m.tqa | 13 + scores/gemma-3-12b-it-iq3_m.wng | 11 + scores/gemma-3-12b-it-iq3_s.arc | 13 + scores/gemma-3-12b-it-iq3_s.hsw | 12 + scores/gemma-3-12b-it-iq3_s.mmlu | 13 + scores/gemma-3-12b-it-iq3_s.ppx | 37 + scores/gemma-3-12b-it-iq3_s.tqa | 13 + scores/gemma-3-12b-it-iq3_s.wng | 11 + scores/gemma-3-12b-it-iq4_nl.arc | 13 + scores/gemma-3-12b-it-iq4_nl.hsw | 12 + scores/gemma-3-12b-it-iq4_nl.mmlu | 13 + scores/gemma-3-12b-it-iq4_nl.ppx | 37 + scores/gemma-3-12b-it-iq4_nl.tqa | 13 + scores/gemma-3-12b-it-iq4_nl.wng | 11 + scores/gemma-3-12b-it-q3_k_l.arc | 13 + scores/gemma-3-12b-it-q3_k_l.hsw | 12 + scores/gemma-3-12b-it-q3_k_l.mmlu | 13 + scores/gemma-3-12b-it-q3_k_l.ppx | 37 + scores/gemma-3-12b-it-q3_k_l.tqa | 13 + scores/gemma-3-12b-it-q3_k_l.wng | 11 + scores/gemma-3-12b-it-q3_k_m.arc | 13 + scores/gemma-3-12b-it-q3_k_m.hsw | 12 + scores/gemma-3-12b-it-q3_k_m.mmlu | 13 + scores/gemma-3-12b-it-q3_k_m.ppx | 37 + scores/gemma-3-12b-it-q3_k_m.tqa | 13 + scores/gemma-3-12b-it-q3_k_m.wng | 11 + scores/gemma-3-12b-it-q3_k_s.arc | 13 + scores/gemma-3-12b-it-q3_k_s.hsw | 12 + scores/gemma-3-12b-it-q3_k_s.mmlu | 13 + scores/gemma-3-12b-it-q3_k_s.ppx | 37 + scores/gemma-3-12b-it-q3_k_s.tqa | 13 + scores/gemma-3-12b-it-q3_k_s.wng | 11 + scores/gemma-3-12b-it-q4_k_m.arc | 13 + scores/gemma-3-12b-it-q4_k_m.hsw | 12 + scores/gemma-3-12b-it-q4_k_m.mmlu | 13 + scores/gemma-3-12b-it-q4_k_m.ppx | 37 + scores/gemma-3-12b-it-q4_k_m.tqa | 13 + scores/gemma-3-12b-it-q4_k_m.wng | 11 + scores/gemma-3-12b-it-q4_k_s.arc | 13 + scores/gemma-3-12b-it-q4_k_s.hsw | 12 + scores/gemma-3-12b-it-q4_k_s.mmlu | 13 + scores/gemma-3-12b-it-q4_k_s.ppx | 37 + scores/gemma-3-12b-it-q4_k_s.tqa | 13 + scores/gemma-3-12b-it-q4_k_s.wng | 11 + scores/gemma-3-12b-it-q5_k_m.arc | 13 + scores/gemma-3-12b-it-q5_k_m.hsw | 12 + scores/gemma-3-12b-it-q5_k_m.mmlu | 13 + scores/gemma-3-12b-it-q5_k_m.ppx | 37 + scores/gemma-3-12b-it-q5_k_m.tqa | 13 + scores/gemma-3-12b-it-q5_k_m.wng | 11 + scores/gemma-3-12b-it-q5_k_s.arc | 13 + scores/gemma-3-12b-it-q5_k_s.hsw | 12 + scores/gemma-3-12b-it-q5_k_s.mmlu | 13 + scores/gemma-3-12b-it-q5_k_s.ppx | 37 + scores/gemma-3-12b-it-q5_k_s.tqa | 13 + scores/gemma-3-12b-it-q5_k_s.wng | 11 + scores/gemma-3-12b-it-q6_k.arc | 13 + scores/gemma-3-12b-it-q6_k.hsw | 12 + scores/gemma-3-12b-it-q6_k.mmlu | 13 + scores/gemma-3-12b-it-q6_k.ppx | 37 + scores/gemma-3-12b-it-q6_k.tqa | 13 + scores/gemma-3-12b-it-q6_k.wng | 11 + scores/gemma-3-12b-it-q8_0.arc | 13 + scores/gemma-3-12b-it-q8_0.hsw | 12 + scores/gemma-3-12b-it-q8_0.mmlu | 13 + scores/gemma-3-12b-it-q8_0.ppx | 37 + scores/gemma-3-12b-it-q8_0.tqa | 13 + scores/gemma-3-12b-it-q8_0.wng | 11 + 114 files changed, 24940 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md create mode 100644 gemma-3-12b-it-F16.gguf create mode 100644 gemma-3-12b-it-pruned-IQ3_M.gguf create mode 100644 gemma-3-12b-it-pruned-IQ3_S.gguf create mode 100644 gemma-3-12b-it-pruned-IQ4_NL.gguf create mode 100644 gemma-3-12b-it-pruned-Q3_K_L.gguf create mode 100644 gemma-3-12b-it-pruned-Q3_K_M.gguf create mode 100644 gemma-3-12b-it-pruned-Q3_K_S.gguf create mode 100644 gemma-3-12b-it-pruned-Q4_K_M.gguf create mode 100644 gemma-3-12b-it-pruned-Q4_K_S.gguf create mode 100644 gemma-3-12b-it-pruned-Q5_K_M.gguf create mode 100644 gemma-3-12b-it-pruned-Q5_K_S.gguf create mode 100644 gemma-3-12b-it-pruned-Q6_K.gguf create mode 100644 gemma-3-12b-it-pruned-Q8_0.gguf create mode 100644 imatrix/imatrix-gemma-3-12b-it-medium.dat create mode 100644 imatrix/imatrix-gemma-3-12b-it-micro.dat create mode 100644 imatrix/imatrix-gemma-3-12b-it-small.dat create mode 100644 imatrix/imatrix-gemma-3-12b-it-tiny.dat create mode 100644 logits/README.md create mode 100644 logits/gemma-3-12b-it-F16-0001-0003.logits create mode 100644 logits/gemma-3-12b-it-F16-0002-0003.logits create mode 100644 logits/gemma-3-12b-it-F16-0003-0003.logits create mode 100644 scores/gemma-3-12b-it-F16.arc create mode 100644 scores/gemma-3-12b-it-F16.hsw create mode 100644 scores/gemma-3-12b-it-F16.md create mode 100644 scores/gemma-3-12b-it-F16.mmlu create mode 100644 scores/gemma-3-12b-it-F16.tqa create mode 100644 scores/gemma-3-12b-it-F16.wng create mode 100644 scores/gemma-3-12b-it-IQ3_M.md create mode 100644 scores/gemma-3-12b-it-IQ3_S.md create mode 100644 scores/gemma-3-12b-it-IQ4_NL.md create mode 100644 scores/gemma-3-12b-it-Q3_K_L.md create mode 100644 scores/gemma-3-12b-it-Q3_K_M.md create mode 100644 scores/gemma-3-12b-it-Q3_K_S.md create mode 100644 scores/gemma-3-12b-it-Q4_K_M.md create mode 100644 scores/gemma-3-12b-it-Q4_K_S.md create mode 100644 scores/gemma-3-12b-it-Q5_K_M.md create mode 100644 scores/gemma-3-12b-it-Q5_K_S.md create mode 100644 scores/gemma-3-12b-it-Q6_K.md create mode 100644 scores/gemma-3-12b-it-Q8_0.md create mode 100644 scores/gemma-3-12b-it-iq3_m.arc create mode 100644 scores/gemma-3-12b-it-iq3_m.hsw create mode 100644 scores/gemma-3-12b-it-iq3_m.mmlu create mode 100644 scores/gemma-3-12b-it-iq3_m.ppx create mode 100644 scores/gemma-3-12b-it-iq3_m.tqa create mode 100644 scores/gemma-3-12b-it-iq3_m.wng create mode 100644 scores/gemma-3-12b-it-iq3_s.arc create mode 100644 scores/gemma-3-12b-it-iq3_s.hsw create mode 100644 scores/gemma-3-12b-it-iq3_s.mmlu create mode 100644 scores/gemma-3-12b-it-iq3_s.ppx create mode 100644 scores/gemma-3-12b-it-iq3_s.tqa create mode 100644 scores/gemma-3-12b-it-iq3_s.wng create mode 100644 scores/gemma-3-12b-it-iq4_nl.arc create mode 100644 scores/gemma-3-12b-it-iq4_nl.hsw create mode 100644 scores/gemma-3-12b-it-iq4_nl.mmlu create mode 100644 scores/gemma-3-12b-it-iq4_nl.ppx create mode 100644 scores/gemma-3-12b-it-iq4_nl.tqa create mode 100644 scores/gemma-3-12b-it-iq4_nl.wng create mode 100644 scores/gemma-3-12b-it-q3_k_l.arc create mode 100644 scores/gemma-3-12b-it-q3_k_l.hsw create mode 100644 scores/gemma-3-12b-it-q3_k_l.mmlu create mode 100644 scores/gemma-3-12b-it-q3_k_l.ppx create mode 100644 scores/gemma-3-12b-it-q3_k_l.tqa create mode 100644 scores/gemma-3-12b-it-q3_k_l.wng create mode 100644 scores/gemma-3-12b-it-q3_k_m.arc create mode 100644 scores/gemma-3-12b-it-q3_k_m.hsw create mode 100644 scores/gemma-3-12b-it-q3_k_m.mmlu create mode 100644 scores/gemma-3-12b-it-q3_k_m.ppx create mode 100644 scores/gemma-3-12b-it-q3_k_m.tqa create mode 100644 scores/gemma-3-12b-it-q3_k_m.wng create mode 100644 scores/gemma-3-12b-it-q3_k_s.arc create mode 100644 scores/gemma-3-12b-it-q3_k_s.hsw create mode 100644 scores/gemma-3-12b-it-q3_k_s.mmlu create mode 100644 scores/gemma-3-12b-it-q3_k_s.ppx create mode 100644 scores/gemma-3-12b-it-q3_k_s.tqa create mode 100644 scores/gemma-3-12b-it-q3_k_s.wng create mode 100644 scores/gemma-3-12b-it-q4_k_m.arc create mode 100644 scores/gemma-3-12b-it-q4_k_m.hsw create mode 100644 scores/gemma-3-12b-it-q4_k_m.mmlu create mode 100644 scores/gemma-3-12b-it-q4_k_m.ppx create mode 100644 scores/gemma-3-12b-it-q4_k_m.tqa create mode 100644 scores/gemma-3-12b-it-q4_k_m.wng create mode 100644 scores/gemma-3-12b-it-q4_k_s.arc create mode 100644 scores/gemma-3-12b-it-q4_k_s.hsw create mode 100644 scores/gemma-3-12b-it-q4_k_s.mmlu create mode 100644 scores/gemma-3-12b-it-q4_k_s.ppx create mode 100644 scores/gemma-3-12b-it-q4_k_s.tqa create mode 100644 scores/gemma-3-12b-it-q4_k_s.wng create mode 100644 scores/gemma-3-12b-it-q5_k_m.arc create mode 100644 scores/gemma-3-12b-it-q5_k_m.hsw create mode 100644 scores/gemma-3-12b-it-q5_k_m.mmlu create mode 100644 scores/gemma-3-12b-it-q5_k_m.ppx create mode 100644 scores/gemma-3-12b-it-q5_k_m.tqa create mode 100644 scores/gemma-3-12b-it-q5_k_m.wng create mode 100644 scores/gemma-3-12b-it-q5_k_s.arc create mode 100644 scores/gemma-3-12b-it-q5_k_s.hsw create mode 100644 scores/gemma-3-12b-it-q5_k_s.mmlu create mode 100644 scores/gemma-3-12b-it-q5_k_s.ppx create mode 100644 scores/gemma-3-12b-it-q5_k_s.tqa create mode 100644 scores/gemma-3-12b-it-q5_k_s.wng create mode 100644 scores/gemma-3-12b-it-q6_k.arc create mode 100644 scores/gemma-3-12b-it-q6_k.hsw create mode 100644 scores/gemma-3-12b-it-q6_k.mmlu create mode 100644 scores/gemma-3-12b-it-q6_k.ppx create mode 100644 scores/gemma-3-12b-it-q6_k.tqa create mode 100644 scores/gemma-3-12b-it-q6_k.wng create mode 100644 scores/gemma-3-12b-it-q8_0.arc create mode 100644 scores/gemma-3-12b-it-q8_0.hsw create mode 100644 scores/gemma-3-12b-it-q8_0.mmlu create mode 100644 scores/gemma-3-12b-it-q8_0.ppx create mode 100644 scores/gemma-3-12b-it-q8_0.tqa create mode 100644 scores/gemma-3-12b-it-q8_0.wng diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d1254ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1,37 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +*.gguf filter=lfs diff=lfs merge=lfs -text +*.logits filter=lfs diff=lfs merge=lfs -text +*.dat filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86d94a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,584 @@ +# https://github.com/github/gitignore + +# ------------- +# General Linux +# ------------- +.directory +.fuse_hidden* +.nfs* +.Trash-* +*~ + +# ----------- +# General OSX +# ----------- +._* +.apdisk +.AppleDB +.AppleDesktop +.AppleDouble +.com.apple.timemachine.donotpresent +.DocumentRevisions-V100 +.DS_Store +.fseventsd +.LSOverride +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +Network Trash Folder +Temporary Items + +# --------------- +# General Windows +# --------------- +[Dd]esktop.ini +*.cab +*.lnk +*.msi +*.msix +*.msm +*.msp +*.stackdump +$RECYCLE.BIN/ +ehthumbs_vista.db +ehthumbs.db +Thumbs.db +Thumbs.db:encryptable + +# ----------------- +# General JetBrains +# ----------------- +.idea_modules/ +.idea/ +*.iml +*.ipr +*.iws + +# --------------- +# General VS Code +# --------------- +!.vscode/*.code-snippets +!.vscode/extensions.json +!.vscode/launch.json +!.vscode/settings.json +!.vscode/tasks.json +.history/ +.vscode/ +*.vsix + +# --------------------- +# General Visual Studio +# --------------------- +__pycache__/ +_NCrunch_* +_pkginfo.txt +_Pvt_Extensions +_ReSharper*/ +_TeamCity* +_UpgradeReport_Files/ +!?*.[Cc]ache/ +!.vscode/extensions.json +!**/[Pp]ackages/build/ +.*crunch*.local.xml +.builds +.cr/personal +.fake/ +.ionide/ +.localhistory/ +.mfractor/ +.ntvs_analysis.dat +.paket/paket.exe +.sass-cache/ +.vs/ +.vscode/* +.vshistory/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +[Bb]in/ +[Bb]uild[Ll]og.* +[Dd]ebug/ +[Dd]ebugPS/ +[Dd]ebugPublic/ +[Ee]xpress/ +[Ll]og/ +[Ll]ogs/ +[Oo]bj/ +[Rr]elease/ +[Rr]eleasePS/ +[Rr]eleases/ +[Tt]est[Rr]esult*/ +[Ww][Ii][Nn]32/ +*_h.h +*_i.c +*_p.c +*_wpftmp.csproj +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl +*- [Bb]ackup.rdl +*.[Cc]ache +*.[Pp]ublish.xml +*.[Rr]e[Ss]harper +*.appx +*.appxbundle +*.appxupload +*.aps +*.azurePubxml +*.bim_*.settings +*.bim.layout +*.binlog +*.btm.cs +*.btp.cs +*.build.csdef +*.cachefile +*.code-workspace +*.coverage +*.coveragexml +*.dbmdl +*.dbproj.schemaview +*.dotCover +*.DotSettings.user +*.dsp +*.dsw +*.e2e +*.GhostDoc.xml +*.gpState +*.ilk +*.iobj +*.ipdb +*.jfm +*.jmconfig +*.ldf +*.mdf +*.meta +*.mm.* +*.ncb +*.ndf +*.nuget.props +*.nuget.targets +*.nupkg +*.nvuser +*.obj +*.odx.cs +*.opendb +*.opensdf +*.opt +*.pch +*.pdb +*.pfx +*.pgc +*.pgd +*.pidb +*.plg +*.psess +*.publishproj +*.publishsettings +*.pubxml +*.pyc +*.rdl.data +*.rptproj.bak +*.rptproj.rsuser +*.rsp +*.rsuser +*.sap +*.sbr +*.scc +*.sdf +*.sln.docstates +*.sln.iml +*.snupkg +*.suo +*.svclog +*.tlb +*.tlh +*.tli +*.tlog +*.tmp +*.tmp_proj +*.tss +*.user +*.userosscache +*.userprefs +*.vbp +*.vbw +*.VC.db +*.VC.VC.opendb +*.VisualState.xml +*.vsp +*.vspscc +*.vspx +*.vssscc +*.xsd.cs +**/[Pp]ackages/* +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.HTMLClient/GeneratedArtifacts +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +~$* +$tf/ +AppPackages/ +artifacts/ +ASALocalRun/ +AutoTest.Net/ +Backup*/ +BenchmarkDotNet.Artifacts/ +bld/ +BundleArtifacts/ +ClientBin/ +coverage*.info +coverage*.json +coverage*.xml +csx/ +dlldata.c +DocProject/buildhelp/ +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/*.HxC +DocProject/Help/*.HxT +DocProject/Help/html +DocProject/Help/Html2 +ecf/ +FakesAssemblies/ +FodyWeavers.xsd +Generated_Code/ +healthchecksdb +ipch/ +MigrationBackup/ +mono_crash.* +nCrunchTemp_* +node_modules/ +nunit-*.xml +OpenCover/ +orleans.codegen.cs +Package.StoreAssociation.xml +paket-files/ +project.fragment.lock.json +project.lock.json +publish/ +PublishScripts/ +rcf/ +ScaffoldingReadMe.txt +ServiceFabricBackup/ +StyleCopReport.xml +TestResult.xml +UpgradeLog*.htm +UpgradeLog*.XML +x64/ +x86/ + +# ---------------------- +# General Archived Files +# ---------------------- +*.7z +*.bz2 +*.bzip +*.bzip2 +*.deb +*.dmg +*.egg +*.gem +*.gz +*.gzip +*.iso +*.jar +*.lzma +*.rar +*.rpm +*.tar +*.tgz +*.txz +*.tzst +*.xar +*.xpi +*.xz +*.zip +*.zst + +# ----- +# C/C++ +# ----- +.tmp_versions/ +*.a +*.app +*.cmd +*.d +*.dll +*.dSYM/ +*.dylib +*.elf +*.exe +*.exp +*.gch +*.hex +*.i*86 +*.idb +*.ko +*.la +*.lai +*.lib +*.lo +*.map +*.mod* +*.o +*.out +*.slo +*.so +*.so.* +*.su +*.x86_64 +dkms.conf +Mkfile.old +Module.symvers +modules.order + +# ---- +# CUDA +# ---- +*.cubin +*.fatbin +*.gpu +*.i +*.ii +*.ptx + +# -- +# Go +# -- +.env +*.exe~ +*.test +go.work +go.work.sum + +# ---- +# Java +# ---- +*.class +*.ctxt +*.ear +*.hprof +*.nar +*.tar.gz +*.war +hs_err_pid* +replay_pid* + +# ----- +# Julia +# ----- +*.jl.*.cov +*.jl.cov +*.jl.mem +deps/build.log +deps/deps.jl +deps/downloads/ +deps/src/ +deps/usr/ +docs/build/ +docs/site/ +Manifest.toml + +# ------------------------------ +# JavaScript / Node / TypeScript +# ------------------------------ +.cache +.cache/ +.docusaurus +.dynamodb/ +.env.development.local +.env.local +.env.production.local +.env.test.local +.eslintcache +.fusebox/ +.grunt +.lock-wscript +.next +.node_repl_history +.npm +.nuxt +.nyc_output +.parcel-cache +.pnp.* +.pnpm-debug.log* +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ +.serverless/ +.stylelintcache +.temp +.tern-port +.vscode-test +.vuepress/dist +.yarn-integrity +.yarn/build-state.yml +.yarn/cache +.yarn/install-state.gz +.yarn/unplugged +*.lcov +*.pid +*.pid.lock +*.seed +*.tsbuildinfo +bower_components +dist +jspm_packages/ +lerna-debug.log* +lib-cov +logs +npm-debug.log* +out +pids +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json +web_modules/ +yarn-debug.log* +yarn-error.log* + +# ------ +# Python +# ------ +__pypackages__/ +.coverage +.coverage.* +.dmypy.json +.eggs/ +.hypothesis/ +.installed.cfg +.ipynb_checkpoints +.mypy_cache/ +.nox/ +.pdm-build/ +.pdm-python +.pdm.toml +.pybuilder/ +.pyre/ +.pytest_cache/ +.Python +.python-version +.pytype/ +.ropeproject +.scrapy +.spyderproject +.spyproject +.tox/ +.venv +.webassets-cache +*.cover +*.egg-info/ +*.manifest +*.mo +*.pot +*.py,cover +*.py[cod] +*.sage.py +*.spec +*$py.class +/site +build/ +celerybeat-schedule +celerybeat.pid +cover/ +coverage.xml +cython_debug/ +db.sqlite3 +db.sqlite3-journal +develop-eggs/ +dist/ +dmypy.json +docs/_build/ +downloads/ +eggs/ +env.bak/ +env/ +htmlcov/ +instance/ +ipython_config.py +lib/ +lib64/ +local_settings.py +MANIFEST +nosetests.xml +parts/ +pip-delete-this-directory.txt +pip-log.txt +profile_default/ +sdist/ +share/python-wheels/ +target/ +var/ +venv.bak/ +venv/ +wheels/ + +# ---- +# Rust +# ---- +**/*.rs.bk +Cargo.lock +debug/ + +# ----- +# Scala +# ----- + +# ----- +# CMake +# ----- +_deps +cmake_install.cmake +CMakeCache.txt +CMakeFiles +CMakeLists.txt.user +CMakeScripts +CMakeUserPresets.json +compile_commands.json +CTestTestfile.cmake +install_manifest.txt +Makefile +Testing + +# ------ +# Gradle +# ------ +!gradle-wrapper.jar +!gradle-wrapper.properties +!src/**/build/ +.classpath +.gradle +.gradletasknamecache +.project +**/build/ +gradle-app.setting + +# ----- +# Maven +# ----- +.mvn/ +buildNumber.properties +dependency-reduced-pom.xml +pom.xml.next +pom.xml.releaseBackup +pom.xml.tag +pom.xml.versionsBackup +release.properties + +# --------- +# Terraform +# --------- +.terraform.tfstate.lock.info +.terraform/ +.terraformrc +*_override.tf +*_override.tf.json +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +crash.*.log +crash.log +override.tf +override.tf.json +terraform.rc \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f4a8fe --- /dev/null +++ b/README.md @@ -0,0 +1,229 @@ +--- +base_model: +- google/gemma-3-12b-it +datasets: +- eaddario/imatrix-calibration +language: +- en +license: +- gemma +pipeline_tag: text-generation +tags: +- gguf +- quant +- pruned +- experimental +--- + +# Experimental layer-wise + pruned (layers 26 and 29) quantization of google/gemma-3-12b-it + +Using [LLaMA C++][llm] release [b5540][llm-rel] for quantization. + +Original model: [google/gemma-3-12b-it][mdl] + +From the original model creators: + +> Terms of Use: [Terms](https://ai.google.dev/gemma/terms) +> +> Authors: Google DeepMind +> +> Model Information +> Summary description and brief definition of inputs and outputs. +> +> Description +> Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models. Gemma 3 models are multimodal, handling text and image input and generating text output, with open weights for both pre-trained variants and instruction-tuned variants. Gemma 3 has a large, 128K context window, multilingual support in over 140 languages, and is available in more sizes than previous versions. Gemma 3 models are well-suited for a variety of text generation and image understanding tasks, including question answering, summarization, and reasoning. Their relatively small size makes it possible to deploy them in environments with limited resources such as laptops, desktops or your own cloud infrastructure, democratizing access to state of the art AI models and helping foster innovation for everyone. +> +> Inputs and outputs +> Input: +> +> Text string, such as a question, a prompt, or a document to be summarized +> Images, normalized to 896 x 896 resolution and encoded to 256 tokens each +> Total input context of 128K tokens for the 4B, 12B, and 27B sizes, and 32K tokens for the 1B size +> Output: +> +> Generated text in response to the input, such as an answer to a question, analysis of image content, or a summary of a document +> Total output context of 8192 tokens +Usage + +# PLEASE READ THIS BEFORE USING THESE EXPERIMENTAL VERSIONS! + +An area of personal interest is finding ways to optimize the inference performance of LLMs when deployed in resource-constrained environments like commodity hardware, desktops, laptops, mobiles, edge devices, etc. There are many approaches to accomplish this, including architecture simplification and knowledge distillation, but my focus has been primarily on quantization and pruning. + +The method used to produce these experimental versions is covered in [Squeezing Tensor Bits: the quest for smaller LLMs][mdm], but at a high level it involves using a custom version of `llama-imatrix` and `llama-quantize` to identify influential tensors, quantize the most important layers to higher bit precision and the less important to lower bits, and remove (prune) one or more layers. This process was partly inspired by Dumitru's et al [Layer-Wise Quantization: A Pragmatic and Effective Method for Quantizing LLMs Beyond Integer Bit-Levels][lwq-ppr], and Xin Men's et al [ShortGPT: Layers in Large Language Models are More Redundant Than You Expect][sgpt-ppr] + +As of version [b5125][qtz-rel], [llama-quantize][qtz] can now perform **tensor-wide quantization (TWQ)**, whereby user-defined tensors are quantized at a specific level, or perform **layer-wise quantization (LWQ)** by selecting different quantization types per tensor/layer. For example, `--tensor-type attn_v=q6_k` will quantize all *Attention Value* tensors at *q6_k* (TWQ), and `--tensor-type "\.([0-9]|1[01257]|31)\.attn_k=q4_k"` will quantize *Attention Key* tensors on layers 0 to 9, 10, 11, 12, 15, 17 and 31 at *q4_k*, leaving the remaining layers at their default value (LWQ). + +A custom version of `llama-quantize` is used to prune the model by providing a comma-separated list in the `--prune-layers` command line option. The pruning operation will renumber remaining layers to avoid gaps in the sequence, update the relevant model metadata and, if an imatrix is available, it will use the correct importance score vector. This option can be used alongside `--tensor-type` to perform tensor/layer-wise quantization on selected tensor types, whilst at the same time pruning others. For example: +``` +llama-quantize --tensor-type attn=q6_k --prune-layers 3,7,11 --imatrix imatrix.dat model-f32.gguf model-q4_k_m.gguf q4_k_m +``` + +An enhanced version of [llama-imatrix][imx] generates useful statistics to guide the tensor and layer selection process. `--show-statistics` will display: + +### Tensor statistics: +- **Σ(Bias):** the sum of all activations over the tensor (i.e. the Importance Scores) +- **Min & Max:** minimum and maximum activation values +- **μ & σ:** activations' mean and standard deviation +- **% Active:** proportion of elements whose average activation exceeds a very small threshold (1e-6). Helpful to determine how alive/dormant the tensor is during inference +- **N:** number of activations in the tensor +- **Entropy:** entropy of the activation distribution, in bits (standard Shannon entropy measurement) +- **E (norm):** Normalized entropy. +- **ZD Score:** z-score distribution as described in [*3.1 Layer Importance Scores*][lwq-lim] in the **Layer-Wise Quantization** paper +- **CosSim:** cosine similarity between same type tensors with respect to the previous layer (i.e. blk.7.attn_k and blk.6.attn_k) + +### Layer statistics: +- **Σ(Bias):** weighted average of the sum of all activations over the tensor (i.e. the Importance Scores) +- **ZD Score:** weighted average of the z-score distribution as described in [*3.1 Layer Importance Scores*][lwq-lim] in the **Layer-Wise Quantization** paper +- **CosSim:** weighted average of the cosine similarity of whole layer with respect to the previous layer (i.e. Layer 3 and 2) + +Please note that tensor statistics are calculated for each individual tensor and should be used to compare between tensors of the same type only. For example, assuming that *attn_k* in layer 10 has a higher influence during inference than *attn_k* in layer 7 because its **Σ(Bias)** is larger makes sense, whilst concluding the same between *attn_k* and *ffn_down* does not. + +There are two Pull Request ([prune][prn-pr] and [imatrix][imtx-pr]) to merge these changes back into the core llama.cpp project. This may or may not ever happen so, until then, the modified version will be available on [GitHub][gh] ([prune][gh-prn] and [imatrix][gh-itx]). + +For testing and comparison I use models produced by [Unsloth][ust] ([Daniel and Michael Han][ust-ai] do some really advanced level stuff!) and [Bartowski][btk] (see credits below) but when they don't provide versions of the required model, all tests and comparisons are done against naive quantizations obtained by simply running `llama-quantize` with no further optimization. In this case however, whilst both have versions of this model, Unsloth's uses a different vocabulary size on their quants (262144 vs 262208) which does not allow for a valid like-for-like comparison. + +All experimental versions were generated using an appropriate imatrix created from calibration datasets available at [eaddario/imatrix-calibration][ical]. At its core, an Importance Matrix (imatrix) is a table or, more broadly, a structured representation that scores the relative importance of different features or parameters in a machine learning model. It essentially quantifies the "impact" each feature has on a specific outcome, prediction, or relationship being modelled, and it helps to counterbalance the negative effects of quantization and pruning. + +The process to generate these models is roughly as follows: + +1. Convert the original model's tensors to [GGUF][ggf] F16* +2. Estimate the Perplexity score for the F16 model (baseline) using the [wikitext-2-raw-v1][wki-dat] dataset, and save the [logits][lgt] +3. Generate an [imatrix][imx-dat] from selected calibration datasets +4. Determine tensor and layer Importance Score contribution using the modified version of `llama-imatrix` +5. Select an appropriate quant level for each tensor and quantize/prune the model using `llama-quantize`. In this model's case, layers **26** and **29** have been pruned +6. Calculate Perplexity, KL Divergence, ARC (Easy+Challenge), HellaSwag, MMLU, Truthful QA and WinoGrande scores for each quantized model +7. Keep versions with the best scores +8. Repeat until all desired quants are created. I find that quantizations below Q3/IQ3 are not fit for my purposes and therefore do not usually generate them, but happy to provide other quants on request. + +*[BF16][bf16] would be preferred, but Apple's GPUs don't support it yet, and therefore any operations are executed in the CPU, making it unacceptably slow. This is expected to change in the near term but until then, if you are using Apple kit avoid using any models tagged BF16 + +# Models + +### Sizes (in GB) +| Model | Bartowski | Repo | Shrinkage | +| ------------------------------------------------------------------- | --------: | ----: | --------: | +| [gemma-3-12b-it-pruned-IQ3_M](./gemma-3-12b-it-pruned-IQ3_M.gguf) | 5.66 | 5.21 | 8.0% | +| [gemma-3-12b-it-pruned-IQ3_S](./gemma-3-12b-it-pruned-IQ3_S.gguf) | 5.21 | 5.04 | 3.3% | +| [gemma-3-12b-it-pruned-IQ4_NL](./gemma-3-12b-it-pruned-IQ4_NL.gguf) | 6.89 | 6.16 | 10.6% | +| [gemma-3-12b-it-pruned-Q3_K_L](./gemma-3-12b-it-pruned-Q3_K_L.gguf) | 6.48 | 5.33 | 17.7% | +| [gemma-3-12b-it-pruned-Q3_K_M](./gemma-3-12b-it-pruned-Q3_K_M.gguf) | 6.01 | 5.04 | 16.1% | +| [gemma-3-12b-it-pruned-Q3_K_S](./gemma-3-12b-it-pruned-Q3_K_S.gguf) | 5.46 | 4.81 | 11.9% | +| [gemma-3-12b-it-pruned-Q4_K_M](./gemma-3-12b-it-pruned-Q4_K_M.gguf) | 7.30 | 6.20 | 15.1% | +| [gemma-3-12b-it-pruned-Q4_K_S](./gemma-3-12b-it-pruned-Q4_K_S.gguf) | 6.94 | 6.17 | 11.1% | +| [gemma-3-12b-it-pruned-Q5_K_M](./gemma-3-12b-it-pruned-Q5_K_M.gguf) | 8.44 | 7.32 | 13.3% | +| [gemma-3-12b-it-pruned-Q5_K_S](./gemma-3-12b-it-pruned-Q5_K_S.gguf) | 8.23 | 7.26 | 11.8% | +| [gemma-3-12b-it-pruned-Q6_K](./gemma-3-12b-it-pruned-Q6_K.gguf) | 9.66 | 9.01 | 6.7% | +| [gemma-3-12b-it-pruned-Q8_0](./gemma-3-12b-it-pruned-Q8_0.gguf) | 12.50 | 10.98 | 12.2% | + +### Perplexity and KL Divergence scores +| Model | μPPL | 𝜌PPL | μKLD | RMS Δp | +| ------------------------------------------------------------------- | ------------------: | -----: | -----------------: | ------------: | +| [gemma-3-12b-it-pruned-IQ3_M](./gemma-3-12b-it-pruned-IQ3_M.gguf) | 35.478449 ±0.411747 | 80.18% | 1.229937 ±0.004277 | 30.166 ±0.089 | +| [gemma-3-12b-it-pruned-IQ3_S](./gemma-3-12b-it-pruned-IQ3_S.gguf) | 32.557804 ±0.369351 | 80.53% | 1.196823 ±0.004146 | 29.810 ±0.088 | +| [gemma-3-12b-it-pruned-IQ4_NL](./gemma-3-12b-it-pruned-IQ4_NL.gguf) | 36.879518 ±0.436763 | 80.79% | 1.190922 ±0.004215 | 29.578 ±0.088 | +| [gemma-3-12b-it-pruned-Q3_K_L](./gemma-3-12b-it-pruned-Q3_K_L.gguf) | 33.537202 ±0.371564 | 79.10% | 1.263077 ±0.004253 | 31.084 ±0.088 | +| [gemma-3-12b-it-pruned-Q3_K_M](./gemma-3-12b-it-pruned-Q3_K_M.gguf) | 34.029948 ±0.376082 | 78.62% | 1.300974 ±0.004321 | 31.537 ±0.088 | +| [gemma-3-12b-it-pruned-Q3_K_S](./gemma-3-12b-it-pruned-Q3_K_S.gguf) | 36.103787 ±0.402250 | 77.13% | 1.395578 ±0.004559 | 32.089 ±0.088 | +| [gemma-3-12b-it-pruned-Q4_K_M](./gemma-3-12b-it-pruned-Q4_K_M.gguf) | 31.219358 ±0.342580 | 80.83% | 1.106608 ±0.003932 | 29.739 ±0.088 | +| [gemma-3-12b-it-pruned-Q4_K_M-bartowski][b-q4km] | 9.197963 ±0.073909 | 98.63% | 0.045560 ±0.000416 | 6.400 ±0.054 | +| [gemma-3-12b-it-pruned-Q4_K_S](./gemma-3-12b-it-pruned-Q4_K_S.gguf) | 31.245217 ±0.343080 | 80.86% | 1.105266 ±0.003926 | 29.698 ±0.088 | +| [gemma-3-12b-it-pruned-Q5_K_M](./gemma-3-12b-it-pruned-Q5_K_M.gguf) | 30.668770 ±0.335889 | 81.60% | 1.039101 ±0.003848 | 29.177 ±0.088 | +| [gemma-3-12b-it-pruned-Q5_K_S](./gemma-3-12b-it-pruned-Q5_K_S.gguf) | 30.644285 ±0.335716 | 81.62% | 1.038541 ±0.003836 | 29.119 ±0.088 | +| [gemma-3-12b-it-pruned-Q6_K](./gemma-3-12b-it-pruned-Q6_K.gguf) | 30.107026 ±0.329175 | 81.96% | 1.009233 ±0.003785 | 28.800 ±0.088 | +| [gemma-3-12b-it-pruned-Q8_0](./gemma-3-12b-it-pruned-Q8_0.gguf) | 30.014168 ±0.327772 | 82.04% | 1.004325 ±0.003776 | 28.772 ±0.088 | +| [gemma-3-12b-it-pruned-F16](./gemma-3-12b-it-pruned-F16.gguf) | 9.042786 ±0.071503 | 100% | N/A | N/A | + +### ARC, HellaSwag, MMLU, Truthful QA and WinoGrande scores +Scores generated using [llama-perplexity][ppl] with 750 tasks per test, and a context size of 768 tokens. + +For the test data used in the generation of these scores, follow the appropriate links: [HellaSwag][hsw-tst], [ARC, MMLU, Truthful QA][tst-dat] and [WinoGrande][wng-tst] + +| Model | ARC | HellaSwag | MMLU | Truthful QA | WinoGrande | Avg Score | +| ------------------------------------------------------------------- | --------------: | --------: | --------------: | --------------: | --------------: | --------: | +| [gemma-3-12b-it-pruned-IQ3_M](./gemma-3-12b-it-pruned-IQ3_M.gguf) | 66.9333 ±1.7190 | 74.67 | 42.0000 ±1.8034 | 39.4667 ±1.7860 | 67.4667 ±1.7119 | 58.11 | +| [gemma-3-12b-it-pruned-IQ3_S](./gemma-3-12b-it-pruned-IQ3_S.gguf) | 65.0667 ±1.7420 | 74.80 | 42.8000 ±1.8079 | 40.4000 ±1.7930 | 66.1333 ±1.7292 | 57.84 | +| [gemma-3-12b-it-pruned-IQ4_NL](./gemma-3-12b-it-pruned-IQ4_NL.gguf) | 68.2667 ±1.7007 | 75.47 | 42.6667 ±1.8072 | 40.1333 ±1.7910 | 68.5333 ±1.6968 | 59.01 | +| [gemma-3-12b-it-pruned-Q3_K_L](./gemma-3-12b-it-pruned-Q3_K_L.gguf) | 67.8667 ±1.7063 | 75.73 | 42.5333 ±1.8065 | 40.2667 ±1.7920 | 67.0667 ±1.7172 | 58.69 | +| [gemma-3-12b-it-pruned-Q3_K_M](./gemma-3-12b-it-pruned-Q3_K_M.gguf) | 68.6667 ±1.6949 | 75.20 | 44.4000 ±1.8155 | 40.0000 ±1.7900 | 65.8667 ±1.7325 | 58.83 | +| [gemma-3-12b-it-pruned-Q3_K_S](./gemma-3-12b-it-pruned-Q3_K_S.gguf) | 67.6000 ±1.7100 | 75.20 | 43.7333 ±1.8126 | 39.8667 ±1.7890 | 66.5333 ±1.7242 | 58.59 | +| [gemma-3-12b-it-pruned-Q4_K_M](./gemma-3-12b-it-pruned-Q4_K_M.gguf) | 69.8667 ±1.6766 | 77.47 | 43.6000 ±1.8119 | 40.8000 ±1.7958 | 68.4000 ±1.6988 | 60.03 | +| [gemma-3-12b-it-pruned-Q4_K_M-bartowski][b-q4km] | 69.6000 ±1.6807 | 81.07 | 43.6000 ±1.8119 | 41.0667 ±1.7976 | 75.7333 ±1.5664 | 62.21 | +| [gemma-3-12b-it-pruned-Q4_K_S](./gemma-3-12b-it-pruned-Q4_K_S.gguf) | 69.8667 ±1.6766 | 77.33 | 43.4667 ±1.8113 | 40.8000 ±1.7958 | 69.6000 ±1.6807 | 60.21 | +| [gemma-3-12b-it-pruned-Q5_K_M](./gemma-3-12b-it-pruned-Q5_K_M.gguf) | 68.8000 ±1.6929 | 77.87 | 45.3333 ±1.8190 | 41.2000 ±1.7984 | 68.8000 ±1.6929 | 60.40 | +| [gemma-3-12b-it-pruned-Q5_K_S](./gemma-3-12b-it-pruned-Q5_K_S.gguf) | 68.9333 ±1.6909 | 77.73 | 45.0667 ±1.8180 | 41.3333 ±1.7993 | 68.6667 ±1.6949 | 60.35 | +| [gemma-3-12b-it-pruned-Q6_K](./gemma-3-12b-it-pruned-Q6_K.gguf) | 68.9333 ±1.6909 | 78.66 | 45.4667 ±1.8194 | 40.8000 ±1.7958 | 68.6667 ±1.6949 | 60.51 | +| [gemma-3-12b-it-pruned-Q8_0](./gemma-3-12b-it-pruned-Q8_0.gguf) | 68.8000 ±1.6929 | 78.40 | 45.4667 ±1.8194 | 41.7333 ±1.8018 | 68.8000 ±1.6929 | 60.64 | +| [gemma-3-12b-it-pruned-F16](./gemma-3-12b-it-pruned-F16.gguf) | 69.2000 ±1.6869 | 81.20 | 45.3333 ±1.8190 | 41.4667 ±1.8002 | 74.8000 ±1.5864 | 62.40 | + +### Tokens per Second - Benchmarks +Scores generated using [llama-bench][bch]. Naive (`llama-quantize` with no optimization) Q4_K_M quantization included for comparison. + +| model | size | params | backend | threads | test | t/s | +| ------------------------------------------------------------------- | -------: | ------: | ---------- | ------: | ------------: | ------------: | +| [gemma-3-12b-it-pruned-Q4_K_M](./gemma-3-12b-it-pruned-Q4_K_M.gguf) | 5.77 GiB | 11.32 B | Metal,BLAS | 12 | pp512 | 523.27 ±3.74 | +| [gemma-3-12b-it-pruned-Q4_K_M](./gemma-3-12b-it-pruned-Q4_K_M.gguf) | 5.77 GiB | 11.32 B | Metal,BLAS | 12 | tg128 | 46.92 ±0.60 | +| [gemma-3-12b-it-pruned-Q4_K_M](./gemma-3-12b-it-pruned-Q4_K_M.gguf) | 5.77 GiB | 11.32 B | Metal,BLAS | 12 | pp1024+tg1024 | 75.45 ±0.35 | +| [gemma-3-12b-it-pruned-Q4_K_M-bartowski][b-q4km] | 6.79 GiB | 11.77 B | Metal,BLAS | 12 | pp512 | 482.36 ±23.04 | +| [gemma-3-12b-it-pruned-Q4_K_M-bartowski][b-q4km] | 6.79 GiB | 11.77 B | Metal,BLAS | 12 | tg128 | 45.54 ±1.21 | +| [gemma-3-12b-it-pruned-Q4_K_M-bartowski][b-q4km] | 6.79 GiB | 11.77 B | Metal,BLAS | 12 | pp1024+tg1024 | 74.27 ±0.19 | + +# Metrics used +**[Perplexity][ppx]:** one of the key metrics used in NLP evaluation. It measures the quality of a language model by evaluating how well it predicts the next token given a particular sequence of words. A PPL of **1** indicates an exact match between predicted and actual, whereas values greater than one indicate a degree of "surprise" the generated token differs from the expected. + +**[Kullback–Leibler (KL) Divergence][kld]:** a statistical measure of how much a probability distribution differs from another. When quantizing models (or altering the original tensors in any way for that matter), the closest we can preserve the weights' probability distribution to the original model the better, thus the closest to **0** the better. + +**[AI2 Reasoning Challenge (ARC)][arc]:** a benchmark to evaluate the ability of AI models to answer complex science questions that require logical reasoning beyond pattern matching. + +**[HellaSwag][hsw]:** the Harder Endings, Longer contexts, and Low-shot Activities for Situations With Adversarial Generations (bit of a mouthful!) is a benchmark designed to test commonsense natural language inference. It requires the model to predict the most likely ending of a sentence. + +**[MMLU][mmlu]:** the Massive Multitask Language Understanding evaluates LLMs’ general knowledge and problem-solving abilities across 57 subjects, including elementary mathematics, US history, computer science, and law. + +**[Truthful QA][tqa]:** evaluates how well LLMs generate truthful responses to questions. It identifies whether AI models can avoid generating false or misleading information, particularly in areas where human knowledge is prone to misconceptions. + +**[Winogrande][wng]:** based on the [Winograd Schema Challenge][wng-chl], is a natural language understanding task requiring models to resolve ambiguities in sentences involving pronoun references. + +## Credits +[LLaMa C++][llm] has a large and vibrant community of [contributors][llm-ctt] (~1,200 last time I checked) that actively maintain and extend its functionality, adding new models and architectures almost as fast as they appear (considering the breakneck speed at which the AI/ML field is advancing, this alone is a remarkable feat!), and whilst I'm grateful to each and everyone of them, I want to recognise three people in particular: **Thank You!** [Colin Kealty][btk] for the many contributions and for being one of the best sources of high quality quantized models available on Hugging Face, and a really big ***Thank You!*** to [Georgi Gerganov][ggg] for his amazing work with **llama.cpp** and the **ggml/gguf** libraries, and [Iwan Kawrakow][ikk] for being one of the key authors behind the many quantisation algorithms and the imatrix functionality. + +[arc]: https://leaderboard.allenai.org/arc/submissions/get-started +[btk]: https://huggingface.co/bartowski +[bch]: https://github.com/ggml-org/llama.cpp/tree/master/tools/llama-bench +[bf16]: https://en.wikipedia.org/wiki/Bfloat16_floating-point_format +[b-q4km]: https://huggingface.co/bartowski/google_gemma-3-12b-it-pruned-GGUF/blob/main/google_gemma-3-12b-it-pruned-Q4_K_M.gguf +[u-q4km]: https://huggingface.co/unsloth +[ical]: https://huggingface.co/datasets/eaddario/imatrix-calibration +[ikk]: https://github.com/ikawrakow +[ggg]: https://github.com/ggerganov +[ggf]: https://huggingface.co/docs/hub/en/gguf +[gh]: https://github.com/EAddario +[gh-itx]: https://github.com/EAddario/llama.cpp/tree/imatrix +[gh-prn]: https://github.com/EAddario/llama.cpp/tree/prune +[hsw]: https://rowanzellers.com/hellaswag +[hsw-tst]: https://github.com/klosax/hellaswag_text_data +[imx-dat]: https://huggingface.co/eaddario/gemma-3-12b-it-pruned-GGUF/tree/main/imatrix +[imx]: https://github.com/ggml-org/llama.cpp/tree/master/tools/imatrix +[imtx-pr]: https://github.com/ggml-org/llama.cpp/pull/12718 +[kld]: https://en.wikipedia.org/wiki/Kullback–Leibler_divergence +[llm]: https://github.com/ggerganov/llama.cpp +[llm-rel]: https://github.com/ggml-org/llama.cpp/releases/tag/b5540 +[lgt]: https://huggingface.co/eaddario/gemma-3-12b-it-pruned-GGUF/tree/main/logits +[llm-ctt]: https://github.com/ggml-org/llama.cpp/graphs/contributors +[lwq-lim]: https://arxiv.org/html/2403.03853v3#S3 +[lwq-ppr]: https://arxiv.org/abs/2406.17415 +[mdm]: https://medium.com/@eaddario/squeezing-tensor-bits-the-quest-for-smaller-llms-86b23bd052ca +[mmlu]: https://github.com/hendrycks/test +[mdl]: https://huggingface.co/google/gemma-3-12b-it +[ppl]: https://github.com/ggml-org/llama.cpp/tree/master/tools/perplexity +[ppx]: https://huggingface.co/docs/transformers/en/perplexity +[prn-pr]: https://github.com/ggml-org/llama.cpp/pull/13037 +[qtz]: https://github.com/ggml-org/llama.cpp/tree/master/tools/quantize +[qtz-rel]: https://github.com/ggerganov/llama.cpp/releases/tag/b5125 +[sgpt-ppr]: https://arxiv.org/abs/2403.03853 +[tst-dat]: https://huggingface.co/datasets/ikawrakow/validation-datasets-for-llama.cpp/tree/main +[tqa]: https://github.com/sylinrl/TruthfulQA +[ust]: https://huggingface.co/unsloth +[ust-ai]: https://unsloth.ai +[wng-chl]: https://cdn.aaai.org/ocs/4492/4492-21843-1-PB.pdf +[wki-dat]: https://huggingface.co/datasets/Salesforce/wikitext/tree/main/wikitext-2-raw-v1 +[wng]: https://winogrande.allenai.org +[wng-tst]: https://huggingface.co/datasets/ikawrakow/winogrande-eval-for-llama.cpp/tree/main diff --git a/gemma-3-12b-it-F16.gguf b/gemma-3-12b-it-F16.gguf new file mode 100644 index 0000000..af51d06 --- /dev/null +++ b/gemma-3-12b-it-F16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea2f961c2204bab46c86b8e34dfb3c5216808ab17b0434a0535cfb316197930 +size 23539658496 diff --git a/gemma-3-12b-it-pruned-IQ3_M.gguf b/gemma-3-12b-it-pruned-IQ3_M.gguf new file mode 100644 index 0000000..8880690 --- /dev/null +++ b/gemma-3-12b-it-pruned-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352481a5f4781c56fa0a17f263d19e64633fb6ff9b73585d31f3f8569ee0642a +size 5207677472 diff --git a/gemma-3-12b-it-pruned-IQ3_S.gguf b/gemma-3-12b-it-pruned-IQ3_S.gguf new file mode 100644 index 0000000..d47a4bb --- /dev/null +++ b/gemma-3-12b-it-pruned-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee25db0fce1562dfa50126a76cf1bc6729f86a02dbad905c254a68be014e060 +size 5039331872 diff --git a/gemma-3-12b-it-pruned-IQ4_NL.gguf b/gemma-3-12b-it-pruned-IQ4_NL.gguf new file mode 100644 index 0000000..80db32e --- /dev/null +++ b/gemma-3-12b-it-pruned-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100f615fcbab82cae935425f69757eaf1d61508fd27e62514067b4504bda982c +size 6161594912 diff --git a/gemma-3-12b-it-pruned-Q3_K_L.gguf b/gemma-3-12b-it-pruned-Q3_K_L.gguf new file mode 100644 index 0000000..f8139ce --- /dev/null +++ b/gemma-3-12b-it-pruned-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d02c8159953ceb36a3903622cb661ace7668124c9e0e6352a654bd32768d428 +size 5327731232 diff --git a/gemma-3-12b-it-pruned-Q3_K_M.gguf b/gemma-3-12b-it-pruned-Q3_K_M.gguf new file mode 100644 index 0000000..3ca648c --- /dev/null +++ b/gemma-3-12b-it-pruned-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677b204f96f60a67204d3061920cec9b0a6a9e72d6abd03d46b766b0d363c255 +size 5037365792 diff --git a/gemma-3-12b-it-pruned-Q3_K_S.gguf b/gemma-3-12b-it-pruned-Q3_K_S.gguf new file mode 100644 index 0000000..4d02c26 --- /dev/null +++ b/gemma-3-12b-it-pruned-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f944b09f0df99cc3d267a2653450e26ac32150b62380bfead1dd3feec7fce7 +size 4813969952 diff --git a/gemma-3-12b-it-pruned-Q4_K_M.gguf b/gemma-3-12b-it-pruned-Q4_K_M.gguf new file mode 100644 index 0000000..75fe9b0 --- /dev/null +++ b/gemma-3-12b-it-pruned-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabc37cfe948bb8e8c42673c152b0c5a010a8c97086ca9a5459b6cd262778a53 +size 6204357152 diff --git a/gemma-3-12b-it-pruned-Q4_K_S.gguf b/gemma-3-12b-it-pruned-Q4_K_S.gguf new file mode 100644 index 0000000..a68d0ba --- /dev/null +++ b/gemma-3-12b-it-pruned-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cc8aee36a24491ce3570a83abf9df6ec0f6d016b94dfc731e6f77765fd9d91 +size 6167001632 diff --git a/gemma-3-12b-it-pruned-Q5_K_M.gguf b/gemma-3-12b-it-pruned-Q5_K_M.gguf new file mode 100644 index 0000000..3ca9d44 --- /dev/null +++ b/gemma-3-12b-it-pruned-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c197fcafbc748dfa8962a565b969a8f136a376657118c0eaf4142e88eaf41f11 +size 7320291872 diff --git a/gemma-3-12b-it-pruned-Q5_K_S.gguf b/gemma-3-12b-it-pruned-Q5_K_S.gguf new file mode 100644 index 0000000..6a620ab --- /dev/null +++ b/gemma-3-12b-it-pruned-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89111d80ac38d2042ca034053bb3d3672487f9df88c17876775883d8fc6147b2 +size 7255534112 diff --git a/gemma-3-12b-it-pruned-Q6_K.gguf b/gemma-3-12b-it-pruned-Q6_K.gguf new file mode 100644 index 0000000..dd46aaf --- /dev/null +++ b/gemma-3-12b-it-pruned-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c8b97dd15e68fe869d0a2ca31615b5fb626d7747effe690cb253c7955fcee0 +size 9005038112 diff --git a/gemma-3-12b-it-pruned-Q8_0.gguf b/gemma-3-12b-it-pruned-Q8_0.gguf new file mode 100644 index 0000000..c9d92de --- /dev/null +++ b/gemma-3-12b-it-pruned-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b82a3e945cd534fc6d4163e313dc87206e0c0c19fe79b392193bca86c47c992 +size 10981440032 diff --git a/imatrix/imatrix-gemma-3-12b-it-medium.dat b/imatrix/imatrix-gemma-3-12b-it-medium.dat new file mode 100644 index 0000000..b6daefb --- /dev/null +++ b/imatrix/imatrix-gemma-3-12b-it-medium.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a497f01d0fb4d23caf5d7c6d836b866d55d50310ce757ef308abb0d811f27e +size 7433124 diff --git a/imatrix/imatrix-gemma-3-12b-it-micro.dat b/imatrix/imatrix-gemma-3-12b-it-micro.dat new file mode 100644 index 0000000..d833d37 --- /dev/null +++ b/imatrix/imatrix-gemma-3-12b-it-micro.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccda143543ee58e40683497b2998b30b7843a2533574d9d01bedeecb1e742491 +size 7433123 diff --git a/imatrix/imatrix-gemma-3-12b-it-small.dat b/imatrix/imatrix-gemma-3-12b-it-small.dat new file mode 100644 index 0000000..c15e825 --- /dev/null +++ b/imatrix/imatrix-gemma-3-12b-it-small.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dc7135f18f3a9607c994a3b408fa5532861d21c9f659953fe55f9f423a83b8 +size 7433123 diff --git a/imatrix/imatrix-gemma-3-12b-it-tiny.dat b/imatrix/imatrix-gemma-3-12b-it-tiny.dat new file mode 100644 index 0000000..c51c85a --- /dev/null +++ b/imatrix/imatrix-gemma-3-12b-it-tiny.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6870a2c2b916ef301a2b742067457d65e28511d8e322ad60329d215cff89e064 +size 7433122 diff --git a/logits/README.md b/logits/README.md new file mode 100644 index 0000000..5bacc8d --- /dev/null +++ b/logits/README.md @@ -0,0 +1,15 @@ +# Split logits file + +Due to upload size limits imposed by Hugging Face, the logits file has been split into three parts, and you must recreate the original file before being able to use it. + +There are several ways to do this, but the simplest is: + +### Unix/Linux/MacOS +```sh +cat gemma-3-12b-it-F16-0001-0003.logits gemma-3-12b-it-F16-0002-0003.logits gemma-3-12b-it-F16-0003-0003.logits > gemma-3-12b-it-F16.logits +``` + +### Windows +```sh +copy gemma-3-12b-it-F16-0001-0003.logits + gemma-3-12b-it-F16-0002-0003.logits + gemma-3-12b-it-F16-0003-0003.logits gemma-3-12b-it-F16.logits /b +``` diff --git a/logits/gemma-3-12b-it-F16-0001-0003.logits b/logits/gemma-3-12b-it-F16-0001-0003.logits new file mode 100644 index 0000000..31b371c --- /dev/null +++ b/logits/gemma-3-12b-it-F16-0001-0003.logits @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b04c61b089e06074d34b95771f4b9ee602dcd181b8e7bbc4806999aad6a6be +size 26843545600 diff --git a/logits/gemma-3-12b-it-F16-0002-0003.logits b/logits/gemma-3-12b-it-F16-0002-0003.logits new file mode 100644 index 0000000..e387631 --- /dev/null +++ b/logits/gemma-3-12b-it-F16-0002-0003.logits @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcf5b9cc24ad26b941f440faf5efd16fc867af0da32b7e98c775c9e784d19e3 +size 26843545600 diff --git a/logits/gemma-3-12b-it-F16-0003-0003.logits b/logits/gemma-3-12b-it-F16-0003-0003.logits new file mode 100644 index 0000000..8c9281e --- /dev/null +++ b/logits/gemma-3-12b-it-F16-0003-0003.logits @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448e9f91b32be38b4f10c12424e08f67b28ef980b0c90ab89cc6e972d9d33a61 +size 23423349780 diff --git a/scores/gemma-3-12b-it-F16.arc b/scores/gemma-3-12b-it-F16.arc new file mode 100644 index 0000000..ed45345 --- /dev/null +++ b/scores/gemma-3-12b-it-F16.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 40 key-value pairs and 626 tensors from ./gemma-3-12b-it-F16.gguf (version GGUF V3 (latest)) + +Final result: 69.2000 +/- 1.6869 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 11768.83 ms +llama_perf_context_print: prompt eval time = 74484.60 ms / 35749 tokens ( 2.08 ms per token, 479.95 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 75938.16 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-F16.hsw b/scores/gemma-3-12b-it-F16.hsw new file mode 100644 index 0000000..e919b0b --- /dev/null +++ b/scores/gemma-3-12b-it-F16.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 40 key-value pairs and 626 tensors from ./gemma-3-12b-it-F16.gguf (version GGUF V3 (latest)) + +750 81.20000000% [78.2474%, 83.8346%] + + +llama_perf_context_print: load time = 1473.70 ms +llama_perf_context_print: prompt eval time = 281267.73 ms / 125814 tokens ( 2.24 ms per token, 447.31 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 287221.72 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-F16.md b/scores/gemma-3-12b-it-F16.md new file mode 100644 index 0000000..164aa7c --- /dev/null +++ b/scores/gemma-3-12b-it-F16.md @@ -0,0 +1,1813 @@ +# gemma-3-12b-it-F16.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 43 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 626 | +| 3 | UINT64 | 1 | GGUF.kv_count | 40 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.block_count | 48 | +| 19 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 20 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 21 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 22 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 23 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 24 | UINT32 | 1 | general.file_type | 1 | +| 25 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 26 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 27 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 28 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 29 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 30 | UINT32 | 1 | general.quantization_version | 2 | +| 31 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 32 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 33 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 34 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 35 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 36 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 37 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 38 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 39 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 40 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 41 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 42 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 43 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | + +## Tensors Overview ~12B Elements + +Total number of elements in all tensors: 11765788416 Elements + +- [gemma-3-12b-it-F16.gguf - GGUF Internal File Dump](#gemma-3-12b-it-f16gguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~12B Elements](#tensors-overview-12b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + - [Block 46 Tensor Group : ~224M Elements](#block-46-tensor-group--224m-elements) + - [Block 47 Tensor Group : ~224M Elements](#block-47-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | token_embd.weight | 0x63f300 | 0x78000000 | +| 1 | blk.0.attn_norm.weight | 0x7863f300 | 0x3c00 | +| 2 | blk.0.ffn_down.weight | 0x78642f00 | 0x7080000 | +| 3 | blk.0.ffn_gate.weight | 0x7f6c2f00 | 0x7080000 | +| 4 | blk.0.ffn_up.weight | 0x86742f00 | 0x7080000 | +| 5 | blk.0.post_attention_norm.weight | 0x8d7c2f00 | 0x3c00 | +| 6 | blk.0.post_ffw_norm.weight | 0x8d7c6b00 | 0x3c00 | +| 7 | blk.0.ffn_norm.weight | 0x8d7ca700 | 0x3c00 | +| 8 | blk.0.attn_k_norm.weight | 0x8d7ce300 | 0x400 | +| 9 | blk.0.attn_k.weight | 0x8d7ce700 | 0xf00000 | +| 10 | blk.0.attn_output.weight | 0x8e6ce700 | 0x1e00000 | +| 11 | blk.0.attn_q_norm.weight | 0x904ce700 | 0x400 | +| 12 | blk.0.attn_q.weight | 0x904ceb00 | 0x1e00000 | +| 13 | blk.0.attn_v.weight | 0x922ceb00 | 0xf00000 | +| 14 | blk.1.attn_norm.weight | 0x931ceb00 | 0x3c00 | +| 15 | blk.1.ffn_down.weight | 0x931d2700 | 0x7080000 | +| 16 | blk.1.ffn_gate.weight | 0x9a252700 | 0x7080000 | +| 17 | blk.1.ffn_up.weight | 0xa12d2700 | 0x7080000 | +| 18 | blk.1.post_attention_norm.weight | 0xa8352700 | 0x3c00 | +| 19 | blk.1.post_ffw_norm.weight | 0xa8356300 | 0x3c00 | +| 20 | blk.1.ffn_norm.weight | 0xa8359f00 | 0x3c00 | +| 21 | blk.1.attn_k_norm.weight | 0xa835db00 | 0x400 | +| 22 | blk.1.attn_k.weight | 0xa835df00 | 0xf00000 | +| 23 | blk.1.attn_output.weight | 0xa925df00 | 0x1e00000 | +| 24 | blk.1.attn_q_norm.weight | 0xab05df00 | 0x400 | +| 25 | blk.1.attn_q.weight | 0xab05e300 | 0x1e00000 | +| 26 | blk.1.attn_v.weight | 0xace5e300 | 0xf00000 | +| 27 | blk.2.attn_norm.weight | 0xadd5e300 | 0x3c00 | +| 28 | blk.2.ffn_down.weight | 0xadd61f00 | 0x7080000 | +| 29 | blk.2.ffn_gate.weight | 0xb4de1f00 | 0x7080000 | +| 30 | blk.2.ffn_up.weight | 0xbbe61f00 | 0x7080000 | +| 31 | blk.2.post_attention_norm.weight | 0xc2ee1f00 | 0x3c00 | +| 32 | blk.2.post_ffw_norm.weight | 0xc2ee5b00 | 0x3c00 | +| 33 | blk.2.ffn_norm.weight | 0xc2ee9700 | 0x3c00 | +| 34 | blk.2.attn_k_norm.weight | 0xc2eed300 | 0x400 | +| 35 | blk.2.attn_k.weight | 0xc2eed700 | 0xf00000 | +| 36 | blk.2.attn_output.weight | 0xc3ded700 | 0x1e00000 | +| 37 | blk.2.attn_q_norm.weight | 0xc5bed700 | 0x400 | +| 38 | blk.2.attn_q.weight | 0xc5bedb00 | 0x1e00000 | +| 39 | blk.2.attn_v.weight | 0xc79edb00 | 0xf00000 | +| 40 | blk.3.attn_norm.weight | 0xc88edb00 | 0x3c00 | +| 41 | blk.3.ffn_down.weight | 0xc88f1700 | 0x7080000 | +| 42 | blk.3.ffn_gate.weight | 0xcf971700 | 0x7080000 | +| 43 | blk.3.ffn_up.weight | 0xd69f1700 | 0x7080000 | +| 44 | blk.3.post_attention_norm.weight | 0xdda71700 | 0x3c00 | +| 45 | blk.3.post_ffw_norm.weight | 0xdda75300 | 0x3c00 | +| 46 | blk.3.ffn_norm.weight | 0xdda78f00 | 0x3c00 | +| 47 | blk.3.attn_k_norm.weight | 0xdda7cb00 | 0x400 | +| 48 | blk.3.attn_k.weight | 0xdda7cf00 | 0xf00000 | +| 49 | blk.3.attn_output.weight | 0xde97cf00 | 0x1e00000 | +| 50 | blk.3.attn_q_norm.weight | 0xe077cf00 | 0x400 | +| 51 | blk.3.attn_q.weight | 0xe077d300 | 0x1e00000 | +| 52 | blk.3.attn_v.weight | 0xe257d300 | 0xf00000 | +| 53 | blk.4.ffn_gate.weight | 0xe347d300 | 0x7080000 | +| 54 | blk.4.ffn_up.weight | 0xea4fd300 | 0x7080000 | +| 55 | blk.4.attn_k_norm.weight | 0xf157d300 | 0x400 | +| 56 | blk.4.attn_k.weight | 0xf157d700 | 0xf00000 | +| 57 | blk.4.attn_output.weight | 0xf247d700 | 0x1e00000 | +| 58 | blk.4.attn_q_norm.weight | 0xf427d700 | 0x400 | +| 59 | blk.4.attn_q.weight | 0xf427db00 | 0x1e00000 | +| 60 | blk.4.attn_v.weight | 0xf607db00 | 0xf00000 | +| 61 | blk.10.attn_norm.weight | 0xf6f7db00 | 0x3c00 | +| 62 | blk.10.ffn_down.weight | 0xf6f81700 | 0x7080000 | +| 63 | blk.10.ffn_gate.weight | 0xfe001700 | 0x7080000 | +| 64 | blk.10.ffn_up.weight | 0x105081700 | 0x7080000 | +| 65 | blk.10.post_attention_norm.weight | 0x10c101700 | 0x3c00 | +| 66 | blk.10.post_ffw_norm.weight | 0x10c105300 | 0x3c00 | +| 67 | blk.10.ffn_norm.weight | 0x10c108f00 | 0x3c00 | +| 68 | blk.10.attn_k_norm.weight | 0x10c10cb00 | 0x400 | +| 69 | blk.10.attn_k.weight | 0x10c10cf00 | 0xf00000 | +| 70 | blk.10.attn_output.weight | 0x10d00cf00 | 0x1e00000 | +| 71 | blk.10.attn_q_norm.weight | 0x10ee0cf00 | 0x400 | +| 72 | blk.10.attn_q.weight | 0x10ee0d300 | 0x1e00000 | +| 73 | blk.10.attn_v.weight | 0x110c0d300 | 0xf00000 | +| 74 | blk.11.attn_norm.weight | 0x111b0d300 | 0x3c00 | +| 75 | blk.11.ffn_down.weight | 0x111b10f00 | 0x7080000 | +| 76 | blk.11.ffn_gate.weight | 0x118b90f00 | 0x7080000 | +| 77 | blk.11.ffn_up.weight | 0x11fc10f00 | 0x7080000 | +| 78 | blk.11.post_attention_norm.weight | 0x126c90f00 | 0x3c00 | +| 79 | blk.11.post_ffw_norm.weight | 0x126c94b00 | 0x3c00 | +| 80 | blk.11.ffn_norm.weight | 0x126c98700 | 0x3c00 | +| 81 | blk.11.attn_k_norm.weight | 0x126c9c300 | 0x400 | +| 82 | blk.11.attn_k.weight | 0x126c9c700 | 0xf00000 | +| 83 | blk.11.attn_output.weight | 0x127b9c700 | 0x1e00000 | +| 84 | blk.11.attn_q_norm.weight | 0x12999c700 | 0x400 | +| 85 | blk.11.attn_q.weight | 0x12999cb00 | 0x1e00000 | +| 86 | blk.11.attn_v.weight | 0x12b79cb00 | 0xf00000 | +| 87 | blk.12.attn_norm.weight | 0x12c69cb00 | 0x3c00 | +| 88 | blk.12.ffn_down.weight | 0x12c6a0700 | 0x7080000 | +| 89 | blk.12.ffn_gate.weight | 0x133720700 | 0x7080000 | +| 90 | blk.12.ffn_up.weight | 0x13a7a0700 | 0x7080000 | +| 91 | blk.12.post_attention_norm.weight | 0x141820700 | 0x3c00 | +| 92 | blk.12.post_ffw_norm.weight | 0x141824300 | 0x3c00 | +| 93 | blk.12.ffn_norm.weight | 0x141827f00 | 0x3c00 | +| 94 | blk.12.attn_k_norm.weight | 0x14182bb00 | 0x400 | +| 95 | blk.12.attn_k.weight | 0x14182bf00 | 0xf00000 | +| 96 | blk.12.attn_output.weight | 0x14272bf00 | 0x1e00000 | +| 97 | blk.12.attn_q_norm.weight | 0x14452bf00 | 0x400 | +| 98 | blk.12.attn_q.weight | 0x14452c300 | 0x1e00000 | +| 99 | blk.12.attn_v.weight | 0x14632c300 | 0xf00000 | +| 100 | blk.13.attn_norm.weight | 0x14722c300 | 0x3c00 | +| 101 | blk.13.ffn_down.weight | 0x14722ff00 | 0x7080000 | +| 102 | blk.13.ffn_gate.weight | 0x14e2aff00 | 0x7080000 | +| 103 | blk.13.ffn_up.weight | 0x15532ff00 | 0x7080000 | +| 104 | blk.13.post_attention_norm.weight | 0x15c3aff00 | 0x3c00 | +| 105 | blk.13.post_ffw_norm.weight | 0x15c3b3b00 | 0x3c00 | +| 106 | blk.13.ffn_norm.weight | 0x15c3b7700 | 0x3c00 | +| 107 | blk.13.attn_k_norm.weight | 0x15c3bb300 | 0x400 | +| 108 | blk.13.attn_k.weight | 0x15c3bb700 | 0xf00000 | +| 109 | blk.13.attn_output.weight | 0x15d2bb700 | 0x1e00000 | +| 110 | blk.13.attn_q_norm.weight | 0x15f0bb700 | 0x400 | +| 111 | blk.13.attn_q.weight | 0x15f0bbb00 | 0x1e00000 | +| 112 | blk.13.attn_v.weight | 0x160ebbb00 | 0xf00000 | +| 113 | blk.14.attn_norm.weight | 0x161dbbb00 | 0x3c00 | +| 114 | blk.14.ffn_down.weight | 0x161dbf700 | 0x7080000 | +| 115 | blk.14.ffn_gate.weight | 0x168e3f700 | 0x7080000 | +| 116 | blk.14.ffn_up.weight | 0x16febf700 | 0x7080000 | +| 117 | blk.14.post_attention_norm.weight | 0x176f3f700 | 0x3c00 | +| 118 | blk.14.post_ffw_norm.weight | 0x176f43300 | 0x3c00 | +| 119 | blk.14.ffn_norm.weight | 0x176f46f00 | 0x3c00 | +| 120 | blk.14.attn_k_norm.weight | 0x176f4ab00 | 0x400 | +| 121 | blk.14.attn_k.weight | 0x176f4af00 | 0xf00000 | +| 122 | blk.14.attn_output.weight | 0x177e4af00 | 0x1e00000 | +| 123 | blk.14.attn_q_norm.weight | 0x179c4af00 | 0x400 | +| 124 | blk.14.attn_q.weight | 0x179c4b300 | 0x1e00000 | +| 125 | blk.14.attn_v.weight | 0x17ba4b300 | 0xf00000 | +| 126 | blk.15.ffn_gate.weight | 0x17c94b300 | 0x7080000 | +| 127 | blk.15.ffn_up.weight | 0x1839cb300 | 0x7080000 | +| 128 | blk.15.attn_k_norm.weight | 0x18aa4b300 | 0x400 | +| 129 | blk.15.attn_k.weight | 0x18aa4b700 | 0xf00000 | +| 130 | blk.15.attn_output.weight | 0x18b94b700 | 0x1e00000 | +| 131 | blk.15.attn_q_norm.weight | 0x18d74b700 | 0x400 | +| 132 | blk.15.attn_q.weight | 0x18d74bb00 | 0x1e00000 | +| 133 | blk.15.attn_v.weight | 0x18f54bb00 | 0xf00000 | +| 134 | blk.4.attn_norm.weight | 0x19044bb00 | 0x3c00 | +| 135 | blk.4.ffn_down.weight | 0x19044f700 | 0x7080000 | +| 136 | blk.4.post_attention_norm.weight | 0x1974cf700 | 0x3c00 | +| 137 | blk.4.post_ffw_norm.weight | 0x1974d3300 | 0x3c00 | +| 138 | blk.4.ffn_norm.weight | 0x1974d6f00 | 0x3c00 | +| 139 | blk.5.attn_norm.weight | 0x1974dab00 | 0x3c00 | +| 140 | blk.5.ffn_down.weight | 0x1974de700 | 0x7080000 | +| 141 | blk.5.ffn_gate.weight | 0x19e55e700 | 0x7080000 | +| 142 | blk.5.ffn_up.weight | 0x1a55de700 | 0x7080000 | +| 143 | blk.5.post_attention_norm.weight | 0x1ac65e700 | 0x3c00 | +| 144 | blk.5.post_ffw_norm.weight | 0x1ac662300 | 0x3c00 | +| 145 | blk.5.ffn_norm.weight | 0x1ac665f00 | 0x3c00 | +| 146 | blk.5.attn_k_norm.weight | 0x1ac669b00 | 0x400 | +| 147 | blk.5.attn_k.weight | 0x1ac669f00 | 0xf00000 | +| 148 | blk.5.attn_output.weight | 0x1ad569f00 | 0x1e00000 | +| 149 | blk.5.attn_q_norm.weight | 0x1af369f00 | 0x400 | +| 150 | blk.5.attn_q.weight | 0x1af36a300 | 0x1e00000 | +| 151 | blk.5.attn_v.weight | 0x1b116a300 | 0xf00000 | +| 152 | blk.6.attn_norm.weight | 0x1b206a300 | 0x3c00 | +| 153 | blk.6.ffn_down.weight | 0x1b206df00 | 0x7080000 | +| 154 | blk.6.ffn_gate.weight | 0x1b90edf00 | 0x7080000 | +| 155 | blk.6.ffn_up.weight | 0x1c016df00 | 0x7080000 | +| 156 | blk.6.post_attention_norm.weight | 0x1c71edf00 | 0x3c00 | +| 157 | blk.6.post_ffw_norm.weight | 0x1c71f1b00 | 0x3c00 | +| 158 | blk.6.ffn_norm.weight | 0x1c71f5700 | 0x3c00 | +| 159 | blk.6.attn_k_norm.weight | 0x1c71f9300 | 0x400 | +| 160 | blk.6.attn_k.weight | 0x1c71f9700 | 0xf00000 | +| 161 | blk.6.attn_output.weight | 0x1c80f9700 | 0x1e00000 | +| 162 | blk.6.attn_q_norm.weight | 0x1c9ef9700 | 0x400 | +| 163 | blk.6.attn_q.weight | 0x1c9ef9b00 | 0x1e00000 | +| 164 | blk.6.attn_v.weight | 0x1cbcf9b00 | 0xf00000 | +| 165 | blk.7.attn_norm.weight | 0x1ccbf9b00 | 0x3c00 | +| 166 | blk.7.ffn_down.weight | 0x1ccbfd700 | 0x7080000 | +| 167 | blk.7.ffn_gate.weight | 0x1d3c7d700 | 0x7080000 | +| 168 | blk.7.ffn_up.weight | 0x1dacfd700 | 0x7080000 | +| 169 | blk.7.post_attention_norm.weight | 0x1e1d7d700 | 0x3c00 | +| 170 | blk.7.post_ffw_norm.weight | 0x1e1d81300 | 0x3c00 | +| 171 | blk.7.ffn_norm.weight | 0x1e1d84f00 | 0x3c00 | +| 172 | blk.7.attn_k_norm.weight | 0x1e1d88b00 | 0x400 | +| 173 | blk.7.attn_k.weight | 0x1e1d88f00 | 0xf00000 | +| 174 | blk.7.attn_output.weight | 0x1e2c88f00 | 0x1e00000 | +| 175 | blk.7.attn_q_norm.weight | 0x1e4a88f00 | 0x400 | +| 176 | blk.7.attn_q.weight | 0x1e4a89300 | 0x1e00000 | +| 177 | blk.7.attn_v.weight | 0x1e6889300 | 0xf00000 | +| 178 | blk.8.attn_norm.weight | 0x1e7789300 | 0x3c00 | +| 179 | blk.8.ffn_down.weight | 0x1e778cf00 | 0x7080000 | +| 180 | blk.8.ffn_gate.weight | 0x1ee80cf00 | 0x7080000 | +| 181 | blk.8.ffn_up.weight | 0x1f588cf00 | 0x7080000 | +| 182 | blk.8.post_attention_norm.weight | 0x1fc90cf00 | 0x3c00 | +| 183 | blk.8.post_ffw_norm.weight | 0x1fc910b00 | 0x3c00 | +| 184 | blk.8.ffn_norm.weight | 0x1fc914700 | 0x3c00 | +| 185 | blk.8.attn_k_norm.weight | 0x1fc918300 | 0x400 | +| 186 | blk.8.attn_k.weight | 0x1fc918700 | 0xf00000 | +| 187 | blk.8.attn_output.weight | 0x1fd818700 | 0x1e00000 | +| 188 | blk.8.attn_q_norm.weight | 0x1ff618700 | 0x400 | +| 189 | blk.8.attn_q.weight | 0x1ff618b00 | 0x1e00000 | +| 190 | blk.8.attn_v.weight | 0x201418b00 | 0xf00000 | +| 191 | blk.9.attn_norm.weight | 0x202318b00 | 0x3c00 | +| 192 | blk.9.ffn_down.weight | 0x20231c700 | 0x7080000 | +| 193 | blk.9.ffn_gate.weight | 0x20939c700 | 0x7080000 | +| 194 | blk.9.ffn_up.weight | 0x21041c700 | 0x7080000 | +| 195 | blk.9.post_attention_norm.weight | 0x21749c700 | 0x3c00 | +| 196 | blk.9.post_ffw_norm.weight | 0x2174a0300 | 0x3c00 | +| 197 | blk.9.ffn_norm.weight | 0x2174a3f00 | 0x3c00 | +| 198 | blk.9.attn_k_norm.weight | 0x2174a7b00 | 0x400 | +| 199 | blk.9.attn_k.weight | 0x2174a7f00 | 0xf00000 | +| 200 | blk.9.attn_output.weight | 0x2183a7f00 | 0x1e00000 | +| 201 | blk.9.attn_q_norm.weight | 0x21a1a7f00 | 0x400 | +| 202 | blk.9.attn_q.weight | 0x21a1a8300 | 0x1e00000 | +| 203 | blk.9.attn_v.weight | 0x21bfa8300 | 0xf00000 | +| 204 | blk.15.attn_norm.weight | 0x21cea8300 | 0x3c00 | +| 205 | blk.15.ffn_down.weight | 0x21ceabf00 | 0x7080000 | +| 206 | blk.15.post_attention_norm.weight | 0x223f2bf00 | 0x3c00 | +| 207 | blk.15.post_ffw_norm.weight | 0x223f2fb00 | 0x3c00 | +| 208 | blk.15.ffn_norm.weight | 0x223f33700 | 0x3c00 | +| 209 | blk.16.attn_norm.weight | 0x223f37300 | 0x3c00 | +| 210 | blk.16.ffn_down.weight | 0x223f3af00 | 0x7080000 | +| 211 | blk.16.ffn_gate.weight | 0x22afbaf00 | 0x7080000 | +| 212 | blk.16.ffn_up.weight | 0x23203af00 | 0x7080000 | +| 213 | blk.16.post_attention_norm.weight | 0x2390baf00 | 0x3c00 | +| 214 | blk.16.post_ffw_norm.weight | 0x2390beb00 | 0x3c00 | +| 215 | blk.16.ffn_norm.weight | 0x2390c2700 | 0x3c00 | +| 216 | blk.16.attn_k_norm.weight | 0x2390c6300 | 0x400 | +| 217 | blk.16.attn_k.weight | 0x2390c6700 | 0xf00000 | +| 218 | blk.16.attn_output.weight | 0x239fc6700 | 0x1e00000 | +| 219 | blk.16.attn_q_norm.weight | 0x23bdc6700 | 0x400 | +| 220 | blk.16.attn_q.weight | 0x23bdc6b00 | 0x1e00000 | +| 221 | blk.16.attn_v.weight | 0x23dbc6b00 | 0xf00000 | +| 222 | blk.17.attn_norm.weight | 0x23eac6b00 | 0x3c00 | +| 223 | blk.17.ffn_down.weight | 0x23eaca700 | 0x7080000 | +| 224 | blk.17.ffn_gate.weight | 0x245b4a700 | 0x7080000 | +| 225 | blk.17.ffn_up.weight | 0x24cbca700 | 0x7080000 | +| 226 | blk.17.post_attention_norm.weight | 0x253c4a700 | 0x3c00 | +| 227 | blk.17.post_ffw_norm.weight | 0x253c4e300 | 0x3c00 | +| 228 | blk.17.ffn_norm.weight | 0x253c51f00 | 0x3c00 | +| 229 | blk.17.attn_k_norm.weight | 0x253c55b00 | 0x400 | +| 230 | blk.17.attn_k.weight | 0x253c55f00 | 0xf00000 | +| 231 | blk.17.attn_output.weight | 0x254b55f00 | 0x1e00000 | +| 232 | blk.17.attn_q_norm.weight | 0x256955f00 | 0x400 | +| 233 | blk.17.attn_q.weight | 0x256956300 | 0x1e00000 | +| 234 | blk.17.attn_v.weight | 0x258756300 | 0xf00000 | +| 235 | blk.18.attn_norm.weight | 0x259656300 | 0x3c00 | +| 236 | blk.18.ffn_down.weight | 0x259659f00 | 0x7080000 | +| 237 | blk.18.ffn_gate.weight | 0x2606d9f00 | 0x7080000 | +| 238 | blk.18.ffn_up.weight | 0x267759f00 | 0x7080000 | +| 239 | blk.18.post_attention_norm.weight | 0x26e7d9f00 | 0x3c00 | +| 240 | blk.18.post_ffw_norm.weight | 0x26e7ddb00 | 0x3c00 | +| 241 | blk.18.ffn_norm.weight | 0x26e7e1700 | 0x3c00 | +| 242 | blk.18.attn_k_norm.weight | 0x26e7e5300 | 0x400 | +| 243 | blk.18.attn_k.weight | 0x26e7e5700 | 0xf00000 | +| 244 | blk.18.attn_output.weight | 0x26f6e5700 | 0x1e00000 | +| 245 | blk.18.attn_q_norm.weight | 0x2714e5700 | 0x400 | +| 246 | blk.18.attn_q.weight | 0x2714e5b00 | 0x1e00000 | +| 247 | blk.18.attn_v.weight | 0x2732e5b00 | 0xf00000 | +| 248 | blk.19.attn_norm.weight | 0x2741e5b00 | 0x3c00 | +| 249 | blk.19.ffn_down.weight | 0x2741e9700 | 0x7080000 | +| 250 | blk.19.ffn_gate.weight | 0x27b269700 | 0x7080000 | +| 251 | blk.19.ffn_up.weight | 0x2822e9700 | 0x7080000 | +| 252 | blk.19.post_attention_norm.weight | 0x289369700 | 0x3c00 | +| 253 | blk.19.post_ffw_norm.weight | 0x28936d300 | 0x3c00 | +| 254 | blk.19.ffn_norm.weight | 0x289370f00 | 0x3c00 | +| 255 | blk.19.attn_k_norm.weight | 0x289374b00 | 0x400 | +| 256 | blk.19.attn_k.weight | 0x289374f00 | 0xf00000 | +| 257 | blk.19.attn_output.weight | 0x28a274f00 | 0x1e00000 | +| 258 | blk.19.attn_q_norm.weight | 0x28c074f00 | 0x400 | +| 259 | blk.19.attn_q.weight | 0x28c075300 | 0x1e00000 | +| 260 | blk.19.attn_v.weight | 0x28de75300 | 0xf00000 | +| 261 | blk.20.attn_norm.weight | 0x28ed75300 | 0x3c00 | +| 262 | blk.20.ffn_down.weight | 0x28ed78f00 | 0x7080000 | +| 263 | blk.20.ffn_gate.weight | 0x295df8f00 | 0x7080000 | +| 264 | blk.20.ffn_up.weight | 0x29ce78f00 | 0x7080000 | +| 265 | blk.20.post_attention_norm.weight | 0x2a3ef8f00 | 0x3c00 | +| 266 | blk.20.post_ffw_norm.weight | 0x2a3efcb00 | 0x3c00 | +| 267 | blk.20.ffn_norm.weight | 0x2a3f00700 | 0x3c00 | +| 268 | blk.20.attn_k_norm.weight | 0x2a3f04300 | 0x400 | +| 269 | blk.20.attn_k.weight | 0x2a3f04700 | 0xf00000 | +| 270 | blk.20.attn_output.weight | 0x2a4e04700 | 0x1e00000 | +| 271 | blk.20.attn_q_norm.weight | 0x2a6c04700 | 0x400 | +| 272 | blk.20.attn_q.weight | 0x2a6c04b00 | 0x1e00000 | +| 273 | blk.20.attn_v.weight | 0x2a8a04b00 | 0xf00000 | +| 274 | blk.21.attn_norm.weight | 0x2a9904b00 | 0x3c00 | +| 275 | blk.21.ffn_down.weight | 0x2a9908700 | 0x7080000 | +| 276 | blk.21.ffn_gate.weight | 0x2b0988700 | 0x7080000 | +| 277 | blk.21.ffn_up.weight | 0x2b7a08700 | 0x7080000 | +| 278 | blk.21.post_attention_norm.weight | 0x2bea88700 | 0x3c00 | +| 279 | blk.21.post_ffw_norm.weight | 0x2bea8c300 | 0x3c00 | +| 280 | blk.21.ffn_norm.weight | 0x2bea8ff00 | 0x3c00 | +| 281 | blk.21.attn_k_norm.weight | 0x2bea93b00 | 0x400 | +| 282 | blk.21.attn_k.weight | 0x2bea93f00 | 0xf00000 | +| 283 | blk.21.attn_output.weight | 0x2bf993f00 | 0x1e00000 | +| 284 | blk.21.attn_q_norm.weight | 0x2c1793f00 | 0x400 | +| 285 | blk.21.attn_q.weight | 0x2c1794300 | 0x1e00000 | +| 286 | blk.21.attn_v.weight | 0x2c3594300 | 0xf00000 | +| 287 | blk.22.attn_norm.weight | 0x2c4494300 | 0x3c00 | +| 288 | blk.22.ffn_down.weight | 0x2c4497f00 | 0x7080000 | +| 289 | blk.22.ffn_gate.weight | 0x2cb517f00 | 0x7080000 | +| 290 | blk.22.ffn_up.weight | 0x2d2597f00 | 0x7080000 | +| 291 | blk.22.post_attention_norm.weight | 0x2d9617f00 | 0x3c00 | +| 292 | blk.22.post_ffw_norm.weight | 0x2d961bb00 | 0x3c00 | +| 293 | blk.22.ffn_norm.weight | 0x2d961f700 | 0x3c00 | +| 294 | blk.22.attn_k_norm.weight | 0x2d9623300 | 0x400 | +| 295 | blk.22.attn_k.weight | 0x2d9623700 | 0xf00000 | +| 296 | blk.22.attn_output.weight | 0x2da523700 | 0x1e00000 | +| 297 | blk.22.attn_q_norm.weight | 0x2dc323700 | 0x400 | +| 298 | blk.22.attn_q.weight | 0x2dc323b00 | 0x1e00000 | +| 299 | blk.22.attn_v.weight | 0x2de123b00 | 0xf00000 | +| 300 | blk.23.attn_norm.weight | 0x2df023b00 | 0x3c00 | +| 301 | blk.23.ffn_down.weight | 0x2df027700 | 0x7080000 | +| 302 | blk.23.ffn_gate.weight | 0x2e60a7700 | 0x7080000 | +| 303 | blk.23.ffn_up.weight | 0x2ed127700 | 0x7080000 | +| 304 | blk.23.post_attention_norm.weight | 0x2f41a7700 | 0x3c00 | +| 305 | blk.23.post_ffw_norm.weight | 0x2f41ab300 | 0x3c00 | +| 306 | blk.23.ffn_norm.weight | 0x2f41aef00 | 0x3c00 | +| 307 | blk.23.attn_k_norm.weight | 0x2f41b2b00 | 0x400 | +| 308 | blk.23.attn_k.weight | 0x2f41b2f00 | 0xf00000 | +| 309 | blk.23.attn_output.weight | 0x2f50b2f00 | 0x1e00000 | +| 310 | blk.23.attn_q_norm.weight | 0x2f6eb2f00 | 0x400 | +| 311 | blk.23.attn_q.weight | 0x2f6eb3300 | 0x1e00000 | +| 312 | blk.23.attn_v.weight | 0x2f8cb3300 | 0xf00000 | +| 313 | blk.24.attn_norm.weight | 0x2f9bb3300 | 0x3c00 | +| 314 | blk.24.ffn_down.weight | 0x2f9bb6f00 | 0x7080000 | +| 315 | blk.24.ffn_gate.weight | 0x300c36f00 | 0x7080000 | +| 316 | blk.24.ffn_up.weight | 0x307cb6f00 | 0x7080000 | +| 317 | blk.24.post_attention_norm.weight | 0x30ed36f00 | 0x3c00 | +| 318 | blk.24.post_ffw_norm.weight | 0x30ed3ab00 | 0x3c00 | +| 319 | blk.24.ffn_norm.weight | 0x30ed3e700 | 0x3c00 | +| 320 | blk.24.attn_k_norm.weight | 0x30ed42300 | 0x400 | +| 321 | blk.24.attn_k.weight | 0x30ed42700 | 0xf00000 | +| 322 | blk.24.attn_output.weight | 0x30fc42700 | 0x1e00000 | +| 323 | blk.24.attn_q_norm.weight | 0x311a42700 | 0x400 | +| 324 | blk.24.attn_q.weight | 0x311a42b00 | 0x1e00000 | +| 325 | blk.24.attn_v.weight | 0x313842b00 | 0xf00000 | +| 326 | blk.25.attn_norm.weight | 0x314742b00 | 0x3c00 | +| 327 | blk.25.ffn_down.weight | 0x314746700 | 0x7080000 | +| 328 | blk.25.ffn_gate.weight | 0x31b7c6700 | 0x7080000 | +| 329 | blk.25.ffn_up.weight | 0x322846700 | 0x7080000 | +| 330 | blk.25.post_attention_norm.weight | 0x3298c6700 | 0x3c00 | +| 331 | blk.25.post_ffw_norm.weight | 0x3298ca300 | 0x3c00 | +| 332 | blk.25.ffn_norm.weight | 0x3298cdf00 | 0x3c00 | +| 333 | blk.25.attn_k_norm.weight | 0x3298d1b00 | 0x400 | +| 334 | blk.25.attn_k.weight | 0x3298d1f00 | 0xf00000 | +| 335 | blk.25.attn_output.weight | 0x32a7d1f00 | 0x1e00000 | +| 336 | blk.25.attn_q_norm.weight | 0x32c5d1f00 | 0x400 | +| 337 | blk.25.attn_q.weight | 0x32c5d2300 | 0x1e00000 | +| 338 | blk.25.attn_v.weight | 0x32e3d2300 | 0xf00000 | +| 339 | blk.26.ffn_gate.weight | 0x32f2d2300 | 0x7080000 | +| 340 | blk.26.ffn_up.weight | 0x336352300 | 0x7080000 | +| 341 | blk.26.attn_k_norm.weight | 0x33d3d2300 | 0x400 | +| 342 | blk.26.attn_k.weight | 0x33d3d2700 | 0xf00000 | +| 343 | blk.26.attn_output.weight | 0x33e2d2700 | 0x1e00000 | +| 344 | blk.26.attn_q_norm.weight | 0x3400d2700 | 0x400 | +| 345 | blk.26.attn_q.weight | 0x3400d2b00 | 0x1e00000 | +| 346 | blk.26.attn_v.weight | 0x341ed2b00 | 0xf00000 | +| 347 | blk.26.attn_norm.weight | 0x342dd2b00 | 0x3c00 | +| 348 | blk.26.ffn_down.weight | 0x342dd6700 | 0x7080000 | +| 349 | blk.26.post_attention_norm.weight | 0x349e56700 | 0x3c00 | +| 350 | blk.26.post_ffw_norm.weight | 0x349e5a300 | 0x3c00 | +| 351 | blk.26.ffn_norm.weight | 0x349e5df00 | 0x3c00 | +| 352 | blk.27.attn_norm.weight | 0x349e61b00 | 0x3c00 | +| 353 | blk.27.ffn_down.weight | 0x349e65700 | 0x7080000 | +| 354 | blk.27.ffn_gate.weight | 0x350ee5700 | 0x7080000 | +| 355 | blk.27.ffn_up.weight | 0x357f65700 | 0x7080000 | +| 356 | blk.27.post_attention_norm.weight | 0x35efe5700 | 0x3c00 | +| 357 | blk.27.post_ffw_norm.weight | 0x35efe9300 | 0x3c00 | +| 358 | blk.27.ffn_norm.weight | 0x35efecf00 | 0x3c00 | +| 359 | blk.27.attn_k_norm.weight | 0x35eff0b00 | 0x400 | +| 360 | blk.27.attn_k.weight | 0x35eff0f00 | 0xf00000 | +| 361 | blk.27.attn_output.weight | 0x35fef0f00 | 0x1e00000 | +| 362 | blk.27.attn_q_norm.weight | 0x361cf0f00 | 0x400 | +| 363 | blk.27.attn_q.weight | 0x361cf1300 | 0x1e00000 | +| 364 | blk.27.attn_v.weight | 0x363af1300 | 0xf00000 | +| 365 | blk.28.attn_norm.weight | 0x3649f1300 | 0x3c00 | +| 366 | blk.28.ffn_down.weight | 0x3649f4f00 | 0x7080000 | +| 367 | blk.28.ffn_gate.weight | 0x36ba74f00 | 0x7080000 | +| 368 | blk.28.ffn_up.weight | 0x372af4f00 | 0x7080000 | +| 369 | blk.28.post_attention_norm.weight | 0x379b74f00 | 0x3c00 | +| 370 | blk.28.post_ffw_norm.weight | 0x379b78b00 | 0x3c00 | +| 371 | blk.28.ffn_norm.weight | 0x379b7c700 | 0x3c00 | +| 372 | blk.28.attn_k_norm.weight | 0x379b80300 | 0x400 | +| 373 | blk.28.attn_k.weight | 0x379b80700 | 0xf00000 | +| 374 | blk.28.attn_output.weight | 0x37aa80700 | 0x1e00000 | +| 375 | blk.28.attn_q_norm.weight | 0x37c880700 | 0x400 | +| 376 | blk.28.attn_q.weight | 0x37c880b00 | 0x1e00000 | +| 377 | blk.28.attn_v.weight | 0x37e680b00 | 0xf00000 | +| 378 | blk.29.attn_norm.weight | 0x37f580b00 | 0x3c00 | +| 379 | blk.29.ffn_down.weight | 0x37f584700 | 0x7080000 | +| 380 | blk.29.ffn_gate.weight | 0x386604700 | 0x7080000 | +| 381 | blk.29.ffn_up.weight | 0x38d684700 | 0x7080000 | +| 382 | blk.29.post_attention_norm.weight | 0x394704700 | 0x3c00 | +| 383 | blk.29.post_ffw_norm.weight | 0x394708300 | 0x3c00 | +| 384 | blk.29.ffn_norm.weight | 0x39470bf00 | 0x3c00 | +| 385 | blk.29.attn_k_norm.weight | 0x39470fb00 | 0x400 | +| 386 | blk.29.attn_k.weight | 0x39470ff00 | 0xf00000 | +| 387 | blk.29.attn_output.weight | 0x39560ff00 | 0x1e00000 | +| 388 | blk.29.attn_q_norm.weight | 0x39740ff00 | 0x400 | +| 389 | blk.29.attn_q.weight | 0x397410300 | 0x1e00000 | +| 390 | blk.29.attn_v.weight | 0x399210300 | 0xf00000 | +| 391 | blk.30.attn_norm.weight | 0x39a110300 | 0x3c00 | +| 392 | blk.30.ffn_down.weight | 0x39a113f00 | 0x7080000 | +| 393 | blk.30.ffn_gate.weight | 0x3a1193f00 | 0x7080000 | +| 394 | blk.30.ffn_up.weight | 0x3a8213f00 | 0x7080000 | +| 395 | blk.30.post_attention_norm.weight | 0x3af293f00 | 0x3c00 | +| 396 | blk.30.post_ffw_norm.weight | 0x3af297b00 | 0x3c00 | +| 397 | blk.30.ffn_norm.weight | 0x3af29b700 | 0x3c00 | +| 398 | blk.30.attn_k_norm.weight | 0x3af29f300 | 0x400 | +| 399 | blk.30.attn_k.weight | 0x3af29f700 | 0xf00000 | +| 400 | blk.30.attn_output.weight | 0x3b019f700 | 0x1e00000 | +| 401 | blk.30.attn_q_norm.weight | 0x3b1f9f700 | 0x400 | +| 402 | blk.30.attn_q.weight | 0x3b1f9fb00 | 0x1e00000 | +| 403 | blk.30.attn_v.weight | 0x3b3d9fb00 | 0xf00000 | +| 404 | blk.31.attn_norm.weight | 0x3b4c9fb00 | 0x3c00 | +| 405 | blk.31.ffn_down.weight | 0x3b4ca3700 | 0x7080000 | +| 406 | blk.31.ffn_gate.weight | 0x3bbd23700 | 0x7080000 | +| 407 | blk.31.ffn_up.weight | 0x3c2da3700 | 0x7080000 | +| 408 | blk.31.post_attention_norm.weight | 0x3c9e23700 | 0x3c00 | +| 409 | blk.31.post_ffw_norm.weight | 0x3c9e27300 | 0x3c00 | +| 410 | blk.31.ffn_norm.weight | 0x3c9e2af00 | 0x3c00 | +| 411 | blk.31.attn_k_norm.weight | 0x3c9e2eb00 | 0x400 | +| 412 | blk.31.attn_k.weight | 0x3c9e2ef00 | 0xf00000 | +| 413 | blk.31.attn_output.weight | 0x3cad2ef00 | 0x1e00000 | +| 414 | blk.31.attn_q_norm.weight | 0x3ccb2ef00 | 0x400 | +| 415 | blk.31.attn_q.weight | 0x3ccb2f300 | 0x1e00000 | +| 416 | blk.31.attn_v.weight | 0x3ce92f300 | 0xf00000 | +| 417 | blk.32.attn_norm.weight | 0x3cf82f300 | 0x3c00 | +| 418 | blk.32.ffn_down.weight | 0x3cf832f00 | 0x7080000 | +| 419 | blk.32.ffn_gate.weight | 0x3d68b2f00 | 0x7080000 | +| 420 | blk.32.ffn_up.weight | 0x3dd932f00 | 0x7080000 | +| 421 | blk.32.post_attention_norm.weight | 0x3e49b2f00 | 0x3c00 | +| 422 | blk.32.post_ffw_norm.weight | 0x3e49b6b00 | 0x3c00 | +| 423 | blk.32.ffn_norm.weight | 0x3e49ba700 | 0x3c00 | +| 424 | blk.32.attn_k_norm.weight | 0x3e49be300 | 0x400 | +| 425 | blk.32.attn_k.weight | 0x3e49be700 | 0xf00000 | +| 426 | blk.32.attn_output.weight | 0x3e58be700 | 0x1e00000 | +| 427 | blk.32.attn_q_norm.weight | 0x3e76be700 | 0x400 | +| 428 | blk.32.attn_q.weight | 0x3e76beb00 | 0x1e00000 | +| 429 | blk.32.attn_v.weight | 0x3e94beb00 | 0xf00000 | +| 430 | blk.33.attn_norm.weight | 0x3ea3beb00 | 0x3c00 | +| 431 | blk.33.ffn_down.weight | 0x3ea3c2700 | 0x7080000 | +| 432 | blk.33.ffn_gate.weight | 0x3f1442700 | 0x7080000 | +| 433 | blk.33.ffn_up.weight | 0x3f84c2700 | 0x7080000 | +| 434 | blk.33.post_attention_norm.weight | 0x3ff542700 | 0x3c00 | +| 435 | blk.33.post_ffw_norm.weight | 0x3ff546300 | 0x3c00 | +| 436 | blk.33.ffn_norm.weight | 0x3ff549f00 | 0x3c00 | +| 437 | blk.33.attn_k_norm.weight | 0x3ff54db00 | 0x400 | +| 438 | blk.33.attn_k.weight | 0x3ff54df00 | 0xf00000 | +| 439 | blk.33.attn_output.weight | 0x40044df00 | 0x1e00000 | +| 440 | blk.33.attn_q_norm.weight | 0x40224df00 | 0x400 | +| 441 | blk.33.attn_q.weight | 0x40224e300 | 0x1e00000 | +| 442 | blk.33.attn_v.weight | 0x40404e300 | 0xf00000 | +| 443 | blk.34.attn_norm.weight | 0x404f4e300 | 0x3c00 | +| 444 | blk.34.ffn_down.weight | 0x404f51f00 | 0x7080000 | +| 445 | blk.34.ffn_gate.weight | 0x40bfd1f00 | 0x7080000 | +| 446 | blk.34.ffn_up.weight | 0x413051f00 | 0x7080000 | +| 447 | blk.34.post_attention_norm.weight | 0x41a0d1f00 | 0x3c00 | +| 448 | blk.34.post_ffw_norm.weight | 0x41a0d5b00 | 0x3c00 | +| 449 | blk.34.ffn_norm.weight | 0x41a0d9700 | 0x3c00 | +| 450 | blk.34.attn_k_norm.weight | 0x41a0dd300 | 0x400 | +| 451 | blk.34.attn_k.weight | 0x41a0dd700 | 0xf00000 | +| 452 | blk.34.attn_output.weight | 0x41afdd700 | 0x1e00000 | +| 453 | blk.34.attn_q_norm.weight | 0x41cddd700 | 0x400 | +| 454 | blk.34.attn_q.weight | 0x41cdddb00 | 0x1e00000 | +| 455 | blk.34.attn_v.weight | 0x41ebddb00 | 0xf00000 | +| 456 | blk.35.attn_norm.weight | 0x41faddb00 | 0x3c00 | +| 457 | blk.35.ffn_down.weight | 0x41fae1700 | 0x7080000 | +| 458 | blk.35.ffn_gate.weight | 0x426b61700 | 0x7080000 | +| 459 | blk.35.ffn_up.weight | 0x42dbe1700 | 0x7080000 | +| 460 | blk.35.post_attention_norm.weight | 0x434c61700 | 0x3c00 | +| 461 | blk.35.post_ffw_norm.weight | 0x434c65300 | 0x3c00 | +| 462 | blk.35.ffn_norm.weight | 0x434c68f00 | 0x3c00 | +| 463 | blk.35.attn_k_norm.weight | 0x434c6cb00 | 0x400 | +| 464 | blk.35.attn_k.weight | 0x434c6cf00 | 0xf00000 | +| 465 | blk.35.attn_output.weight | 0x435b6cf00 | 0x1e00000 | +| 466 | blk.35.attn_q_norm.weight | 0x43796cf00 | 0x400 | +| 467 | blk.35.attn_q.weight | 0x43796d300 | 0x1e00000 | +| 468 | blk.35.attn_v.weight | 0x43976d300 | 0xf00000 | +| 469 | blk.36.attn_norm.weight | 0x43a66d300 | 0x3c00 | +| 470 | blk.36.ffn_down.weight | 0x43a670f00 | 0x7080000 | +| 471 | blk.36.ffn_gate.weight | 0x4416f0f00 | 0x7080000 | +| 472 | blk.36.ffn_up.weight | 0x448770f00 | 0x7080000 | +| 473 | blk.36.post_attention_norm.weight | 0x44f7f0f00 | 0x3c00 | +| 474 | blk.36.post_ffw_norm.weight | 0x44f7f4b00 | 0x3c00 | +| 475 | blk.36.ffn_norm.weight | 0x44f7f8700 | 0x3c00 | +| 476 | blk.36.attn_k_norm.weight | 0x44f7fc300 | 0x400 | +| 477 | blk.36.attn_k.weight | 0x44f7fc700 | 0xf00000 | +| 478 | blk.36.attn_output.weight | 0x4506fc700 | 0x1e00000 | +| 479 | blk.36.attn_q_norm.weight | 0x4524fc700 | 0x400 | +| 480 | blk.36.attn_q.weight | 0x4524fcb00 | 0x1e00000 | +| 481 | blk.36.attn_v.weight | 0x4542fcb00 | 0xf00000 | +| 482 | blk.37.ffn_gate.weight | 0x4551fcb00 | 0x7080000 | +| 483 | blk.37.ffn_up.weight | 0x45c27cb00 | 0x7080000 | +| 484 | blk.37.attn_k_norm.weight | 0x4632fcb00 | 0x400 | +| 485 | blk.37.attn_k.weight | 0x4632fcf00 | 0xf00000 | +| 486 | blk.37.attn_output.weight | 0x4641fcf00 | 0x1e00000 | +| 487 | blk.37.attn_q_norm.weight | 0x465ffcf00 | 0x400 | +| 488 | blk.37.attn_q.weight | 0x465ffd300 | 0x1e00000 | +| 489 | blk.37.attn_v.weight | 0x467dfd300 | 0xf00000 | +| 490 | blk.37.attn_norm.weight | 0x468cfd300 | 0x3c00 | +| 491 | blk.37.ffn_down.weight | 0x468d00f00 | 0x7080000 | +| 492 | blk.37.post_attention_norm.weight | 0x46fd80f00 | 0x3c00 | +| 493 | blk.37.post_ffw_norm.weight | 0x46fd84b00 | 0x3c00 | +| 494 | blk.37.ffn_norm.weight | 0x46fd88700 | 0x3c00 | +| 495 | blk.38.attn_norm.weight | 0x46fd8c300 | 0x3c00 | +| 496 | blk.38.ffn_down.weight | 0x46fd8ff00 | 0x7080000 | +| 497 | blk.38.ffn_gate.weight | 0x476e0ff00 | 0x7080000 | +| 498 | blk.38.ffn_up.weight | 0x47de8ff00 | 0x7080000 | +| 499 | blk.38.post_attention_norm.weight | 0x484f0ff00 | 0x3c00 | +| 500 | blk.38.post_ffw_norm.weight | 0x484f13b00 | 0x3c00 | +| 501 | blk.38.ffn_norm.weight | 0x484f17700 | 0x3c00 | +| 502 | blk.38.attn_k_norm.weight | 0x484f1b300 | 0x400 | +| 503 | blk.38.attn_k.weight | 0x484f1b700 | 0xf00000 | +| 504 | blk.38.attn_output.weight | 0x485e1b700 | 0x1e00000 | +| 505 | blk.38.attn_q_norm.weight | 0x487c1b700 | 0x400 | +| 506 | blk.38.attn_q.weight | 0x487c1bb00 | 0x1e00000 | +| 507 | blk.38.attn_v.weight | 0x489a1bb00 | 0xf00000 | +| 508 | blk.39.attn_norm.weight | 0x48a91bb00 | 0x3c00 | +| 509 | blk.39.ffn_down.weight | 0x48a91f700 | 0x7080000 | +| 510 | blk.39.ffn_gate.weight | 0x49199f700 | 0x7080000 | +| 511 | blk.39.ffn_up.weight | 0x498a1f700 | 0x7080000 | +| 512 | blk.39.post_attention_norm.weight | 0x49fa9f700 | 0x3c00 | +| 513 | blk.39.post_ffw_norm.weight | 0x49faa3300 | 0x3c00 | +| 514 | blk.39.ffn_norm.weight | 0x49faa6f00 | 0x3c00 | +| 515 | blk.39.attn_k_norm.weight | 0x49faaab00 | 0x400 | +| 516 | blk.39.attn_k.weight | 0x49faaaf00 | 0xf00000 | +| 517 | blk.39.attn_output.weight | 0x4a09aaf00 | 0x1e00000 | +| 518 | blk.39.attn_q_norm.weight | 0x4a27aaf00 | 0x400 | +| 519 | blk.39.attn_q.weight | 0x4a27ab300 | 0x1e00000 | +| 520 | blk.39.attn_v.weight | 0x4a45ab300 | 0xf00000 | +| 521 | blk.40.attn_norm.weight | 0x4a54ab300 | 0x3c00 | +| 522 | blk.40.ffn_down.weight | 0x4a54aef00 | 0x7080000 | +| 523 | blk.40.ffn_gate.weight | 0x4ac52ef00 | 0x7080000 | +| 524 | blk.40.ffn_up.weight | 0x4b35aef00 | 0x7080000 | +| 525 | blk.40.post_attention_norm.weight | 0x4ba62ef00 | 0x3c00 | +| 526 | blk.40.post_ffw_norm.weight | 0x4ba632b00 | 0x3c00 | +| 527 | blk.40.ffn_norm.weight | 0x4ba636700 | 0x3c00 | +| 528 | blk.40.attn_k_norm.weight | 0x4ba63a300 | 0x400 | +| 529 | blk.40.attn_k.weight | 0x4ba63a700 | 0xf00000 | +| 530 | blk.40.attn_output.weight | 0x4bb53a700 | 0x1e00000 | +| 531 | blk.40.attn_q_norm.weight | 0x4bd33a700 | 0x400 | +| 532 | blk.40.attn_q.weight | 0x4bd33ab00 | 0x1e00000 | +| 533 | blk.40.attn_v.weight | 0x4bf13ab00 | 0xf00000 | +| 534 | blk.41.attn_norm.weight | 0x4c003ab00 | 0x3c00 | +| 535 | blk.41.ffn_down.weight | 0x4c003e700 | 0x7080000 | +| 536 | blk.41.ffn_gate.weight | 0x4c70be700 | 0x7080000 | +| 537 | blk.41.ffn_up.weight | 0x4ce13e700 | 0x7080000 | +| 538 | blk.41.post_attention_norm.weight | 0x4d51be700 | 0x3c00 | +| 539 | blk.41.post_ffw_norm.weight | 0x4d51c2300 | 0x3c00 | +| 540 | blk.41.ffn_norm.weight | 0x4d51c5f00 | 0x3c00 | +| 541 | blk.41.attn_k_norm.weight | 0x4d51c9b00 | 0x400 | +| 542 | blk.41.attn_k.weight | 0x4d51c9f00 | 0xf00000 | +| 543 | blk.41.attn_output.weight | 0x4d60c9f00 | 0x1e00000 | +| 544 | blk.41.attn_q_norm.weight | 0x4d7ec9f00 | 0x400 | +| 545 | blk.41.attn_q.weight | 0x4d7eca300 | 0x1e00000 | +| 546 | blk.41.attn_v.weight | 0x4d9cca300 | 0xf00000 | +| 547 | blk.42.attn_norm.weight | 0x4dabca300 | 0x3c00 | +| 548 | blk.42.ffn_down.weight | 0x4dabcdf00 | 0x7080000 | +| 549 | blk.42.ffn_gate.weight | 0x4e1c4df00 | 0x7080000 | +| 550 | blk.42.ffn_up.weight | 0x4e8ccdf00 | 0x7080000 | +| 551 | blk.42.post_attention_norm.weight | 0x4efd4df00 | 0x3c00 | +| 552 | blk.42.post_ffw_norm.weight | 0x4efd51b00 | 0x3c00 | +| 553 | blk.42.ffn_norm.weight | 0x4efd55700 | 0x3c00 | +| 554 | blk.42.attn_k_norm.weight | 0x4efd59300 | 0x400 | +| 555 | blk.42.attn_k.weight | 0x4efd59700 | 0xf00000 | +| 556 | blk.42.attn_output.weight | 0x4f0c59700 | 0x1e00000 | +| 557 | blk.42.attn_q_norm.weight | 0x4f2a59700 | 0x400 | +| 558 | blk.42.attn_q.weight | 0x4f2a59b00 | 0x1e00000 | +| 559 | blk.42.attn_v.weight | 0x4f4859b00 | 0xf00000 | +| 560 | blk.43.attn_norm.weight | 0x4f5759b00 | 0x3c00 | +| 561 | blk.43.ffn_down.weight | 0x4f575d700 | 0x7080000 | +| 562 | blk.43.ffn_gate.weight | 0x4fc7dd700 | 0x7080000 | +| 563 | blk.43.ffn_up.weight | 0x50385d700 | 0x7080000 | +| 564 | blk.43.post_attention_norm.weight | 0x50a8dd700 | 0x3c00 | +| 565 | blk.43.post_ffw_norm.weight | 0x50a8e1300 | 0x3c00 | +| 566 | blk.43.ffn_norm.weight | 0x50a8e4f00 | 0x3c00 | +| 567 | blk.43.attn_k_norm.weight | 0x50a8e8b00 | 0x400 | +| 568 | blk.43.attn_k.weight | 0x50a8e8f00 | 0xf00000 | +| 569 | blk.43.attn_output.weight | 0x50b7e8f00 | 0x1e00000 | +| 570 | blk.43.attn_q_norm.weight | 0x50d5e8f00 | 0x400 | +| 571 | blk.43.attn_q.weight | 0x50d5e9300 | 0x1e00000 | +| 572 | blk.43.attn_v.weight | 0x50f3e9300 | 0xf00000 | +| 573 | blk.44.attn_norm.weight | 0x5102e9300 | 0x3c00 | +| 574 | blk.44.ffn_down.weight | 0x5102ecf00 | 0x7080000 | +| 575 | blk.44.ffn_gate.weight | 0x51736cf00 | 0x7080000 | +| 576 | blk.44.ffn_up.weight | 0x51e3ecf00 | 0x7080000 | +| 577 | blk.44.post_attention_norm.weight | 0x52546cf00 | 0x3c00 | +| 578 | blk.44.post_ffw_norm.weight | 0x525470b00 | 0x3c00 | +| 579 | blk.44.ffn_norm.weight | 0x525474700 | 0x3c00 | +| 580 | blk.44.attn_k_norm.weight | 0x525478300 | 0x400 | +| 581 | blk.44.attn_k.weight | 0x525478700 | 0xf00000 | +| 582 | blk.44.attn_output.weight | 0x526378700 | 0x1e00000 | +| 583 | blk.44.attn_q_norm.weight | 0x528178700 | 0x400 | +| 584 | blk.44.attn_q.weight | 0x528178b00 | 0x1e00000 | +| 585 | blk.44.attn_v.weight | 0x529f78b00 | 0xf00000 | +| 586 | blk.45.attn_norm.weight | 0x52ae78b00 | 0x3c00 | +| 587 | blk.45.ffn_down.weight | 0x52ae7c700 | 0x7080000 | +| 588 | blk.45.ffn_gate.weight | 0x531efc700 | 0x7080000 | +| 589 | blk.45.ffn_up.weight | 0x538f7c700 | 0x7080000 | +| 590 | blk.45.post_attention_norm.weight | 0x53fffc700 | 0x3c00 | +| 591 | blk.45.post_ffw_norm.weight | 0x540000300 | 0x3c00 | +| 592 | blk.45.ffn_norm.weight | 0x540003f00 | 0x3c00 | +| 593 | blk.45.attn_k_norm.weight | 0x540007b00 | 0x400 | +| 594 | blk.45.attn_k.weight | 0x540007f00 | 0xf00000 | +| 595 | blk.45.attn_output.weight | 0x540f07f00 | 0x1e00000 | +| 596 | blk.45.attn_q_norm.weight | 0x542d07f00 | 0x400 | +| 597 | blk.45.attn_q.weight | 0x542d08300 | 0x1e00000 | +| 598 | blk.45.attn_v.weight | 0x544b08300 | 0xf00000 | +| 599 | blk.46.attn_norm.weight | 0x545a08300 | 0x3c00 | +| 600 | blk.46.ffn_down.weight | 0x545a0bf00 | 0x7080000 | +| 601 | blk.46.ffn_gate.weight | 0x54ca8bf00 | 0x7080000 | +| 602 | blk.46.ffn_up.weight | 0x553b0bf00 | 0x7080000 | +| 603 | blk.46.post_attention_norm.weight | 0x55ab8bf00 | 0x3c00 | +| 604 | blk.46.post_ffw_norm.weight | 0x55ab8fb00 | 0x3c00 | +| 605 | blk.46.ffn_norm.weight | 0x55ab93700 | 0x3c00 | +| 606 | blk.46.attn_k_norm.weight | 0x55ab97300 | 0x400 | +| 607 | blk.46.attn_k.weight | 0x55ab97700 | 0xf00000 | +| 608 | blk.46.attn_output.weight | 0x55ba97700 | 0x1e00000 | +| 609 | blk.46.attn_q_norm.weight | 0x55d897700 | 0x400 | +| 610 | blk.46.attn_q.weight | 0x55d897b00 | 0x1e00000 | +| 611 | blk.46.attn_v.weight | 0x55f697b00 | 0xf00000 | +| 612 | blk.47.attn_norm.weight | 0x560597b00 | 0x3c00 | +| 613 | blk.47.ffn_down.weight | 0x56059b700 | 0x7080000 | +| 614 | blk.47.ffn_gate.weight | 0x56761b700 | 0x7080000 | +| 615 | blk.47.ffn_up.weight | 0x56e69b700 | 0x7080000 | +| 616 | blk.47.post_attention_norm.weight | 0x57571b700 | 0x3c00 | +| 617 | blk.47.post_ffw_norm.weight | 0x57571f300 | 0x3c00 | +| 618 | blk.47.ffn_norm.weight | 0x575722f00 | 0x3c00 | +| 619 | blk.47.attn_k_norm.weight | 0x575726b00 | 0x400 | +| 620 | blk.47.attn_k.weight | 0x575726f00 | 0xf00000 | +| 621 | blk.47.attn_output.weight | 0x576626f00 | 0x1e00000 | +| 622 | blk.47.attn_q_norm.weight | 0x578426f00 | 0x400 | +| 623 | blk.47.attn_q.weight | 0x578427300 | 0x1e00000 | +| 624 | blk.47.attn_v.weight | 0x57a227300 | 0xf00000 | +| 625 | output_norm.weight | 0x57b127300 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | F16 | +| 625 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.56% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 1 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 2 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 3 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 4 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 5 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 6 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 7 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 9 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 10 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 11 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 12 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 13 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 14 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 15 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 16 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 17 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 18 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 19 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 20 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 22 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 23 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 24 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 25 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 26 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 27 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 28 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 29 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 30 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 31 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 32 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 33 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 35 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 36 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 37 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 38 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 39 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 40 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 41 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 42 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 43 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 44 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 45 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 46 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 48 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 49 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 50 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 51 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 52 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 53 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 54 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 58 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 59 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 134 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 136 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 137 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 138 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 61 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 62 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 63 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 64 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 65 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 67 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 68 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 70 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 71 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 72 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 73 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 74 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 75 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 76 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 77 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 78 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 80 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 81 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 83 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 84 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 85 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 86 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 87 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 88 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 89 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 90 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 91 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 93 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 94 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 96 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 97 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 98 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 99 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 100 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 101 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 102 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 103 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 104 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 106 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 107 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 109 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 110 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 111 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 112 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 113 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 114 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 115 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 116 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 117 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 119 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 120 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 122 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 123 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 124 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 125 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 126 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 127 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 128 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 129 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 130 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 131 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 132 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 133 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 204 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 205 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 206 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 208 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 139 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 140 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 141 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 142 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 143 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 145 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 146 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 148 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 149 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 150 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 151 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 152 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 153 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 154 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 155 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 156 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 158 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 159 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 161 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 162 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 163 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 164 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 165 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 166 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 167 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 168 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 169 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 171 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 172 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 174 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 175 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 176 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 177 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 178 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 179 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 180 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 181 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 182 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 184 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 185 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 187 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 188 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 189 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 190 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 191 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 192 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 193 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 194 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 195 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 197 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 198 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 200 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 201 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 202 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 203 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 209 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 210 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 211 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 212 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 213 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 214 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 215 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 217 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 218 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 219 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 220 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 221 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 222 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 223 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 224 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 225 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 226 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 227 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 228 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 230 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 231 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 232 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 233 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 234 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 235 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 236 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 237 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 238 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 239 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 240 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 241 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 243 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 244 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 245 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 246 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 247 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 248 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 249 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 250 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 251 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 252 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 253 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 254 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 256 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 257 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 258 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 259 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 260 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 261 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 262 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 263 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 264 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 265 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 266 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 267 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 269 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 270 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 271 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 272 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 273 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 274 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 275 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 276 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 277 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 278 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 279 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 280 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 282 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 283 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 284 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 285 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 286 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 287 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 288 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 289 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 290 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 291 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 292 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 293 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 295 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 296 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 297 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 298 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 299 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 300 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 301 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 302 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 303 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 304 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 305 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 306 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 308 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 309 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 310 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 311 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 312 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 313 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 314 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 315 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 316 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 317 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 318 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 319 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 321 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 322 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 323 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 324 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 325 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 326 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 327 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 328 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 329 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 330 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 331 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 332 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 334 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 335 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 336 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 337 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 338 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 339 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 340 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 344 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 345 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 347 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 348 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 349 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 351 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 352 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 353 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 354 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 355 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 356 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 357 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 358 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 360 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 361 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 362 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 363 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 364 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 365 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 366 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 367 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 368 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 369 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 370 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 371 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 373 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 374 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 375 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 376 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 377 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 378 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 379 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 380 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 381 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 382 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 383 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 384 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 386 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 387 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 388 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 389 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 390 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 391 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 392 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 393 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 394 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 395 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 396 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 397 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 399 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 400 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 401 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 402 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 403 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 404 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 405 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 406 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 407 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 408 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 409 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 410 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 412 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 413 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 414 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 415 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 416 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 417 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 418 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 419 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 420 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 421 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 422 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 423 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 425 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 426 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 427 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 428 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 429 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 430 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 431 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 432 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 433 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 434 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 435 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 436 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 438 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 439 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 440 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 441 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 442 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 443 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 444 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 445 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 446 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 447 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 448 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 449 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 451 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 452 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 453 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 454 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 455 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 456 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 457 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 458 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 459 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 460 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 461 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 462 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 464 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 465 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 466 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 467 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 468 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 469 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 470 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 471 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 472 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 473 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 474 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 475 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 477 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 478 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 479 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 480 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 481 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 482 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 483 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 487 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 488 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 490 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 491 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 492 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 494 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 495 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 496 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 497 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 498 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 499 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 500 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 501 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 503 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 504 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 505 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 506 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 507 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 508 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 509 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 510 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 511 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 512 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 513 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 514 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 516 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 517 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 518 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 519 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 520 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 521 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 522 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 523 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 524 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 525 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 526 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 527 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 529 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 530 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 531 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 532 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 533 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 534 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 535 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 536 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 537 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 538 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 539 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 540 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 542 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 543 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 544 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 545 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 546 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 547 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 548 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 549 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 550 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 551 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 552 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 553 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 555 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 556 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 557 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 558 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 559 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 560 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 561 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 562 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 563 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 564 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 565 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 566 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 568 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 569 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 570 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 571 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 572 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 573 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 574 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 575 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 576 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 577 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 578 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 579 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 581 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 582 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 583 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 584 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 585 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 586 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 587 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 588 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 589 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 590 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 591 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 592 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 594 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 595 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 596 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 597 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 598 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 46 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 599 | blk.46.attn_norm.weight | Block 46 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 600 | blk.46.ffn_down.weight | Block 46 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 601 | blk.46.ffn_gate.weight | Block 46 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 602 | blk.46.ffn_up.weight | Block 46 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 603 | blk.46.post_attention_norm.weight | Block 46 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 604 | blk.46.post_ffw_norm.weight | Block 46 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 605 | blk.46.ffn_norm.weight | Block 46 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 606 | blk.46.attn_k_norm.weight | Block 46 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 607 | blk.46.attn_k.weight | Block 46 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 608 | blk.46.attn_output.weight | Block 46 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 609 | blk.46.attn_q_norm.weight | Block 46 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 610 | blk.46.attn_q.weight | Block 46 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 611 | blk.46.attn_v.weight | Block 46 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.46: (~224M) 224148992 +- Percentage of total elements: 1.91% + + +### Block 47 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 612 | blk.47.attn_norm.weight | Block 47 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 613 | blk.47.ffn_down.weight | Block 47 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | F16 | +| 614 | blk.47.ffn_gate.weight | Block 47 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 615 | blk.47.ffn_up.weight | Block 47 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | F16 | +| 616 | blk.47.post_attention_norm.weight | Block 47 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 617 | blk.47.post_ffw_norm.weight | Block 47 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 618 | blk.47.ffn_norm.weight | Block 47 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 619 | blk.47.attn_k_norm.weight | Block 47 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 620 | blk.47.attn_k.weight | Block 47 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 621 | blk.47.attn_output.weight | Block 47 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | F16 | +| 622 | blk.47.attn_q_norm.weight | Block 47 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 623 | blk.47.attn_q.weight | Block 47 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | F16 | +| 624 | blk.47.attn_v.weight | Block 47 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | + +- Total elements in blk.47: (~224M) 224148992 +- Percentage of total elements: 1.91% + + + diff --git a/scores/gemma-3-12b-it-F16.mmlu b/scores/gemma-3-12b-it-F16.mmlu new file mode 100644 index 0000000..bf2535b --- /dev/null +++ b/scores/gemma-3-12b-it-F16.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 40 key-value pairs and 626 tensors from ./gemma-3-12b-it-F16.gguf (version GGUF V3 (latest)) + +Final result: 45.3333 +/- 1.8190 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 1708.63 ms +llama_perf_context_print: prompt eval time = 168929.92 ms / 67555 tokens ( 2.50 ms per token, 399.90 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 171048.28 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-F16.tqa b/scores/gemma-3-12b-it-F16.tqa new file mode 100644 index 0000000..fbef3a8 --- /dev/null +++ b/scores/gemma-3-12b-it-F16.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 40 key-value pairs and 626 tensors from ./gemma-3-12b-it-F16.gguf (version GGUF V3 (latest)) + +Final result: 41.4667 +/- 1.8002 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 1540.31 ms +llama_perf_context_print: prompt eval time = 245844.98 ms / 50067 tokens ( 4.91 ms per token, 203.65 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 248430.74 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-F16.wng b/scores/gemma-3-12b-it-F16.wng new file mode 100644 index 0000000..2e5ee7d --- /dev/null +++ b/scores/gemma-3-12b-it-F16.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 40 key-value pairs and 626 tensors from ./gemma-3-12b-it-F16.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 74.8000 +/- 1.5864 + +llama_perf_context_print: load time = 1465.03 ms +llama_perf_context_print: prompt eval time = 58933.69 ms / 21857 tokens ( 2.70 ms per token, 370.87 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 59720.41 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-IQ3_M.md b/scores/gemma-3-12b-it-IQ3_M.md new file mode 100644 index 0000000..f29bb7e --- /dev/null +++ b/scores/gemma-3-12b-it-IQ3_M.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-IQ3_M.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 27 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-IQ3\_M.gguf - GGUF Internal File Dump](#gemma-3-12b-it-iq3_mgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x339000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a5fba20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a5fbe20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a5ffa20 | 0x870000 | +| 6 | blk.0.attn_q.weight | 0x1ae6fa20 | 0x672000 | +| 7 | blk.0.attn_q_norm.weight | 0x1b4e1a20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1b4e1e20 | 0x438000 | +| 9 | blk.0.ffn_down.weight | 0x1b919e20 | 0x1fa4000 | +| 10 | blk.0.ffn_gate.weight | 0x1d8bde20 | 0x182b800 | +| 11 | blk.0.ffn_norm.weight | 0x1f0e9620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x1f0ed220 | 0x182b800 | +| 13 | blk.0.post_attention_norm.weight | 0x20918a20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x2091c620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x20920220 | 0x339000 | +| 16 | blk.1.attn_k_norm.weight | 0x20c59220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x20c59620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x20c5d220 | 0x870000 | +| 19 | blk.1.attn_q.weight | 0x214cd220 | 0x672000 | +| 20 | blk.1.attn_q_norm.weight | 0x21b3f220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x21b3f620 | 0x438000 | +| 22 | blk.1.ffn_down.weight | 0x21f77620 | 0x1fa4000 | +| 23 | blk.1.ffn_gate.weight | 0x23f1b620 | 0x182b800 | +| 24 | blk.1.ffn_norm.weight | 0x25746e20 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x2574aa20 | 0x182b800 | +| 26 | blk.1.post_attention_norm.weight | 0x26f76220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x26f79e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x26f7da20 | 0x339000 | +| 29 | blk.2.attn_k_norm.weight | 0x272b6a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x272b6e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x272baa20 | 0x870000 | +| 32 | blk.2.attn_q.weight | 0x27b2aa20 | 0x672000 | +| 33 | blk.2.attn_q_norm.weight | 0x2819ca20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2819ce20 | 0x438000 | +| 35 | blk.2.ffn_down.weight | 0x285d4e20 | 0x1fa4000 | +| 36 | blk.2.ffn_gate.weight | 0x2a578e20 | 0x182b800 | +| 37 | blk.2.ffn_norm.weight | 0x2bda4620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x2bda8220 | 0x182b800 | +| 39 | blk.2.post_attention_norm.weight | 0x2d5d3a20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x2d5d7620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x2d5db220 | 0x339000 | +| 42 | blk.3.attn_k_norm.weight | 0x2d914220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x2d914620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x2d918220 | 0x870000 | +| 45 | blk.3.attn_q.weight | 0x2e188220 | 0x672000 | +| 46 | blk.3.attn_q_norm.weight | 0x2e7fa220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x2e7fa620 | 0x438000 | +| 48 | blk.3.ffn_down.weight | 0x2ec32620 | 0x1fa4000 | +| 49 | blk.3.ffn_gate.weight | 0x30bd6620 | 0x182b800 | +| 50 | blk.3.ffn_norm.weight | 0x32401e20 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x32405a20 | 0x182b800 | +| 52 | blk.3.post_attention_norm.weight | 0x33c31220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x33c34e20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x33c38a20 | 0x339000 | +| 55 | blk.4.attn_k_norm.weight | 0x33f71a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x33f71e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x33f75a20 | 0x870000 | +| 58 | blk.4.attn_q.weight | 0x347e5a20 | 0x672000 | +| 59 | blk.4.attn_q_norm.weight | 0x34e57a20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x34e57e20 | 0x438000 | +| 61 | blk.4.ffn_down.weight | 0x3528fe20 | 0x1fa4000 | +| 62 | blk.4.ffn_gate.weight | 0x37233e20 | 0x182b800 | +| 63 | blk.4.ffn_norm.weight | 0x38a5f620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x38a63220 | 0x182b800 | +| 65 | blk.4.post_attention_norm.weight | 0x3a28ea20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x3a292620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x3a296220 | 0x339000 | +| 68 | blk.5.attn_k_norm.weight | 0x3a5cf220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x3a5cf620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x3a5d3220 | 0x870000 | +| 71 | blk.5.attn_q.weight | 0x3ae43220 | 0x672000 | +| 72 | blk.5.attn_q_norm.weight | 0x3b4b5220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x3b4b5620 | 0x438000 | +| 74 | blk.5.ffn_down.weight | 0x3b8ed620 | 0x1fa4000 | +| 75 | blk.5.ffn_gate.weight | 0x3d891620 | 0x182b800 | +| 76 | blk.5.ffn_norm.weight | 0x3f0bce20 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x3f0c0a20 | 0x182b800 | +| 78 | blk.5.post_attention_norm.weight | 0x408ec220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x408efe20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x408f3a20 | 0x339000 | +| 81 | blk.6.attn_k_norm.weight | 0x40c2ca20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x40c2ce20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x40c30a20 | 0x870000 | +| 84 | blk.6.attn_q.weight | 0x414a0a20 | 0x672000 | +| 85 | blk.6.attn_q_norm.weight | 0x41b12a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x41b12e20 | 0x438000 | +| 87 | blk.6.ffn_down.weight | 0x41f4ae20 | 0x1fa4000 | +| 88 | blk.6.ffn_gate.weight | 0x43eeee20 | 0x182b800 | +| 89 | blk.6.ffn_norm.weight | 0x4571a620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x4571e220 | 0x182b800 | +| 91 | blk.6.post_attention_norm.weight | 0x46f49a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x46f4d620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x46f51220 | 0x339000 | +| 94 | blk.7.attn_k_norm.weight | 0x4728a220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x4728a620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x4728e220 | 0x870000 | +| 97 | blk.7.attn_q.weight | 0x47afe220 | 0x672000 | +| 98 | blk.7.attn_q_norm.weight | 0x48170220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x48170620 | 0x438000 | +| 100 | blk.7.ffn_down.weight | 0x485a8620 | 0x1fa4000 | +| 101 | blk.7.ffn_gate.weight | 0x4a54c620 | 0x182b800 | +| 102 | blk.7.ffn_norm.weight | 0x4bd77e20 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x4bd7ba20 | 0x182b800 | +| 104 | blk.7.post_attention_norm.weight | 0x4d5a7220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x4d5aae20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x4d5aea20 | 0x339000 | +| 107 | blk.8.attn_k_norm.weight | 0x4d8e7a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x4d8e7e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x4d8eba20 | 0x870000 | +| 110 | blk.8.attn_q.weight | 0x4e15ba20 | 0x672000 | +| 111 | blk.8.attn_q_norm.weight | 0x4e7cda20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x4e7cde20 | 0x438000 | +| 113 | blk.8.ffn_down.weight | 0x4ec05e20 | 0x1fa4000 | +| 114 | blk.8.ffn_gate.weight | 0x50ba9e20 | 0x182b800 | +| 115 | blk.8.ffn_norm.weight | 0x523d5620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x523d9220 | 0x182b800 | +| 117 | blk.8.post_attention_norm.weight | 0x53c04a20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x53c08620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x53c0c220 | 0x339000 | +| 120 | blk.9.attn_k_norm.weight | 0x53f45220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x53f45620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x53f49220 | 0x870000 | +| 123 | blk.9.attn_q.weight | 0x547b9220 | 0x672000 | +| 124 | blk.9.attn_q_norm.weight | 0x54e2b220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x54e2b620 | 0x438000 | +| 126 | blk.9.ffn_down.weight | 0x55263620 | 0x1fa4000 | +| 127 | blk.9.ffn_gate.weight | 0x57207620 | 0x182b800 | +| 128 | blk.9.ffn_norm.weight | 0x58a32e20 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x58a36a20 | 0x182b800 | +| 130 | blk.9.post_attention_norm.weight | 0x5a262220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x5a265e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x5a269a20 | 0x339000 | +| 133 | blk.10.attn_k_norm.weight | 0x5a5a2a20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x5a5a2e20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x5a5a6a20 | 0x870000 | +| 136 | blk.10.attn_q.weight | 0x5ae16a20 | 0x672000 | +| 137 | blk.10.attn_q_norm.weight | 0x5b488a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x5b488e20 | 0x438000 | +| 139 | blk.10.ffn_down.weight | 0x5b8c0e20 | 0x1fa4000 | +| 140 | blk.10.ffn_gate.weight | 0x5d864e20 | 0x182b800 | +| 141 | blk.10.ffn_norm.weight | 0x5f090620 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x5f094220 | 0x182b800 | +| 143 | blk.10.post_attention_norm.weight | 0x608bfa20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x608c3620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x608c7220 | 0x2df000 | +| 146 | blk.11.attn_k_norm.weight | 0x60ba6220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x60ba6620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x60baa220 | 0x870000 | +| 149 | blk.11.attn_q.weight | 0x6141a220 | 0x5be000 | +| 150 | blk.11.attn_q_norm.weight | 0x619d8220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x619d8620 | 0x339000 | +| 152 | blk.11.ffn_down.weight | 0x61d11620 | 0x1fa4000 | +| 153 | blk.11.ffn_gate.weight | 0x63cb5620 | 0x1588800 | +| 154 | blk.11.ffn_norm.weight | 0x6523de20 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x65241a20 | 0x1588800 | +| 156 | blk.11.post_attention_norm.weight | 0x667ca220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x667cde20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x667d1a20 | 0x2df000 | +| 159 | blk.12.attn_k_norm.weight | 0x66ab0a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x66ab0e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x66ab4a20 | 0x870000 | +| 162 | blk.12.attn_q.weight | 0x67324a20 | 0x5be000 | +| 163 | blk.12.attn_q_norm.weight | 0x678e2a20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x678e2e20 | 0x339000 | +| 165 | blk.12.ffn_down.weight | 0x67c1be20 | 0x1fa4000 | +| 166 | blk.12.ffn_gate.weight | 0x69bbfe20 | 0x1588800 | +| 167 | blk.12.ffn_norm.weight | 0x6b148620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x6b14c220 | 0x1588800 | +| 169 | blk.12.post_attention_norm.weight | 0x6c6d4a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x6c6d8620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x6c6dc220 | 0x2df000 | +| 172 | blk.13.attn_k_norm.weight | 0x6c9bb220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x6c9bb620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x6c9bf220 | 0x870000 | +| 175 | blk.13.attn_q.weight | 0x6d22f220 | 0x5be000 | +| 176 | blk.13.attn_q_norm.weight | 0x6d7ed220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x6d7ed620 | 0x339000 | +| 178 | blk.13.ffn_down.weight | 0x6db26620 | 0x1fa4000 | +| 179 | blk.13.ffn_gate.weight | 0x6faca620 | 0x1588800 | +| 180 | blk.13.ffn_norm.weight | 0x71052e20 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x71056a20 | 0x1588800 | +| 182 | blk.13.post_attention_norm.weight | 0x725df220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x725e2e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x725e6a20 | 0x2df000 | +| 185 | blk.14.attn_k_norm.weight | 0x728c5a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x728c5e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x728c9a20 | 0x870000 | +| 188 | blk.14.attn_q.weight | 0x73139a20 | 0x5be000 | +| 189 | blk.14.attn_q_norm.weight | 0x736f7a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x736f7e20 | 0x339000 | +| 191 | blk.14.ffn_down.weight | 0x73a30e20 | 0x1fa4000 | +| 192 | blk.14.ffn_gate.weight | 0x759d4e20 | 0x1588800 | +| 193 | blk.14.ffn_norm.weight | 0x76f5d620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x76f61220 | 0x1588800 | +| 195 | blk.14.post_attention_norm.weight | 0x784e9a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x784ed620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x784f1220 | 0x2df000 | +| 198 | blk.15.attn_k_norm.weight | 0x787d0220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x787d0620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x787d4220 | 0x870000 | +| 201 | blk.15.attn_q.weight | 0x79044220 | 0x5be000 | +| 202 | blk.15.attn_q_norm.weight | 0x79602220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x79602620 | 0x339000 | +| 204 | blk.15.ffn_down.weight | 0x7993b620 | 0x1fa4000 | +| 205 | blk.15.ffn_gate.weight | 0x7b8df620 | 0x1588800 | +| 206 | blk.15.ffn_norm.weight | 0x7ce67e20 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x7ce6ba20 | 0x1588800 | +| 208 | blk.15.post_attention_norm.weight | 0x7e3f4220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x7e3f7e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x7e3fba20 | 0x2df000 | +| 211 | blk.16.attn_k_norm.weight | 0x7e6daa20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x7e6dae20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x7e6dea20 | 0x870000 | +| 214 | blk.16.attn_q.weight | 0x7ef4ea20 | 0x5be000 | +| 215 | blk.16.attn_q_norm.weight | 0x7f50ca20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x7f50ce20 | 0x339000 | +| 217 | blk.16.ffn_down.weight | 0x7f845e20 | 0x1fa4000 | +| 218 | blk.16.ffn_gate.weight | 0x817e9e20 | 0x1588800 | +| 219 | blk.16.ffn_norm.weight | 0x82d72620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x82d76220 | 0x1588800 | +| 221 | blk.16.post_attention_norm.weight | 0x842fea20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x84302620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x84306220 | 0x2df000 | +| 224 | blk.17.attn_k_norm.weight | 0x845e5220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x845e5620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x845e9220 | 0x870000 | +| 227 | blk.17.attn_q.weight | 0x84e59220 | 0x5be000 | +| 228 | blk.17.attn_q_norm.weight | 0x85417220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x85417620 | 0x339000 | +| 230 | blk.17.ffn_down.weight | 0x85750620 | 0x1fa4000 | +| 231 | blk.17.ffn_gate.weight | 0x876f4620 | 0x1588800 | +| 232 | blk.17.ffn_norm.weight | 0x88c7ce20 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0x88c80a20 | 0x1588800 | +| 234 | blk.17.post_attention_norm.weight | 0x8a209220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0x8a20ce20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0x8a210a20 | 0x2df000 | +| 237 | blk.18.attn_k_norm.weight | 0x8a4efa20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0x8a4efe20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0x8a4f3a20 | 0x870000 | +| 240 | blk.18.attn_q.weight | 0x8ad63a20 | 0x5be000 | +| 241 | blk.18.attn_q_norm.weight | 0x8b321a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0x8b321e20 | 0x339000 | +| 243 | blk.18.ffn_down.weight | 0x8b65ae20 | 0x1fa4000 | +| 244 | blk.18.ffn_gate.weight | 0x8d5fee20 | 0x1588800 | +| 245 | blk.18.ffn_norm.weight | 0x8eb87620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0x8eb8b220 | 0x1588800 | +| 247 | blk.18.post_attention_norm.weight | 0x90113a20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0x90117620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0x9011b220 | 0x2df000 | +| 250 | blk.19.attn_k_norm.weight | 0x903fa220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0x903fa620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0x903fe220 | 0x870000 | +| 253 | blk.19.attn_q.weight | 0x90c6e220 | 0x5be000 | +| 254 | blk.19.attn_q_norm.weight | 0x9122c220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0x9122c620 | 0x339000 | +| 256 | blk.19.ffn_down.weight | 0x91565620 | 0x1fa4000 | +| 257 | blk.19.ffn_gate.weight | 0x93509620 | 0x1588800 | +| 258 | blk.19.ffn_norm.weight | 0x94a91e20 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0x94a95a20 | 0x1588800 | +| 260 | blk.19.post_attention_norm.weight | 0x9601e220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0x96021e20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0x96025a20 | 0x2df000 | +| 263 | blk.20.attn_k_norm.weight | 0x96304a20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0x96304e20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0x96308a20 | 0x870000 | +| 266 | blk.20.attn_q.weight | 0x96b78a20 | 0x5be000 | +| 267 | blk.20.attn_q_norm.weight | 0x97136a20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0x97136e20 | 0x339000 | +| 269 | blk.20.ffn_down.weight | 0x9746fe20 | 0x1fa4000 | +| 270 | blk.20.ffn_gate.weight | 0x99413e20 | 0x1588800 | +| 271 | blk.20.ffn_norm.weight | 0x9a99c620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0x9a9a0220 | 0x1588800 | +| 273 | blk.20.post_attention_norm.weight | 0x9bf28a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0x9bf2c620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0x9bf30220 | 0x2df000 | +| 276 | blk.21.attn_k_norm.weight | 0x9c20f220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0x9c20f620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0x9c213220 | 0x870000 | +| 279 | blk.21.attn_q.weight | 0x9ca83220 | 0x5be000 | +| 280 | blk.21.attn_q_norm.weight | 0x9d041220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0x9d041620 | 0x339000 | +| 282 | blk.21.ffn_down.weight | 0x9d37a620 | 0x1fa4000 | +| 283 | blk.21.ffn_gate.weight | 0x9f31e620 | 0x1588800 | +| 284 | blk.21.ffn_norm.weight | 0xa08a6e20 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0xa08aaa20 | 0x1588800 | +| 286 | blk.21.post_attention_norm.weight | 0xa1e33220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0xa1e36e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0xa1e3aa20 | 0x2df000 | +| 289 | blk.22.attn_k_norm.weight | 0xa2119a20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0xa2119e20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0xa211da20 | 0x870000 | +| 292 | blk.22.attn_q.weight | 0xa298da20 | 0x5be000 | +| 293 | blk.22.attn_q_norm.weight | 0xa2f4ba20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0xa2f4be20 | 0x339000 | +| 295 | blk.22.ffn_down.weight | 0xa3284e20 | 0x1fa4000 | +| 296 | blk.22.ffn_gate.weight | 0xa5228e20 | 0x1588800 | +| 297 | blk.22.ffn_norm.weight | 0xa67b1620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xa67b5220 | 0x1588800 | +| 299 | blk.22.post_attention_norm.weight | 0xa7d3da20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xa7d41620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xa7d45220 | 0x2df000 | +| 302 | blk.23.attn_k_norm.weight | 0xa8024220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xa8024620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xa8028220 | 0x870000 | +| 305 | blk.23.attn_q.weight | 0xa8898220 | 0x5be000 | +| 306 | blk.23.attn_q_norm.weight | 0xa8e56220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xa8e56620 | 0x339000 | +| 308 | blk.23.ffn_down.weight | 0xa918f620 | 0x1fa4000 | +| 309 | blk.23.ffn_gate.weight | 0xab133620 | 0x1588800 | +| 310 | blk.23.ffn_norm.weight | 0xac6bbe20 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xac6bfa20 | 0x1588800 | +| 312 | blk.23.post_attention_norm.weight | 0xadc48220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xadc4be20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xadc4fa20 | 0x339000 | +| 315 | blk.24.attn_k_norm.weight | 0xadf88a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xadf88e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xadf8ca20 | 0x870000 | +| 318 | blk.24.attn_q.weight | 0xae7fca20 | 0x672000 | +| 319 | blk.24.attn_q_norm.weight | 0xaee6ea20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xaee6ee20 | 0x438000 | +| 321 | blk.24.ffn_down.weight | 0xaf2a6e20 | 0x1fa4000 | +| 322 | blk.24.ffn_gate.weight | 0xb124ae20 | 0x182b800 | +| 323 | blk.24.ffn_norm.weight | 0xb2a76620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xb2a7a220 | 0x182b800 | +| 325 | blk.24.post_attention_norm.weight | 0xb42a5a20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xb42a9620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xb42ad220 | 0x2df000 | +| 328 | blk.25.attn_k_norm.weight | 0xb458c220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xb458c620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xb4590220 | 0x870000 | +| 331 | blk.25.attn_q.weight | 0xb4e00220 | 0x5be000 | +| 332 | blk.25.attn_q_norm.weight | 0xb53be220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xb53be620 | 0x339000 | +| 334 | blk.25.ffn_down.weight | 0xb56f7620 | 0x1fa4000 | +| 335 | blk.25.ffn_gate.weight | 0xb769b620 | 0x1588800 | +| 336 | blk.25.ffn_norm.weight | 0xb8c23e20 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xb8c27a20 | 0x1588800 | +| 338 | blk.25.post_attention_norm.weight | 0xba1b0220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xba1b3e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xba1b7a20 | 0x2df000 | +| 341 | blk.26.attn_k_norm.weight | 0xba496a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xba496e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xba49aa20 | 0x870000 | +| 344 | blk.26.attn_q.weight | 0xbad0aa20 | 0x5be000 | +| 345 | blk.26.attn_q_norm.weight | 0xbb2c8a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xbb2c8e20 | 0x339000 | +| 347 | blk.26.ffn_down.weight | 0xbb601e20 | 0x1fa4000 | +| 348 | blk.26.ffn_gate.weight | 0xbd5a5e20 | 0x1588800 | +| 349 | blk.26.ffn_norm.weight | 0xbeb2e620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xbeb32220 | 0x1588800 | +| 351 | blk.26.post_attention_norm.weight | 0xc00baa20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xc00be620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xc00c2220 | 0x2df000 | +| 354 | blk.27.attn_k_norm.weight | 0xc03a1220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xc03a1620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xc03a5220 | 0x870000 | +| 357 | blk.27.attn_q.weight | 0xc0c15220 | 0x5be000 | +| 358 | blk.27.attn_q_norm.weight | 0xc11d3220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xc11d3620 | 0x339000 | +| 360 | blk.27.ffn_down.weight | 0xc150c620 | 0x1fa4000 | +| 361 | blk.27.ffn_gate.weight | 0xc34b0620 | 0x1588800 | +| 362 | blk.27.ffn_norm.weight | 0xc4a38e20 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xc4a3ca20 | 0x1588800 | +| 364 | blk.27.post_attention_norm.weight | 0xc5fc5220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xc5fc8e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xc5fcca20 | 0x339000 | +| 367 | blk.28.attn_k_norm.weight | 0xc6305a20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xc6305e20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xc6309a20 | 0x870000 | +| 370 | blk.28.attn_q.weight | 0xc6b79a20 | 0x672000 | +| 371 | blk.28.attn_q_norm.weight | 0xc71eba20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xc71ebe20 | 0x438000 | +| 373 | blk.28.ffn_down.weight | 0xc7623e20 | 0x1fa4000 | +| 374 | blk.28.ffn_gate.weight | 0xc95c7e20 | 0x182b800 | +| 375 | blk.28.ffn_norm.weight | 0xcadf3620 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xcadf7220 | 0x182b800 | +| 377 | blk.28.post_attention_norm.weight | 0xcc622a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xcc626620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xcc62a220 | 0x2df000 | +| 380 | blk.29.attn_k_norm.weight | 0xcc909220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xcc909620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xcc90d220 | 0x870000 | +| 383 | blk.29.attn_q.weight | 0xcd17d220 | 0x5be000 | +| 384 | blk.29.attn_q_norm.weight | 0xcd73b220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xcd73b620 | 0x339000 | +| 386 | blk.29.ffn_down.weight | 0xcda74620 | 0x1fa4000 | +| 387 | blk.29.ffn_gate.weight | 0xcfa18620 | 0x1588800 | +| 388 | blk.29.ffn_norm.weight | 0xd0fa0e20 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xd0fa4a20 | 0x1588800 | +| 390 | blk.29.post_attention_norm.weight | 0xd252d220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xd2530e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xd2534a20 | 0x2df000 | +| 393 | blk.30.attn_k_norm.weight | 0xd2813a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xd2813e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xd2817a20 | 0x870000 | +| 396 | blk.30.attn_q.weight | 0xd3087a20 | 0x5be000 | +| 397 | blk.30.attn_q_norm.weight | 0xd3645a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xd3645e20 | 0x339000 | +| 399 | blk.30.ffn_down.weight | 0xd397ee20 | 0x1fa4000 | +| 400 | blk.30.ffn_gate.weight | 0xd5922e20 | 0x1588800 | +| 401 | blk.30.ffn_norm.weight | 0xd6eab620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xd6eaf220 | 0x1588800 | +| 403 | blk.30.post_attention_norm.weight | 0xd8437a20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xd843b620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xd843f220 | 0x339000 | +| 406 | blk.31.attn_k_norm.weight | 0xd8778220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xd8778620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xd877c220 | 0x870000 | +| 409 | blk.31.attn_q.weight | 0xd8fec220 | 0x672000 | +| 410 | blk.31.attn_q_norm.weight | 0xd965e220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xd965e620 | 0x438000 | +| 412 | blk.31.ffn_down.weight | 0xd9a96620 | 0x1fa4000 | +| 413 | blk.31.ffn_gate.weight | 0xdba3a620 | 0x182b800 | +| 414 | blk.31.ffn_norm.weight | 0xdd265e20 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0xdd269a20 | 0x182b800 | +| 416 | blk.31.post_attention_norm.weight | 0xdea95220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0xdea98e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0xdea9ca20 | 0x339000 | +| 419 | blk.32.attn_k_norm.weight | 0xdedd5a20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0xdedd5e20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0xdedd9a20 | 0x870000 | +| 422 | blk.32.attn_q.weight | 0xdf649a20 | 0x672000 | +| 423 | blk.32.attn_q_norm.weight | 0xdfcbba20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0xdfcbbe20 | 0x438000 | +| 425 | blk.32.ffn_down.weight | 0xe00f3e20 | 0x1fa4000 | +| 426 | blk.32.ffn_gate.weight | 0xe2097e20 | 0x182b800 | +| 427 | blk.32.ffn_norm.weight | 0xe38c3620 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0xe38c7220 | 0x182b800 | +| 429 | blk.32.post_attention_norm.weight | 0xe50f2a20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0xe50f6620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0xe50fa220 | 0x339000 | +| 432 | blk.33.attn_k_norm.weight | 0xe5433220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0xe5433620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0xe5437220 | 0x870000 | +| 435 | blk.33.attn_q.weight | 0xe5ca7220 | 0x672000 | +| 436 | blk.33.attn_q_norm.weight | 0xe6319220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0xe6319620 | 0x438000 | +| 438 | blk.33.ffn_down.weight | 0xe6751620 | 0x1fa4000 | +| 439 | blk.33.ffn_gate.weight | 0xe86f5620 | 0x182b800 | +| 440 | blk.33.ffn_norm.weight | 0xe9f20e20 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0xe9f24a20 | 0x182b800 | +| 442 | blk.33.post_attention_norm.weight | 0xeb750220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0xeb753e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0xeb757a20 | 0x339000 | +| 445 | blk.34.attn_k_norm.weight | 0xeba90a20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0xeba90e20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0xeba94a20 | 0x870000 | +| 448 | blk.34.attn_q.weight | 0xec304a20 | 0x672000 | +| 449 | blk.34.attn_q_norm.weight | 0xec976a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0xec976e20 | 0x438000 | +| 451 | blk.34.ffn_down.weight | 0xecdaee20 | 0x1fa4000 | +| 452 | blk.34.ffn_gate.weight | 0xeed52e20 | 0x182b800 | +| 453 | blk.34.ffn_norm.weight | 0xf057e620 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0xf0582220 | 0x182b800 | +| 455 | blk.34.post_attention_norm.weight | 0xf1dada20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0xf1db1620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0xf1db5220 | 0x2df000 | +| 458 | blk.35.attn_k_norm.weight | 0xf2094220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0xf2094620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0xf2098220 | 0x870000 | +| 461 | blk.35.attn_q.weight | 0xf2908220 | 0x5be000 | +| 462 | blk.35.attn_q_norm.weight | 0xf2ec6220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0xf2ec6620 | 0x339000 | +| 464 | blk.35.ffn_down.weight | 0xf31ff620 | 0x1fa4000 | +| 465 | blk.35.ffn_gate.weight | 0xf51a3620 | 0x1588800 | +| 466 | blk.35.ffn_norm.weight | 0xf672be20 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0xf672fa20 | 0x1588800 | +| 468 | blk.35.post_attention_norm.weight | 0xf7cb8220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0xf7cbbe20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0xf7cbfa20 | 0x339000 | +| 471 | blk.36.attn_k_norm.weight | 0xf7ff8a20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0xf7ff8e20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0xf7ffca20 | 0x870000 | +| 474 | blk.36.attn_q.weight | 0xf886ca20 | 0x672000 | +| 475 | blk.36.attn_q_norm.weight | 0xf8edea20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0xf8edee20 | 0x438000 | +| 477 | blk.36.ffn_down.weight | 0xf9316e20 | 0x1fa4000 | +| 478 | blk.36.ffn_gate.weight | 0xfb2bae20 | 0x182b800 | +| 479 | blk.36.ffn_norm.weight | 0xfcae6620 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0xfcaea220 | 0x182b800 | +| 481 | blk.36.post_attention_norm.weight | 0xfe315a20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0xfe319620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0xfe31d220 | 0x339000 | +| 484 | blk.37.attn_k_norm.weight | 0xfe656220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0xfe656620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0xfe65a220 | 0x870000 | +| 487 | blk.37.attn_q.weight | 0xfeeca220 | 0x672000 | +| 488 | blk.37.attn_q_norm.weight | 0xff53c220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0xff53c620 | 0x438000 | +| 490 | blk.37.ffn_down.weight | 0xff974620 | 0x1fa4000 | +| 491 | blk.37.ffn_gate.weight | 0x101918620 | 0x182b800 | +| 492 | blk.37.ffn_norm.weight | 0x103143e20 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x103147a20 | 0x182b800 | +| 494 | blk.37.post_attention_norm.weight | 0x104973220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x104976e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x10497aa20 | 0x339000 | +| 497 | blk.38.attn_k_norm.weight | 0x104cb3a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x104cb3e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x104cb7a20 | 0x870000 | +| 500 | blk.38.attn_q.weight | 0x105527a20 | 0x672000 | +| 501 | blk.38.attn_q_norm.weight | 0x105b99a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x105b99e20 | 0x438000 | +| 503 | blk.38.ffn_down.weight | 0x105fd1e20 | 0x1fa4000 | +| 504 | blk.38.ffn_gate.weight | 0x107f75e20 | 0x182b800 | +| 505 | blk.38.ffn_norm.weight | 0x1097a1620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x1097a5220 | 0x182b800 | +| 507 | blk.38.post_attention_norm.weight | 0x10afd0a20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x10afd4620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x10afd8220 | 0x339000 | +| 510 | blk.39.attn_k_norm.weight | 0x10b311220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x10b311620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x10b315220 | 0x870000 | +| 513 | blk.39.attn_q.weight | 0x10bb85220 | 0x672000 | +| 514 | blk.39.attn_q_norm.weight | 0x10c1f7220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x10c1f7620 | 0x438000 | +| 516 | blk.39.ffn_down.weight | 0x10c62f620 | 0x1fa4000 | +| 517 | blk.39.ffn_gate.weight | 0x10e5d3620 | 0x182b800 | +| 518 | blk.39.ffn_norm.weight | 0x10fdfee20 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x10fe02a20 | 0x182b800 | +| 520 | blk.39.post_attention_norm.weight | 0x11162e220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x111631e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x111635a20 | 0x339000 | +| 523 | blk.40.attn_k_norm.weight | 0x11196ea20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x11196ee20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x111972a20 | 0x870000 | +| 526 | blk.40.attn_q.weight | 0x1121e2a20 | 0x672000 | +| 527 | blk.40.attn_q_norm.weight | 0x112854a20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x112854e20 | 0x438000 | +| 529 | blk.40.ffn_down.weight | 0x112c8ce20 | 0x1fa4000 | +| 530 | blk.40.ffn_gate.weight | 0x114c30e20 | 0x182b800 | +| 531 | blk.40.ffn_norm.weight | 0x11645c620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x116460220 | 0x182b800 | +| 533 | blk.40.post_attention_norm.weight | 0x117c8ba20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x117c8f620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x117c93220 | 0x2df000 | +| 536 | blk.41.attn_k_norm.weight | 0x117f72220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x117f72620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x117f76220 | 0x870000 | +| 539 | blk.41.attn_q.weight | 0x1187e6220 | 0x5be000 | +| 540 | blk.41.attn_q_norm.weight | 0x118da4220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x118da4620 | 0x339000 | +| 542 | blk.41.ffn_down.weight | 0x1190dd620 | 0x1fa4000 | +| 543 | blk.41.ffn_gate.weight | 0x11b081620 | 0x1588800 | +| 544 | blk.41.ffn_norm.weight | 0x11c609e20 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x11c60da20 | 0x1588800 | +| 546 | blk.41.post_attention_norm.weight | 0x11db96220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x11db99e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x11db9da20 | 0x2df000 | +| 549 | blk.42.attn_k_norm.weight | 0x11de7ca20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x11de7ce20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x11de80a20 | 0x870000 | +| 552 | blk.42.attn_q.weight | 0x11e6f0a20 | 0x5be000 | +| 553 | blk.42.attn_q_norm.weight | 0x11ecaea20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x11ecaee20 | 0x339000 | +| 555 | blk.42.ffn_down.weight | 0x11efe7e20 | 0x1fa4000 | +| 556 | blk.42.ffn_gate.weight | 0x120f8be20 | 0x1588800 | +| 557 | blk.42.ffn_norm.weight | 0x122514620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x122518220 | 0x1588800 | +| 559 | blk.42.post_attention_norm.weight | 0x123aa0a20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x123aa4620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x123aa8220 | 0x2df000 | +| 562 | blk.43.attn_k_norm.weight | 0x123d87220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x123d87620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x123d8b220 | 0x870000 | +| 565 | blk.43.attn_q.weight | 0x1245fb220 | 0x5be000 | +| 566 | blk.43.attn_q_norm.weight | 0x124bb9220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x124bb9620 | 0x339000 | +| 568 | blk.43.ffn_down.weight | 0x124ef2620 | 0x1fa4000 | +| 569 | blk.43.ffn_gate.weight | 0x126e96620 | 0x1588800 | +| 570 | blk.43.ffn_norm.weight | 0x12841ee20 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x128422a20 | 0x1588800 | +| 572 | blk.43.post_attention_norm.weight | 0x1299ab220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x1299aee20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x1299b2a20 | 0x339000 | +| 575 | blk.44.attn_k_norm.weight | 0x129ceba20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x129cebe20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x129cefa20 | 0x870000 | +| 578 | blk.44.attn_q.weight | 0x12a55fa20 | 0x672000 | +| 579 | blk.44.attn_q_norm.weight | 0x12abd1a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x12abd1e20 | 0x438000 | +| 581 | blk.44.ffn_down.weight | 0x12b009e20 | 0x1fa4000 | +| 582 | blk.44.ffn_gate.weight | 0x12cfade20 | 0x182b800 | +| 583 | blk.44.ffn_norm.weight | 0x12e7d9620 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x12e7dd220 | 0x182b800 | +| 585 | blk.44.post_attention_norm.weight | 0x130008a20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x13000c620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x130010220 | 0x339000 | +| 588 | blk.45.attn_k_norm.weight | 0x130349220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x130349620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x13034d220 | 0x870000 | +| 591 | blk.45.attn_q.weight | 0x130bbd220 | 0x672000 | +| 592 | blk.45.attn_q_norm.weight | 0x13122f220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x13122f620 | 0x438000 | +| 594 | blk.45.ffn_down.weight | 0x131667620 | 0x1fa4000 | +| 595 | blk.45.ffn_gate.weight | 0x13360b620 | 0x182b800 | +| 596 | blk.45.ffn_norm.weight | 0x134e36e20 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x134e3aa20 | 0x182b800 | +| 598 | blk.45.post_attention_norm.weight | 0x136666220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x136669e20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:------| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | IQ3_S | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-IQ3_S.md b/scores/gemma-3-12b-it-IQ3_S.md new file mode 100644 index 0000000..ec9375f --- /dev/null +++ b/scores/gemma-3-12b-it-IQ3_S.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-IQ3_S.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 26 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-IQ3\_S.gguf - GGUF Internal File Dump](#gemma-3-12b-it-iq3_sgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x16f80000 | +| 2 | blk.0.attn_k.weight | 0x175c2a20 | 0x339000 | +| 3 | blk.0.attn_k_norm.weight | 0x178fba20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x178fbe20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x178ffa20 | 0x672000 | +| 6 | blk.0.attn_q.weight | 0x17f71a20 | 0x672000 | +| 7 | blk.0.attn_q_norm.weight | 0x185e3a20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x185e3e20 | 0x339000 | +| 9 | blk.0.ffn_down.weight | 0x1891ce20 | 0x1fa4000 | +| 10 | blk.0.ffn_gate.weight | 0x1a8c0e20 | 0x182b800 | +| 11 | blk.0.ffn_norm.weight | 0x1c0ec620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x1c0f0220 | 0x182b800 | +| 13 | blk.0.post_attention_norm.weight | 0x1d91ba20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x1d91f620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x1d923220 | 0x339000 | +| 16 | blk.1.attn_k_norm.weight | 0x1dc5c220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x1dc5c620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x1dc60220 | 0x672000 | +| 19 | blk.1.attn_q.weight | 0x1e2d2220 | 0x672000 | +| 20 | blk.1.attn_q_norm.weight | 0x1e944220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x1e944620 | 0x339000 | +| 22 | blk.1.ffn_down.weight | 0x1ec7d620 | 0x1fa4000 | +| 23 | blk.1.ffn_gate.weight | 0x20c21620 | 0x182b800 | +| 24 | blk.1.ffn_norm.weight | 0x2244ce20 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x22450a20 | 0x182b800 | +| 26 | blk.1.post_attention_norm.weight | 0x23c7c220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x23c7fe20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x23c83a20 | 0x339000 | +| 29 | blk.2.attn_k_norm.weight | 0x23fbca20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x23fbce20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x23fc0a20 | 0x672000 | +| 32 | blk.2.attn_q.weight | 0x24632a20 | 0x672000 | +| 33 | blk.2.attn_q_norm.weight | 0x24ca4a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x24ca4e20 | 0x339000 | +| 35 | blk.2.ffn_down.weight | 0x24fdde20 | 0x1fa4000 | +| 36 | blk.2.ffn_gate.weight | 0x26f81e20 | 0x182b800 | +| 37 | blk.2.ffn_norm.weight | 0x287ad620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x287b1220 | 0x182b800 | +| 39 | blk.2.post_attention_norm.weight | 0x29fdca20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x29fe0620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x29fe4220 | 0x339000 | +| 42 | blk.3.attn_k_norm.weight | 0x2a31d220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x2a31d620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x2a321220 | 0x672000 | +| 45 | blk.3.attn_q.weight | 0x2a993220 | 0x672000 | +| 46 | blk.3.attn_q_norm.weight | 0x2b005220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x2b005620 | 0x339000 | +| 48 | blk.3.ffn_down.weight | 0x2b33e620 | 0x1fa4000 | +| 49 | blk.3.ffn_gate.weight | 0x2d2e2620 | 0x182b800 | +| 50 | blk.3.ffn_norm.weight | 0x2eb0de20 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x2eb11a20 | 0x182b800 | +| 52 | blk.3.post_attention_norm.weight | 0x3033d220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x30340e20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x30344a20 | 0x339000 | +| 55 | blk.4.attn_k_norm.weight | 0x3067da20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x3067de20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x30681a20 | 0x672000 | +| 58 | blk.4.attn_q.weight | 0x30cf3a20 | 0x672000 | +| 59 | blk.4.attn_q_norm.weight | 0x31365a20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x31365e20 | 0x339000 | +| 61 | blk.4.ffn_down.weight | 0x3169ee20 | 0x1fa4000 | +| 62 | blk.4.ffn_gate.weight | 0x33642e20 | 0x182b800 | +| 63 | blk.4.ffn_norm.weight | 0x34e6e620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x34e72220 | 0x182b800 | +| 65 | blk.4.post_attention_norm.weight | 0x3669da20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x366a1620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x366a5220 | 0x339000 | +| 68 | blk.5.attn_k_norm.weight | 0x369de220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x369de620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x369e2220 | 0x672000 | +| 71 | blk.5.attn_q.weight | 0x37054220 | 0x672000 | +| 72 | blk.5.attn_q_norm.weight | 0x376c6220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x376c6620 | 0x339000 | +| 74 | blk.5.ffn_down.weight | 0x379ff620 | 0x1fa4000 | +| 75 | blk.5.ffn_gate.weight | 0x399a3620 | 0x182b800 | +| 76 | blk.5.ffn_norm.weight | 0x3b1cee20 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x3b1d2a20 | 0x182b800 | +| 78 | blk.5.post_attention_norm.weight | 0x3c9fe220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x3ca01e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x3ca05a20 | 0x339000 | +| 81 | blk.6.attn_k_norm.weight | 0x3cd3ea20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x3cd3ee20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x3cd42a20 | 0x672000 | +| 84 | blk.6.attn_q.weight | 0x3d3b4a20 | 0x672000 | +| 85 | blk.6.attn_q_norm.weight | 0x3da26a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x3da26e20 | 0x339000 | +| 87 | blk.6.ffn_down.weight | 0x3dd5fe20 | 0x1fa4000 | +| 88 | blk.6.ffn_gate.weight | 0x3fd03e20 | 0x182b800 | +| 89 | blk.6.ffn_norm.weight | 0x4152f620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x41533220 | 0x182b800 | +| 91 | blk.6.post_attention_norm.weight | 0x42d5ea20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x42d62620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x42d66220 | 0x339000 | +| 94 | blk.7.attn_k_norm.weight | 0x4309f220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x4309f620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x430a3220 | 0x672000 | +| 97 | blk.7.attn_q.weight | 0x43715220 | 0x672000 | +| 98 | blk.7.attn_q_norm.weight | 0x43d87220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x43d87620 | 0x339000 | +| 100 | blk.7.ffn_down.weight | 0x440c0620 | 0x1fa4000 | +| 101 | blk.7.ffn_gate.weight | 0x46064620 | 0x182b800 | +| 102 | blk.7.ffn_norm.weight | 0x4788fe20 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x47893a20 | 0x182b800 | +| 104 | blk.7.post_attention_norm.weight | 0x490bf220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x490c2e20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x490c6a20 | 0x339000 | +| 107 | blk.8.attn_k_norm.weight | 0x493ffa20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x493ffe20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x49403a20 | 0x672000 | +| 110 | blk.8.attn_q.weight | 0x49a75a20 | 0x672000 | +| 111 | blk.8.attn_q_norm.weight | 0x4a0e7a20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x4a0e7e20 | 0x339000 | +| 113 | blk.8.ffn_down.weight | 0x4a420e20 | 0x1fa4000 | +| 114 | blk.8.ffn_gate.weight | 0x4c3c4e20 | 0x182b800 | +| 115 | blk.8.ffn_norm.weight | 0x4dbf0620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x4dbf4220 | 0x182b800 | +| 117 | blk.8.post_attention_norm.weight | 0x4f41fa20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x4f423620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x4f427220 | 0x339000 | +| 120 | blk.9.attn_k_norm.weight | 0x4f760220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x4f760620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x4f764220 | 0x672000 | +| 123 | blk.9.attn_q.weight | 0x4fdd6220 | 0x672000 | +| 124 | blk.9.attn_q_norm.weight | 0x50448220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x50448620 | 0x339000 | +| 126 | blk.9.ffn_down.weight | 0x50781620 | 0x1fa4000 | +| 127 | blk.9.ffn_gate.weight | 0x52725620 | 0x182b800 | +| 128 | blk.9.ffn_norm.weight | 0x53f50e20 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x53f54a20 | 0x182b800 | +| 130 | blk.9.post_attention_norm.weight | 0x55780220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x55783e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x55787a20 | 0x339000 | +| 133 | blk.10.attn_k_norm.weight | 0x55ac0a20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x55ac0e20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x55ac4a20 | 0x672000 | +| 136 | blk.10.attn_q.weight | 0x56136a20 | 0x672000 | +| 137 | blk.10.attn_q_norm.weight | 0x567a8a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x567a8e20 | 0x339000 | +| 139 | blk.10.ffn_down.weight | 0x56ae1e20 | 0x1fa4000 | +| 140 | blk.10.ffn_gate.weight | 0x58a85e20 | 0x182b800 | +| 141 | blk.10.ffn_norm.weight | 0x5a2b1620 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x5a2b5220 | 0x182b800 | +| 143 | blk.10.post_attention_norm.weight | 0x5bae0a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x5bae4620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x5bae8220 | 0x2df000 | +| 146 | blk.11.attn_k_norm.weight | 0x5bdc7220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x5bdc7620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x5bdcb220 | 0x672000 | +| 149 | blk.11.attn_q.weight | 0x5c43d220 | 0x5be000 | +| 150 | blk.11.attn_q_norm.weight | 0x5c9fb220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x5c9fb620 | 0x339000 | +| 152 | blk.11.ffn_down.weight | 0x5cd34620 | 0x1fa4000 | +| 153 | blk.11.ffn_gate.weight | 0x5ecd8620 | 0x1588800 | +| 154 | blk.11.ffn_norm.weight | 0x60260e20 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x60264a20 | 0x1588800 | +| 156 | blk.11.post_attention_norm.weight | 0x617ed220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x617f0e20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x617f4a20 | 0x2df000 | +| 159 | blk.12.attn_k_norm.weight | 0x61ad3a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x61ad3e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x61ad7a20 | 0x672000 | +| 162 | blk.12.attn_q.weight | 0x62149a20 | 0x5be000 | +| 163 | blk.12.attn_q_norm.weight | 0x62707a20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x62707e20 | 0x339000 | +| 165 | blk.12.ffn_down.weight | 0x62a40e20 | 0x1fa4000 | +| 166 | blk.12.ffn_gate.weight | 0x649e4e20 | 0x1588800 | +| 167 | blk.12.ffn_norm.weight | 0x65f6d620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x65f71220 | 0x1588800 | +| 169 | blk.12.post_attention_norm.weight | 0x674f9a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x674fd620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x67501220 | 0x2df000 | +| 172 | blk.13.attn_k_norm.weight | 0x677e0220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x677e0620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x677e4220 | 0x672000 | +| 175 | blk.13.attn_q.weight | 0x67e56220 | 0x5be000 | +| 176 | blk.13.attn_q_norm.weight | 0x68414220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x68414620 | 0x339000 | +| 178 | blk.13.ffn_down.weight | 0x6874d620 | 0x1fa4000 | +| 179 | blk.13.ffn_gate.weight | 0x6a6f1620 | 0x1588800 | +| 180 | blk.13.ffn_norm.weight | 0x6bc79e20 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x6bc7da20 | 0x1588800 | +| 182 | blk.13.post_attention_norm.weight | 0x6d206220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x6d209e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x6d20da20 | 0x2df000 | +| 185 | blk.14.attn_k_norm.weight | 0x6d4eca20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x6d4ece20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x6d4f0a20 | 0x672000 | +| 188 | blk.14.attn_q.weight | 0x6db62a20 | 0x5be000 | +| 189 | blk.14.attn_q_norm.weight | 0x6e120a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x6e120e20 | 0x339000 | +| 191 | blk.14.ffn_down.weight | 0x6e459e20 | 0x1fa4000 | +| 192 | blk.14.ffn_gate.weight | 0x703fde20 | 0x1588800 | +| 193 | blk.14.ffn_norm.weight | 0x71986620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x7198a220 | 0x1588800 | +| 195 | blk.14.post_attention_norm.weight | 0x72f12a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x72f16620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x72f1a220 | 0x2df000 | +| 198 | blk.15.attn_k_norm.weight | 0x731f9220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x731f9620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x731fd220 | 0x672000 | +| 201 | blk.15.attn_q.weight | 0x7386f220 | 0x5be000 | +| 202 | blk.15.attn_q_norm.weight | 0x73e2d220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x73e2d620 | 0x339000 | +| 204 | blk.15.ffn_down.weight | 0x74166620 | 0x1fa4000 | +| 205 | blk.15.ffn_gate.weight | 0x7610a620 | 0x1588800 | +| 206 | blk.15.ffn_norm.weight | 0x77692e20 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x77696a20 | 0x1588800 | +| 208 | blk.15.post_attention_norm.weight | 0x78c1f220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x78c22e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x78c26a20 | 0x2df000 | +| 211 | blk.16.attn_k_norm.weight | 0x78f05a20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x78f05e20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x78f09a20 | 0x672000 | +| 214 | blk.16.attn_q.weight | 0x7957ba20 | 0x5be000 | +| 215 | blk.16.attn_q_norm.weight | 0x79b39a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x79b39e20 | 0x339000 | +| 217 | blk.16.ffn_down.weight | 0x79e72e20 | 0x1fa4000 | +| 218 | blk.16.ffn_gate.weight | 0x7be16e20 | 0x1588800 | +| 219 | blk.16.ffn_norm.weight | 0x7d39f620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x7d3a3220 | 0x1588800 | +| 221 | blk.16.post_attention_norm.weight | 0x7e92ba20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x7e92f620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x7e933220 | 0x2df000 | +| 224 | blk.17.attn_k_norm.weight | 0x7ec12220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x7ec12620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x7ec16220 | 0x672000 | +| 227 | blk.17.attn_q.weight | 0x7f288220 | 0x5be000 | +| 228 | blk.17.attn_q_norm.weight | 0x7f846220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x7f846620 | 0x339000 | +| 230 | blk.17.ffn_down.weight | 0x7fb7f620 | 0x1fa4000 | +| 231 | blk.17.ffn_gate.weight | 0x81b23620 | 0x1588800 | +| 232 | blk.17.ffn_norm.weight | 0x830abe20 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0x830afa20 | 0x1588800 | +| 234 | blk.17.post_attention_norm.weight | 0x84638220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0x8463be20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0x8463fa20 | 0x2df000 | +| 237 | blk.18.attn_k_norm.weight | 0x8491ea20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0x8491ee20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0x84922a20 | 0x672000 | +| 240 | blk.18.attn_q.weight | 0x84f94a20 | 0x5be000 | +| 241 | blk.18.attn_q_norm.weight | 0x85552a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0x85552e20 | 0x339000 | +| 243 | blk.18.ffn_down.weight | 0x8588be20 | 0x1fa4000 | +| 244 | blk.18.ffn_gate.weight | 0x8782fe20 | 0x1588800 | +| 245 | blk.18.ffn_norm.weight | 0x88db8620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0x88dbc220 | 0x1588800 | +| 247 | blk.18.post_attention_norm.weight | 0x8a344a20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0x8a348620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0x8a34c220 | 0x2df000 | +| 250 | blk.19.attn_k_norm.weight | 0x8a62b220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0x8a62b620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0x8a62f220 | 0x672000 | +| 253 | blk.19.attn_q.weight | 0x8aca1220 | 0x5be000 | +| 254 | blk.19.attn_q_norm.weight | 0x8b25f220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0x8b25f620 | 0x339000 | +| 256 | blk.19.ffn_down.weight | 0x8b598620 | 0x1fa4000 | +| 257 | blk.19.ffn_gate.weight | 0x8d53c620 | 0x1588800 | +| 258 | blk.19.ffn_norm.weight | 0x8eac4e20 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0x8eac8a20 | 0x1588800 | +| 260 | blk.19.post_attention_norm.weight | 0x90051220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0x90054e20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0x90058a20 | 0x2df000 | +| 263 | blk.20.attn_k_norm.weight | 0x90337a20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0x90337e20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0x9033ba20 | 0x672000 | +| 266 | blk.20.attn_q.weight | 0x909ada20 | 0x5be000 | +| 267 | blk.20.attn_q_norm.weight | 0x90f6ba20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0x90f6be20 | 0x339000 | +| 269 | blk.20.ffn_down.weight | 0x912a4e20 | 0x1fa4000 | +| 270 | blk.20.ffn_gate.weight | 0x93248e20 | 0x1588800 | +| 271 | blk.20.ffn_norm.weight | 0x947d1620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0x947d5220 | 0x1588800 | +| 273 | blk.20.post_attention_norm.weight | 0x95d5da20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0x95d61620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0x95d65220 | 0x2df000 | +| 276 | blk.21.attn_k_norm.weight | 0x96044220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0x96044620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0x96048220 | 0x672000 | +| 279 | blk.21.attn_q.weight | 0x966ba220 | 0x5be000 | +| 280 | blk.21.attn_q_norm.weight | 0x96c78220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0x96c78620 | 0x339000 | +| 282 | blk.21.ffn_down.weight | 0x96fb1620 | 0x1fa4000 | +| 283 | blk.21.ffn_gate.weight | 0x98f55620 | 0x1588800 | +| 284 | blk.21.ffn_norm.weight | 0x9a4dde20 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0x9a4e1a20 | 0x1588800 | +| 286 | blk.21.post_attention_norm.weight | 0x9ba6a220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0x9ba6de20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0x9ba71a20 | 0x2df000 | +| 289 | blk.22.attn_k_norm.weight | 0x9bd50a20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0x9bd50e20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0x9bd54a20 | 0x672000 | +| 292 | blk.22.attn_q.weight | 0x9c3c6a20 | 0x5be000 | +| 293 | blk.22.attn_q_norm.weight | 0x9c984a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0x9c984e20 | 0x339000 | +| 295 | blk.22.ffn_down.weight | 0x9ccbde20 | 0x1fa4000 | +| 296 | blk.22.ffn_gate.weight | 0x9ec61e20 | 0x1588800 | +| 297 | blk.22.ffn_norm.weight | 0xa01ea620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xa01ee220 | 0x1588800 | +| 299 | blk.22.post_attention_norm.weight | 0xa1776a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xa177a620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xa177e220 | 0x2df000 | +| 302 | blk.23.attn_k_norm.weight | 0xa1a5d220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xa1a5d620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xa1a61220 | 0x672000 | +| 305 | blk.23.attn_q.weight | 0xa20d3220 | 0x5be000 | +| 306 | blk.23.attn_q_norm.weight | 0xa2691220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xa2691620 | 0x339000 | +| 308 | blk.23.ffn_down.weight | 0xa29ca620 | 0x1fa4000 | +| 309 | blk.23.ffn_gate.weight | 0xa496e620 | 0x1588800 | +| 310 | blk.23.ffn_norm.weight | 0xa5ef6e20 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xa5efaa20 | 0x1588800 | +| 312 | blk.23.post_attention_norm.weight | 0xa7483220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xa7486e20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xa748aa20 | 0x339000 | +| 315 | blk.24.attn_k_norm.weight | 0xa77c3a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xa77c3e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xa77c7a20 | 0x672000 | +| 318 | blk.24.attn_q.weight | 0xa7e39a20 | 0x672000 | +| 319 | blk.24.attn_q_norm.weight | 0xa84aba20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xa84abe20 | 0x339000 | +| 321 | blk.24.ffn_down.weight | 0xa87e4e20 | 0x1fa4000 | +| 322 | blk.24.ffn_gate.weight | 0xaa788e20 | 0x182b800 | +| 323 | blk.24.ffn_norm.weight | 0xabfb4620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xabfb8220 | 0x182b800 | +| 325 | blk.24.post_attention_norm.weight | 0xad7e3a20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xad7e7620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xad7eb220 | 0x2df000 | +| 328 | blk.25.attn_k_norm.weight | 0xadaca220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xadaca620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xadace220 | 0x672000 | +| 331 | blk.25.attn_q.weight | 0xae140220 | 0x5be000 | +| 332 | blk.25.attn_q_norm.weight | 0xae6fe220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xae6fe620 | 0x339000 | +| 334 | blk.25.ffn_down.weight | 0xaea37620 | 0x1fa4000 | +| 335 | blk.25.ffn_gate.weight | 0xb09db620 | 0x1588800 | +| 336 | blk.25.ffn_norm.weight | 0xb1f63e20 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xb1f67a20 | 0x1588800 | +| 338 | blk.25.post_attention_norm.weight | 0xb34f0220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xb34f3e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xb34f7a20 | 0x2df000 | +| 341 | blk.26.attn_k_norm.weight | 0xb37d6a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xb37d6e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xb37daa20 | 0x672000 | +| 344 | blk.26.attn_q.weight | 0xb3e4ca20 | 0x5be000 | +| 345 | blk.26.attn_q_norm.weight | 0xb440aa20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xb440ae20 | 0x339000 | +| 347 | blk.26.ffn_down.weight | 0xb4743e20 | 0x1fa4000 | +| 348 | blk.26.ffn_gate.weight | 0xb66e7e20 | 0x1588800 | +| 349 | blk.26.ffn_norm.weight | 0xb7c70620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xb7c74220 | 0x1588800 | +| 351 | blk.26.post_attention_norm.weight | 0xb91fca20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xb9200620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xb9204220 | 0x2df000 | +| 354 | blk.27.attn_k_norm.weight | 0xb94e3220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xb94e3620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xb94e7220 | 0x672000 | +| 357 | blk.27.attn_q.weight | 0xb9b59220 | 0x5be000 | +| 358 | blk.27.attn_q_norm.weight | 0xba117220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xba117620 | 0x339000 | +| 360 | blk.27.ffn_down.weight | 0xba450620 | 0x1fa4000 | +| 361 | blk.27.ffn_gate.weight | 0xbc3f4620 | 0x1588800 | +| 362 | blk.27.ffn_norm.weight | 0xbd97ce20 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xbd980a20 | 0x1588800 | +| 364 | blk.27.post_attention_norm.weight | 0xbef09220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xbef0ce20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xbef10a20 | 0x339000 | +| 367 | blk.28.attn_k_norm.weight | 0xbf249a20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xbf249e20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xbf24da20 | 0x672000 | +| 370 | blk.28.attn_q.weight | 0xbf8bfa20 | 0x672000 | +| 371 | blk.28.attn_q_norm.weight | 0xbff31a20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xbff31e20 | 0x339000 | +| 373 | blk.28.ffn_down.weight | 0xc026ae20 | 0x1fa4000 | +| 374 | blk.28.ffn_gate.weight | 0xc220ee20 | 0x182b800 | +| 375 | blk.28.ffn_norm.weight | 0xc3a3a620 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xc3a3e220 | 0x182b800 | +| 377 | blk.28.post_attention_norm.weight | 0xc5269a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xc526d620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xc5271220 | 0x2df000 | +| 380 | blk.29.attn_k_norm.weight | 0xc5550220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xc5550620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xc5554220 | 0x672000 | +| 383 | blk.29.attn_q.weight | 0xc5bc6220 | 0x5be000 | +| 384 | blk.29.attn_q_norm.weight | 0xc6184220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xc6184620 | 0x339000 | +| 386 | blk.29.ffn_down.weight | 0xc64bd620 | 0x1fa4000 | +| 387 | blk.29.ffn_gate.weight | 0xc8461620 | 0x1588800 | +| 388 | blk.29.ffn_norm.weight | 0xc99e9e20 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xc99eda20 | 0x1588800 | +| 390 | blk.29.post_attention_norm.weight | 0xcaf76220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xcaf79e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xcaf7da20 | 0x2df000 | +| 393 | blk.30.attn_k_norm.weight | 0xcb25ca20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xcb25ce20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xcb260a20 | 0x672000 | +| 396 | blk.30.attn_q.weight | 0xcb8d2a20 | 0x5be000 | +| 397 | blk.30.attn_q_norm.weight | 0xcbe90a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xcbe90e20 | 0x339000 | +| 399 | blk.30.ffn_down.weight | 0xcc1c9e20 | 0x1fa4000 | +| 400 | blk.30.ffn_gate.weight | 0xce16de20 | 0x1588800 | +| 401 | blk.30.ffn_norm.weight | 0xcf6f6620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xcf6fa220 | 0x1588800 | +| 403 | blk.30.post_attention_norm.weight | 0xd0c82a20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xd0c86620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xd0c8a220 | 0x339000 | +| 406 | blk.31.attn_k_norm.weight | 0xd0fc3220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xd0fc3620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xd0fc7220 | 0x672000 | +| 409 | blk.31.attn_q.weight | 0xd1639220 | 0x672000 | +| 410 | blk.31.attn_q_norm.weight | 0xd1cab220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xd1cab620 | 0x339000 | +| 412 | blk.31.ffn_down.weight | 0xd1fe4620 | 0x1fa4000 | +| 413 | blk.31.ffn_gate.weight | 0xd3f88620 | 0x182b800 | +| 414 | blk.31.ffn_norm.weight | 0xd57b3e20 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0xd57b7a20 | 0x182b800 | +| 416 | blk.31.post_attention_norm.weight | 0xd6fe3220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0xd6fe6e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0xd6feaa20 | 0x339000 | +| 419 | blk.32.attn_k_norm.weight | 0xd7323a20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0xd7323e20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0xd7327a20 | 0x672000 | +| 422 | blk.32.attn_q.weight | 0xd7999a20 | 0x672000 | +| 423 | blk.32.attn_q_norm.weight | 0xd800ba20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0xd800be20 | 0x339000 | +| 425 | blk.32.ffn_down.weight | 0xd8344e20 | 0x1fa4000 | +| 426 | blk.32.ffn_gate.weight | 0xda2e8e20 | 0x182b800 | +| 427 | blk.32.ffn_norm.weight | 0xdbb14620 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0xdbb18220 | 0x182b800 | +| 429 | blk.32.post_attention_norm.weight | 0xdd343a20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0xdd347620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0xdd34b220 | 0x339000 | +| 432 | blk.33.attn_k_norm.weight | 0xdd684220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0xdd684620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0xdd688220 | 0x672000 | +| 435 | blk.33.attn_q.weight | 0xddcfa220 | 0x672000 | +| 436 | blk.33.attn_q_norm.weight | 0xde36c220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0xde36c620 | 0x339000 | +| 438 | blk.33.ffn_down.weight | 0xde6a5620 | 0x1fa4000 | +| 439 | blk.33.ffn_gate.weight | 0xe0649620 | 0x182b800 | +| 440 | blk.33.ffn_norm.weight | 0xe1e74e20 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0xe1e78a20 | 0x182b800 | +| 442 | blk.33.post_attention_norm.weight | 0xe36a4220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0xe36a7e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0xe36aba20 | 0x339000 | +| 445 | blk.34.attn_k_norm.weight | 0xe39e4a20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0xe39e4e20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0xe39e8a20 | 0x672000 | +| 448 | blk.34.attn_q.weight | 0xe405aa20 | 0x672000 | +| 449 | blk.34.attn_q_norm.weight | 0xe46cca20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0xe46cce20 | 0x339000 | +| 451 | blk.34.ffn_down.weight | 0xe4a05e20 | 0x1fa4000 | +| 452 | blk.34.ffn_gate.weight | 0xe69a9e20 | 0x182b800 | +| 453 | blk.34.ffn_norm.weight | 0xe81d5620 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0xe81d9220 | 0x182b800 | +| 455 | blk.34.post_attention_norm.weight | 0xe9a04a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0xe9a08620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0xe9a0c220 | 0x2df000 | +| 458 | blk.35.attn_k_norm.weight | 0xe9ceb220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0xe9ceb620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0xe9cef220 | 0x672000 | +| 461 | blk.35.attn_q.weight | 0xea361220 | 0x5be000 | +| 462 | blk.35.attn_q_norm.weight | 0xea91f220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0xea91f620 | 0x339000 | +| 464 | blk.35.ffn_down.weight | 0xeac58620 | 0x1fa4000 | +| 465 | blk.35.ffn_gate.weight | 0xecbfc620 | 0x1588800 | +| 466 | blk.35.ffn_norm.weight | 0xee184e20 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0xee188a20 | 0x1588800 | +| 468 | blk.35.post_attention_norm.weight | 0xef711220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0xef714e20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0xef718a20 | 0x339000 | +| 471 | blk.36.attn_k_norm.weight | 0xefa51a20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0xefa51e20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0xefa55a20 | 0x672000 | +| 474 | blk.36.attn_q.weight | 0xf00c7a20 | 0x672000 | +| 475 | blk.36.attn_q_norm.weight | 0xf0739a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0xf0739e20 | 0x339000 | +| 477 | blk.36.ffn_down.weight | 0xf0a72e20 | 0x1fa4000 | +| 478 | blk.36.ffn_gate.weight | 0xf2a16e20 | 0x182b800 | +| 479 | blk.36.ffn_norm.weight | 0xf4242620 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0xf4246220 | 0x182b800 | +| 481 | blk.36.post_attention_norm.weight | 0xf5a71a20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0xf5a75620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0xf5a79220 | 0x339000 | +| 484 | blk.37.attn_k_norm.weight | 0xf5db2220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0xf5db2620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0xf5db6220 | 0x672000 | +| 487 | blk.37.attn_q.weight | 0xf6428220 | 0x672000 | +| 488 | blk.37.attn_q_norm.weight | 0xf6a9a220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0xf6a9a620 | 0x339000 | +| 490 | blk.37.ffn_down.weight | 0xf6dd3620 | 0x1fa4000 | +| 491 | blk.37.ffn_gate.weight | 0xf8d77620 | 0x182b800 | +| 492 | blk.37.ffn_norm.weight | 0xfa5a2e20 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0xfa5a6a20 | 0x182b800 | +| 494 | blk.37.post_attention_norm.weight | 0xfbdd2220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0xfbdd5e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0xfbdd9a20 | 0x339000 | +| 497 | blk.38.attn_k_norm.weight | 0xfc112a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0xfc112e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0xfc116a20 | 0x672000 | +| 500 | blk.38.attn_q.weight | 0xfc788a20 | 0x672000 | +| 501 | blk.38.attn_q_norm.weight | 0xfcdfaa20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0xfcdfae20 | 0x339000 | +| 503 | blk.38.ffn_down.weight | 0xfd133e20 | 0x1fa4000 | +| 504 | blk.38.ffn_gate.weight | 0xff0d7e20 | 0x182b800 | +| 505 | blk.38.ffn_norm.weight | 0x100903620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x100907220 | 0x182b800 | +| 507 | blk.38.post_attention_norm.weight | 0x102132a20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x102136620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x10213a220 | 0x339000 | +| 510 | blk.39.attn_k_norm.weight | 0x102473220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x102473620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x102477220 | 0x672000 | +| 513 | blk.39.attn_q.weight | 0x102ae9220 | 0x672000 | +| 514 | blk.39.attn_q_norm.weight | 0x10315b220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x10315b620 | 0x339000 | +| 516 | blk.39.ffn_down.weight | 0x103494620 | 0x1fa4000 | +| 517 | blk.39.ffn_gate.weight | 0x105438620 | 0x182b800 | +| 518 | blk.39.ffn_norm.weight | 0x106c63e20 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x106c67a20 | 0x182b800 | +| 520 | blk.39.post_attention_norm.weight | 0x108493220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x108496e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x10849aa20 | 0x339000 | +| 523 | blk.40.attn_k_norm.weight | 0x1087d3a20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x1087d3e20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x1087d7a20 | 0x672000 | +| 526 | blk.40.attn_q.weight | 0x108e49a20 | 0x672000 | +| 527 | blk.40.attn_q_norm.weight | 0x1094bba20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x1094bbe20 | 0x339000 | +| 529 | blk.40.ffn_down.weight | 0x1097f4e20 | 0x1fa4000 | +| 530 | blk.40.ffn_gate.weight | 0x10b798e20 | 0x182b800 | +| 531 | blk.40.ffn_norm.weight | 0x10cfc4620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x10cfc8220 | 0x182b800 | +| 533 | blk.40.post_attention_norm.weight | 0x10e7f3a20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x10e7f7620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x10e7fb220 | 0x2df000 | +| 536 | blk.41.attn_k_norm.weight | 0x10eada220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x10eada620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x10eade220 | 0x672000 | +| 539 | blk.41.attn_q.weight | 0x10f150220 | 0x5be000 | +| 540 | blk.41.attn_q_norm.weight | 0x10f70e220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x10f70e620 | 0x339000 | +| 542 | blk.41.ffn_down.weight | 0x10fa47620 | 0x1fa4000 | +| 543 | blk.41.ffn_gate.weight | 0x1119eb620 | 0x1588800 | +| 544 | blk.41.ffn_norm.weight | 0x112f73e20 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x112f77a20 | 0x1588800 | +| 546 | blk.41.post_attention_norm.weight | 0x114500220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x114503e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x114507a20 | 0x2df000 | +| 549 | blk.42.attn_k_norm.weight | 0x1147e6a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x1147e6e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x1147eaa20 | 0x672000 | +| 552 | blk.42.attn_q.weight | 0x114e5ca20 | 0x5be000 | +| 553 | blk.42.attn_q_norm.weight | 0x11541aa20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x11541ae20 | 0x339000 | +| 555 | blk.42.ffn_down.weight | 0x115753e20 | 0x1fa4000 | +| 556 | blk.42.ffn_gate.weight | 0x1176f7e20 | 0x1588800 | +| 557 | blk.42.ffn_norm.weight | 0x118c80620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x118c84220 | 0x1588800 | +| 559 | blk.42.post_attention_norm.weight | 0x11a20ca20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x11a210620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x11a214220 | 0x2df000 | +| 562 | blk.43.attn_k_norm.weight | 0x11a4f3220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x11a4f3620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x11a4f7220 | 0x672000 | +| 565 | blk.43.attn_q.weight | 0x11ab69220 | 0x5be000 | +| 566 | blk.43.attn_q_norm.weight | 0x11b127220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x11b127620 | 0x339000 | +| 568 | blk.43.ffn_down.weight | 0x11b460620 | 0x1fa4000 | +| 569 | blk.43.ffn_gate.weight | 0x11d404620 | 0x1588800 | +| 570 | blk.43.ffn_norm.weight | 0x11e98ce20 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x11e990a20 | 0x1588800 | +| 572 | blk.43.post_attention_norm.weight | 0x11ff19220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x11ff1ce20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x11ff20a20 | 0x339000 | +| 575 | blk.44.attn_k_norm.weight | 0x120259a20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x120259e20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x12025da20 | 0x672000 | +| 578 | blk.44.attn_q.weight | 0x1208cfa20 | 0x672000 | +| 579 | blk.44.attn_q_norm.weight | 0x120f41a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x120f41e20 | 0x339000 | +| 581 | blk.44.ffn_down.weight | 0x12127ae20 | 0x1fa4000 | +| 582 | blk.44.ffn_gate.weight | 0x12321ee20 | 0x182b800 | +| 583 | blk.44.ffn_norm.weight | 0x124a4a620 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x124a4e220 | 0x182b800 | +| 585 | blk.44.post_attention_norm.weight | 0x126279a20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x12627d620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x126281220 | 0x339000 | +| 588 | blk.45.attn_k_norm.weight | 0x1265ba220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x1265ba620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x1265be220 | 0x672000 | +| 591 | blk.45.attn_q.weight | 0x126c30220 | 0x672000 | +| 592 | blk.45.attn_q_norm.weight | 0x1272a2220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x1272a2620 | 0x339000 | +| 594 | blk.45.ffn_down.weight | 0x1275db620 | 0x1fa4000 | +| 595 | blk.45.ffn_gate.weight | 0x12957f620 | 0x182b800 | +| 596 | blk.45.ffn_norm.weight | 0x12adaae20 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x12adaea20 | 0x182b800 | +| 598 | blk.45.post_attention_norm.weight | 0x12c5da220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x12c5dde20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:--------| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | IQ3_XXS | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:--------| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_XXS | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_XXS | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_XXS | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ3_S | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | IQ4_NL | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-IQ4_NL.md b/scores/gemma-3-12b-it-IQ4_NL.md new file mode 100644 index 0000000..2843b85 --- /dev/null +++ b/scores/gemma-3-12b-it-IQ4_NL.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-IQ4_NL.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 25 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-IQ4\_NL.gguf - GGUF Internal File Dump](#gemma-3-12b-it-iq4_nlgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x438000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a6faa20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a6fae20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a6fea20 | 0x870000 | +| 6 | blk.0.attn_q.weight | 0x1af6ea20 | 0x870000 | +| 7 | blk.0.attn_q_norm.weight | 0x1b7dea20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1b7dee20 | 0x438000 | +| 9 | blk.0.ffn_down.weight | 0x1bc16e20 | 0x26ac000 | +| 10 | blk.0.ffn_gate.weight | 0x1e2c2e20 | 0x1fa4000 | +| 11 | blk.0.ffn_norm.weight | 0x20266e20 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x2026aa20 | 0x1fa4000 | +| 13 | blk.0.post_attention_norm.weight | 0x2220ea20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x22212620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x22216220 | 0x438000 | +| 16 | blk.1.attn_k_norm.weight | 0x2264e220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x2264e620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x22652220 | 0x870000 | +| 19 | blk.1.attn_q.weight | 0x22ec2220 | 0x870000 | +| 20 | blk.1.attn_q_norm.weight | 0x23732220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x23732620 | 0x438000 | +| 22 | blk.1.ffn_down.weight | 0x23b6a620 | 0x26ac000 | +| 23 | blk.1.ffn_gate.weight | 0x26216620 | 0x1fa4000 | +| 24 | blk.1.ffn_norm.weight | 0x281ba620 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x281be220 | 0x1fa4000 | +| 26 | blk.1.post_attention_norm.weight | 0x2a162220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x2a165e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x2a169a20 | 0x438000 | +| 29 | blk.2.attn_k_norm.weight | 0x2a5a1a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x2a5a1e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x2a5a5a20 | 0x870000 | +| 32 | blk.2.attn_q.weight | 0x2ae15a20 | 0x870000 | +| 33 | blk.2.attn_q_norm.weight | 0x2b685a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2b685e20 | 0x438000 | +| 35 | blk.2.ffn_down.weight | 0x2babde20 | 0x26ac000 | +| 36 | blk.2.ffn_gate.weight | 0x2e169e20 | 0x1fa4000 | +| 37 | blk.2.ffn_norm.weight | 0x3010de20 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x30111a20 | 0x1fa4000 | +| 39 | blk.2.post_attention_norm.weight | 0x320b5a20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x320b9620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x320bd220 | 0x438000 | +| 42 | blk.3.attn_k_norm.weight | 0x324f5220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x324f5620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x324f9220 | 0x870000 | +| 45 | blk.3.attn_q.weight | 0x32d69220 | 0x870000 | +| 46 | blk.3.attn_q_norm.weight | 0x335d9220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x335d9620 | 0x438000 | +| 48 | blk.3.ffn_down.weight | 0x33a11620 | 0x26ac000 | +| 49 | blk.3.ffn_gate.weight | 0x360bd620 | 0x1fa4000 | +| 50 | blk.3.ffn_norm.weight | 0x38061620 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x38065220 | 0x1fa4000 | +| 52 | blk.3.post_attention_norm.weight | 0x3a009220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x3a00ce20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x3a010a20 | 0x438000 | +| 55 | blk.4.attn_k_norm.weight | 0x3a448a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x3a448e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x3a44ca20 | 0x870000 | +| 58 | blk.4.attn_q.weight | 0x3acbca20 | 0x870000 | +| 59 | blk.4.attn_q_norm.weight | 0x3b52ca20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x3b52ce20 | 0x438000 | +| 61 | blk.4.ffn_down.weight | 0x3b964e20 | 0x26ac000 | +| 62 | blk.4.ffn_gate.weight | 0x3e010e20 | 0x1fa4000 | +| 63 | blk.4.ffn_norm.weight | 0x3ffb4e20 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x3ffb8a20 | 0x1fa4000 | +| 65 | blk.4.post_attention_norm.weight | 0x41f5ca20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x41f60620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x41f64220 | 0x438000 | +| 68 | blk.5.attn_k_norm.weight | 0x4239c220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x4239c620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x423a0220 | 0x870000 | +| 71 | blk.5.attn_q.weight | 0x42c10220 | 0x870000 | +| 72 | blk.5.attn_q_norm.weight | 0x43480220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x43480620 | 0x438000 | +| 74 | blk.5.ffn_down.weight | 0x438b8620 | 0x26ac000 | +| 75 | blk.5.ffn_gate.weight | 0x45f64620 | 0x1fa4000 | +| 76 | blk.5.ffn_norm.weight | 0x47f08620 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x47f0c220 | 0x1fa4000 | +| 78 | blk.5.post_attention_norm.weight | 0x49eb0220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x49eb3e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x49eb7a20 | 0x438000 | +| 81 | blk.6.attn_k_norm.weight | 0x4a2efa20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x4a2efe20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x4a2f3a20 | 0x870000 | +| 84 | blk.6.attn_q.weight | 0x4ab63a20 | 0x870000 | +| 85 | blk.6.attn_q_norm.weight | 0x4b3d3a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x4b3d3e20 | 0x438000 | +| 87 | blk.6.ffn_down.weight | 0x4b80be20 | 0x26ac000 | +| 88 | blk.6.ffn_gate.weight | 0x4deb7e20 | 0x1fa4000 | +| 89 | blk.6.ffn_norm.weight | 0x4fe5be20 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x4fe5fa20 | 0x1fa4000 | +| 91 | blk.6.post_attention_norm.weight | 0x51e03a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x51e07620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x51e0b220 | 0x438000 | +| 94 | blk.7.attn_k_norm.weight | 0x52243220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x52243620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x52247220 | 0x870000 | +| 97 | blk.7.attn_q.weight | 0x52ab7220 | 0x870000 | +| 98 | blk.7.attn_q_norm.weight | 0x53327220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x53327620 | 0x438000 | +| 100 | blk.7.ffn_down.weight | 0x5375f620 | 0x26ac000 | +| 101 | blk.7.ffn_gate.weight | 0x55e0b620 | 0x1fa4000 | +| 102 | blk.7.ffn_norm.weight | 0x57daf620 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x57db3220 | 0x1fa4000 | +| 104 | blk.7.post_attention_norm.weight | 0x59d57220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x59d5ae20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x59d5ea20 | 0x438000 | +| 107 | blk.8.attn_k_norm.weight | 0x5a196a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x5a196e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x5a19aa20 | 0x870000 | +| 110 | blk.8.attn_q.weight | 0x5aa0aa20 | 0x870000 | +| 111 | blk.8.attn_q_norm.weight | 0x5b27aa20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x5b27ae20 | 0x438000 | +| 113 | blk.8.ffn_down.weight | 0x5b6b2e20 | 0x26ac000 | +| 114 | blk.8.ffn_gate.weight | 0x5dd5ee20 | 0x1fa4000 | +| 115 | blk.8.ffn_norm.weight | 0x5fd02e20 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x5fd06a20 | 0x1fa4000 | +| 117 | blk.8.post_attention_norm.weight | 0x61caaa20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x61cae620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x61cb2220 | 0x438000 | +| 120 | blk.9.attn_k_norm.weight | 0x620ea220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x620ea620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x620ee220 | 0x870000 | +| 123 | blk.9.attn_q.weight | 0x6295e220 | 0x870000 | +| 124 | blk.9.attn_q_norm.weight | 0x631ce220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x631ce620 | 0x438000 | +| 126 | blk.9.ffn_down.weight | 0x63606620 | 0x26ac000 | +| 127 | blk.9.ffn_gate.weight | 0x65cb2620 | 0x1fa4000 | +| 128 | blk.9.ffn_norm.weight | 0x67c56620 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x67c5a220 | 0x1fa4000 | +| 130 | blk.9.post_attention_norm.weight | 0x69bfe220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x69c01e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x69c05a20 | 0x438000 | +| 133 | blk.10.attn_k_norm.weight | 0x6a03da20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x6a03de20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x6a041a20 | 0x870000 | +| 136 | blk.10.attn_q.weight | 0x6a8b1a20 | 0x870000 | +| 137 | blk.10.attn_q_norm.weight | 0x6b121a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x6b121e20 | 0x438000 | +| 139 | blk.10.ffn_down.weight | 0x6b559e20 | 0x26ac000 | +| 140 | blk.10.ffn_gate.weight | 0x6dc05e20 | 0x1fa4000 | +| 141 | blk.10.ffn_norm.weight | 0x6fba9e20 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x6fbada20 | 0x1fa4000 | +| 143 | blk.10.post_attention_norm.weight | 0x71b51a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x71b55620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x71b59220 | 0x339000 | +| 146 | blk.11.attn_k_norm.weight | 0x71e92220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x71e92620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x71e96220 | 0x870000 | +| 149 | blk.11.attn_q.weight | 0x72706220 | 0x672000 | +| 150 | blk.11.attn_q_norm.weight | 0x72d78220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x72d78620 | 0x3fc000 | +| 152 | blk.11.ffn_down.weight | 0x73174620 | 0x26ac000 | +| 153 | blk.11.ffn_gate.weight | 0x75820620 | 0x182b800 | +| 154 | blk.11.ffn_norm.weight | 0x7704be20 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x7704fa20 | 0x182b800 | +| 156 | blk.11.post_attention_norm.weight | 0x7887b220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x7887ee20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x78882a20 | 0x339000 | +| 159 | blk.12.attn_k_norm.weight | 0x78bbba20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x78bbbe20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x78bbfa20 | 0x870000 | +| 162 | blk.12.attn_q.weight | 0x7942fa20 | 0x672000 | +| 163 | blk.12.attn_q_norm.weight | 0x79aa1a20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x79aa1e20 | 0x3fc000 | +| 165 | blk.12.ffn_down.weight | 0x79e9de20 | 0x26ac000 | +| 166 | blk.12.ffn_gate.weight | 0x7c549e20 | 0x182b800 | +| 167 | blk.12.ffn_norm.weight | 0x7dd75620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x7dd79220 | 0x182b800 | +| 169 | blk.12.post_attention_norm.weight | 0x7f5a4a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x7f5a8620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x7f5ac220 | 0x339000 | +| 172 | blk.13.attn_k_norm.weight | 0x7f8e5220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x7f8e5620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x7f8e9220 | 0x870000 | +| 175 | blk.13.attn_q.weight | 0x80159220 | 0x672000 | +| 176 | blk.13.attn_q_norm.weight | 0x807cb220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x807cb620 | 0x3fc000 | +| 178 | blk.13.ffn_down.weight | 0x80bc7620 | 0x26ac000 | +| 179 | blk.13.ffn_gate.weight | 0x83273620 | 0x182b800 | +| 180 | blk.13.ffn_norm.weight | 0x84a9ee20 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x84aa2a20 | 0x182b800 | +| 182 | blk.13.post_attention_norm.weight | 0x862ce220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x862d1e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x862d5a20 | 0x339000 | +| 185 | blk.14.attn_k_norm.weight | 0x8660ea20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x8660ee20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x86612a20 | 0x870000 | +| 188 | blk.14.attn_q.weight | 0x86e82a20 | 0x672000 | +| 189 | blk.14.attn_q_norm.weight | 0x874f4a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x874f4e20 | 0x3fc000 | +| 191 | blk.14.ffn_down.weight | 0x878f0e20 | 0x26ac000 | +| 192 | blk.14.ffn_gate.weight | 0x89f9ce20 | 0x182b800 | +| 193 | blk.14.ffn_norm.weight | 0x8b7c8620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x8b7cc220 | 0x182b800 | +| 195 | blk.14.post_attention_norm.weight | 0x8cff7a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x8cffb620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x8cfff220 | 0x339000 | +| 198 | blk.15.attn_k_norm.weight | 0x8d338220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x8d338620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x8d33c220 | 0x870000 | +| 201 | blk.15.attn_q.weight | 0x8dbac220 | 0x672000 | +| 202 | blk.15.attn_q_norm.weight | 0x8e21e220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x8e21e620 | 0x3fc000 | +| 204 | blk.15.ffn_down.weight | 0x8e61a620 | 0x26ac000 | +| 205 | blk.15.ffn_gate.weight | 0x90cc6620 | 0x182b800 | +| 206 | blk.15.ffn_norm.weight | 0x924f1e20 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x924f5a20 | 0x182b800 | +| 208 | blk.15.post_attention_norm.weight | 0x93d21220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x93d24e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x93d28a20 | 0x339000 | +| 211 | blk.16.attn_k_norm.weight | 0x94061a20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x94061e20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x94065a20 | 0x870000 | +| 214 | blk.16.attn_q.weight | 0x948d5a20 | 0x672000 | +| 215 | blk.16.attn_q_norm.weight | 0x94f47a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x94f47e20 | 0x3fc000 | +| 217 | blk.16.ffn_down.weight | 0x95343e20 | 0x26ac000 | +| 218 | blk.16.ffn_gate.weight | 0x979efe20 | 0x182b800 | +| 219 | blk.16.ffn_norm.weight | 0x9921b620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x9921f220 | 0x182b800 | +| 221 | blk.16.post_attention_norm.weight | 0x9aa4aa20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x9aa4e620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x9aa52220 | 0x339000 | +| 224 | blk.17.attn_k_norm.weight | 0x9ad8b220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x9ad8b620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x9ad8f220 | 0x870000 | +| 227 | blk.17.attn_q.weight | 0x9b5ff220 | 0x672000 | +| 228 | blk.17.attn_q_norm.weight | 0x9bc71220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x9bc71620 | 0x3fc000 | +| 230 | blk.17.ffn_down.weight | 0x9c06d620 | 0x26ac000 | +| 231 | blk.17.ffn_gate.weight | 0x9e719620 | 0x182b800 | +| 232 | blk.17.ffn_norm.weight | 0x9ff44e20 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0x9ff48a20 | 0x182b800 | +| 234 | blk.17.post_attention_norm.weight | 0xa1774220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0xa1777e20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0xa177ba20 | 0x339000 | +| 237 | blk.18.attn_k_norm.weight | 0xa1ab4a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0xa1ab4e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0xa1ab8a20 | 0x870000 | +| 240 | blk.18.attn_q.weight | 0xa2328a20 | 0x672000 | +| 241 | blk.18.attn_q_norm.weight | 0xa299aa20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0xa299ae20 | 0x3fc000 | +| 243 | blk.18.ffn_down.weight | 0xa2d96e20 | 0x26ac000 | +| 244 | blk.18.ffn_gate.weight | 0xa5442e20 | 0x182b800 | +| 245 | blk.18.ffn_norm.weight | 0xa6c6e620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0xa6c72220 | 0x182b800 | +| 247 | blk.18.post_attention_norm.weight | 0xa849da20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0xa84a1620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0xa84a5220 | 0x339000 | +| 250 | blk.19.attn_k_norm.weight | 0xa87de220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0xa87de620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0xa87e2220 | 0x870000 | +| 253 | blk.19.attn_q.weight | 0xa9052220 | 0x672000 | +| 254 | blk.19.attn_q_norm.weight | 0xa96c4220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0xa96c4620 | 0x3fc000 | +| 256 | blk.19.ffn_down.weight | 0xa9ac0620 | 0x26ac000 | +| 257 | blk.19.ffn_gate.weight | 0xac16c620 | 0x182b800 | +| 258 | blk.19.ffn_norm.weight | 0xad997e20 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0xad99ba20 | 0x182b800 | +| 260 | blk.19.post_attention_norm.weight | 0xaf1c7220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0xaf1cae20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0xaf1cea20 | 0x339000 | +| 263 | blk.20.attn_k_norm.weight | 0xaf507a20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0xaf507e20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0xaf50ba20 | 0x870000 | +| 266 | blk.20.attn_q.weight | 0xafd7ba20 | 0x672000 | +| 267 | blk.20.attn_q_norm.weight | 0xb03eda20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0xb03ede20 | 0x3fc000 | +| 269 | blk.20.ffn_down.weight | 0xb07e9e20 | 0x26ac000 | +| 270 | blk.20.ffn_gate.weight | 0xb2e95e20 | 0x182b800 | +| 271 | blk.20.ffn_norm.weight | 0xb46c1620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0xb46c5220 | 0x182b800 | +| 273 | blk.20.post_attention_norm.weight | 0xb5ef0a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0xb5ef4620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0xb5ef8220 | 0x339000 | +| 276 | blk.21.attn_k_norm.weight | 0xb6231220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0xb6231620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0xb6235220 | 0x870000 | +| 279 | blk.21.attn_q.weight | 0xb6aa5220 | 0x672000 | +| 280 | blk.21.attn_q_norm.weight | 0xb7117220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0xb7117620 | 0x3fc000 | +| 282 | blk.21.ffn_down.weight | 0xb7513620 | 0x26ac000 | +| 283 | blk.21.ffn_gate.weight | 0xb9bbf620 | 0x182b800 | +| 284 | blk.21.ffn_norm.weight | 0xbb3eae20 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0xbb3eea20 | 0x182b800 | +| 286 | blk.21.post_attention_norm.weight | 0xbcc1a220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0xbcc1de20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0xbcc21a20 | 0x339000 | +| 289 | blk.22.attn_k_norm.weight | 0xbcf5aa20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0xbcf5ae20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0xbcf5ea20 | 0x870000 | +| 292 | blk.22.attn_q.weight | 0xbd7cea20 | 0x672000 | +| 293 | blk.22.attn_q_norm.weight | 0xbde40a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0xbde40e20 | 0x3fc000 | +| 295 | blk.22.ffn_down.weight | 0xbe23ce20 | 0x26ac000 | +| 296 | blk.22.ffn_gate.weight | 0xc08e8e20 | 0x182b800 | +| 297 | blk.22.ffn_norm.weight | 0xc2114620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xc2118220 | 0x182b800 | +| 299 | blk.22.post_attention_norm.weight | 0xc3943a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xc3947620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xc394b220 | 0x339000 | +| 302 | blk.23.attn_k_norm.weight | 0xc3c84220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xc3c84620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xc3c88220 | 0x870000 | +| 305 | blk.23.attn_q.weight | 0xc44f8220 | 0x672000 | +| 306 | blk.23.attn_q_norm.weight | 0xc4b6a220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xc4b6a620 | 0x3fc000 | +| 308 | blk.23.ffn_down.weight | 0xc4f66620 | 0x26ac000 | +| 309 | blk.23.ffn_gate.weight | 0xc7612620 | 0x182b800 | +| 310 | blk.23.ffn_norm.weight | 0xc8e3de20 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xc8e41a20 | 0x182b800 | +| 312 | blk.23.post_attention_norm.weight | 0xca66d220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xca670e20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xca674a20 | 0x438000 | +| 315 | blk.24.attn_k_norm.weight | 0xcaaaca20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xcaaace20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xcaab0a20 | 0x870000 | +| 318 | blk.24.attn_q.weight | 0xcb320a20 | 0x870000 | +| 319 | blk.24.attn_q_norm.weight | 0xcbb90a20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xcbb90e20 | 0x438000 | +| 321 | blk.24.ffn_down.weight | 0xcbfc8e20 | 0x26ac000 | +| 322 | blk.24.ffn_gate.weight | 0xce674e20 | 0x1fa4000 | +| 323 | blk.24.ffn_norm.weight | 0xd0618e20 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xd061ca20 | 0x1fa4000 | +| 325 | blk.24.post_attention_norm.weight | 0xd25c0a20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xd25c4620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xd25c8220 | 0x339000 | +| 328 | blk.25.attn_k_norm.weight | 0xd2901220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xd2901620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xd2905220 | 0x870000 | +| 331 | blk.25.attn_q.weight | 0xd3175220 | 0x672000 | +| 332 | blk.25.attn_q_norm.weight | 0xd37e7220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xd37e7620 | 0x3fc000 | +| 334 | blk.25.ffn_down.weight | 0xd3be3620 | 0x26ac000 | +| 335 | blk.25.ffn_gate.weight | 0xd628f620 | 0x182b800 | +| 336 | blk.25.ffn_norm.weight | 0xd7abae20 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xd7abea20 | 0x182b800 | +| 338 | blk.25.post_attention_norm.weight | 0xd92ea220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xd92ede20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xd92f1a20 | 0x339000 | +| 341 | blk.26.attn_k_norm.weight | 0xd962aa20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xd962ae20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xd962ea20 | 0x870000 | +| 344 | blk.26.attn_q.weight | 0xd9e9ea20 | 0x672000 | +| 345 | blk.26.attn_q_norm.weight | 0xda510a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xda510e20 | 0x3fc000 | +| 347 | blk.26.ffn_down.weight | 0xda90ce20 | 0x26ac000 | +| 348 | blk.26.ffn_gate.weight | 0xdcfb8e20 | 0x182b800 | +| 349 | blk.26.ffn_norm.weight | 0xde7e4620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xde7e8220 | 0x182b800 | +| 351 | blk.26.post_attention_norm.weight | 0xe0013a20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xe0017620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xe001b220 | 0x339000 | +| 354 | blk.27.attn_k_norm.weight | 0xe0354220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xe0354620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xe0358220 | 0x870000 | +| 357 | blk.27.attn_q.weight | 0xe0bc8220 | 0x672000 | +| 358 | blk.27.attn_q_norm.weight | 0xe123a220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xe123a620 | 0x3fc000 | +| 360 | blk.27.ffn_down.weight | 0xe1636620 | 0x26ac000 | +| 361 | blk.27.ffn_gate.weight | 0xe3ce2620 | 0x182b800 | +| 362 | blk.27.ffn_norm.weight | 0xe550de20 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xe5511a20 | 0x182b800 | +| 364 | blk.27.post_attention_norm.weight | 0xe6d3d220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xe6d40e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xe6d44a20 | 0x438000 | +| 367 | blk.28.attn_k_norm.weight | 0xe717ca20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xe717ce20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xe7180a20 | 0x870000 | +| 370 | blk.28.attn_q.weight | 0xe79f0a20 | 0x870000 | +| 371 | blk.28.attn_q_norm.weight | 0xe8260a20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xe8260e20 | 0x438000 | +| 373 | blk.28.ffn_down.weight | 0xe8698e20 | 0x26ac000 | +| 374 | blk.28.ffn_gate.weight | 0xead44e20 | 0x1fa4000 | +| 375 | blk.28.ffn_norm.weight | 0xecce8e20 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xecceca20 | 0x1fa4000 | +| 377 | blk.28.post_attention_norm.weight | 0xeec90a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xeec94620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xeec98220 | 0x339000 | +| 380 | blk.29.attn_k_norm.weight | 0xeefd1220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xeefd1620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xeefd5220 | 0x870000 | +| 383 | blk.29.attn_q.weight | 0xef845220 | 0x672000 | +| 384 | blk.29.attn_q_norm.weight | 0xefeb7220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xefeb7620 | 0x3fc000 | +| 386 | blk.29.ffn_down.weight | 0xf02b3620 | 0x26ac000 | +| 387 | blk.29.ffn_gate.weight | 0xf295f620 | 0x182b800 | +| 388 | blk.29.ffn_norm.weight | 0xf418ae20 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xf418ea20 | 0x182b800 | +| 390 | blk.29.post_attention_norm.weight | 0xf59ba220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xf59bde20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xf59c1a20 | 0x339000 | +| 393 | blk.30.attn_k_norm.weight | 0xf5cfaa20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xf5cfae20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xf5cfea20 | 0x870000 | +| 396 | blk.30.attn_q.weight | 0xf656ea20 | 0x672000 | +| 397 | blk.30.attn_q_norm.weight | 0xf6be0a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xf6be0e20 | 0x3fc000 | +| 399 | blk.30.ffn_down.weight | 0xf6fdce20 | 0x26ac000 | +| 400 | blk.30.ffn_gate.weight | 0xf9688e20 | 0x182b800 | +| 401 | blk.30.ffn_norm.weight | 0xfaeb4620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xfaeb8220 | 0x182b800 | +| 403 | blk.30.post_attention_norm.weight | 0xfc6e3a20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xfc6e7620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xfc6eb220 | 0x438000 | +| 406 | blk.31.attn_k_norm.weight | 0xfcb23220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xfcb23620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xfcb27220 | 0x870000 | +| 409 | blk.31.attn_q.weight | 0xfd397220 | 0x870000 | +| 410 | blk.31.attn_q_norm.weight | 0xfdc07220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xfdc07620 | 0x438000 | +| 412 | blk.31.ffn_down.weight | 0xfe03f620 | 0x26ac000 | +| 413 | blk.31.ffn_gate.weight | 0x1006eb620 | 0x1fa4000 | +| 414 | blk.31.ffn_norm.weight | 0x10268f620 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0x102693220 | 0x1fa4000 | +| 416 | blk.31.post_attention_norm.weight | 0x104637220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0x10463ae20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0x10463ea20 | 0x438000 | +| 419 | blk.32.attn_k_norm.weight | 0x104a76a20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0x104a76e20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0x104a7aa20 | 0x870000 | +| 422 | blk.32.attn_q.weight | 0x1052eaa20 | 0x870000 | +| 423 | blk.32.attn_q_norm.weight | 0x105b5aa20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0x105b5ae20 | 0x438000 | +| 425 | blk.32.ffn_down.weight | 0x105f92e20 | 0x26ac000 | +| 426 | blk.32.ffn_gate.weight | 0x10863ee20 | 0x1fa4000 | +| 427 | blk.32.ffn_norm.weight | 0x10a5e2e20 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0x10a5e6a20 | 0x1fa4000 | +| 429 | blk.32.post_attention_norm.weight | 0x10c58aa20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0x10c58e620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0x10c592220 | 0x438000 | +| 432 | blk.33.attn_k_norm.weight | 0x10c9ca220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0x10c9ca620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0x10c9ce220 | 0x870000 | +| 435 | blk.33.attn_q.weight | 0x10d23e220 | 0x870000 | +| 436 | blk.33.attn_q_norm.weight | 0x10daae220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0x10daae620 | 0x438000 | +| 438 | blk.33.ffn_down.weight | 0x10dee6620 | 0x26ac000 | +| 439 | blk.33.ffn_gate.weight | 0x110592620 | 0x1fa4000 | +| 440 | blk.33.ffn_norm.weight | 0x112536620 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0x11253a220 | 0x1fa4000 | +| 442 | blk.33.post_attention_norm.weight | 0x1144de220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0x1144e1e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0x1144e5a20 | 0x438000 | +| 445 | blk.34.attn_k_norm.weight | 0x11491da20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0x11491de20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0x114921a20 | 0x870000 | +| 448 | blk.34.attn_q.weight | 0x115191a20 | 0x870000 | +| 449 | blk.34.attn_q_norm.weight | 0x115a01a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0x115a01e20 | 0x438000 | +| 451 | blk.34.ffn_down.weight | 0x115e39e20 | 0x26ac000 | +| 452 | blk.34.ffn_gate.weight | 0x1184e5e20 | 0x1fa4000 | +| 453 | blk.34.ffn_norm.weight | 0x11a489e20 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0x11a48da20 | 0x1fa4000 | +| 455 | blk.34.post_attention_norm.weight | 0x11c431a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0x11c435620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0x11c439220 | 0x339000 | +| 458 | blk.35.attn_k_norm.weight | 0x11c772220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0x11c772620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0x11c776220 | 0x870000 | +| 461 | blk.35.attn_q.weight | 0x11cfe6220 | 0x672000 | +| 462 | blk.35.attn_q_norm.weight | 0x11d658220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0x11d658620 | 0x3fc000 | +| 464 | blk.35.ffn_down.weight | 0x11da54620 | 0x26ac000 | +| 465 | blk.35.ffn_gate.weight | 0x120100620 | 0x182b800 | +| 466 | blk.35.ffn_norm.weight | 0x12192be20 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0x12192fa20 | 0x182b800 | +| 468 | blk.35.post_attention_norm.weight | 0x12315b220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0x12315ee20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0x123162a20 | 0x438000 | +| 471 | blk.36.attn_k_norm.weight | 0x12359aa20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0x12359ae20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0x12359ea20 | 0x870000 | +| 474 | blk.36.attn_q.weight | 0x123e0ea20 | 0x870000 | +| 475 | blk.36.attn_q_norm.weight | 0x12467ea20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0x12467ee20 | 0x438000 | +| 477 | blk.36.ffn_down.weight | 0x124ab6e20 | 0x26ac000 | +| 478 | blk.36.ffn_gate.weight | 0x127162e20 | 0x1fa4000 | +| 479 | blk.36.ffn_norm.weight | 0x129106e20 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x12910aa20 | 0x1fa4000 | +| 481 | blk.36.post_attention_norm.weight | 0x12b0aea20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x12b0b2620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x12b0b6220 | 0x438000 | +| 484 | blk.37.attn_k_norm.weight | 0x12b4ee220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x12b4ee620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x12b4f2220 | 0x870000 | +| 487 | blk.37.attn_q.weight | 0x12bd62220 | 0x870000 | +| 488 | blk.37.attn_q_norm.weight | 0x12c5d2220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x12c5d2620 | 0x438000 | +| 490 | blk.37.ffn_down.weight | 0x12ca0a620 | 0x26ac000 | +| 491 | blk.37.ffn_gate.weight | 0x12f0b6620 | 0x1fa4000 | +| 492 | blk.37.ffn_norm.weight | 0x13105a620 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x13105e220 | 0x1fa4000 | +| 494 | blk.37.post_attention_norm.weight | 0x133002220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x133005e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x133009a20 | 0x438000 | +| 497 | blk.38.attn_k_norm.weight | 0x133441a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x133441e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x133445a20 | 0x870000 | +| 500 | blk.38.attn_q.weight | 0x133cb5a20 | 0x870000 | +| 501 | blk.38.attn_q_norm.weight | 0x134525a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x134525e20 | 0x438000 | +| 503 | blk.38.ffn_down.weight | 0x13495de20 | 0x26ac000 | +| 504 | blk.38.ffn_gate.weight | 0x137009e20 | 0x1fa4000 | +| 505 | blk.38.ffn_norm.weight | 0x138fade20 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x138fb1a20 | 0x1fa4000 | +| 507 | blk.38.post_attention_norm.weight | 0x13af55a20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x13af59620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x13af5d220 | 0x438000 | +| 510 | blk.39.attn_k_norm.weight | 0x13b395220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x13b395620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x13b399220 | 0x870000 | +| 513 | blk.39.attn_q.weight | 0x13bc09220 | 0x870000 | +| 514 | blk.39.attn_q_norm.weight | 0x13c479220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x13c479620 | 0x438000 | +| 516 | blk.39.ffn_down.weight | 0x13c8b1620 | 0x26ac000 | +| 517 | blk.39.ffn_gate.weight | 0x13ef5d620 | 0x1fa4000 | +| 518 | blk.39.ffn_norm.weight | 0x140f01620 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x140f05220 | 0x1fa4000 | +| 520 | blk.39.post_attention_norm.weight | 0x142ea9220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x142eace20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x142eb0a20 | 0x438000 | +| 523 | blk.40.attn_k_norm.weight | 0x1432e8a20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x1432e8e20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x1432eca20 | 0x870000 | +| 526 | blk.40.attn_q.weight | 0x143b5ca20 | 0x870000 | +| 527 | blk.40.attn_q_norm.weight | 0x1443cca20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x1443cce20 | 0x438000 | +| 529 | blk.40.ffn_down.weight | 0x144804e20 | 0x26ac000 | +| 530 | blk.40.ffn_gate.weight | 0x146eb0e20 | 0x1fa4000 | +| 531 | blk.40.ffn_norm.weight | 0x148e54e20 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x148e58a20 | 0x1fa4000 | +| 533 | blk.40.post_attention_norm.weight | 0x14adfca20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x14ae00620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x14ae04220 | 0x339000 | +| 536 | blk.41.attn_k_norm.weight | 0x14b13d220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x14b13d620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x14b141220 | 0x870000 | +| 539 | blk.41.attn_q.weight | 0x14b9b1220 | 0x672000 | +| 540 | blk.41.attn_q_norm.weight | 0x14c023220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x14c023620 | 0x3fc000 | +| 542 | blk.41.ffn_down.weight | 0x14c41f620 | 0x26ac000 | +| 543 | blk.41.ffn_gate.weight | 0x14eacb620 | 0x182b800 | +| 544 | blk.41.ffn_norm.weight | 0x1502f6e20 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x1502faa20 | 0x182b800 | +| 546 | blk.41.post_attention_norm.weight | 0x151b26220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x151b29e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x151b2da20 | 0x339000 | +| 549 | blk.42.attn_k_norm.weight | 0x151e66a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x151e66e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x151e6aa20 | 0x870000 | +| 552 | blk.42.attn_q.weight | 0x1526daa20 | 0x672000 | +| 553 | blk.42.attn_q_norm.weight | 0x152d4ca20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x152d4ce20 | 0x3fc000 | +| 555 | blk.42.ffn_down.weight | 0x153148e20 | 0x26ac000 | +| 556 | blk.42.ffn_gate.weight | 0x1557f4e20 | 0x182b800 | +| 557 | blk.42.ffn_norm.weight | 0x157020620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x157024220 | 0x182b800 | +| 559 | blk.42.post_attention_norm.weight | 0x15884fa20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x158853620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x158857220 | 0x339000 | +| 562 | blk.43.attn_k_norm.weight | 0x158b90220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x158b90620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x158b94220 | 0x870000 | +| 565 | blk.43.attn_q.weight | 0x159404220 | 0x672000 | +| 566 | blk.43.attn_q_norm.weight | 0x159a76220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x159a76620 | 0x3fc000 | +| 568 | blk.43.ffn_down.weight | 0x159e72620 | 0x26ac000 | +| 569 | blk.43.ffn_gate.weight | 0x15c51e620 | 0x182b800 | +| 570 | blk.43.ffn_norm.weight | 0x15dd49e20 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x15dd4da20 | 0x182b800 | +| 572 | blk.43.post_attention_norm.weight | 0x15f579220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x15f57ce20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x15f580a20 | 0x438000 | +| 575 | blk.44.attn_k_norm.weight | 0x15f9b8a20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x15f9b8e20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x15f9bca20 | 0x870000 | +| 578 | blk.44.attn_q.weight | 0x16022ca20 | 0x870000 | +| 579 | blk.44.attn_q_norm.weight | 0x160a9ca20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x160a9ce20 | 0x438000 | +| 581 | blk.44.ffn_down.weight | 0x160ed4e20 | 0x26ac000 | +| 582 | blk.44.ffn_gate.weight | 0x163580e20 | 0x1fa4000 | +| 583 | blk.44.ffn_norm.weight | 0x165524e20 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x165528a20 | 0x1fa4000 | +| 585 | blk.44.post_attention_norm.weight | 0x1674cca20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x1674d0620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x1674d4220 | 0x438000 | +| 588 | blk.45.attn_k_norm.weight | 0x16790c220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x16790c620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x167910220 | 0x870000 | +| 591 | blk.45.attn_q.weight | 0x168180220 | 0x870000 | +| 592 | blk.45.attn_q_norm.weight | 0x1689f0220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x1689f0620 | 0x438000 | +| 594 | blk.45.ffn_down.weight | 0x168e28620 | 0x26ac000 | +| 595 | blk.45.ffn_gate.weight | 0x16b4d4620 | 0x1fa4000 | +| 596 | blk.45.ffn_norm.weight | 0x16d478620 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x16d47c220 | 0x1fa4000 | +| 598 | blk.45.post_attention_norm.weight | 0x16f420220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x16f423e20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:------| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | IQ3_S | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-------| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ3_S | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ3_S | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_XS | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ3_S | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-------| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | IQ4_NL | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | IQ4_NL | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | IQ4_NL | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | IQ4_NL | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q3_K_L.md b/scores/gemma-3-12b-it-Q3_K_L.md new file mode 100644 index 0000000..b8148c6 --- /dev/null +++ b/scores/gemma-3-12b-it-Q3_K_L.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q3_K_L.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 13 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q3\_K\_L.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q3_k_lgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x339000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a5fba20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a5fbe20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a5ffa20 | 0xa50000 | +| 6 | blk.0.attn_q.weight | 0x1b04fa20 | 0x672000 | +| 7 | blk.0.attn_q_norm.weight | 0x1b6c1a20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1b6c1e20 | 0x438000 | +| 9 | blk.0.ffn_down.weight | 0x1baf9e20 | 0x26ac000 | +| 10 | blk.0.ffn_gate.weight | 0x1e1a5e20 | 0x182b800 | +| 11 | blk.0.ffn_norm.weight | 0x1f9d1620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x1f9d5220 | 0x182b800 | +| 13 | blk.0.post_attention_norm.weight | 0x21200a20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x21204620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x21208220 | 0x339000 | +| 16 | blk.1.attn_k_norm.weight | 0x21541220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x21541620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x21545220 | 0xa50000 | +| 19 | blk.1.attn_q.weight | 0x21f95220 | 0x672000 | +| 20 | blk.1.attn_q_norm.weight | 0x22607220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x22607620 | 0x438000 | +| 22 | blk.1.ffn_down.weight | 0x22a3f620 | 0x26ac000 | +| 23 | blk.1.ffn_gate.weight | 0x250eb620 | 0x182b800 | +| 24 | blk.1.ffn_norm.weight | 0x26916e20 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x2691aa20 | 0x182b800 | +| 26 | blk.1.post_attention_norm.weight | 0x28146220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x28149e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x2814da20 | 0x339000 | +| 29 | blk.2.attn_k_norm.weight | 0x28486a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x28486e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x2848aa20 | 0xa50000 | +| 32 | blk.2.attn_q.weight | 0x28edaa20 | 0x672000 | +| 33 | blk.2.attn_q_norm.weight | 0x2954ca20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2954ce20 | 0x438000 | +| 35 | blk.2.ffn_down.weight | 0x29984e20 | 0x26ac000 | +| 36 | blk.2.ffn_gate.weight | 0x2c030e20 | 0x182b800 | +| 37 | blk.2.ffn_norm.weight | 0x2d85c620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x2d860220 | 0x182b800 | +| 39 | blk.2.post_attention_norm.weight | 0x2f08ba20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x2f08f620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x2f093220 | 0x339000 | +| 42 | blk.3.attn_k_norm.weight | 0x2f3cc220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x2f3cc620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x2f3d0220 | 0xa50000 | +| 45 | blk.3.attn_q.weight | 0x2fe20220 | 0x672000 | +| 46 | blk.3.attn_q_norm.weight | 0x30492220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x30492620 | 0x438000 | +| 48 | blk.3.ffn_down.weight | 0x308ca620 | 0x26ac000 | +| 49 | blk.3.ffn_gate.weight | 0x32f76620 | 0x182b800 | +| 50 | blk.3.ffn_norm.weight | 0x347a1e20 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x347a5a20 | 0x182b800 | +| 52 | blk.3.post_attention_norm.weight | 0x35fd1220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x35fd4e20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x35fd8a20 | 0x339000 | +| 55 | blk.4.attn_k_norm.weight | 0x36311a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x36311e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x36315a20 | 0xa50000 | +| 58 | blk.4.attn_q.weight | 0x36d65a20 | 0x672000 | +| 59 | blk.4.attn_q_norm.weight | 0x373d7a20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x373d7e20 | 0x438000 | +| 61 | blk.4.ffn_down.weight | 0x3780fe20 | 0x26ac000 | +| 62 | blk.4.ffn_gate.weight | 0x39ebbe20 | 0x182b800 | +| 63 | blk.4.ffn_norm.weight | 0x3b6e7620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x3b6eb220 | 0x182b800 | +| 65 | blk.4.post_attention_norm.weight | 0x3cf16a20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x3cf1a620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x3cf1e220 | 0x339000 | +| 68 | blk.5.attn_k_norm.weight | 0x3d257220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x3d257620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x3d25b220 | 0xa50000 | +| 71 | blk.5.attn_q.weight | 0x3dcab220 | 0x672000 | +| 72 | blk.5.attn_q_norm.weight | 0x3e31d220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x3e31d620 | 0x438000 | +| 74 | blk.5.ffn_down.weight | 0x3e755620 | 0x26ac000 | +| 75 | blk.5.ffn_gate.weight | 0x40e01620 | 0x182b800 | +| 76 | blk.5.ffn_norm.weight | 0x4262ce20 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x42630a20 | 0x182b800 | +| 78 | blk.5.post_attention_norm.weight | 0x43e5c220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x43e5fe20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x43e63a20 | 0x339000 | +| 81 | blk.6.attn_k_norm.weight | 0x4419ca20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x4419ce20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x441a0a20 | 0xa50000 | +| 84 | blk.6.attn_q.weight | 0x44bf0a20 | 0x672000 | +| 85 | blk.6.attn_q_norm.weight | 0x45262a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x45262e20 | 0x438000 | +| 87 | blk.6.ffn_down.weight | 0x4569ae20 | 0x26ac000 | +| 88 | blk.6.ffn_gate.weight | 0x47d46e20 | 0x182b800 | +| 89 | blk.6.ffn_norm.weight | 0x49572620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x49576220 | 0x182b800 | +| 91 | blk.6.post_attention_norm.weight | 0x4ada1a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x4ada5620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x4ada9220 | 0x339000 | +| 94 | blk.7.attn_k_norm.weight | 0x4b0e2220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x4b0e2620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x4b0e6220 | 0xa50000 | +| 97 | blk.7.attn_q.weight | 0x4bb36220 | 0x672000 | +| 98 | blk.7.attn_q_norm.weight | 0x4c1a8220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x4c1a8620 | 0x438000 | +| 100 | blk.7.ffn_down.weight | 0x4c5e0620 | 0x26ac000 | +| 101 | blk.7.ffn_gate.weight | 0x4ec8c620 | 0x182b800 | +| 102 | blk.7.ffn_norm.weight | 0x504b7e20 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x504bba20 | 0x182b800 | +| 104 | blk.7.post_attention_norm.weight | 0x51ce7220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x51ceae20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x51ceea20 | 0x339000 | +| 107 | blk.8.attn_k_norm.weight | 0x52027a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x52027e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x5202ba20 | 0xa50000 | +| 110 | blk.8.attn_q.weight | 0x52a7ba20 | 0x672000 | +| 111 | blk.8.attn_q_norm.weight | 0x530eda20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x530ede20 | 0x438000 | +| 113 | blk.8.ffn_down.weight | 0x53525e20 | 0x26ac000 | +| 114 | blk.8.ffn_gate.weight | 0x55bd1e20 | 0x182b800 | +| 115 | blk.8.ffn_norm.weight | 0x573fd620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x57401220 | 0x182b800 | +| 117 | blk.8.post_attention_norm.weight | 0x58c2ca20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x58c30620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x58c34220 | 0x339000 | +| 120 | blk.9.attn_k_norm.weight | 0x58f6d220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x58f6d620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x58f71220 | 0xa50000 | +| 123 | blk.9.attn_q.weight | 0x599c1220 | 0x672000 | +| 124 | blk.9.attn_q_norm.weight | 0x5a033220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x5a033620 | 0x438000 | +| 126 | blk.9.ffn_down.weight | 0x5a46b620 | 0x26ac000 | +| 127 | blk.9.ffn_gate.weight | 0x5cb17620 | 0x182b800 | +| 128 | blk.9.ffn_norm.weight | 0x5e342e20 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x5e346a20 | 0x182b800 | +| 130 | blk.9.post_attention_norm.weight | 0x5fb72220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x5fb75e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x5fb79a20 | 0x339000 | +| 133 | blk.10.attn_k_norm.weight | 0x5feb2a20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x5feb2e20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x5feb6a20 | 0xa50000 | +| 136 | blk.10.attn_q.weight | 0x60906a20 | 0x672000 | +| 137 | blk.10.attn_q_norm.weight | 0x60f78a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x60f78e20 | 0x438000 | +| 139 | blk.10.ffn_down.weight | 0x613b0e20 | 0x26ac000 | +| 140 | blk.10.ffn_gate.weight | 0x63a5ce20 | 0x182b800 | +| 141 | blk.10.ffn_norm.weight | 0x65288620 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x6528c220 | 0x182b800 | +| 143 | blk.10.post_attention_norm.weight | 0x66ab7a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x66abb620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x66abf220 | 0x276000 | +| 146 | blk.11.attn_k_norm.weight | 0x66d35220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x66d35620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x66d39220 | 0xa50000 | +| 149 | blk.11.attn_q.weight | 0x67789220 | 0x4ec000 | +| 150 | blk.11.attn_q_norm.weight | 0x67c75220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x67c75620 | 0x438000 | +| 152 | blk.11.ffn_down.weight | 0x680ad620 | 0x1fa4000 | +| 153 | blk.11.ffn_gate.weight | 0x6a051620 | 0x1275000 | +| 154 | blk.11.ffn_norm.weight | 0x6b2c6620 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x6b2ca220 | 0x1275000 | +| 156 | blk.11.post_attention_norm.weight | 0x6c53f220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x6c542e20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x6c546a20 | 0x276000 | +| 159 | blk.12.attn_k_norm.weight | 0x6c7bca20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x6c7bce20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x6c7c0a20 | 0xa50000 | +| 162 | blk.12.attn_q.weight | 0x6d210a20 | 0x4ec000 | +| 163 | blk.12.attn_q_norm.weight | 0x6d6fca20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x6d6fce20 | 0x438000 | +| 165 | blk.12.ffn_down.weight | 0x6db34e20 | 0x1fa4000 | +| 166 | blk.12.ffn_gate.weight | 0x6fad8e20 | 0x1275000 | +| 167 | blk.12.ffn_norm.weight | 0x70d4de20 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x70d51a20 | 0x1275000 | +| 169 | blk.12.post_attention_norm.weight | 0x71fc6a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x71fca620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x71fce220 | 0x276000 | +| 172 | blk.13.attn_k_norm.weight | 0x72244220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x72244620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x72248220 | 0xa50000 | +| 175 | blk.13.attn_q.weight | 0x72c98220 | 0x4ec000 | +| 176 | blk.13.attn_q_norm.weight | 0x73184220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x73184620 | 0x438000 | +| 178 | blk.13.ffn_down.weight | 0x735bc620 | 0x1fa4000 | +| 179 | blk.13.ffn_gate.weight | 0x75560620 | 0x1275000 | +| 180 | blk.13.ffn_norm.weight | 0x767d5620 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x767d9220 | 0x1275000 | +| 182 | blk.13.post_attention_norm.weight | 0x77a4e220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x77a51e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x77a55a20 | 0x276000 | +| 185 | blk.14.attn_k_norm.weight | 0x77ccba20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x77ccbe20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x77ccfa20 | 0xa50000 | +| 188 | blk.14.attn_q.weight | 0x7871fa20 | 0x4ec000 | +| 189 | blk.14.attn_q_norm.weight | 0x78c0ba20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x78c0be20 | 0x438000 | +| 191 | blk.14.ffn_down.weight | 0x79043e20 | 0x1fa4000 | +| 192 | blk.14.ffn_gate.weight | 0x7afe7e20 | 0x1275000 | +| 193 | blk.14.ffn_norm.weight | 0x7c25ce20 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x7c260a20 | 0x1275000 | +| 195 | blk.14.post_attention_norm.weight | 0x7d4d5a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x7d4d9620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x7d4dd220 | 0x276000 | +| 198 | blk.15.attn_k_norm.weight | 0x7d753220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x7d753620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x7d757220 | 0xa50000 | +| 201 | blk.15.attn_q.weight | 0x7e1a7220 | 0x4ec000 | +| 202 | blk.15.attn_q_norm.weight | 0x7e693220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x7e693620 | 0x438000 | +| 204 | blk.15.ffn_down.weight | 0x7eacb620 | 0x1fa4000 | +| 205 | blk.15.ffn_gate.weight | 0x80a6f620 | 0x1275000 | +| 206 | blk.15.ffn_norm.weight | 0x81ce4620 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x81ce8220 | 0x1275000 | +| 208 | blk.15.post_attention_norm.weight | 0x82f5d220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x82f60e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x82f64a20 | 0x276000 | +| 211 | blk.16.attn_k_norm.weight | 0x831daa20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x831dae20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x831dea20 | 0xa50000 | +| 214 | blk.16.attn_q.weight | 0x83c2ea20 | 0x4ec000 | +| 215 | blk.16.attn_q_norm.weight | 0x8411aa20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x8411ae20 | 0x438000 | +| 217 | blk.16.ffn_down.weight | 0x84552e20 | 0x1fa4000 | +| 218 | blk.16.ffn_gate.weight | 0x864f6e20 | 0x1275000 | +| 219 | blk.16.ffn_norm.weight | 0x8776be20 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x8776fa20 | 0x1275000 | +| 221 | blk.16.post_attention_norm.weight | 0x889e4a20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x889e8620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x889ec220 | 0x276000 | +| 224 | blk.17.attn_k_norm.weight | 0x88c62220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x88c62620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x88c66220 | 0xa50000 | +| 227 | blk.17.attn_q.weight | 0x896b6220 | 0x4ec000 | +| 228 | blk.17.attn_q_norm.weight | 0x89ba2220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x89ba2620 | 0x438000 | +| 230 | blk.17.ffn_down.weight | 0x89fda620 | 0x1fa4000 | +| 231 | blk.17.ffn_gate.weight | 0x8bf7e620 | 0x1275000 | +| 232 | blk.17.ffn_norm.weight | 0x8d1f3620 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0x8d1f7220 | 0x1275000 | +| 234 | blk.17.post_attention_norm.weight | 0x8e46c220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0x8e46fe20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0x8e473a20 | 0x276000 | +| 237 | blk.18.attn_k_norm.weight | 0x8e6e9a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0x8e6e9e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0x8e6eda20 | 0xa50000 | +| 240 | blk.18.attn_q.weight | 0x8f13da20 | 0x4ec000 | +| 241 | blk.18.attn_q_norm.weight | 0x8f629a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0x8f629e20 | 0x438000 | +| 243 | blk.18.ffn_down.weight | 0x8fa61e20 | 0x1fa4000 | +| 244 | blk.18.ffn_gate.weight | 0x91a05e20 | 0x1275000 | +| 245 | blk.18.ffn_norm.weight | 0x92c7ae20 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0x92c7ea20 | 0x1275000 | +| 247 | blk.18.post_attention_norm.weight | 0x93ef3a20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0x93ef7620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0x93efb220 | 0x276000 | +| 250 | blk.19.attn_k_norm.weight | 0x94171220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0x94171620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0x94175220 | 0xa50000 | +| 253 | blk.19.attn_q.weight | 0x94bc5220 | 0x4ec000 | +| 254 | blk.19.attn_q_norm.weight | 0x950b1220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0x950b1620 | 0x438000 | +| 256 | blk.19.ffn_down.weight | 0x954e9620 | 0x1fa4000 | +| 257 | blk.19.ffn_gate.weight | 0x9748d620 | 0x1275000 | +| 258 | blk.19.ffn_norm.weight | 0x98702620 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0x98706220 | 0x1275000 | +| 260 | blk.19.post_attention_norm.weight | 0x9997b220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0x9997ee20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0x99982a20 | 0x276000 | +| 263 | blk.20.attn_k_norm.weight | 0x99bf8a20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0x99bf8e20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0x99bfca20 | 0xa50000 | +| 266 | blk.20.attn_q.weight | 0x9a64ca20 | 0x4ec000 | +| 267 | blk.20.attn_q_norm.weight | 0x9ab38a20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0x9ab38e20 | 0x438000 | +| 269 | blk.20.ffn_down.weight | 0x9af70e20 | 0x1fa4000 | +| 270 | blk.20.ffn_gate.weight | 0x9cf14e20 | 0x1275000 | +| 271 | blk.20.ffn_norm.weight | 0x9e189e20 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0x9e18da20 | 0x1275000 | +| 273 | blk.20.post_attention_norm.weight | 0x9f402a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0x9f406620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0x9f40a220 | 0x276000 | +| 276 | blk.21.attn_k_norm.weight | 0x9f680220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0x9f680620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0x9f684220 | 0xa50000 | +| 279 | blk.21.attn_q.weight | 0xa00d4220 | 0x4ec000 | +| 280 | blk.21.attn_q_norm.weight | 0xa05c0220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0xa05c0620 | 0x438000 | +| 282 | blk.21.ffn_down.weight | 0xa09f8620 | 0x1fa4000 | +| 283 | blk.21.ffn_gate.weight | 0xa299c620 | 0x1275000 | +| 284 | blk.21.ffn_norm.weight | 0xa3c11620 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0xa3c15220 | 0x1275000 | +| 286 | blk.21.post_attention_norm.weight | 0xa4e8a220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0xa4e8de20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0xa4e91a20 | 0x276000 | +| 289 | blk.22.attn_k_norm.weight | 0xa5107a20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0xa5107e20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0xa510ba20 | 0xa50000 | +| 292 | blk.22.attn_q.weight | 0xa5b5ba20 | 0x4ec000 | +| 293 | blk.22.attn_q_norm.weight | 0xa6047a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0xa6047e20 | 0x438000 | +| 295 | blk.22.ffn_down.weight | 0xa647fe20 | 0x1fa4000 | +| 296 | blk.22.ffn_gate.weight | 0xa8423e20 | 0x1275000 | +| 297 | blk.22.ffn_norm.weight | 0xa9698e20 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xa969ca20 | 0x1275000 | +| 299 | blk.22.post_attention_norm.weight | 0xaa911a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xaa915620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xaa919220 | 0x276000 | +| 302 | blk.23.attn_k_norm.weight | 0xaab8f220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xaab8f620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xaab93220 | 0xa50000 | +| 305 | blk.23.attn_q.weight | 0xab5e3220 | 0x4ec000 | +| 306 | blk.23.attn_q_norm.weight | 0xabacf220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xabacf620 | 0x438000 | +| 308 | blk.23.ffn_down.weight | 0xabf07620 | 0x1fa4000 | +| 309 | blk.23.ffn_gate.weight | 0xadeab620 | 0x1275000 | +| 310 | blk.23.ffn_norm.weight | 0xaf120620 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xaf124220 | 0x1275000 | +| 312 | blk.23.post_attention_norm.weight | 0xb0399220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xb039ce20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xb03a0a20 | 0x339000 | +| 315 | blk.24.attn_k_norm.weight | 0xb06d9a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xb06d9e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xb06dda20 | 0xa50000 | +| 318 | blk.24.attn_q.weight | 0xb112da20 | 0x672000 | +| 319 | blk.24.attn_q_norm.weight | 0xb179fa20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xb179fe20 | 0x438000 | +| 321 | blk.24.ffn_down.weight | 0xb1bd7e20 | 0x26ac000 | +| 322 | blk.24.ffn_gate.weight | 0xb4283e20 | 0x182b800 | +| 323 | blk.24.ffn_norm.weight | 0xb5aaf620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xb5ab3220 | 0x182b800 | +| 325 | blk.24.post_attention_norm.weight | 0xb72dea20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xb72e2620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xb72e6220 | 0x276000 | +| 328 | blk.25.attn_k_norm.weight | 0xb755c220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xb755c620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xb7560220 | 0xa50000 | +| 331 | blk.25.attn_q.weight | 0xb7fb0220 | 0x4ec000 | +| 332 | blk.25.attn_q_norm.weight | 0xb849c220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xb849c620 | 0x438000 | +| 334 | blk.25.ffn_down.weight | 0xb88d4620 | 0x1fa4000 | +| 335 | blk.25.ffn_gate.weight | 0xba878620 | 0x1275000 | +| 336 | blk.25.ffn_norm.weight | 0xbbaed620 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xbbaf1220 | 0x1275000 | +| 338 | blk.25.post_attention_norm.weight | 0xbcd66220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xbcd69e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xbcd6da20 | 0x276000 | +| 341 | blk.26.attn_k_norm.weight | 0xbcfe3a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xbcfe3e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xbcfe7a20 | 0xa50000 | +| 344 | blk.26.attn_q.weight | 0xbda37a20 | 0x4ec000 | +| 345 | blk.26.attn_q_norm.weight | 0xbdf23a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xbdf23e20 | 0x438000 | +| 347 | blk.26.ffn_down.weight | 0xbe35be20 | 0x1fa4000 | +| 348 | blk.26.ffn_gate.weight | 0xc02ffe20 | 0x1275000 | +| 349 | blk.26.ffn_norm.weight | 0xc1574e20 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xc1578a20 | 0x1275000 | +| 351 | blk.26.post_attention_norm.weight | 0xc27eda20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xc27f1620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xc27f5220 | 0x276000 | +| 354 | blk.27.attn_k_norm.weight | 0xc2a6b220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xc2a6b620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xc2a6f220 | 0xa50000 | +| 357 | blk.27.attn_q.weight | 0xc34bf220 | 0x4ec000 | +| 358 | blk.27.attn_q_norm.weight | 0xc39ab220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xc39ab620 | 0x438000 | +| 360 | blk.27.ffn_down.weight | 0xc3de3620 | 0x1fa4000 | +| 361 | blk.27.ffn_gate.weight | 0xc5d87620 | 0x1275000 | +| 362 | blk.27.ffn_norm.weight | 0xc6ffc620 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xc7000220 | 0x1275000 | +| 364 | blk.27.post_attention_norm.weight | 0xc8275220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xc8278e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xc827ca20 | 0x339000 | +| 367 | blk.28.attn_k_norm.weight | 0xc85b5a20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xc85b5e20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xc85b9a20 | 0xa50000 | +| 370 | blk.28.attn_q.weight | 0xc9009a20 | 0x672000 | +| 371 | blk.28.attn_q_norm.weight | 0xc967ba20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xc967be20 | 0x438000 | +| 373 | blk.28.ffn_down.weight | 0xc9ab3e20 | 0x26ac000 | +| 374 | blk.28.ffn_gate.weight | 0xcc15fe20 | 0x182b800 | +| 375 | blk.28.ffn_norm.weight | 0xcd98b620 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xcd98f220 | 0x182b800 | +| 377 | blk.28.post_attention_norm.weight | 0xcf1baa20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xcf1be620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xcf1c2220 | 0x276000 | +| 380 | blk.29.attn_k_norm.weight | 0xcf438220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xcf438620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xcf43c220 | 0xa50000 | +| 383 | blk.29.attn_q.weight | 0xcfe8c220 | 0x4ec000 | +| 384 | blk.29.attn_q_norm.weight | 0xd0378220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xd0378620 | 0x438000 | +| 386 | blk.29.ffn_down.weight | 0xd07b0620 | 0x1fa4000 | +| 387 | blk.29.ffn_gate.weight | 0xd2754620 | 0x1275000 | +| 388 | blk.29.ffn_norm.weight | 0xd39c9620 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xd39cd220 | 0x1275000 | +| 390 | blk.29.post_attention_norm.weight | 0xd4c42220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xd4c45e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xd4c49a20 | 0x276000 | +| 393 | blk.30.attn_k_norm.weight | 0xd4ebfa20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xd4ebfe20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xd4ec3a20 | 0xa50000 | +| 396 | blk.30.attn_q.weight | 0xd5913a20 | 0x4ec000 | +| 397 | blk.30.attn_q_norm.weight | 0xd5dffa20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xd5dffe20 | 0x438000 | +| 399 | blk.30.ffn_down.weight | 0xd6237e20 | 0x1fa4000 | +| 400 | blk.30.ffn_gate.weight | 0xd81dbe20 | 0x1275000 | +| 401 | blk.30.ffn_norm.weight | 0xd9450e20 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xd9454a20 | 0x1275000 | +| 403 | blk.30.post_attention_norm.weight | 0xda6c9a20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xda6cd620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xda6d1220 | 0x339000 | +| 406 | blk.31.attn_k_norm.weight | 0xdaa0a220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xdaa0a620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xdaa0e220 | 0xa50000 | +| 409 | blk.31.attn_q.weight | 0xdb45e220 | 0x672000 | +| 410 | blk.31.attn_q_norm.weight | 0xdbad0220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xdbad0620 | 0x438000 | +| 412 | blk.31.ffn_down.weight | 0xdbf08620 | 0x26ac000 | +| 413 | blk.31.ffn_gate.weight | 0xde5b4620 | 0x182b800 | +| 414 | blk.31.ffn_norm.weight | 0xdfddfe20 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0xdfde3a20 | 0x182b800 | +| 416 | blk.31.post_attention_norm.weight | 0xe160f220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0xe1612e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0xe1616a20 | 0x339000 | +| 419 | blk.32.attn_k_norm.weight | 0xe194fa20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0xe194fe20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0xe1953a20 | 0xa50000 | +| 422 | blk.32.attn_q.weight | 0xe23a3a20 | 0x672000 | +| 423 | blk.32.attn_q_norm.weight | 0xe2a15a20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0xe2a15e20 | 0x438000 | +| 425 | blk.32.ffn_down.weight | 0xe2e4de20 | 0x26ac000 | +| 426 | blk.32.ffn_gate.weight | 0xe54f9e20 | 0x182b800 | +| 427 | blk.32.ffn_norm.weight | 0xe6d25620 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0xe6d29220 | 0x182b800 | +| 429 | blk.32.post_attention_norm.weight | 0xe8554a20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0xe8558620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0xe855c220 | 0x339000 | +| 432 | blk.33.attn_k_norm.weight | 0xe8895220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0xe8895620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0xe8899220 | 0xa50000 | +| 435 | blk.33.attn_q.weight | 0xe92e9220 | 0x672000 | +| 436 | blk.33.attn_q_norm.weight | 0xe995b220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0xe995b620 | 0x438000 | +| 438 | blk.33.ffn_down.weight | 0xe9d93620 | 0x26ac000 | +| 439 | blk.33.ffn_gate.weight | 0xec43f620 | 0x182b800 | +| 440 | blk.33.ffn_norm.weight | 0xedc6ae20 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0xedc6ea20 | 0x182b800 | +| 442 | blk.33.post_attention_norm.weight | 0xef49a220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0xef49de20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0xef4a1a20 | 0x339000 | +| 445 | blk.34.attn_k_norm.weight | 0xef7daa20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0xef7dae20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0xef7dea20 | 0xa50000 | +| 448 | blk.34.attn_q.weight | 0xf022ea20 | 0x672000 | +| 449 | blk.34.attn_q_norm.weight | 0xf08a0a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0xf08a0e20 | 0x438000 | +| 451 | blk.34.ffn_down.weight | 0xf0cd8e20 | 0x26ac000 | +| 452 | blk.34.ffn_gate.weight | 0xf3384e20 | 0x182b800 | +| 453 | blk.34.ffn_norm.weight | 0xf4bb0620 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0xf4bb4220 | 0x182b800 | +| 455 | blk.34.post_attention_norm.weight | 0xf63dfa20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0xf63e3620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0xf63e7220 | 0x276000 | +| 458 | blk.35.attn_k_norm.weight | 0xf665d220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0xf665d620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0xf6661220 | 0xa50000 | +| 461 | blk.35.attn_q.weight | 0xf70b1220 | 0x4ec000 | +| 462 | blk.35.attn_q_norm.weight | 0xf759d220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0xf759d620 | 0x438000 | +| 464 | blk.35.ffn_down.weight | 0xf79d5620 | 0x1fa4000 | +| 465 | blk.35.ffn_gate.weight | 0xf9979620 | 0x1275000 | +| 466 | blk.35.ffn_norm.weight | 0xfabee620 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0xfabf2220 | 0x1275000 | +| 468 | blk.35.post_attention_norm.weight | 0xfbe67220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0xfbe6ae20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0xfbe6ea20 | 0x339000 | +| 471 | blk.36.attn_k_norm.weight | 0xfc1a7a20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0xfc1a7e20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0xfc1aba20 | 0xa50000 | +| 474 | blk.36.attn_q.weight | 0xfcbfba20 | 0x672000 | +| 475 | blk.36.attn_q_norm.weight | 0xfd26da20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0xfd26de20 | 0x438000 | +| 477 | blk.36.ffn_down.weight | 0xfd6a5e20 | 0x26ac000 | +| 478 | blk.36.ffn_gate.weight | 0xffd51e20 | 0x182b800 | +| 479 | blk.36.ffn_norm.weight | 0x10157d620 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x101581220 | 0x182b800 | +| 481 | blk.36.post_attention_norm.weight | 0x102daca20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x102db0620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x102db4220 | 0x339000 | +| 484 | blk.37.attn_k_norm.weight | 0x1030ed220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x1030ed620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x1030f1220 | 0xa50000 | +| 487 | blk.37.attn_q.weight | 0x103b41220 | 0x672000 | +| 488 | blk.37.attn_q_norm.weight | 0x1041b3220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x1041b3620 | 0x438000 | +| 490 | blk.37.ffn_down.weight | 0x1045eb620 | 0x26ac000 | +| 491 | blk.37.ffn_gate.weight | 0x106c97620 | 0x182b800 | +| 492 | blk.37.ffn_norm.weight | 0x1084c2e20 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x1084c6a20 | 0x182b800 | +| 494 | blk.37.post_attention_norm.weight | 0x109cf2220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x109cf5e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x109cf9a20 | 0x339000 | +| 497 | blk.38.attn_k_norm.weight | 0x10a032a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x10a032e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x10a036a20 | 0xa50000 | +| 500 | blk.38.attn_q.weight | 0x10aa86a20 | 0x672000 | +| 501 | blk.38.attn_q_norm.weight | 0x10b0f8a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x10b0f8e20 | 0x438000 | +| 503 | blk.38.ffn_down.weight | 0x10b530e20 | 0x26ac000 | +| 504 | blk.38.ffn_gate.weight | 0x10dbdce20 | 0x182b800 | +| 505 | blk.38.ffn_norm.weight | 0x10f408620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x10f40c220 | 0x182b800 | +| 507 | blk.38.post_attention_norm.weight | 0x110c37a20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x110c3b620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x110c3f220 | 0x339000 | +| 510 | blk.39.attn_k_norm.weight | 0x110f78220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x110f78620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x110f7c220 | 0xa50000 | +| 513 | blk.39.attn_q.weight | 0x1119cc220 | 0x672000 | +| 514 | blk.39.attn_q_norm.weight | 0x11203e220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x11203e620 | 0x438000 | +| 516 | blk.39.ffn_down.weight | 0x112476620 | 0x26ac000 | +| 517 | blk.39.ffn_gate.weight | 0x114b22620 | 0x182b800 | +| 518 | blk.39.ffn_norm.weight | 0x11634de20 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x116351a20 | 0x182b800 | +| 520 | blk.39.post_attention_norm.weight | 0x117b7d220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x117b80e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x117b84a20 | 0x339000 | +| 523 | blk.40.attn_k_norm.weight | 0x117ebda20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x117ebde20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x117ec1a20 | 0xa50000 | +| 526 | blk.40.attn_q.weight | 0x118911a20 | 0x672000 | +| 527 | blk.40.attn_q_norm.weight | 0x118f83a20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x118f83e20 | 0x438000 | +| 529 | blk.40.ffn_down.weight | 0x1193bbe20 | 0x26ac000 | +| 530 | blk.40.ffn_gate.weight | 0x11ba67e20 | 0x182b800 | +| 531 | blk.40.ffn_norm.weight | 0x11d293620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x11d297220 | 0x182b800 | +| 533 | blk.40.post_attention_norm.weight | 0x11eac2a20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x11eac6620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x11eaca220 | 0x276000 | +| 536 | blk.41.attn_k_norm.weight | 0x11ed40220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x11ed40620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x11ed44220 | 0xa50000 | +| 539 | blk.41.attn_q.weight | 0x11f794220 | 0x4ec000 | +| 540 | blk.41.attn_q_norm.weight | 0x11fc80220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x11fc80620 | 0x438000 | +| 542 | blk.41.ffn_down.weight | 0x1200b8620 | 0x1fa4000 | +| 543 | blk.41.ffn_gate.weight | 0x12205c620 | 0x1275000 | +| 544 | blk.41.ffn_norm.weight | 0x1232d1620 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x1232d5220 | 0x1275000 | +| 546 | blk.41.post_attention_norm.weight | 0x12454a220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x12454de20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x124551a20 | 0x276000 | +| 549 | blk.42.attn_k_norm.weight | 0x1247c7a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x1247c7e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x1247cba20 | 0xa50000 | +| 552 | blk.42.attn_q.weight | 0x12521ba20 | 0x4ec000 | +| 553 | blk.42.attn_q_norm.weight | 0x125707a20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x125707e20 | 0x438000 | +| 555 | blk.42.ffn_down.weight | 0x125b3fe20 | 0x1fa4000 | +| 556 | blk.42.ffn_gate.weight | 0x127ae3e20 | 0x1275000 | +| 557 | blk.42.ffn_norm.weight | 0x128d58e20 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x128d5ca20 | 0x1275000 | +| 559 | blk.42.post_attention_norm.weight | 0x129fd1a20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x129fd5620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x129fd9220 | 0x276000 | +| 562 | blk.43.attn_k_norm.weight | 0x12a24f220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x12a24f620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x12a253220 | 0xa50000 | +| 565 | blk.43.attn_q.weight | 0x12aca3220 | 0x4ec000 | +| 566 | blk.43.attn_q_norm.weight | 0x12b18f220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x12b18f620 | 0x438000 | +| 568 | blk.43.ffn_down.weight | 0x12b5c7620 | 0x1fa4000 | +| 569 | blk.43.ffn_gate.weight | 0x12d56b620 | 0x1275000 | +| 570 | blk.43.ffn_norm.weight | 0x12e7e0620 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x12e7e4220 | 0x1275000 | +| 572 | blk.43.post_attention_norm.weight | 0x12fa59220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x12fa5ce20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x12fa60a20 | 0x339000 | +| 575 | blk.44.attn_k_norm.weight | 0x12fd99a20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x12fd99e20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x12fd9da20 | 0xa50000 | +| 578 | blk.44.attn_q.weight | 0x1307eda20 | 0x672000 | +| 579 | blk.44.attn_q_norm.weight | 0x130e5fa20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x130e5fe20 | 0x438000 | +| 581 | blk.44.ffn_down.weight | 0x131297e20 | 0x26ac000 | +| 582 | blk.44.ffn_gate.weight | 0x133943e20 | 0x182b800 | +| 583 | blk.44.ffn_norm.weight | 0x13516f620 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x135173220 | 0x182b800 | +| 585 | blk.44.post_attention_norm.weight | 0x13699ea20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x1369a2620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x1369a6220 | 0x339000 | +| 588 | blk.45.attn_k_norm.weight | 0x136cdf220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x136cdf620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x136ce3220 | 0xa50000 | +| 591 | blk.45.attn_q.weight | 0x137733220 | 0x672000 | +| 592 | blk.45.attn_q_norm.weight | 0x137da5220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x137da5620 | 0x438000 | +| 594 | blk.45.ffn_down.weight | 0x1381dd620 | 0x26ac000 | +| 595 | blk.45.ffn_gate.weight | 0x13a889620 | 0x182b800 | +| 596 | blk.45.ffn_norm.weight | 0x13c0b4e20 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x13c0b8a20 | 0x182b800 | +| 598 | blk.45.post_attention_norm.weight | 0x13d8e4220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x13d8e7e20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q3_K_M.md b/scores/gemma-3-12b-it-Q3_K_M.md new file mode 100644 index 0000000..6b7c672 --- /dev/null +++ b/scores/gemma-3-12b-it-Q3_K_M.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q3_K_M.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 12 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q3\_K\_M.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q3_k_mgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x339000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a5fba20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a5fbe20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a5ffa20 | 0x870000 | +| 6 | blk.0.attn_q.weight | 0x1ae6fa20 | 0x672000 | +| 7 | blk.0.attn_q_norm.weight | 0x1b4e1a20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1b4e1e20 | 0x438000 | +| 9 | blk.0.ffn_down.weight | 0x1b919e20 | 0x1fa4000 | +| 10 | blk.0.ffn_gate.weight | 0x1d8bde20 | 0x182b800 | +| 11 | blk.0.ffn_norm.weight | 0x1f0e9620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x1f0ed220 | 0x182b800 | +| 13 | blk.0.post_attention_norm.weight | 0x20918a20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x2091c620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x20920220 | 0x339000 | +| 16 | blk.1.attn_k_norm.weight | 0x20c59220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x20c59620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x20c5d220 | 0x870000 | +| 19 | blk.1.attn_q.weight | 0x214cd220 | 0x672000 | +| 20 | blk.1.attn_q_norm.weight | 0x21b3f220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x21b3f620 | 0x438000 | +| 22 | blk.1.ffn_down.weight | 0x21f77620 | 0x1fa4000 | +| 23 | blk.1.ffn_gate.weight | 0x23f1b620 | 0x182b800 | +| 24 | blk.1.ffn_norm.weight | 0x25746e20 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x2574aa20 | 0x182b800 | +| 26 | blk.1.post_attention_norm.weight | 0x26f76220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x26f79e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x26f7da20 | 0x339000 | +| 29 | blk.2.attn_k_norm.weight | 0x272b6a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x272b6e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x272baa20 | 0x870000 | +| 32 | blk.2.attn_q.weight | 0x27b2aa20 | 0x672000 | +| 33 | blk.2.attn_q_norm.weight | 0x2819ca20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2819ce20 | 0x438000 | +| 35 | blk.2.ffn_down.weight | 0x285d4e20 | 0x1fa4000 | +| 36 | blk.2.ffn_gate.weight | 0x2a578e20 | 0x182b800 | +| 37 | blk.2.ffn_norm.weight | 0x2bda4620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x2bda8220 | 0x182b800 | +| 39 | blk.2.post_attention_norm.weight | 0x2d5d3a20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x2d5d7620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x2d5db220 | 0x339000 | +| 42 | blk.3.attn_k_norm.weight | 0x2d914220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x2d914620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x2d918220 | 0x870000 | +| 45 | blk.3.attn_q.weight | 0x2e188220 | 0x672000 | +| 46 | blk.3.attn_q_norm.weight | 0x2e7fa220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x2e7fa620 | 0x438000 | +| 48 | blk.3.ffn_down.weight | 0x2ec32620 | 0x1fa4000 | +| 49 | blk.3.ffn_gate.weight | 0x30bd6620 | 0x182b800 | +| 50 | blk.3.ffn_norm.weight | 0x32401e20 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x32405a20 | 0x182b800 | +| 52 | blk.3.post_attention_norm.weight | 0x33c31220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x33c34e20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x33c38a20 | 0x339000 | +| 55 | blk.4.attn_k_norm.weight | 0x33f71a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x33f71e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x33f75a20 | 0x870000 | +| 58 | blk.4.attn_q.weight | 0x347e5a20 | 0x672000 | +| 59 | blk.4.attn_q_norm.weight | 0x34e57a20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x34e57e20 | 0x438000 | +| 61 | blk.4.ffn_down.weight | 0x3528fe20 | 0x1fa4000 | +| 62 | blk.4.ffn_gate.weight | 0x37233e20 | 0x182b800 | +| 63 | blk.4.ffn_norm.weight | 0x38a5f620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x38a63220 | 0x182b800 | +| 65 | blk.4.post_attention_norm.weight | 0x3a28ea20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x3a292620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x3a296220 | 0x339000 | +| 68 | blk.5.attn_k_norm.weight | 0x3a5cf220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x3a5cf620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x3a5d3220 | 0x870000 | +| 71 | blk.5.attn_q.weight | 0x3ae43220 | 0x672000 | +| 72 | blk.5.attn_q_norm.weight | 0x3b4b5220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x3b4b5620 | 0x438000 | +| 74 | blk.5.ffn_down.weight | 0x3b8ed620 | 0x1fa4000 | +| 75 | blk.5.ffn_gate.weight | 0x3d891620 | 0x182b800 | +| 76 | blk.5.ffn_norm.weight | 0x3f0bce20 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x3f0c0a20 | 0x182b800 | +| 78 | blk.5.post_attention_norm.weight | 0x408ec220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x408efe20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x408f3a20 | 0x339000 | +| 81 | blk.6.attn_k_norm.weight | 0x40c2ca20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x40c2ce20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x40c30a20 | 0x870000 | +| 84 | blk.6.attn_q.weight | 0x414a0a20 | 0x672000 | +| 85 | blk.6.attn_q_norm.weight | 0x41b12a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x41b12e20 | 0x438000 | +| 87 | blk.6.ffn_down.weight | 0x41f4ae20 | 0x1fa4000 | +| 88 | blk.6.ffn_gate.weight | 0x43eeee20 | 0x182b800 | +| 89 | blk.6.ffn_norm.weight | 0x4571a620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x4571e220 | 0x182b800 | +| 91 | blk.6.post_attention_norm.weight | 0x46f49a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x46f4d620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x46f51220 | 0x339000 | +| 94 | blk.7.attn_k_norm.weight | 0x4728a220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x4728a620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x4728e220 | 0x870000 | +| 97 | blk.7.attn_q.weight | 0x47afe220 | 0x672000 | +| 98 | blk.7.attn_q_norm.weight | 0x48170220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x48170620 | 0x438000 | +| 100 | blk.7.ffn_down.weight | 0x485a8620 | 0x1fa4000 | +| 101 | blk.7.ffn_gate.weight | 0x4a54c620 | 0x182b800 | +| 102 | blk.7.ffn_norm.weight | 0x4bd77e20 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x4bd7ba20 | 0x182b800 | +| 104 | blk.7.post_attention_norm.weight | 0x4d5a7220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x4d5aae20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x4d5aea20 | 0x339000 | +| 107 | blk.8.attn_k_norm.weight | 0x4d8e7a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x4d8e7e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x4d8eba20 | 0x870000 | +| 110 | blk.8.attn_q.weight | 0x4e15ba20 | 0x672000 | +| 111 | blk.8.attn_q_norm.weight | 0x4e7cda20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x4e7cde20 | 0x438000 | +| 113 | blk.8.ffn_down.weight | 0x4ec05e20 | 0x1fa4000 | +| 114 | blk.8.ffn_gate.weight | 0x50ba9e20 | 0x182b800 | +| 115 | blk.8.ffn_norm.weight | 0x523d5620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x523d9220 | 0x182b800 | +| 117 | blk.8.post_attention_norm.weight | 0x53c04a20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x53c08620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x53c0c220 | 0x339000 | +| 120 | blk.9.attn_k_norm.weight | 0x53f45220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x53f45620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x53f49220 | 0x870000 | +| 123 | blk.9.attn_q.weight | 0x547b9220 | 0x672000 | +| 124 | blk.9.attn_q_norm.weight | 0x54e2b220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x54e2b620 | 0x438000 | +| 126 | blk.9.ffn_down.weight | 0x55263620 | 0x1fa4000 | +| 127 | blk.9.ffn_gate.weight | 0x57207620 | 0x182b800 | +| 128 | blk.9.ffn_norm.weight | 0x58a32e20 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x58a36a20 | 0x182b800 | +| 130 | blk.9.post_attention_norm.weight | 0x5a262220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x5a265e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x5a269a20 | 0x339000 | +| 133 | blk.10.attn_k_norm.weight | 0x5a5a2a20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x5a5a2e20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x5a5a6a20 | 0x870000 | +| 136 | blk.10.attn_q.weight | 0x5ae16a20 | 0x672000 | +| 137 | blk.10.attn_q_norm.weight | 0x5b488a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x5b488e20 | 0x438000 | +| 139 | blk.10.ffn_down.weight | 0x5b8c0e20 | 0x1fa4000 | +| 140 | blk.10.ffn_gate.weight | 0x5d864e20 | 0x182b800 | +| 141 | blk.10.ffn_norm.weight | 0x5f090620 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x5f094220 | 0x182b800 | +| 143 | blk.10.post_attention_norm.weight | 0x608bfa20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x608c3620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x608c7220 | 0x276000 | +| 146 | blk.11.attn_k_norm.weight | 0x60b3d220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x60b3d620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x60b41220 | 0x870000 | +| 149 | blk.11.attn_q.weight | 0x613b1220 | 0x4ec000 | +| 150 | blk.11.attn_q_norm.weight | 0x6189d220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x6189d620 | 0x339000 | +| 152 | blk.11.ffn_down.weight | 0x61bd6620 | 0x1fa4000 | +| 153 | blk.11.ffn_gate.weight | 0x63b7a620 | 0x1275000 | +| 154 | blk.11.ffn_norm.weight | 0x64def620 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x64df3220 | 0x1275000 | +| 156 | blk.11.post_attention_norm.weight | 0x66068220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x6606be20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x6606fa20 | 0x276000 | +| 159 | blk.12.attn_k_norm.weight | 0x662e5a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x662e5e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x662e9a20 | 0x870000 | +| 162 | blk.12.attn_q.weight | 0x66b59a20 | 0x4ec000 | +| 163 | blk.12.attn_q_norm.weight | 0x67045a20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x67045e20 | 0x339000 | +| 165 | blk.12.ffn_down.weight | 0x6737ee20 | 0x1fa4000 | +| 166 | blk.12.ffn_gate.weight | 0x69322e20 | 0x1275000 | +| 167 | blk.12.ffn_norm.weight | 0x6a597e20 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x6a59ba20 | 0x1275000 | +| 169 | blk.12.post_attention_norm.weight | 0x6b810a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x6b814620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x6b818220 | 0x276000 | +| 172 | blk.13.attn_k_norm.weight | 0x6ba8e220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x6ba8e620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x6ba92220 | 0x870000 | +| 175 | blk.13.attn_q.weight | 0x6c302220 | 0x4ec000 | +| 176 | blk.13.attn_q_norm.weight | 0x6c7ee220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x6c7ee620 | 0x339000 | +| 178 | blk.13.ffn_down.weight | 0x6cb27620 | 0x1fa4000 | +| 179 | blk.13.ffn_gate.weight | 0x6eacb620 | 0x1275000 | +| 180 | blk.13.ffn_norm.weight | 0x6fd40620 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x6fd44220 | 0x1275000 | +| 182 | blk.13.post_attention_norm.weight | 0x70fb9220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x70fbce20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x70fc0a20 | 0x276000 | +| 185 | blk.14.attn_k_norm.weight | 0x71236a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x71236e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x7123aa20 | 0x870000 | +| 188 | blk.14.attn_q.weight | 0x71aaaa20 | 0x4ec000 | +| 189 | blk.14.attn_q_norm.weight | 0x71f96a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x71f96e20 | 0x339000 | +| 191 | blk.14.ffn_down.weight | 0x722cfe20 | 0x1fa4000 | +| 192 | blk.14.ffn_gate.weight | 0x74273e20 | 0x1275000 | +| 193 | blk.14.ffn_norm.weight | 0x754e8e20 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x754eca20 | 0x1275000 | +| 195 | blk.14.post_attention_norm.weight | 0x76761a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x76765620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x76769220 | 0x276000 | +| 198 | blk.15.attn_k_norm.weight | 0x769df220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x769df620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x769e3220 | 0x870000 | +| 201 | blk.15.attn_q.weight | 0x77253220 | 0x4ec000 | +| 202 | blk.15.attn_q_norm.weight | 0x7773f220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x7773f620 | 0x339000 | +| 204 | blk.15.ffn_down.weight | 0x77a78620 | 0x1fa4000 | +| 205 | blk.15.ffn_gate.weight | 0x79a1c620 | 0x1275000 | +| 206 | blk.15.ffn_norm.weight | 0x7ac91620 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x7ac95220 | 0x1275000 | +| 208 | blk.15.post_attention_norm.weight | 0x7bf0a220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x7bf0de20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x7bf11a20 | 0x276000 | +| 211 | blk.16.attn_k_norm.weight | 0x7c187a20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x7c187e20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x7c18ba20 | 0x870000 | +| 214 | blk.16.attn_q.weight | 0x7c9fba20 | 0x4ec000 | +| 215 | blk.16.attn_q_norm.weight | 0x7cee7a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x7cee7e20 | 0x339000 | +| 217 | blk.16.ffn_down.weight | 0x7d220e20 | 0x1fa4000 | +| 218 | blk.16.ffn_gate.weight | 0x7f1c4e20 | 0x1275000 | +| 219 | blk.16.ffn_norm.weight | 0x80439e20 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x8043da20 | 0x1275000 | +| 221 | blk.16.post_attention_norm.weight | 0x816b2a20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x816b6620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x816ba220 | 0x276000 | +| 224 | blk.17.attn_k_norm.weight | 0x81930220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x81930620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x81934220 | 0x870000 | +| 227 | blk.17.attn_q.weight | 0x821a4220 | 0x4ec000 | +| 228 | blk.17.attn_q_norm.weight | 0x82690220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x82690620 | 0x339000 | +| 230 | blk.17.ffn_down.weight | 0x829c9620 | 0x1fa4000 | +| 231 | blk.17.ffn_gate.weight | 0x8496d620 | 0x1275000 | +| 232 | blk.17.ffn_norm.weight | 0x85be2620 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0x85be6220 | 0x1275000 | +| 234 | blk.17.post_attention_norm.weight | 0x86e5b220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0x86e5ee20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0x86e62a20 | 0x276000 | +| 237 | blk.18.attn_k_norm.weight | 0x870d8a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0x870d8e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0x870dca20 | 0x870000 | +| 240 | blk.18.attn_q.weight | 0x8794ca20 | 0x4ec000 | +| 241 | blk.18.attn_q_norm.weight | 0x87e38a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0x87e38e20 | 0x339000 | +| 243 | blk.18.ffn_down.weight | 0x88171e20 | 0x1fa4000 | +| 244 | blk.18.ffn_gate.weight | 0x8a115e20 | 0x1275000 | +| 245 | blk.18.ffn_norm.weight | 0x8b38ae20 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0x8b38ea20 | 0x1275000 | +| 247 | blk.18.post_attention_norm.weight | 0x8c603a20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0x8c607620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0x8c60b220 | 0x276000 | +| 250 | blk.19.attn_k_norm.weight | 0x8c881220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0x8c881620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0x8c885220 | 0x870000 | +| 253 | blk.19.attn_q.weight | 0x8d0f5220 | 0x4ec000 | +| 254 | blk.19.attn_q_norm.weight | 0x8d5e1220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0x8d5e1620 | 0x339000 | +| 256 | blk.19.ffn_down.weight | 0x8d91a620 | 0x1fa4000 | +| 257 | blk.19.ffn_gate.weight | 0x8f8be620 | 0x1275000 | +| 258 | blk.19.ffn_norm.weight | 0x90b33620 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0x90b37220 | 0x1275000 | +| 260 | blk.19.post_attention_norm.weight | 0x91dac220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0x91dafe20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0x91db3a20 | 0x276000 | +| 263 | blk.20.attn_k_norm.weight | 0x92029a20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0x92029e20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0x9202da20 | 0x870000 | +| 266 | blk.20.attn_q.weight | 0x9289da20 | 0x4ec000 | +| 267 | blk.20.attn_q_norm.weight | 0x92d89a20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0x92d89e20 | 0x339000 | +| 269 | blk.20.ffn_down.weight | 0x930c2e20 | 0x1fa4000 | +| 270 | blk.20.ffn_gate.weight | 0x95066e20 | 0x1275000 | +| 271 | blk.20.ffn_norm.weight | 0x962dbe20 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0x962dfa20 | 0x1275000 | +| 273 | blk.20.post_attention_norm.weight | 0x97554a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0x97558620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0x9755c220 | 0x276000 | +| 276 | blk.21.attn_k_norm.weight | 0x977d2220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0x977d2620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0x977d6220 | 0x870000 | +| 279 | blk.21.attn_q.weight | 0x98046220 | 0x4ec000 | +| 280 | blk.21.attn_q_norm.weight | 0x98532220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0x98532620 | 0x339000 | +| 282 | blk.21.ffn_down.weight | 0x9886b620 | 0x1fa4000 | +| 283 | blk.21.ffn_gate.weight | 0x9a80f620 | 0x1275000 | +| 284 | blk.21.ffn_norm.weight | 0x9ba84620 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0x9ba88220 | 0x1275000 | +| 286 | blk.21.post_attention_norm.weight | 0x9ccfd220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0x9cd00e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0x9cd04a20 | 0x276000 | +| 289 | blk.22.attn_k_norm.weight | 0x9cf7aa20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0x9cf7ae20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0x9cf7ea20 | 0x870000 | +| 292 | blk.22.attn_q.weight | 0x9d7eea20 | 0x4ec000 | +| 293 | blk.22.attn_q_norm.weight | 0x9dcdaa20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0x9dcdae20 | 0x339000 | +| 295 | blk.22.ffn_down.weight | 0x9e013e20 | 0x1fa4000 | +| 296 | blk.22.ffn_gate.weight | 0x9ffb7e20 | 0x1275000 | +| 297 | blk.22.ffn_norm.weight | 0xa122ce20 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xa1230a20 | 0x1275000 | +| 299 | blk.22.post_attention_norm.weight | 0xa24a5a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xa24a9620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xa24ad220 | 0x276000 | +| 302 | blk.23.attn_k_norm.weight | 0xa2723220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xa2723620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xa2727220 | 0x870000 | +| 305 | blk.23.attn_q.weight | 0xa2f97220 | 0x4ec000 | +| 306 | blk.23.attn_q_norm.weight | 0xa3483220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xa3483620 | 0x339000 | +| 308 | blk.23.ffn_down.weight | 0xa37bc620 | 0x1fa4000 | +| 309 | blk.23.ffn_gate.weight | 0xa5760620 | 0x1275000 | +| 310 | blk.23.ffn_norm.weight | 0xa69d5620 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xa69d9220 | 0x1275000 | +| 312 | blk.23.post_attention_norm.weight | 0xa7c4e220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xa7c51e20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xa7c55a20 | 0x339000 | +| 315 | blk.24.attn_k_norm.weight | 0xa7f8ea20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xa7f8ee20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xa7f92a20 | 0x870000 | +| 318 | blk.24.attn_q.weight | 0xa8802a20 | 0x672000 | +| 319 | blk.24.attn_q_norm.weight | 0xa8e74a20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xa8e74e20 | 0x438000 | +| 321 | blk.24.ffn_down.weight | 0xa92ace20 | 0x1fa4000 | +| 322 | blk.24.ffn_gate.weight | 0xab250e20 | 0x182b800 | +| 323 | blk.24.ffn_norm.weight | 0xaca7c620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xaca80220 | 0x182b800 | +| 325 | blk.24.post_attention_norm.weight | 0xae2aba20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xae2af620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xae2b3220 | 0x276000 | +| 328 | blk.25.attn_k_norm.weight | 0xae529220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xae529620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xae52d220 | 0x870000 | +| 331 | blk.25.attn_q.weight | 0xaed9d220 | 0x4ec000 | +| 332 | blk.25.attn_q_norm.weight | 0xaf289220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xaf289620 | 0x339000 | +| 334 | blk.25.ffn_down.weight | 0xaf5c2620 | 0x1fa4000 | +| 335 | blk.25.ffn_gate.weight | 0xb1566620 | 0x1275000 | +| 336 | blk.25.ffn_norm.weight | 0xb27db620 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xb27df220 | 0x1275000 | +| 338 | blk.25.post_attention_norm.weight | 0xb3a54220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xb3a57e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xb3a5ba20 | 0x276000 | +| 341 | blk.26.attn_k_norm.weight | 0xb3cd1a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xb3cd1e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xb3cd5a20 | 0x870000 | +| 344 | blk.26.attn_q.weight | 0xb4545a20 | 0x4ec000 | +| 345 | blk.26.attn_q_norm.weight | 0xb4a31a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xb4a31e20 | 0x339000 | +| 347 | blk.26.ffn_down.weight | 0xb4d6ae20 | 0x1fa4000 | +| 348 | blk.26.ffn_gate.weight | 0xb6d0ee20 | 0x1275000 | +| 349 | blk.26.ffn_norm.weight | 0xb7f83e20 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xb7f87a20 | 0x1275000 | +| 351 | blk.26.post_attention_norm.weight | 0xb91fca20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xb9200620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xb9204220 | 0x276000 | +| 354 | blk.27.attn_k_norm.weight | 0xb947a220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xb947a620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xb947e220 | 0x870000 | +| 357 | blk.27.attn_q.weight | 0xb9cee220 | 0x4ec000 | +| 358 | blk.27.attn_q_norm.weight | 0xba1da220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xba1da620 | 0x339000 | +| 360 | blk.27.ffn_down.weight | 0xba513620 | 0x1fa4000 | +| 361 | blk.27.ffn_gate.weight | 0xbc4b7620 | 0x1275000 | +| 362 | blk.27.ffn_norm.weight | 0xbd72c620 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xbd730220 | 0x1275000 | +| 364 | blk.27.post_attention_norm.weight | 0xbe9a5220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xbe9a8e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xbe9aca20 | 0x339000 | +| 367 | blk.28.attn_k_norm.weight | 0xbece5a20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xbece5e20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xbece9a20 | 0x870000 | +| 370 | blk.28.attn_q.weight | 0xbf559a20 | 0x672000 | +| 371 | blk.28.attn_q_norm.weight | 0xbfbcba20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xbfbcbe20 | 0x438000 | +| 373 | blk.28.ffn_down.weight | 0xc0003e20 | 0x1fa4000 | +| 374 | blk.28.ffn_gate.weight | 0xc1fa7e20 | 0x182b800 | +| 375 | blk.28.ffn_norm.weight | 0xc37d3620 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xc37d7220 | 0x182b800 | +| 377 | blk.28.post_attention_norm.weight | 0xc5002a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xc5006620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xc500a220 | 0x276000 | +| 380 | blk.29.attn_k_norm.weight | 0xc5280220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xc5280620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xc5284220 | 0x870000 | +| 383 | blk.29.attn_q.weight | 0xc5af4220 | 0x4ec000 | +| 384 | blk.29.attn_q_norm.weight | 0xc5fe0220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xc5fe0620 | 0x339000 | +| 386 | blk.29.ffn_down.weight | 0xc6319620 | 0x1fa4000 | +| 387 | blk.29.ffn_gate.weight | 0xc82bd620 | 0x1275000 | +| 388 | blk.29.ffn_norm.weight | 0xc9532620 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xc9536220 | 0x1275000 | +| 390 | blk.29.post_attention_norm.weight | 0xca7ab220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xca7aee20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xca7b2a20 | 0x276000 | +| 393 | blk.30.attn_k_norm.weight | 0xcaa28a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xcaa28e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xcaa2ca20 | 0x870000 | +| 396 | blk.30.attn_q.weight | 0xcb29ca20 | 0x4ec000 | +| 397 | blk.30.attn_q_norm.weight | 0xcb788a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xcb788e20 | 0x339000 | +| 399 | blk.30.ffn_down.weight | 0xcbac1e20 | 0x1fa4000 | +| 400 | blk.30.ffn_gate.weight | 0xcda65e20 | 0x1275000 | +| 401 | blk.30.ffn_norm.weight | 0xcecdae20 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xcecdea20 | 0x1275000 | +| 403 | blk.30.post_attention_norm.weight | 0xcff53a20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xcff57620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xcff5b220 | 0x339000 | +| 406 | blk.31.attn_k_norm.weight | 0xd0294220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xd0294620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xd0298220 | 0x870000 | +| 409 | blk.31.attn_q.weight | 0xd0b08220 | 0x672000 | +| 410 | blk.31.attn_q_norm.weight | 0xd117a220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xd117a620 | 0x438000 | +| 412 | blk.31.ffn_down.weight | 0xd15b2620 | 0x1fa4000 | +| 413 | blk.31.ffn_gate.weight | 0xd3556620 | 0x182b800 | +| 414 | blk.31.ffn_norm.weight | 0xd4d81e20 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0xd4d85a20 | 0x182b800 | +| 416 | blk.31.post_attention_norm.weight | 0xd65b1220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0xd65b4e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0xd65b8a20 | 0x339000 | +| 419 | blk.32.attn_k_norm.weight | 0xd68f1a20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0xd68f1e20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0xd68f5a20 | 0x870000 | +| 422 | blk.32.attn_q.weight | 0xd7165a20 | 0x672000 | +| 423 | blk.32.attn_q_norm.weight | 0xd77d7a20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0xd77d7e20 | 0x438000 | +| 425 | blk.32.ffn_down.weight | 0xd7c0fe20 | 0x1fa4000 | +| 426 | blk.32.ffn_gate.weight | 0xd9bb3e20 | 0x182b800 | +| 427 | blk.32.ffn_norm.weight | 0xdb3df620 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0xdb3e3220 | 0x182b800 | +| 429 | blk.32.post_attention_norm.weight | 0xdcc0ea20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0xdcc12620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0xdcc16220 | 0x339000 | +| 432 | blk.33.attn_k_norm.weight | 0xdcf4f220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0xdcf4f620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0xdcf53220 | 0x870000 | +| 435 | blk.33.attn_q.weight | 0xdd7c3220 | 0x672000 | +| 436 | blk.33.attn_q_norm.weight | 0xdde35220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0xdde35620 | 0x438000 | +| 438 | blk.33.ffn_down.weight | 0xde26d620 | 0x1fa4000 | +| 439 | blk.33.ffn_gate.weight | 0xe0211620 | 0x182b800 | +| 440 | blk.33.ffn_norm.weight | 0xe1a3ce20 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0xe1a40a20 | 0x182b800 | +| 442 | blk.33.post_attention_norm.weight | 0xe326c220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0xe326fe20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0xe3273a20 | 0x339000 | +| 445 | blk.34.attn_k_norm.weight | 0xe35aca20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0xe35ace20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0xe35b0a20 | 0x870000 | +| 448 | blk.34.attn_q.weight | 0xe3e20a20 | 0x672000 | +| 449 | blk.34.attn_q_norm.weight | 0xe4492a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0xe4492e20 | 0x438000 | +| 451 | blk.34.ffn_down.weight | 0xe48cae20 | 0x1fa4000 | +| 452 | blk.34.ffn_gate.weight | 0xe686ee20 | 0x182b800 | +| 453 | blk.34.ffn_norm.weight | 0xe809a620 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0xe809e220 | 0x182b800 | +| 455 | blk.34.post_attention_norm.weight | 0xe98c9a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0xe98cd620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0xe98d1220 | 0x276000 | +| 458 | blk.35.attn_k_norm.weight | 0xe9b47220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0xe9b47620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0xe9b4b220 | 0x870000 | +| 461 | blk.35.attn_q.weight | 0xea3bb220 | 0x4ec000 | +| 462 | blk.35.attn_q_norm.weight | 0xea8a7220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0xea8a7620 | 0x339000 | +| 464 | blk.35.ffn_down.weight | 0xeabe0620 | 0x1fa4000 | +| 465 | blk.35.ffn_gate.weight | 0xecb84620 | 0x1275000 | +| 466 | blk.35.ffn_norm.weight | 0xeddf9620 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0xeddfd220 | 0x1275000 | +| 468 | blk.35.post_attention_norm.weight | 0xef072220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0xef075e20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0xef079a20 | 0x339000 | +| 471 | blk.36.attn_k_norm.weight | 0xef3b2a20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0xef3b2e20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0xef3b6a20 | 0x870000 | +| 474 | blk.36.attn_q.weight | 0xefc26a20 | 0x672000 | +| 475 | blk.36.attn_q_norm.weight | 0xf0298a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0xf0298e20 | 0x438000 | +| 477 | blk.36.ffn_down.weight | 0xf06d0e20 | 0x1fa4000 | +| 478 | blk.36.ffn_gate.weight | 0xf2674e20 | 0x182b800 | +| 479 | blk.36.ffn_norm.weight | 0xf3ea0620 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0xf3ea4220 | 0x182b800 | +| 481 | blk.36.post_attention_norm.weight | 0xf56cfa20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0xf56d3620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0xf56d7220 | 0x339000 | +| 484 | blk.37.attn_k_norm.weight | 0xf5a10220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0xf5a10620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0xf5a14220 | 0x870000 | +| 487 | blk.37.attn_q.weight | 0xf6284220 | 0x672000 | +| 488 | blk.37.attn_q_norm.weight | 0xf68f6220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0xf68f6620 | 0x438000 | +| 490 | blk.37.ffn_down.weight | 0xf6d2e620 | 0x1fa4000 | +| 491 | blk.37.ffn_gate.weight | 0xf8cd2620 | 0x182b800 | +| 492 | blk.37.ffn_norm.weight | 0xfa4fde20 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0xfa501a20 | 0x182b800 | +| 494 | blk.37.post_attention_norm.weight | 0xfbd2d220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0xfbd30e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0xfbd34a20 | 0x339000 | +| 497 | blk.38.attn_k_norm.weight | 0xfc06da20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0xfc06de20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0xfc071a20 | 0x870000 | +| 500 | blk.38.attn_q.weight | 0xfc8e1a20 | 0x672000 | +| 501 | blk.38.attn_q_norm.weight | 0xfcf53a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0xfcf53e20 | 0x438000 | +| 503 | blk.38.ffn_down.weight | 0xfd38be20 | 0x1fa4000 | +| 504 | blk.38.ffn_gate.weight | 0xff32fe20 | 0x182b800 | +| 505 | blk.38.ffn_norm.weight | 0x100b5b620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x100b5f220 | 0x182b800 | +| 507 | blk.38.post_attention_norm.weight | 0x10238aa20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x10238e620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x102392220 | 0x339000 | +| 510 | blk.39.attn_k_norm.weight | 0x1026cb220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x1026cb620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x1026cf220 | 0x870000 | +| 513 | blk.39.attn_q.weight | 0x102f3f220 | 0x672000 | +| 514 | blk.39.attn_q_norm.weight | 0x1035b1220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x1035b1620 | 0x438000 | +| 516 | blk.39.ffn_down.weight | 0x1039e9620 | 0x1fa4000 | +| 517 | blk.39.ffn_gate.weight | 0x10598d620 | 0x182b800 | +| 518 | blk.39.ffn_norm.weight | 0x1071b8e20 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x1071bca20 | 0x182b800 | +| 520 | blk.39.post_attention_norm.weight | 0x1089e8220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x1089ebe20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x1089efa20 | 0x339000 | +| 523 | blk.40.attn_k_norm.weight | 0x108d28a20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x108d28e20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x108d2ca20 | 0x870000 | +| 526 | blk.40.attn_q.weight | 0x10959ca20 | 0x672000 | +| 527 | blk.40.attn_q_norm.weight | 0x109c0ea20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x109c0ee20 | 0x438000 | +| 529 | blk.40.ffn_down.weight | 0x10a046e20 | 0x1fa4000 | +| 530 | blk.40.ffn_gate.weight | 0x10bfeae20 | 0x182b800 | +| 531 | blk.40.ffn_norm.weight | 0x10d816620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x10d81a220 | 0x182b800 | +| 533 | blk.40.post_attention_norm.weight | 0x10f045a20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x10f049620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x10f04d220 | 0x276000 | +| 536 | blk.41.attn_k_norm.weight | 0x10f2c3220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x10f2c3620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x10f2c7220 | 0x870000 | +| 539 | blk.41.attn_q.weight | 0x10fb37220 | 0x4ec000 | +| 540 | blk.41.attn_q_norm.weight | 0x110023220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x110023620 | 0x339000 | +| 542 | blk.41.ffn_down.weight | 0x11035c620 | 0x1fa4000 | +| 543 | blk.41.ffn_gate.weight | 0x112300620 | 0x1275000 | +| 544 | blk.41.ffn_norm.weight | 0x113575620 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x113579220 | 0x1275000 | +| 546 | blk.41.post_attention_norm.weight | 0x1147ee220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x1147f1e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x1147f5a20 | 0x276000 | +| 549 | blk.42.attn_k_norm.weight | 0x114a6ba20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x114a6be20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x114a6fa20 | 0x870000 | +| 552 | blk.42.attn_q.weight | 0x1152dfa20 | 0x4ec000 | +| 553 | blk.42.attn_q_norm.weight | 0x1157cba20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x1157cbe20 | 0x339000 | +| 555 | blk.42.ffn_down.weight | 0x115b04e20 | 0x1fa4000 | +| 556 | blk.42.ffn_gate.weight | 0x117aa8e20 | 0x1275000 | +| 557 | blk.42.ffn_norm.weight | 0x118d1de20 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x118d21a20 | 0x1275000 | +| 559 | blk.42.post_attention_norm.weight | 0x119f96a20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x119f9a620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x119f9e220 | 0x276000 | +| 562 | blk.43.attn_k_norm.weight | 0x11a214220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x11a214620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x11a218220 | 0x870000 | +| 565 | blk.43.attn_q.weight | 0x11aa88220 | 0x4ec000 | +| 566 | blk.43.attn_q_norm.weight | 0x11af74220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x11af74620 | 0x339000 | +| 568 | blk.43.ffn_down.weight | 0x11b2ad620 | 0x1fa4000 | +| 569 | blk.43.ffn_gate.weight | 0x11d251620 | 0x1275000 | +| 570 | blk.43.ffn_norm.weight | 0x11e4c6620 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x11e4ca220 | 0x1275000 | +| 572 | blk.43.post_attention_norm.weight | 0x11f73f220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x11f742e20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x11f746a20 | 0x339000 | +| 575 | blk.44.attn_k_norm.weight | 0x11fa7fa20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x11fa7fe20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x11fa83a20 | 0x870000 | +| 578 | blk.44.attn_q.weight | 0x1202f3a20 | 0x672000 | +| 579 | blk.44.attn_q_norm.weight | 0x120965a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x120965e20 | 0x438000 | +| 581 | blk.44.ffn_down.weight | 0x120d9de20 | 0x1fa4000 | +| 582 | blk.44.ffn_gate.weight | 0x122d41e20 | 0x182b800 | +| 583 | blk.44.ffn_norm.weight | 0x12456d620 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x124571220 | 0x182b800 | +| 585 | blk.44.post_attention_norm.weight | 0x125d9ca20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x125da0620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x125da4220 | 0x339000 | +| 588 | blk.45.attn_k_norm.weight | 0x1260dd220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x1260dd620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x1260e1220 | 0x870000 | +| 591 | blk.45.attn_q.weight | 0x126951220 | 0x672000 | +| 592 | blk.45.attn_q_norm.weight | 0x126fc3220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x126fc3620 | 0x438000 | +| 594 | blk.45.ffn_down.weight | 0x1273fb620 | 0x1fa4000 | +| 595 | blk.45.ffn_gate.weight | 0x12939f620 | 0x182b800 | +| 596 | blk.45.ffn_norm.weight | 0x12abcae20 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x12abcea20 | 0x182b800 | +| 598 | blk.45.post_attention_norm.weight | 0x12c3fa220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x12c3fde20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q3_K_S.md b/scores/gemma-3-12b-it-Q3_K_S.md new file mode 100644 index 0000000..ff1eef0 --- /dev/null +++ b/scores/gemma-3-12b-it-Q3_K_S.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q3_K_S.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 11 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q3\_K\_S.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q3_k_sgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x13b00000 | +| 2 | blk.0.attn_k.weight | 0x14142a20 | 0x339000 | +| 3 | blk.0.attn_k_norm.weight | 0x1447ba20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1447be20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1447fa20 | 0x672000 | +| 6 | blk.0.attn_q.weight | 0x14af1a20 | 0x672000 | +| 7 | blk.0.attn_q_norm.weight | 0x15163a20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x15163e20 | 0x339000 | +| 9 | blk.0.ffn_down.weight | 0x1549ce20 | 0x1fa4000 | +| 10 | blk.0.ffn_gate.weight | 0x17440e20 | 0x182b800 | +| 11 | blk.0.ffn_norm.weight | 0x18c6c620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x18c70220 | 0x182b800 | +| 13 | blk.0.post_attention_norm.weight | 0x1a49ba20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x1a49f620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x1a4a3220 | 0x339000 | +| 16 | blk.1.attn_k_norm.weight | 0x1a7dc220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x1a7dc620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x1a7e0220 | 0x672000 | +| 19 | blk.1.attn_q.weight | 0x1ae52220 | 0x672000 | +| 20 | blk.1.attn_q_norm.weight | 0x1b4c4220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x1b4c4620 | 0x339000 | +| 22 | blk.1.ffn_down.weight | 0x1b7fd620 | 0x1fa4000 | +| 23 | blk.1.ffn_gate.weight | 0x1d7a1620 | 0x182b800 | +| 24 | blk.1.ffn_norm.weight | 0x1efcce20 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x1efd0a20 | 0x182b800 | +| 26 | blk.1.post_attention_norm.weight | 0x207fc220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x207ffe20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x20803a20 | 0x339000 | +| 29 | blk.2.attn_k_norm.weight | 0x20b3ca20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x20b3ce20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x20b40a20 | 0x672000 | +| 32 | blk.2.attn_q.weight | 0x211b2a20 | 0x672000 | +| 33 | blk.2.attn_q_norm.weight | 0x21824a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x21824e20 | 0x339000 | +| 35 | blk.2.ffn_down.weight | 0x21b5de20 | 0x1fa4000 | +| 36 | blk.2.ffn_gate.weight | 0x23b01e20 | 0x182b800 | +| 37 | blk.2.ffn_norm.weight | 0x2532d620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x25331220 | 0x182b800 | +| 39 | blk.2.post_attention_norm.weight | 0x26b5ca20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x26b60620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x26b64220 | 0x339000 | +| 42 | blk.3.attn_k_norm.weight | 0x26e9d220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x26e9d620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x26ea1220 | 0x672000 | +| 45 | blk.3.attn_q.weight | 0x27513220 | 0x672000 | +| 46 | blk.3.attn_q_norm.weight | 0x27b85220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x27b85620 | 0x339000 | +| 48 | blk.3.ffn_down.weight | 0x27ebe620 | 0x1fa4000 | +| 49 | blk.3.ffn_gate.weight | 0x29e62620 | 0x182b800 | +| 50 | blk.3.ffn_norm.weight | 0x2b68de20 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x2b691a20 | 0x182b800 | +| 52 | blk.3.post_attention_norm.weight | 0x2cebd220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x2cec0e20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x2cec4a20 | 0x339000 | +| 55 | blk.4.attn_k_norm.weight | 0x2d1fda20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x2d1fde20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x2d201a20 | 0x672000 | +| 58 | blk.4.attn_q.weight | 0x2d873a20 | 0x672000 | +| 59 | blk.4.attn_q_norm.weight | 0x2dee5a20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x2dee5e20 | 0x339000 | +| 61 | blk.4.ffn_down.weight | 0x2e21ee20 | 0x1fa4000 | +| 62 | blk.4.ffn_gate.weight | 0x301c2e20 | 0x182b800 | +| 63 | blk.4.ffn_norm.weight | 0x319ee620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x319f2220 | 0x182b800 | +| 65 | blk.4.post_attention_norm.weight | 0x3321da20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x33221620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x33225220 | 0x339000 | +| 68 | blk.5.attn_k_norm.weight | 0x3355e220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x3355e620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x33562220 | 0x672000 | +| 71 | blk.5.attn_q.weight | 0x33bd4220 | 0x672000 | +| 72 | blk.5.attn_q_norm.weight | 0x34246220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x34246620 | 0x339000 | +| 74 | blk.5.ffn_down.weight | 0x3457f620 | 0x1fa4000 | +| 75 | blk.5.ffn_gate.weight | 0x36523620 | 0x182b800 | +| 76 | blk.5.ffn_norm.weight | 0x37d4ee20 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x37d52a20 | 0x182b800 | +| 78 | blk.5.post_attention_norm.weight | 0x3957e220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x39581e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x39585a20 | 0x339000 | +| 81 | blk.6.attn_k_norm.weight | 0x398bea20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x398bee20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x398c2a20 | 0x672000 | +| 84 | blk.6.attn_q.weight | 0x39f34a20 | 0x672000 | +| 85 | blk.6.attn_q_norm.weight | 0x3a5a6a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x3a5a6e20 | 0x339000 | +| 87 | blk.6.ffn_down.weight | 0x3a8dfe20 | 0x1fa4000 | +| 88 | blk.6.ffn_gate.weight | 0x3c883e20 | 0x182b800 | +| 89 | blk.6.ffn_norm.weight | 0x3e0af620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x3e0b3220 | 0x182b800 | +| 91 | blk.6.post_attention_norm.weight | 0x3f8dea20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x3f8e2620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x3f8e6220 | 0x339000 | +| 94 | blk.7.attn_k_norm.weight | 0x3fc1f220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x3fc1f620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x3fc23220 | 0x672000 | +| 97 | blk.7.attn_q.weight | 0x40295220 | 0x672000 | +| 98 | blk.7.attn_q_norm.weight | 0x40907220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x40907620 | 0x339000 | +| 100 | blk.7.ffn_down.weight | 0x40c40620 | 0x1fa4000 | +| 101 | blk.7.ffn_gate.weight | 0x42be4620 | 0x182b800 | +| 102 | blk.7.ffn_norm.weight | 0x4440fe20 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x44413a20 | 0x182b800 | +| 104 | blk.7.post_attention_norm.weight | 0x45c3f220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x45c42e20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x45c46a20 | 0x339000 | +| 107 | blk.8.attn_k_norm.weight | 0x45f7fa20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x45f7fe20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x45f83a20 | 0x672000 | +| 110 | blk.8.attn_q.weight | 0x465f5a20 | 0x672000 | +| 111 | blk.8.attn_q_norm.weight | 0x46c67a20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x46c67e20 | 0x339000 | +| 113 | blk.8.ffn_down.weight | 0x46fa0e20 | 0x1fa4000 | +| 114 | blk.8.ffn_gate.weight | 0x48f44e20 | 0x182b800 | +| 115 | blk.8.ffn_norm.weight | 0x4a770620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x4a774220 | 0x182b800 | +| 117 | blk.8.post_attention_norm.weight | 0x4bf9fa20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x4bfa3620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x4bfa7220 | 0x339000 | +| 120 | blk.9.attn_k_norm.weight | 0x4c2e0220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x4c2e0620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x4c2e4220 | 0x672000 | +| 123 | blk.9.attn_q.weight | 0x4c956220 | 0x672000 | +| 124 | blk.9.attn_q_norm.weight | 0x4cfc8220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x4cfc8620 | 0x339000 | +| 126 | blk.9.ffn_down.weight | 0x4d301620 | 0x1fa4000 | +| 127 | blk.9.ffn_gate.weight | 0x4f2a5620 | 0x182b800 | +| 128 | blk.9.ffn_norm.weight | 0x50ad0e20 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x50ad4a20 | 0x182b800 | +| 130 | blk.9.post_attention_norm.weight | 0x52300220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x52303e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x52307a20 | 0x339000 | +| 133 | blk.10.attn_k_norm.weight | 0x52640a20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x52640e20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x52644a20 | 0x672000 | +| 136 | blk.10.attn_q.weight | 0x52cb6a20 | 0x672000 | +| 137 | blk.10.attn_q_norm.weight | 0x53328a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x53328e20 | 0x339000 | +| 139 | blk.10.ffn_down.weight | 0x53661e20 | 0x1fa4000 | +| 140 | blk.10.ffn_gate.weight | 0x55605e20 | 0x182b800 | +| 141 | blk.10.ffn_norm.weight | 0x56e31620 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x56e35220 | 0x182b800 | +| 143 | blk.10.post_attention_norm.weight | 0x58660a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x58664620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x58668220 | 0x276000 | +| 146 | blk.11.attn_k_norm.weight | 0x588de220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x588de620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x588e2220 | 0x672000 | +| 149 | blk.11.attn_q.weight | 0x58f54220 | 0x4ec000 | +| 150 | blk.11.attn_q_norm.weight | 0x59440220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x59440620 | 0x339000 | +| 152 | blk.11.ffn_down.weight | 0x59779620 | 0x1fa4000 | +| 153 | blk.11.ffn_gate.weight | 0x5b71d620 | 0x1275000 | +| 154 | blk.11.ffn_norm.weight | 0x5c992620 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x5c996220 | 0x1275000 | +| 156 | blk.11.post_attention_norm.weight | 0x5dc0b220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x5dc0ee20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x5dc12a20 | 0x276000 | +| 159 | blk.12.attn_k_norm.weight | 0x5de88a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x5de88e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x5de8ca20 | 0x672000 | +| 162 | blk.12.attn_q.weight | 0x5e4fea20 | 0x4ec000 | +| 163 | blk.12.attn_q_norm.weight | 0x5e9eaa20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x5e9eae20 | 0x339000 | +| 165 | blk.12.ffn_down.weight | 0x5ed23e20 | 0x1fa4000 | +| 166 | blk.12.ffn_gate.weight | 0x60cc7e20 | 0x1275000 | +| 167 | blk.12.ffn_norm.weight | 0x61f3ce20 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x61f40a20 | 0x1275000 | +| 169 | blk.12.post_attention_norm.weight | 0x631b5a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x631b9620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x631bd220 | 0x276000 | +| 172 | blk.13.attn_k_norm.weight | 0x63433220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x63433620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x63437220 | 0x672000 | +| 175 | blk.13.attn_q.weight | 0x63aa9220 | 0x4ec000 | +| 176 | blk.13.attn_q_norm.weight | 0x63f95220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x63f95620 | 0x339000 | +| 178 | blk.13.ffn_down.weight | 0x642ce620 | 0x1fa4000 | +| 179 | blk.13.ffn_gate.weight | 0x66272620 | 0x1275000 | +| 180 | blk.13.ffn_norm.weight | 0x674e7620 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x674eb220 | 0x1275000 | +| 182 | blk.13.post_attention_norm.weight | 0x68760220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x68763e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x68767a20 | 0x276000 | +| 185 | blk.14.attn_k_norm.weight | 0x689dda20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x689dde20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x689e1a20 | 0x672000 | +| 188 | blk.14.attn_q.weight | 0x69053a20 | 0x4ec000 | +| 189 | blk.14.attn_q_norm.weight | 0x6953fa20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x6953fe20 | 0x339000 | +| 191 | blk.14.ffn_down.weight | 0x69878e20 | 0x1fa4000 | +| 192 | blk.14.ffn_gate.weight | 0x6b81ce20 | 0x1275000 | +| 193 | blk.14.ffn_norm.weight | 0x6ca91e20 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x6ca95a20 | 0x1275000 | +| 195 | blk.14.post_attention_norm.weight | 0x6dd0aa20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x6dd0e620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x6dd12220 | 0x276000 | +| 198 | blk.15.attn_k_norm.weight | 0x6df88220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x6df88620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x6df8c220 | 0x672000 | +| 201 | blk.15.attn_q.weight | 0x6e5fe220 | 0x4ec000 | +| 202 | blk.15.attn_q_norm.weight | 0x6eaea220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x6eaea620 | 0x339000 | +| 204 | blk.15.ffn_down.weight | 0x6ee23620 | 0x1fa4000 | +| 205 | blk.15.ffn_gate.weight | 0x70dc7620 | 0x1275000 | +| 206 | blk.15.ffn_norm.weight | 0x7203c620 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x72040220 | 0x1275000 | +| 208 | blk.15.post_attention_norm.weight | 0x732b5220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x732b8e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x732bca20 | 0x276000 | +| 211 | blk.16.attn_k_norm.weight | 0x73532a20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x73532e20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x73536a20 | 0x672000 | +| 214 | blk.16.attn_q.weight | 0x73ba8a20 | 0x4ec000 | +| 215 | blk.16.attn_q_norm.weight | 0x74094a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x74094e20 | 0x339000 | +| 217 | blk.16.ffn_down.weight | 0x743cde20 | 0x1fa4000 | +| 218 | blk.16.ffn_gate.weight | 0x76371e20 | 0x1275000 | +| 219 | blk.16.ffn_norm.weight | 0x775e6e20 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x775eaa20 | 0x1275000 | +| 221 | blk.16.post_attention_norm.weight | 0x7885fa20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x78863620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x78867220 | 0x276000 | +| 224 | blk.17.attn_k_norm.weight | 0x78add220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x78add620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x78ae1220 | 0x672000 | +| 227 | blk.17.attn_q.weight | 0x79153220 | 0x4ec000 | +| 228 | blk.17.attn_q_norm.weight | 0x7963f220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x7963f620 | 0x339000 | +| 230 | blk.17.ffn_down.weight | 0x79978620 | 0x1fa4000 | +| 231 | blk.17.ffn_gate.weight | 0x7b91c620 | 0x1275000 | +| 232 | blk.17.ffn_norm.weight | 0x7cb91620 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0x7cb95220 | 0x1275000 | +| 234 | blk.17.post_attention_norm.weight | 0x7de0a220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0x7de0de20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0x7de11a20 | 0x276000 | +| 237 | blk.18.attn_k_norm.weight | 0x7e087a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0x7e087e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0x7e08ba20 | 0x672000 | +| 240 | blk.18.attn_q.weight | 0x7e6fda20 | 0x4ec000 | +| 241 | blk.18.attn_q_norm.weight | 0x7ebe9a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0x7ebe9e20 | 0x339000 | +| 243 | blk.18.ffn_down.weight | 0x7ef22e20 | 0x1fa4000 | +| 244 | blk.18.ffn_gate.weight | 0x80ec6e20 | 0x1275000 | +| 245 | blk.18.ffn_norm.weight | 0x8213be20 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0x8213fa20 | 0x1275000 | +| 247 | blk.18.post_attention_norm.weight | 0x833b4a20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0x833b8620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0x833bc220 | 0x276000 | +| 250 | blk.19.attn_k_norm.weight | 0x83632220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0x83632620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0x83636220 | 0x672000 | +| 253 | blk.19.attn_q.weight | 0x83ca8220 | 0x4ec000 | +| 254 | blk.19.attn_q_norm.weight | 0x84194220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0x84194620 | 0x339000 | +| 256 | blk.19.ffn_down.weight | 0x844cd620 | 0x1fa4000 | +| 257 | blk.19.ffn_gate.weight | 0x86471620 | 0x1275000 | +| 258 | blk.19.ffn_norm.weight | 0x876e6620 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0x876ea220 | 0x1275000 | +| 260 | blk.19.post_attention_norm.weight | 0x8895f220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0x88962e20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0x88966a20 | 0x276000 | +| 263 | blk.20.attn_k_norm.weight | 0x88bdca20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0x88bdce20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0x88be0a20 | 0x672000 | +| 266 | blk.20.attn_q.weight | 0x89252a20 | 0x4ec000 | +| 267 | blk.20.attn_q_norm.weight | 0x8973ea20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0x8973ee20 | 0x339000 | +| 269 | blk.20.ffn_down.weight | 0x89a77e20 | 0x1fa4000 | +| 270 | blk.20.ffn_gate.weight | 0x8ba1be20 | 0x1275000 | +| 271 | blk.20.ffn_norm.weight | 0x8cc90e20 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0x8cc94a20 | 0x1275000 | +| 273 | blk.20.post_attention_norm.weight | 0x8df09a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0x8df0d620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0x8df11220 | 0x276000 | +| 276 | blk.21.attn_k_norm.weight | 0x8e187220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0x8e187620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0x8e18b220 | 0x672000 | +| 279 | blk.21.attn_q.weight | 0x8e7fd220 | 0x4ec000 | +| 280 | blk.21.attn_q_norm.weight | 0x8ece9220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0x8ece9620 | 0x339000 | +| 282 | blk.21.ffn_down.weight | 0x8f022620 | 0x1fa4000 | +| 283 | blk.21.ffn_gate.weight | 0x90fc6620 | 0x1275000 | +| 284 | blk.21.ffn_norm.weight | 0x9223b620 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0x9223f220 | 0x1275000 | +| 286 | blk.21.post_attention_norm.weight | 0x934b4220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0x934b7e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0x934bba20 | 0x276000 | +| 289 | blk.22.attn_k_norm.weight | 0x93731a20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0x93731e20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0x93735a20 | 0x672000 | +| 292 | blk.22.attn_q.weight | 0x93da7a20 | 0x4ec000 | +| 293 | blk.22.attn_q_norm.weight | 0x94293a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0x94293e20 | 0x339000 | +| 295 | blk.22.ffn_down.weight | 0x945cce20 | 0x1fa4000 | +| 296 | blk.22.ffn_gate.weight | 0x96570e20 | 0x1275000 | +| 297 | blk.22.ffn_norm.weight | 0x977e5e20 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0x977e9a20 | 0x1275000 | +| 299 | blk.22.post_attention_norm.weight | 0x98a5ea20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0x98a62620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0x98a66220 | 0x276000 | +| 302 | blk.23.attn_k_norm.weight | 0x98cdc220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0x98cdc620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0x98ce0220 | 0x672000 | +| 305 | blk.23.attn_q.weight | 0x99352220 | 0x4ec000 | +| 306 | blk.23.attn_q_norm.weight | 0x9983e220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0x9983e620 | 0x339000 | +| 308 | blk.23.ffn_down.weight | 0x99b77620 | 0x1fa4000 | +| 309 | blk.23.ffn_gate.weight | 0x9bb1b620 | 0x1275000 | +| 310 | blk.23.ffn_norm.weight | 0x9cd90620 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0x9cd94220 | 0x1275000 | +| 312 | blk.23.post_attention_norm.weight | 0x9e009220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0x9e00ce20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0x9e010a20 | 0x339000 | +| 315 | blk.24.attn_k_norm.weight | 0x9e349a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0x9e349e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0x9e34da20 | 0x672000 | +| 318 | blk.24.attn_q.weight | 0x9e9bfa20 | 0x672000 | +| 319 | blk.24.attn_q_norm.weight | 0x9f031a20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0x9f031e20 | 0x339000 | +| 321 | blk.24.ffn_down.weight | 0x9f36ae20 | 0x1fa4000 | +| 322 | blk.24.ffn_gate.weight | 0xa130ee20 | 0x182b800 | +| 323 | blk.24.ffn_norm.weight | 0xa2b3a620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xa2b3e220 | 0x182b800 | +| 325 | blk.24.post_attention_norm.weight | 0xa4369a20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xa436d620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xa4371220 | 0x276000 | +| 328 | blk.25.attn_k_norm.weight | 0xa45e7220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xa45e7620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xa45eb220 | 0x672000 | +| 331 | blk.25.attn_q.weight | 0xa4c5d220 | 0x4ec000 | +| 332 | blk.25.attn_q_norm.weight | 0xa5149220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xa5149620 | 0x339000 | +| 334 | blk.25.ffn_down.weight | 0xa5482620 | 0x1fa4000 | +| 335 | blk.25.ffn_gate.weight | 0xa7426620 | 0x1275000 | +| 336 | blk.25.ffn_norm.weight | 0xa869b620 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xa869f220 | 0x1275000 | +| 338 | blk.25.post_attention_norm.weight | 0xa9914220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xa9917e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xa991ba20 | 0x276000 | +| 341 | blk.26.attn_k_norm.weight | 0xa9b91a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xa9b91e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xa9b95a20 | 0x672000 | +| 344 | blk.26.attn_q.weight | 0xaa207a20 | 0x4ec000 | +| 345 | blk.26.attn_q_norm.weight | 0xaa6f3a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xaa6f3e20 | 0x339000 | +| 347 | blk.26.ffn_down.weight | 0xaaa2ce20 | 0x1fa4000 | +| 348 | blk.26.ffn_gate.weight | 0xac9d0e20 | 0x1275000 | +| 349 | blk.26.ffn_norm.weight | 0xadc45e20 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xadc49a20 | 0x1275000 | +| 351 | blk.26.post_attention_norm.weight | 0xaeebea20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xaeec2620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xaeec6220 | 0x276000 | +| 354 | blk.27.attn_k_norm.weight | 0xaf13c220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xaf13c620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xaf140220 | 0x672000 | +| 357 | blk.27.attn_q.weight | 0xaf7b2220 | 0x4ec000 | +| 358 | blk.27.attn_q_norm.weight | 0xafc9e220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xafc9e620 | 0x339000 | +| 360 | blk.27.ffn_down.weight | 0xaffd7620 | 0x1fa4000 | +| 361 | blk.27.ffn_gate.weight | 0xb1f7b620 | 0x1275000 | +| 362 | blk.27.ffn_norm.weight | 0xb31f0620 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xb31f4220 | 0x1275000 | +| 364 | blk.27.post_attention_norm.weight | 0xb4469220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xb446ce20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xb4470a20 | 0x339000 | +| 367 | blk.28.attn_k_norm.weight | 0xb47a9a20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xb47a9e20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xb47ada20 | 0x672000 | +| 370 | blk.28.attn_q.weight | 0xb4e1fa20 | 0x672000 | +| 371 | blk.28.attn_q_norm.weight | 0xb5491a20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xb5491e20 | 0x339000 | +| 373 | blk.28.ffn_down.weight | 0xb57cae20 | 0x1fa4000 | +| 374 | blk.28.ffn_gate.weight | 0xb776ee20 | 0x182b800 | +| 375 | blk.28.ffn_norm.weight | 0xb8f9a620 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xb8f9e220 | 0x182b800 | +| 377 | blk.28.post_attention_norm.weight | 0xba7c9a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xba7cd620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xba7d1220 | 0x276000 | +| 380 | blk.29.attn_k_norm.weight | 0xbaa47220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xbaa47620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xbaa4b220 | 0x672000 | +| 383 | blk.29.attn_q.weight | 0xbb0bd220 | 0x4ec000 | +| 384 | blk.29.attn_q_norm.weight | 0xbb5a9220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xbb5a9620 | 0x339000 | +| 386 | blk.29.ffn_down.weight | 0xbb8e2620 | 0x1fa4000 | +| 387 | blk.29.ffn_gate.weight | 0xbd886620 | 0x1275000 | +| 388 | blk.29.ffn_norm.weight | 0xbeafb620 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xbeaff220 | 0x1275000 | +| 390 | blk.29.post_attention_norm.weight | 0xbfd74220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xbfd77e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xbfd7ba20 | 0x276000 | +| 393 | blk.30.attn_k_norm.weight | 0xbfff1a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xbfff1e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xbfff5a20 | 0x672000 | +| 396 | blk.30.attn_q.weight | 0xc0667a20 | 0x4ec000 | +| 397 | blk.30.attn_q_norm.weight | 0xc0b53a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xc0b53e20 | 0x339000 | +| 399 | blk.30.ffn_down.weight | 0xc0e8ce20 | 0x1fa4000 | +| 400 | blk.30.ffn_gate.weight | 0xc2e30e20 | 0x1275000 | +| 401 | blk.30.ffn_norm.weight | 0xc40a5e20 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xc40a9a20 | 0x1275000 | +| 403 | blk.30.post_attention_norm.weight | 0xc531ea20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xc5322620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xc5326220 | 0x339000 | +| 406 | blk.31.attn_k_norm.weight | 0xc565f220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xc565f620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xc5663220 | 0x672000 | +| 409 | blk.31.attn_q.weight | 0xc5cd5220 | 0x672000 | +| 410 | blk.31.attn_q_norm.weight | 0xc6347220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xc6347620 | 0x339000 | +| 412 | blk.31.ffn_down.weight | 0xc6680620 | 0x1fa4000 | +| 413 | blk.31.ffn_gate.weight | 0xc8624620 | 0x182b800 | +| 414 | blk.31.ffn_norm.weight | 0xc9e4fe20 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0xc9e53a20 | 0x182b800 | +| 416 | blk.31.post_attention_norm.weight | 0xcb67f220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0xcb682e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0xcb686a20 | 0x339000 | +| 419 | blk.32.attn_k_norm.weight | 0xcb9bfa20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0xcb9bfe20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0xcb9c3a20 | 0x672000 | +| 422 | blk.32.attn_q.weight | 0xcc035a20 | 0x672000 | +| 423 | blk.32.attn_q_norm.weight | 0xcc6a7a20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0xcc6a7e20 | 0x339000 | +| 425 | blk.32.ffn_down.weight | 0xcc9e0e20 | 0x1fa4000 | +| 426 | blk.32.ffn_gate.weight | 0xce984e20 | 0x182b800 | +| 427 | blk.32.ffn_norm.weight | 0xd01b0620 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0xd01b4220 | 0x182b800 | +| 429 | blk.32.post_attention_norm.weight | 0xd19dfa20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0xd19e3620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0xd19e7220 | 0x339000 | +| 432 | blk.33.attn_k_norm.weight | 0xd1d20220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0xd1d20620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0xd1d24220 | 0x672000 | +| 435 | blk.33.attn_q.weight | 0xd2396220 | 0x672000 | +| 436 | blk.33.attn_q_norm.weight | 0xd2a08220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0xd2a08620 | 0x339000 | +| 438 | blk.33.ffn_down.weight | 0xd2d41620 | 0x1fa4000 | +| 439 | blk.33.ffn_gate.weight | 0xd4ce5620 | 0x182b800 | +| 440 | blk.33.ffn_norm.weight | 0xd6510e20 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0xd6514a20 | 0x182b800 | +| 442 | blk.33.post_attention_norm.weight | 0xd7d40220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0xd7d43e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0xd7d47a20 | 0x339000 | +| 445 | blk.34.attn_k_norm.weight | 0xd8080a20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0xd8080e20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0xd8084a20 | 0x672000 | +| 448 | blk.34.attn_q.weight | 0xd86f6a20 | 0x672000 | +| 449 | blk.34.attn_q_norm.weight | 0xd8d68a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0xd8d68e20 | 0x339000 | +| 451 | blk.34.ffn_down.weight | 0xd90a1e20 | 0x1fa4000 | +| 452 | blk.34.ffn_gate.weight | 0xdb045e20 | 0x182b800 | +| 453 | blk.34.ffn_norm.weight | 0xdc871620 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0xdc875220 | 0x182b800 | +| 455 | blk.34.post_attention_norm.weight | 0xde0a0a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0xde0a4620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0xde0a8220 | 0x276000 | +| 458 | blk.35.attn_k_norm.weight | 0xde31e220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0xde31e620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0xde322220 | 0x672000 | +| 461 | blk.35.attn_q.weight | 0xde994220 | 0x4ec000 | +| 462 | blk.35.attn_q_norm.weight | 0xdee80220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0xdee80620 | 0x339000 | +| 464 | blk.35.ffn_down.weight | 0xdf1b9620 | 0x1fa4000 | +| 465 | blk.35.ffn_gate.weight | 0xe115d620 | 0x1275000 | +| 466 | blk.35.ffn_norm.weight | 0xe23d2620 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0xe23d6220 | 0x1275000 | +| 468 | blk.35.post_attention_norm.weight | 0xe364b220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0xe364ee20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0xe3652a20 | 0x339000 | +| 471 | blk.36.attn_k_norm.weight | 0xe398ba20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0xe398be20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0xe398fa20 | 0x672000 | +| 474 | blk.36.attn_q.weight | 0xe4001a20 | 0x672000 | +| 475 | blk.36.attn_q_norm.weight | 0xe4673a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0xe4673e20 | 0x339000 | +| 477 | blk.36.ffn_down.weight | 0xe49ace20 | 0x1fa4000 | +| 478 | blk.36.ffn_gate.weight | 0xe6950e20 | 0x182b800 | +| 479 | blk.36.ffn_norm.weight | 0xe817c620 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0xe8180220 | 0x182b800 | +| 481 | blk.36.post_attention_norm.weight | 0xe99aba20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0xe99af620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0xe99b3220 | 0x339000 | +| 484 | blk.37.attn_k_norm.weight | 0xe9cec220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0xe9cec620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0xe9cf0220 | 0x672000 | +| 487 | blk.37.attn_q.weight | 0xea362220 | 0x672000 | +| 488 | blk.37.attn_q_norm.weight | 0xea9d4220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0xea9d4620 | 0x339000 | +| 490 | blk.37.ffn_down.weight | 0xead0d620 | 0x1fa4000 | +| 491 | blk.37.ffn_gate.weight | 0xeccb1620 | 0x182b800 | +| 492 | blk.37.ffn_norm.weight | 0xee4dce20 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0xee4e0a20 | 0x182b800 | +| 494 | blk.37.post_attention_norm.weight | 0xefd0c220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0xefd0fe20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0xefd13a20 | 0x339000 | +| 497 | blk.38.attn_k_norm.weight | 0xf004ca20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0xf004ce20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0xf0050a20 | 0x672000 | +| 500 | blk.38.attn_q.weight | 0xf06c2a20 | 0x672000 | +| 501 | blk.38.attn_q_norm.weight | 0xf0d34a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0xf0d34e20 | 0x339000 | +| 503 | blk.38.ffn_down.weight | 0xf106de20 | 0x1fa4000 | +| 504 | blk.38.ffn_gate.weight | 0xf3011e20 | 0x182b800 | +| 505 | blk.38.ffn_norm.weight | 0xf483d620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0xf4841220 | 0x182b800 | +| 507 | blk.38.post_attention_norm.weight | 0xf606ca20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0xf6070620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0xf6074220 | 0x339000 | +| 510 | blk.39.attn_k_norm.weight | 0xf63ad220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0xf63ad620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0xf63b1220 | 0x672000 | +| 513 | blk.39.attn_q.weight | 0xf6a23220 | 0x672000 | +| 514 | blk.39.attn_q_norm.weight | 0xf7095220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0xf7095620 | 0x339000 | +| 516 | blk.39.ffn_down.weight | 0xf73ce620 | 0x1fa4000 | +| 517 | blk.39.ffn_gate.weight | 0xf9372620 | 0x182b800 | +| 518 | blk.39.ffn_norm.weight | 0xfab9de20 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0xfaba1a20 | 0x182b800 | +| 520 | blk.39.post_attention_norm.weight | 0xfc3cd220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0xfc3d0e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0xfc3d4a20 | 0x339000 | +| 523 | blk.40.attn_k_norm.weight | 0xfc70da20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0xfc70de20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0xfc711a20 | 0x672000 | +| 526 | blk.40.attn_q.weight | 0xfcd83a20 | 0x672000 | +| 527 | blk.40.attn_q_norm.weight | 0xfd3f5a20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0xfd3f5e20 | 0x339000 | +| 529 | blk.40.ffn_down.weight | 0xfd72ee20 | 0x1fa4000 | +| 530 | blk.40.ffn_gate.weight | 0xff6d2e20 | 0x182b800 | +| 531 | blk.40.ffn_norm.weight | 0x100efe620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x100f02220 | 0x182b800 | +| 533 | blk.40.post_attention_norm.weight | 0x10272da20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x102731620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x102735220 | 0x276000 | +| 536 | blk.41.attn_k_norm.weight | 0x1029ab220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x1029ab620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x1029af220 | 0x672000 | +| 539 | blk.41.attn_q.weight | 0x103021220 | 0x4ec000 | +| 540 | blk.41.attn_q_norm.weight | 0x10350d220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x10350d620 | 0x339000 | +| 542 | blk.41.ffn_down.weight | 0x103846620 | 0x1fa4000 | +| 543 | blk.41.ffn_gate.weight | 0x1057ea620 | 0x1275000 | +| 544 | blk.41.ffn_norm.weight | 0x106a5f620 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x106a63220 | 0x1275000 | +| 546 | blk.41.post_attention_norm.weight | 0x107cd8220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x107cdbe20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x107cdfa20 | 0x276000 | +| 549 | blk.42.attn_k_norm.weight | 0x107f55a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x107f55e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x107f59a20 | 0x672000 | +| 552 | blk.42.attn_q.weight | 0x1085cba20 | 0x4ec000 | +| 553 | blk.42.attn_q_norm.weight | 0x108ab7a20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x108ab7e20 | 0x339000 | +| 555 | blk.42.ffn_down.weight | 0x108df0e20 | 0x1fa4000 | +| 556 | blk.42.ffn_gate.weight | 0x10ad94e20 | 0x1275000 | +| 557 | blk.42.ffn_norm.weight | 0x10c009e20 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x10c00da20 | 0x1275000 | +| 559 | blk.42.post_attention_norm.weight | 0x10d282a20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x10d286620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x10d28a220 | 0x276000 | +| 562 | blk.43.attn_k_norm.weight | 0x10d500220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x10d500620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x10d504220 | 0x672000 | +| 565 | blk.43.attn_q.weight | 0x10db76220 | 0x4ec000 | +| 566 | blk.43.attn_q_norm.weight | 0x10e062220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x10e062620 | 0x339000 | +| 568 | blk.43.ffn_down.weight | 0x10e39b620 | 0x1fa4000 | +| 569 | blk.43.ffn_gate.weight | 0x11033f620 | 0x1275000 | +| 570 | blk.43.ffn_norm.weight | 0x1115b4620 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x1115b8220 | 0x1275000 | +| 572 | blk.43.post_attention_norm.weight | 0x11282d220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x112830e20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x112834a20 | 0x339000 | +| 575 | blk.44.attn_k_norm.weight | 0x112b6da20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x112b6de20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x112b71a20 | 0x672000 | +| 578 | blk.44.attn_q.weight | 0x1131e3a20 | 0x672000 | +| 579 | blk.44.attn_q_norm.weight | 0x113855a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x113855e20 | 0x339000 | +| 581 | blk.44.ffn_down.weight | 0x113b8ee20 | 0x1fa4000 | +| 582 | blk.44.ffn_gate.weight | 0x115b32e20 | 0x182b800 | +| 583 | blk.44.ffn_norm.weight | 0x11735e620 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x117362220 | 0x182b800 | +| 585 | blk.44.post_attention_norm.weight | 0x118b8da20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x118b91620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x118b95220 | 0x339000 | +| 588 | blk.45.attn_k_norm.weight | 0x118ece220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x118ece620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x118ed2220 | 0x672000 | +| 591 | blk.45.attn_q.weight | 0x119544220 | 0x672000 | +| 592 | blk.45.attn_q_norm.weight | 0x119bb6220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x119bb6620 | 0x339000 | +| 594 | blk.45.ffn_down.weight | 0x119eef620 | 0x1fa4000 | +| 595 | blk.45.ffn_gate.weight | 0x11be93620 | 0x182b800 | +| 596 | blk.45.ffn_norm.weight | 0x11d6bee20 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x11d6c2a20 | 0x182b800 | +| 598 | blk.45.post_attention_norm.weight | 0x11eeee220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x11eef1e20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q2_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q2_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q2_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q2_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q3_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q4_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q4_K_M.md b/scores/gemma-3-12b-it-Q4_K_M.md new file mode 100644 index 0000000..0c05907 --- /dev/null +++ b/scores/gemma-3-12b-it-Q4_K_M.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q4_K_M.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 15 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q4\_K\_M.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q4_k_mgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x438000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a6faa20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a6fae20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a6fea20 | 0x870000 | +| 6 | blk.0.attn_q.weight | 0x1af6ea20 | 0x870000 | +| 7 | blk.0.attn_q_norm.weight | 0x1b7dea20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1b7dee20 | 0x528000 | +| 9 | blk.0.ffn_down.weight | 0x1bd06e20 | 0x26ac000 | +| 10 | blk.0.ffn_gate.weight | 0x1e3b2e20 | 0x1fa4000 | +| 11 | blk.0.ffn_norm.weight | 0x20356e20 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x2035aa20 | 0x1fa4000 | +| 13 | blk.0.post_attention_norm.weight | 0x222fea20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x22302620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x22306220 | 0x438000 | +| 16 | blk.1.attn_k_norm.weight | 0x2273e220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x2273e620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x22742220 | 0x870000 | +| 19 | blk.1.attn_q.weight | 0x22fb2220 | 0x870000 | +| 20 | blk.1.attn_q_norm.weight | 0x23822220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x23822620 | 0x528000 | +| 22 | blk.1.ffn_down.weight | 0x23d4a620 | 0x26ac000 | +| 23 | blk.1.ffn_gate.weight | 0x263f6620 | 0x1fa4000 | +| 24 | blk.1.ffn_norm.weight | 0x2839a620 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x2839e220 | 0x1fa4000 | +| 26 | blk.1.post_attention_norm.weight | 0x2a342220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x2a345e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x2a349a20 | 0x438000 | +| 29 | blk.2.attn_k_norm.weight | 0x2a781a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x2a781e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x2a785a20 | 0x870000 | +| 32 | blk.2.attn_q.weight | 0x2aff5a20 | 0x870000 | +| 33 | blk.2.attn_q_norm.weight | 0x2b865a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2b865e20 | 0x528000 | +| 35 | blk.2.ffn_down.weight | 0x2bd8de20 | 0x26ac000 | +| 36 | blk.2.ffn_gate.weight | 0x2e439e20 | 0x1fa4000 | +| 37 | blk.2.ffn_norm.weight | 0x303dde20 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x303e1a20 | 0x1fa4000 | +| 39 | blk.2.post_attention_norm.weight | 0x32385a20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x32389620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x3238d220 | 0x438000 | +| 42 | blk.3.attn_k_norm.weight | 0x327c5220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x327c5620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x327c9220 | 0x870000 | +| 45 | blk.3.attn_q.weight | 0x33039220 | 0x870000 | +| 46 | blk.3.attn_q_norm.weight | 0x338a9220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x338a9620 | 0x528000 | +| 48 | blk.3.ffn_down.weight | 0x33dd1620 | 0x26ac000 | +| 49 | blk.3.ffn_gate.weight | 0x3647d620 | 0x1fa4000 | +| 50 | blk.3.ffn_norm.weight | 0x38421620 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x38425220 | 0x1fa4000 | +| 52 | blk.3.post_attention_norm.weight | 0x3a3c9220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x3a3cce20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x3a3d0a20 | 0x438000 | +| 55 | blk.4.attn_k_norm.weight | 0x3a808a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x3a808e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x3a80ca20 | 0x870000 | +| 58 | blk.4.attn_q.weight | 0x3b07ca20 | 0x870000 | +| 59 | blk.4.attn_q_norm.weight | 0x3b8eca20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x3b8ece20 | 0x528000 | +| 61 | blk.4.ffn_down.weight | 0x3be14e20 | 0x26ac000 | +| 62 | blk.4.ffn_gate.weight | 0x3e4c0e20 | 0x1fa4000 | +| 63 | blk.4.ffn_norm.weight | 0x40464e20 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x40468a20 | 0x1fa4000 | +| 65 | blk.4.post_attention_norm.weight | 0x4240ca20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x42410620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x42414220 | 0x438000 | +| 68 | blk.5.attn_k_norm.weight | 0x4284c220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x4284c620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x42850220 | 0x870000 | +| 71 | blk.5.attn_q.weight | 0x430c0220 | 0x870000 | +| 72 | blk.5.attn_q_norm.weight | 0x43930220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x43930620 | 0x528000 | +| 74 | blk.5.ffn_down.weight | 0x43e58620 | 0x26ac000 | +| 75 | blk.5.ffn_gate.weight | 0x46504620 | 0x1fa4000 | +| 76 | blk.5.ffn_norm.weight | 0x484a8620 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x484ac220 | 0x1fa4000 | +| 78 | blk.5.post_attention_norm.weight | 0x4a450220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x4a453e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x4a457a20 | 0x438000 | +| 81 | blk.6.attn_k_norm.weight | 0x4a88fa20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x4a88fe20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x4a893a20 | 0x870000 | +| 84 | blk.6.attn_q.weight | 0x4b103a20 | 0x870000 | +| 85 | blk.6.attn_q_norm.weight | 0x4b973a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x4b973e20 | 0x528000 | +| 87 | blk.6.ffn_down.weight | 0x4be9be20 | 0x26ac000 | +| 88 | blk.6.ffn_gate.weight | 0x4e547e20 | 0x1fa4000 | +| 89 | blk.6.ffn_norm.weight | 0x504ebe20 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x504efa20 | 0x1fa4000 | +| 91 | blk.6.post_attention_norm.weight | 0x52493a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x52497620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x5249b220 | 0x438000 | +| 94 | blk.7.attn_k_norm.weight | 0x528d3220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x528d3620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x528d7220 | 0x870000 | +| 97 | blk.7.attn_q.weight | 0x53147220 | 0x870000 | +| 98 | blk.7.attn_q_norm.weight | 0x539b7220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x539b7620 | 0x528000 | +| 100 | blk.7.ffn_down.weight | 0x53edf620 | 0x26ac000 | +| 101 | blk.7.ffn_gate.weight | 0x5658b620 | 0x1fa4000 | +| 102 | blk.7.ffn_norm.weight | 0x5852f620 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x58533220 | 0x1fa4000 | +| 104 | blk.7.post_attention_norm.weight | 0x5a4d7220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x5a4dae20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x5a4dea20 | 0x438000 | +| 107 | blk.8.attn_k_norm.weight | 0x5a916a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x5a916e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x5a91aa20 | 0x870000 | +| 110 | blk.8.attn_q.weight | 0x5b18aa20 | 0x870000 | +| 111 | blk.8.attn_q_norm.weight | 0x5b9faa20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x5b9fae20 | 0x528000 | +| 113 | blk.8.ffn_down.weight | 0x5bf22e20 | 0x26ac000 | +| 114 | blk.8.ffn_gate.weight | 0x5e5cee20 | 0x1fa4000 | +| 115 | blk.8.ffn_norm.weight | 0x60572e20 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x60576a20 | 0x1fa4000 | +| 117 | blk.8.post_attention_norm.weight | 0x6251aa20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x6251e620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x62522220 | 0x438000 | +| 120 | blk.9.attn_k_norm.weight | 0x6295a220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x6295a620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x6295e220 | 0x870000 | +| 123 | blk.9.attn_q.weight | 0x631ce220 | 0x870000 | +| 124 | blk.9.attn_q_norm.weight | 0x63a3e220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x63a3e620 | 0x528000 | +| 126 | blk.9.ffn_down.weight | 0x63f66620 | 0x26ac000 | +| 127 | blk.9.ffn_gate.weight | 0x66612620 | 0x1fa4000 | +| 128 | blk.9.ffn_norm.weight | 0x685b6620 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x685ba220 | 0x1fa4000 | +| 130 | blk.9.post_attention_norm.weight | 0x6a55e220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x6a561e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x6a565a20 | 0x438000 | +| 133 | blk.10.attn_k_norm.weight | 0x6a99da20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x6a99de20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x6a9a1a20 | 0x870000 | +| 136 | blk.10.attn_q.weight | 0x6b211a20 | 0x870000 | +| 137 | blk.10.attn_q_norm.weight | 0x6ba81a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x6ba81e20 | 0x528000 | +| 139 | blk.10.ffn_down.weight | 0x6bfa9e20 | 0x26ac000 | +| 140 | blk.10.ffn_gate.weight | 0x6e655e20 | 0x1fa4000 | +| 141 | blk.10.ffn_norm.weight | 0x705f9e20 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x705fda20 | 0x1fa4000 | +| 143 | blk.10.post_attention_norm.weight | 0x725a1a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x725a5620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x725a9220 | 0x339000 | +| 146 | blk.11.attn_k_norm.weight | 0x728e2220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x728e2620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x728e6220 | 0x870000 | +| 149 | blk.11.attn_q.weight | 0x73156220 | 0x672000 | +| 150 | blk.11.attn_q_norm.weight | 0x737c8220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x737c8620 | 0x528000 | +| 152 | blk.11.ffn_down.weight | 0x73cf0620 | 0x26ac000 | +| 153 | blk.11.ffn_gate.weight | 0x7639c620 | 0x182b800 | +| 154 | blk.11.ffn_norm.weight | 0x77bc7e20 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x77bcba20 | 0x182b800 | +| 156 | blk.11.post_attention_norm.weight | 0x793f7220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x793fae20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x793fea20 | 0x339000 | +| 159 | blk.12.attn_k_norm.weight | 0x79737a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x79737e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x7973ba20 | 0x870000 | +| 162 | blk.12.attn_q.weight | 0x79faba20 | 0x672000 | +| 163 | blk.12.attn_q_norm.weight | 0x7a61da20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x7a61de20 | 0x528000 | +| 165 | blk.12.ffn_down.weight | 0x7ab45e20 | 0x26ac000 | +| 166 | blk.12.ffn_gate.weight | 0x7d1f1e20 | 0x182b800 | +| 167 | blk.12.ffn_norm.weight | 0x7ea1d620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x7ea21220 | 0x182b800 | +| 169 | blk.12.post_attention_norm.weight | 0x8024ca20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x80250620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x80254220 | 0x339000 | +| 172 | blk.13.attn_k_norm.weight | 0x8058d220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x8058d620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x80591220 | 0x870000 | +| 175 | blk.13.attn_q.weight | 0x80e01220 | 0x672000 | +| 176 | blk.13.attn_q_norm.weight | 0x81473220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x81473620 | 0x438000 | +| 178 | blk.13.ffn_down.weight | 0x818ab620 | 0x26ac000 | +| 179 | blk.13.ffn_gate.weight | 0x83f57620 | 0x182b800 | +| 180 | blk.13.ffn_norm.weight | 0x85782e20 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x85786a20 | 0x182b800 | +| 182 | blk.13.post_attention_norm.weight | 0x86fb2220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x86fb5e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x86fb9a20 | 0x339000 | +| 185 | blk.14.attn_k_norm.weight | 0x872f2a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x872f2e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x872f6a20 | 0x870000 | +| 188 | blk.14.attn_q.weight | 0x87b66a20 | 0x672000 | +| 189 | blk.14.attn_q_norm.weight | 0x881d8a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x881d8e20 | 0x528000 | +| 191 | blk.14.ffn_down.weight | 0x88700e20 | 0x26ac000 | +| 192 | blk.14.ffn_gate.weight | 0x8adace20 | 0x182b800 | +| 193 | blk.14.ffn_norm.weight | 0x8c5d8620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x8c5dc220 | 0x182b800 | +| 195 | blk.14.post_attention_norm.weight | 0x8de07a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x8de0b620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x8de0f220 | 0x339000 | +| 198 | blk.15.attn_k_norm.weight | 0x8e148220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x8e148620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x8e14c220 | 0x870000 | +| 201 | blk.15.attn_q.weight | 0x8e9bc220 | 0x672000 | +| 202 | blk.15.attn_q_norm.weight | 0x8f02e220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x8f02e620 | 0x528000 | +| 204 | blk.15.ffn_down.weight | 0x8f556620 | 0x26ac000 | +| 205 | blk.15.ffn_gate.weight | 0x91c02620 | 0x182b800 | +| 206 | blk.15.ffn_norm.weight | 0x9342de20 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x93431a20 | 0x182b800 | +| 208 | blk.15.post_attention_norm.weight | 0x94c5d220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x94c60e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x94c64a20 | 0x339000 | +| 211 | blk.16.attn_k_norm.weight | 0x94f9da20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x94f9de20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x94fa1a20 | 0x870000 | +| 214 | blk.16.attn_q.weight | 0x95811a20 | 0x672000 | +| 215 | blk.16.attn_q_norm.weight | 0x95e83a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x95e83e20 | 0x438000 | +| 217 | blk.16.ffn_down.weight | 0x962bbe20 | 0x26ac000 | +| 218 | blk.16.ffn_gate.weight | 0x98967e20 | 0x182b800 | +| 219 | blk.16.ffn_norm.weight | 0x9a193620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x9a197220 | 0x182b800 | +| 221 | blk.16.post_attention_norm.weight | 0x9b9c2a20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x9b9c6620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x9b9ca220 | 0x339000 | +| 224 | blk.17.attn_k_norm.weight | 0x9bd03220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x9bd03620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x9bd07220 | 0x870000 | +| 227 | blk.17.attn_q.weight | 0x9c577220 | 0x672000 | +| 228 | blk.17.attn_q_norm.weight | 0x9cbe9220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x9cbe9620 | 0x528000 | +| 230 | blk.17.ffn_down.weight | 0x9d111620 | 0x26ac000 | +| 231 | blk.17.ffn_gate.weight | 0x9f7bd620 | 0x182b800 | +| 232 | blk.17.ffn_norm.weight | 0xa0fe8e20 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0xa0feca20 | 0x182b800 | +| 234 | blk.17.post_attention_norm.weight | 0xa2818220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0xa281be20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0xa281fa20 | 0x339000 | +| 237 | blk.18.attn_k_norm.weight | 0xa2b58a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0xa2b58e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0xa2b5ca20 | 0x870000 | +| 240 | blk.18.attn_q.weight | 0xa33cca20 | 0x672000 | +| 241 | blk.18.attn_q_norm.weight | 0xa3a3ea20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0xa3a3ee20 | 0x528000 | +| 243 | blk.18.ffn_down.weight | 0xa3f66e20 | 0x26ac000 | +| 244 | blk.18.ffn_gate.weight | 0xa6612e20 | 0x182b800 | +| 245 | blk.18.ffn_norm.weight | 0xa7e3e620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0xa7e42220 | 0x182b800 | +| 247 | blk.18.post_attention_norm.weight | 0xa966da20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0xa9671620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0xa9675220 | 0x339000 | +| 250 | blk.19.attn_k_norm.weight | 0xa99ae220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0xa99ae620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0xa99b2220 | 0x870000 | +| 253 | blk.19.attn_q.weight | 0xaa222220 | 0x672000 | +| 254 | blk.19.attn_q_norm.weight | 0xaa894220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0xaa894620 | 0x438000 | +| 256 | blk.19.ffn_down.weight | 0xaaccc620 | 0x26ac000 | +| 257 | blk.19.ffn_gate.weight | 0xad378620 | 0x182b800 | +| 258 | blk.19.ffn_norm.weight | 0xaeba3e20 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0xaeba7a20 | 0x182b800 | +| 260 | blk.19.post_attention_norm.weight | 0xb03d3220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0xb03d6e20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0xb03daa20 | 0x339000 | +| 263 | blk.20.attn_k_norm.weight | 0xb0713a20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0xb0713e20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0xb0717a20 | 0x870000 | +| 266 | blk.20.attn_q.weight | 0xb0f87a20 | 0x672000 | +| 267 | blk.20.attn_q_norm.weight | 0xb15f9a20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0xb15f9e20 | 0x528000 | +| 269 | blk.20.ffn_down.weight | 0xb1b21e20 | 0x26ac000 | +| 270 | blk.20.ffn_gate.weight | 0xb41cde20 | 0x182b800 | +| 271 | blk.20.ffn_norm.weight | 0xb59f9620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0xb59fd220 | 0x182b800 | +| 273 | blk.20.post_attention_norm.weight | 0xb7228a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0xb722c620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0xb7230220 | 0x339000 | +| 276 | blk.21.attn_k_norm.weight | 0xb7569220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0xb7569620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0xb756d220 | 0x870000 | +| 279 | blk.21.attn_q.weight | 0xb7ddd220 | 0x672000 | +| 280 | blk.21.attn_q_norm.weight | 0xb844f220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0xb844f620 | 0x528000 | +| 282 | blk.21.ffn_down.weight | 0xb8977620 | 0x26ac000 | +| 283 | blk.21.ffn_gate.weight | 0xbb023620 | 0x182b800 | +| 284 | blk.21.ffn_norm.weight | 0xbc84ee20 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0xbc852a20 | 0x182b800 | +| 286 | blk.21.post_attention_norm.weight | 0xbe07e220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0xbe081e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0xbe085a20 | 0x339000 | +| 289 | blk.22.attn_k_norm.weight | 0xbe3bea20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0xbe3bee20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0xbe3c2a20 | 0x870000 | +| 292 | blk.22.attn_q.weight | 0xbec32a20 | 0x672000 | +| 293 | blk.22.attn_q_norm.weight | 0xbf2a4a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0xbf2a4e20 | 0x438000 | +| 295 | blk.22.ffn_down.weight | 0xbf6dce20 | 0x26ac000 | +| 296 | blk.22.ffn_gate.weight | 0xc1d88e20 | 0x182b800 | +| 297 | blk.22.ffn_norm.weight | 0xc35b4620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xc35b8220 | 0x182b800 | +| 299 | blk.22.post_attention_norm.weight | 0xc4de3a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xc4de7620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xc4deb220 | 0x339000 | +| 302 | blk.23.attn_k_norm.weight | 0xc5124220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xc5124620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xc5128220 | 0x870000 | +| 305 | blk.23.attn_q.weight | 0xc5998220 | 0x672000 | +| 306 | blk.23.attn_q_norm.weight | 0xc600a220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xc600a620 | 0x528000 | +| 308 | blk.23.ffn_down.weight | 0xc6532620 | 0x26ac000 | +| 309 | blk.23.ffn_gate.weight | 0xc8bde620 | 0x182b800 | +| 310 | blk.23.ffn_norm.weight | 0xca409e20 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xca40da20 | 0x182b800 | +| 312 | blk.23.post_attention_norm.weight | 0xcbc39220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xcbc3ce20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xcbc40a20 | 0x438000 | +| 315 | blk.24.attn_k_norm.weight | 0xcc078a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xcc078e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xcc07ca20 | 0x870000 | +| 318 | blk.24.attn_q.weight | 0xcc8eca20 | 0x870000 | +| 319 | blk.24.attn_q_norm.weight | 0xcd15ca20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xcd15ce20 | 0x528000 | +| 321 | blk.24.ffn_down.weight | 0xcd684e20 | 0x26ac000 | +| 322 | blk.24.ffn_gate.weight | 0xcfd30e20 | 0x1fa4000 | +| 323 | blk.24.ffn_norm.weight | 0xd1cd4e20 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xd1cd8a20 | 0x1fa4000 | +| 325 | blk.24.post_attention_norm.weight | 0xd3c7ca20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xd3c80620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xd3c84220 | 0x339000 | +| 328 | blk.25.attn_k_norm.weight | 0xd3fbd220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xd3fbd620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xd3fc1220 | 0x870000 | +| 331 | blk.25.attn_q.weight | 0xd4831220 | 0x672000 | +| 332 | blk.25.attn_q_norm.weight | 0xd4ea3220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xd4ea3620 | 0x438000 | +| 334 | blk.25.ffn_down.weight | 0xd52db620 | 0x26ac000 | +| 335 | blk.25.ffn_gate.weight | 0xd7987620 | 0x182b800 | +| 336 | blk.25.ffn_norm.weight | 0xd91b2e20 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xd91b6a20 | 0x182b800 | +| 338 | blk.25.post_attention_norm.weight | 0xda9e2220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xda9e5e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xda9e9a20 | 0x339000 | +| 341 | blk.26.attn_k_norm.weight | 0xdad22a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xdad22e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xdad26a20 | 0x870000 | +| 344 | blk.26.attn_q.weight | 0xdb596a20 | 0x672000 | +| 345 | blk.26.attn_q_norm.weight | 0xdbc08a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xdbc08e20 | 0x528000 | +| 347 | blk.26.ffn_down.weight | 0xdc130e20 | 0x26ac000 | +| 348 | blk.26.ffn_gate.weight | 0xde7dce20 | 0x182b800 | +| 349 | blk.26.ffn_norm.weight | 0xe0008620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xe000c220 | 0x182b800 | +| 351 | blk.26.post_attention_norm.weight | 0xe1837a20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xe183b620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xe183f220 | 0x339000 | +| 354 | blk.27.attn_k_norm.weight | 0xe1b78220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xe1b78620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xe1b7c220 | 0x870000 | +| 357 | blk.27.attn_q.weight | 0xe23ec220 | 0x672000 | +| 358 | blk.27.attn_q_norm.weight | 0xe2a5e220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xe2a5e620 | 0x528000 | +| 360 | blk.27.ffn_down.weight | 0xe2f86620 | 0x26ac000 | +| 361 | blk.27.ffn_gate.weight | 0xe5632620 | 0x182b800 | +| 362 | blk.27.ffn_norm.weight | 0xe6e5de20 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xe6e61a20 | 0x182b800 | +| 364 | blk.27.post_attention_norm.weight | 0xe868d220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xe8690e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xe8694a20 | 0x438000 | +| 367 | blk.28.attn_k_norm.weight | 0xe8acca20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xe8acce20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xe8ad0a20 | 0x870000 | +| 370 | blk.28.attn_q.weight | 0xe9340a20 | 0x870000 | +| 371 | blk.28.attn_q_norm.weight | 0xe9bb0a20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xe9bb0e20 | 0x528000 | +| 373 | blk.28.ffn_down.weight | 0xea0d8e20 | 0x26ac000 | +| 374 | blk.28.ffn_gate.weight | 0xec784e20 | 0x1fa4000 | +| 375 | blk.28.ffn_norm.weight | 0xee728e20 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xee72ca20 | 0x1fa4000 | +| 377 | blk.28.post_attention_norm.weight | 0xf06d0a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xf06d4620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xf06d8220 | 0x339000 | +| 380 | blk.29.attn_k_norm.weight | 0xf0a11220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xf0a11620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xf0a15220 | 0x870000 | +| 383 | blk.29.attn_q.weight | 0xf1285220 | 0x672000 | +| 384 | blk.29.attn_q_norm.weight | 0xf18f7220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xf18f7620 | 0x528000 | +| 386 | blk.29.ffn_down.weight | 0xf1e1f620 | 0x26ac000 | +| 387 | blk.29.ffn_gate.weight | 0xf44cb620 | 0x182b800 | +| 388 | blk.29.ffn_norm.weight | 0xf5cf6e20 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xf5cfaa20 | 0x182b800 | +| 390 | blk.29.post_attention_norm.weight | 0xf7526220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xf7529e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xf752da20 | 0x339000 | +| 393 | blk.30.attn_k_norm.weight | 0xf7866a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xf7866e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xf786aa20 | 0x870000 | +| 396 | blk.30.attn_q.weight | 0xf80daa20 | 0x672000 | +| 397 | blk.30.attn_q_norm.weight | 0xf874ca20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xf874ce20 | 0x528000 | +| 399 | blk.30.ffn_down.weight | 0xf8c74e20 | 0x26ac000 | +| 400 | blk.30.ffn_gate.weight | 0xfb320e20 | 0x182b800 | +| 401 | blk.30.ffn_norm.weight | 0xfcb4c620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xfcb50220 | 0x182b800 | +| 403 | blk.30.post_attention_norm.weight | 0xfe37ba20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xfe37f620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xfe383220 | 0x438000 | +| 406 | blk.31.attn_k_norm.weight | 0xfe7bb220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xfe7bb620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xfe7bf220 | 0x870000 | +| 409 | blk.31.attn_q.weight | 0xff02f220 | 0x870000 | +| 410 | blk.31.attn_q_norm.weight | 0xff89f220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xff89f620 | 0x528000 | +| 412 | blk.31.ffn_down.weight | 0xffdc7620 | 0x26ac000 | +| 413 | blk.31.ffn_gate.weight | 0x102473620 | 0x1fa4000 | +| 414 | blk.31.ffn_norm.weight | 0x104417620 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0x10441b220 | 0x1fa4000 | +| 416 | blk.31.post_attention_norm.weight | 0x1063bf220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0x1063c2e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0x1063c6a20 | 0x438000 | +| 419 | blk.32.attn_k_norm.weight | 0x1067fea20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0x1067fee20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0x106802a20 | 0x870000 | +| 422 | blk.32.attn_q.weight | 0x107072a20 | 0x870000 | +| 423 | blk.32.attn_q_norm.weight | 0x1078e2a20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0x1078e2e20 | 0x528000 | +| 425 | blk.32.ffn_down.weight | 0x107e0ae20 | 0x26ac000 | +| 426 | blk.32.ffn_gate.weight | 0x10a4b6e20 | 0x1fa4000 | +| 427 | blk.32.ffn_norm.weight | 0x10c45ae20 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0x10c45ea20 | 0x1fa4000 | +| 429 | blk.32.post_attention_norm.weight | 0x10e402a20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0x10e406620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0x10e40a220 | 0x438000 | +| 432 | blk.33.attn_k_norm.weight | 0x10e842220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0x10e842620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0x10e846220 | 0x870000 | +| 435 | blk.33.attn_q.weight | 0x10f0b6220 | 0x870000 | +| 436 | blk.33.attn_q_norm.weight | 0x10f926220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0x10f926620 | 0x528000 | +| 438 | blk.33.ffn_down.weight | 0x10fe4e620 | 0x26ac000 | +| 439 | blk.33.ffn_gate.weight | 0x1124fa620 | 0x1fa4000 | +| 440 | blk.33.ffn_norm.weight | 0x11449e620 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0x1144a2220 | 0x1fa4000 | +| 442 | blk.33.post_attention_norm.weight | 0x116446220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0x116449e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0x11644da20 | 0x438000 | +| 445 | blk.34.attn_k_norm.weight | 0x116885a20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0x116885e20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0x116889a20 | 0x870000 | +| 448 | blk.34.attn_q.weight | 0x1170f9a20 | 0x870000 | +| 449 | blk.34.attn_q_norm.weight | 0x117969a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0x117969e20 | 0x528000 | +| 451 | blk.34.ffn_down.weight | 0x117e91e20 | 0x26ac000 | +| 452 | blk.34.ffn_gate.weight | 0x11a53de20 | 0x1fa4000 | +| 453 | blk.34.ffn_norm.weight | 0x11c4e1e20 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0x11c4e5a20 | 0x1fa4000 | +| 455 | blk.34.post_attention_norm.weight | 0x11e489a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0x11e48d620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0x11e491220 | 0x339000 | +| 458 | blk.35.attn_k_norm.weight | 0x11e7ca220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0x11e7ca620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0x11e7ce220 | 0x870000 | +| 461 | blk.35.attn_q.weight | 0x11f03e220 | 0x672000 | +| 462 | blk.35.attn_q_norm.weight | 0x11f6b0220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0x11f6b0620 | 0x528000 | +| 464 | blk.35.ffn_down.weight | 0x11fbd8620 | 0x26ac000 | +| 465 | blk.35.ffn_gate.weight | 0x122284620 | 0x182b800 | +| 466 | blk.35.ffn_norm.weight | 0x123aafe20 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0x123ab3a20 | 0x182b800 | +| 468 | blk.35.post_attention_norm.weight | 0x1252df220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0x1252e2e20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0x1252e6a20 | 0x438000 | +| 471 | blk.36.attn_k_norm.weight | 0x12571ea20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0x12571ee20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0x125722a20 | 0x870000 | +| 474 | blk.36.attn_q.weight | 0x125f92a20 | 0x870000 | +| 475 | blk.36.attn_q_norm.weight | 0x126802a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0x126802e20 | 0x528000 | +| 477 | blk.36.ffn_down.weight | 0x126d2ae20 | 0x26ac000 | +| 478 | blk.36.ffn_gate.weight | 0x1293d6e20 | 0x1fa4000 | +| 479 | blk.36.ffn_norm.weight | 0x12b37ae20 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x12b37ea20 | 0x1fa4000 | +| 481 | blk.36.post_attention_norm.weight | 0x12d322a20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x12d326620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x12d32a220 | 0x438000 | +| 484 | blk.37.attn_k_norm.weight | 0x12d762220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x12d762620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x12d766220 | 0x870000 | +| 487 | blk.37.attn_q.weight | 0x12dfd6220 | 0x870000 | +| 488 | blk.37.attn_q_norm.weight | 0x12e846220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x12e846620 | 0x528000 | +| 490 | blk.37.ffn_down.weight | 0x12ed6e620 | 0x26ac000 | +| 491 | blk.37.ffn_gate.weight | 0x13141a620 | 0x1fa4000 | +| 492 | blk.37.ffn_norm.weight | 0x1333be620 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x1333c2220 | 0x1fa4000 | +| 494 | blk.37.post_attention_norm.weight | 0x135366220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x135369e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x13536da20 | 0x438000 | +| 497 | blk.38.attn_k_norm.weight | 0x1357a5a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x1357a5e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x1357a9a20 | 0x870000 | +| 500 | blk.38.attn_q.weight | 0x136019a20 | 0x870000 | +| 501 | blk.38.attn_q_norm.weight | 0x136889a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x136889e20 | 0x528000 | +| 503 | blk.38.ffn_down.weight | 0x136db1e20 | 0x26ac000 | +| 504 | blk.38.ffn_gate.weight | 0x13945de20 | 0x1fa4000 | +| 505 | blk.38.ffn_norm.weight | 0x13b401e20 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x13b405a20 | 0x1fa4000 | +| 507 | blk.38.post_attention_norm.weight | 0x13d3a9a20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x13d3ad620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x13d3b1220 | 0x438000 | +| 510 | blk.39.attn_k_norm.weight | 0x13d7e9220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x13d7e9620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x13d7ed220 | 0x870000 | +| 513 | blk.39.attn_q.weight | 0x13e05d220 | 0x870000 | +| 514 | blk.39.attn_q_norm.weight | 0x13e8cd220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x13e8cd620 | 0x528000 | +| 516 | blk.39.ffn_down.weight | 0x13edf5620 | 0x26ac000 | +| 517 | blk.39.ffn_gate.weight | 0x1414a1620 | 0x1fa4000 | +| 518 | blk.39.ffn_norm.weight | 0x143445620 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x143449220 | 0x1fa4000 | +| 520 | blk.39.post_attention_norm.weight | 0x1453ed220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x1453f0e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x1453f4a20 | 0x438000 | +| 523 | blk.40.attn_k_norm.weight | 0x14582ca20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x14582ce20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x145830a20 | 0x870000 | +| 526 | blk.40.attn_q.weight | 0x1460a0a20 | 0x870000 | +| 527 | blk.40.attn_q_norm.weight | 0x146910a20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x146910e20 | 0x528000 | +| 529 | blk.40.ffn_down.weight | 0x146e38e20 | 0x26ac000 | +| 530 | blk.40.ffn_gate.weight | 0x1494e4e20 | 0x1fa4000 | +| 531 | blk.40.ffn_norm.weight | 0x14b488e20 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x14b48ca20 | 0x1fa4000 | +| 533 | blk.40.post_attention_norm.weight | 0x14d430a20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x14d434620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x14d438220 | 0x339000 | +| 536 | blk.41.attn_k_norm.weight | 0x14d771220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x14d771620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x14d775220 | 0x870000 | +| 539 | blk.41.attn_q.weight | 0x14dfe5220 | 0x672000 | +| 540 | blk.41.attn_q_norm.weight | 0x14e657220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x14e657620 | 0x438000 | +| 542 | blk.41.ffn_down.weight | 0x14ea8f620 | 0x26ac000 | +| 543 | blk.41.ffn_gate.weight | 0x15113b620 | 0x182b800 | +| 544 | blk.41.ffn_norm.weight | 0x152966e20 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x15296aa20 | 0x182b800 | +| 546 | blk.41.post_attention_norm.weight | 0x154196220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x154199e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x15419da20 | 0x339000 | +| 549 | blk.42.attn_k_norm.weight | 0x1544d6a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x1544d6e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x1544daa20 | 0x870000 | +| 552 | blk.42.attn_q.weight | 0x154d4aa20 | 0x672000 | +| 553 | blk.42.attn_q_norm.weight | 0x1553bca20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x1553bce20 | 0x438000 | +| 555 | blk.42.ffn_down.weight | 0x1557f4e20 | 0x26ac000 | +| 556 | blk.42.ffn_gate.weight | 0x157ea0e20 | 0x182b800 | +| 557 | blk.42.ffn_norm.weight | 0x1596cc620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x1596d0220 | 0x182b800 | +| 559 | blk.42.post_attention_norm.weight | 0x15aefba20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x15aeff620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x15af03220 | 0x339000 | +| 562 | blk.43.attn_k_norm.weight | 0x15b23c220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x15b23c620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x15b240220 | 0x870000 | +| 565 | blk.43.attn_q.weight | 0x15bab0220 | 0x672000 | +| 566 | blk.43.attn_q_norm.weight | 0x15c122220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x15c122620 | 0x438000 | +| 568 | blk.43.ffn_down.weight | 0x15c55a620 | 0x26ac000 | +| 569 | blk.43.ffn_gate.weight | 0x15ec06620 | 0x182b800 | +| 570 | blk.43.ffn_norm.weight | 0x160431e20 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x160435a20 | 0x182b800 | +| 572 | blk.43.post_attention_norm.weight | 0x161c61220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x161c64e20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x161c68a20 | 0x438000 | +| 575 | blk.44.attn_k_norm.weight | 0x1620a0a20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x1620a0e20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x1620a4a20 | 0x870000 | +| 578 | blk.44.attn_q.weight | 0x162914a20 | 0x870000 | +| 579 | blk.44.attn_q_norm.weight | 0x163184a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x163184e20 | 0x528000 | +| 581 | blk.44.ffn_down.weight | 0x1636ace20 | 0x26ac000 | +| 582 | blk.44.ffn_gate.weight | 0x165d58e20 | 0x1fa4000 | +| 583 | blk.44.ffn_norm.weight | 0x167cfce20 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x167d00a20 | 0x1fa4000 | +| 585 | blk.44.post_attention_norm.weight | 0x169ca4a20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x169ca8620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x169cac220 | 0x438000 | +| 588 | blk.45.attn_k_norm.weight | 0x16a0e4220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x16a0e4620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x16a0e8220 | 0x870000 | +| 591 | blk.45.attn_q.weight | 0x16a958220 | 0x870000 | +| 592 | blk.45.attn_q_norm.weight | 0x16b1c8220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x16b1c8620 | 0x528000 | +| 594 | blk.45.ffn_down.weight | 0x16b6f0620 | 0x26ac000 | +| 595 | blk.45.ffn_gate.weight | 0x16dd9c620 | 0x1fa4000 | +| 596 | blk.45.ffn_norm.weight | 0x16fd40620 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x16fd44220 | 0x1fa4000 | +| 598 | blk.45.post_attention_norm.weight | 0x171ce8220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x171cebe20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q4_K_S.md b/scores/gemma-3-12b-it-Q4_K_S.md new file mode 100644 index 0000000..2acba7f --- /dev/null +++ b/scores/gemma-3-12b-it-Q4_K_S.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q4_K_S.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 14 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q4\_K\_S.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q4_k_sgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x438000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a6faa20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a6fae20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a6fea20 | 0x870000 | +| 6 | blk.0.attn_q.weight | 0x1af6ea20 | 0x870000 | +| 7 | blk.0.attn_q_norm.weight | 0x1b7dea20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1b7dee20 | 0x438000 | +| 9 | blk.0.ffn_down.weight | 0x1bc16e20 | 0x26ac000 | +| 10 | blk.0.ffn_gate.weight | 0x1e2c2e20 | 0x1fa4000 | +| 11 | blk.0.ffn_norm.weight | 0x20266e20 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x2026aa20 | 0x1fa4000 | +| 13 | blk.0.post_attention_norm.weight | 0x2220ea20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x22212620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x22216220 | 0x438000 | +| 16 | blk.1.attn_k_norm.weight | 0x2264e220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x2264e620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x22652220 | 0x870000 | +| 19 | blk.1.attn_q.weight | 0x22ec2220 | 0x870000 | +| 20 | blk.1.attn_q_norm.weight | 0x23732220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x23732620 | 0x438000 | +| 22 | blk.1.ffn_down.weight | 0x23b6a620 | 0x26ac000 | +| 23 | blk.1.ffn_gate.weight | 0x26216620 | 0x1fa4000 | +| 24 | blk.1.ffn_norm.weight | 0x281ba620 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x281be220 | 0x1fa4000 | +| 26 | blk.1.post_attention_norm.weight | 0x2a162220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x2a165e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x2a169a20 | 0x438000 | +| 29 | blk.2.attn_k_norm.weight | 0x2a5a1a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x2a5a1e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x2a5a5a20 | 0x870000 | +| 32 | blk.2.attn_q.weight | 0x2ae15a20 | 0x870000 | +| 33 | blk.2.attn_q_norm.weight | 0x2b685a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2b685e20 | 0x438000 | +| 35 | blk.2.ffn_down.weight | 0x2babde20 | 0x26ac000 | +| 36 | blk.2.ffn_gate.weight | 0x2e169e20 | 0x1fa4000 | +| 37 | blk.2.ffn_norm.weight | 0x3010de20 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x30111a20 | 0x1fa4000 | +| 39 | blk.2.post_attention_norm.weight | 0x320b5a20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x320b9620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x320bd220 | 0x438000 | +| 42 | blk.3.attn_k_norm.weight | 0x324f5220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x324f5620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x324f9220 | 0x870000 | +| 45 | blk.3.attn_q.weight | 0x32d69220 | 0x870000 | +| 46 | blk.3.attn_q_norm.weight | 0x335d9220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x335d9620 | 0x438000 | +| 48 | blk.3.ffn_down.weight | 0x33a11620 | 0x26ac000 | +| 49 | blk.3.ffn_gate.weight | 0x360bd620 | 0x1fa4000 | +| 50 | blk.3.ffn_norm.weight | 0x38061620 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x38065220 | 0x1fa4000 | +| 52 | blk.3.post_attention_norm.weight | 0x3a009220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x3a00ce20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x3a010a20 | 0x438000 | +| 55 | blk.4.attn_k_norm.weight | 0x3a448a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x3a448e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x3a44ca20 | 0x870000 | +| 58 | blk.4.attn_q.weight | 0x3acbca20 | 0x870000 | +| 59 | blk.4.attn_q_norm.weight | 0x3b52ca20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x3b52ce20 | 0x438000 | +| 61 | blk.4.ffn_down.weight | 0x3b964e20 | 0x26ac000 | +| 62 | blk.4.ffn_gate.weight | 0x3e010e20 | 0x1fa4000 | +| 63 | blk.4.ffn_norm.weight | 0x3ffb4e20 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x3ffb8a20 | 0x1fa4000 | +| 65 | blk.4.post_attention_norm.weight | 0x41f5ca20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x41f60620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x41f64220 | 0x438000 | +| 68 | blk.5.attn_k_norm.weight | 0x4239c220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x4239c620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x423a0220 | 0x870000 | +| 71 | blk.5.attn_q.weight | 0x42c10220 | 0x870000 | +| 72 | blk.5.attn_q_norm.weight | 0x43480220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x43480620 | 0x438000 | +| 74 | blk.5.ffn_down.weight | 0x438b8620 | 0x26ac000 | +| 75 | blk.5.ffn_gate.weight | 0x45f64620 | 0x1fa4000 | +| 76 | blk.5.ffn_norm.weight | 0x47f08620 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x47f0c220 | 0x1fa4000 | +| 78 | blk.5.post_attention_norm.weight | 0x49eb0220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x49eb3e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x49eb7a20 | 0x438000 | +| 81 | blk.6.attn_k_norm.weight | 0x4a2efa20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x4a2efe20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x4a2f3a20 | 0x870000 | +| 84 | blk.6.attn_q.weight | 0x4ab63a20 | 0x870000 | +| 85 | blk.6.attn_q_norm.weight | 0x4b3d3a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x4b3d3e20 | 0x438000 | +| 87 | blk.6.ffn_down.weight | 0x4b80be20 | 0x26ac000 | +| 88 | blk.6.ffn_gate.weight | 0x4deb7e20 | 0x1fa4000 | +| 89 | blk.6.ffn_norm.weight | 0x4fe5be20 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x4fe5fa20 | 0x1fa4000 | +| 91 | blk.6.post_attention_norm.weight | 0x51e03a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x51e07620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x51e0b220 | 0x438000 | +| 94 | blk.7.attn_k_norm.weight | 0x52243220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x52243620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x52247220 | 0x870000 | +| 97 | blk.7.attn_q.weight | 0x52ab7220 | 0x870000 | +| 98 | blk.7.attn_q_norm.weight | 0x53327220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x53327620 | 0x438000 | +| 100 | blk.7.ffn_down.weight | 0x5375f620 | 0x26ac000 | +| 101 | blk.7.ffn_gate.weight | 0x55e0b620 | 0x1fa4000 | +| 102 | blk.7.ffn_norm.weight | 0x57daf620 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x57db3220 | 0x1fa4000 | +| 104 | blk.7.post_attention_norm.weight | 0x59d57220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x59d5ae20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x59d5ea20 | 0x438000 | +| 107 | blk.8.attn_k_norm.weight | 0x5a196a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x5a196e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x5a19aa20 | 0x870000 | +| 110 | blk.8.attn_q.weight | 0x5aa0aa20 | 0x870000 | +| 111 | blk.8.attn_q_norm.weight | 0x5b27aa20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x5b27ae20 | 0x438000 | +| 113 | blk.8.ffn_down.weight | 0x5b6b2e20 | 0x26ac000 | +| 114 | blk.8.ffn_gate.weight | 0x5dd5ee20 | 0x1fa4000 | +| 115 | blk.8.ffn_norm.weight | 0x5fd02e20 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x5fd06a20 | 0x1fa4000 | +| 117 | blk.8.post_attention_norm.weight | 0x61caaa20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x61cae620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x61cb2220 | 0x438000 | +| 120 | blk.9.attn_k_norm.weight | 0x620ea220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x620ea620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x620ee220 | 0x870000 | +| 123 | blk.9.attn_q.weight | 0x6295e220 | 0x870000 | +| 124 | blk.9.attn_q_norm.weight | 0x631ce220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x631ce620 | 0x438000 | +| 126 | blk.9.ffn_down.weight | 0x63606620 | 0x26ac000 | +| 127 | blk.9.ffn_gate.weight | 0x65cb2620 | 0x1fa4000 | +| 128 | blk.9.ffn_norm.weight | 0x67c56620 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x67c5a220 | 0x1fa4000 | +| 130 | blk.9.post_attention_norm.weight | 0x69bfe220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x69c01e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x69c05a20 | 0x438000 | +| 133 | blk.10.attn_k_norm.weight | 0x6a03da20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x6a03de20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x6a041a20 | 0x870000 | +| 136 | blk.10.attn_q.weight | 0x6a8b1a20 | 0x870000 | +| 137 | blk.10.attn_q_norm.weight | 0x6b121a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x6b121e20 | 0x438000 | +| 139 | blk.10.ffn_down.weight | 0x6b559e20 | 0x26ac000 | +| 140 | blk.10.ffn_gate.weight | 0x6dc05e20 | 0x1fa4000 | +| 141 | blk.10.ffn_norm.weight | 0x6fba9e20 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x6fbada20 | 0x1fa4000 | +| 143 | blk.10.post_attention_norm.weight | 0x71b51a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x71b55620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x71b59220 | 0x339000 | +| 146 | blk.11.attn_k_norm.weight | 0x71e92220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x71e92620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x71e96220 | 0x870000 | +| 149 | blk.11.attn_q.weight | 0x72706220 | 0x672000 | +| 150 | blk.11.attn_q_norm.weight | 0x72d78220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x72d78620 | 0x438000 | +| 152 | blk.11.ffn_down.weight | 0x731b0620 | 0x26ac000 | +| 153 | blk.11.ffn_gate.weight | 0x7585c620 | 0x182b800 | +| 154 | blk.11.ffn_norm.weight | 0x77087e20 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x7708ba20 | 0x182b800 | +| 156 | blk.11.post_attention_norm.weight | 0x788b7220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x788bae20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x788bea20 | 0x339000 | +| 159 | blk.12.attn_k_norm.weight | 0x78bf7a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x78bf7e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x78bfba20 | 0x870000 | +| 162 | blk.12.attn_q.weight | 0x7946ba20 | 0x672000 | +| 163 | blk.12.attn_q_norm.weight | 0x79adda20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x79adde20 | 0x438000 | +| 165 | blk.12.ffn_down.weight | 0x79f15e20 | 0x26ac000 | +| 166 | blk.12.ffn_gate.weight | 0x7c5c1e20 | 0x182b800 | +| 167 | blk.12.ffn_norm.weight | 0x7dded620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x7ddf1220 | 0x182b800 | +| 169 | blk.12.post_attention_norm.weight | 0x7f61ca20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x7f620620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x7f624220 | 0x339000 | +| 172 | blk.13.attn_k_norm.weight | 0x7f95d220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x7f95d620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x7f961220 | 0x870000 | +| 175 | blk.13.attn_q.weight | 0x801d1220 | 0x672000 | +| 176 | blk.13.attn_q_norm.weight | 0x80843220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x80843620 | 0x438000 | +| 178 | blk.13.ffn_down.weight | 0x80c7b620 | 0x26ac000 | +| 179 | blk.13.ffn_gate.weight | 0x83327620 | 0x182b800 | +| 180 | blk.13.ffn_norm.weight | 0x84b52e20 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x84b56a20 | 0x182b800 | +| 182 | blk.13.post_attention_norm.weight | 0x86382220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x86385e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x86389a20 | 0x339000 | +| 185 | blk.14.attn_k_norm.weight | 0x866c2a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x866c2e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x866c6a20 | 0x870000 | +| 188 | blk.14.attn_q.weight | 0x86f36a20 | 0x672000 | +| 189 | blk.14.attn_q_norm.weight | 0x875a8a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x875a8e20 | 0x438000 | +| 191 | blk.14.ffn_down.weight | 0x879e0e20 | 0x26ac000 | +| 192 | blk.14.ffn_gate.weight | 0x8a08ce20 | 0x182b800 | +| 193 | blk.14.ffn_norm.weight | 0x8b8b8620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0x8b8bc220 | 0x182b800 | +| 195 | blk.14.post_attention_norm.weight | 0x8d0e7a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0x8d0eb620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0x8d0ef220 | 0x339000 | +| 198 | blk.15.attn_k_norm.weight | 0x8d428220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0x8d428620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0x8d42c220 | 0x870000 | +| 201 | blk.15.attn_q.weight | 0x8dc9c220 | 0x672000 | +| 202 | blk.15.attn_q_norm.weight | 0x8e30e220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0x8e30e620 | 0x438000 | +| 204 | blk.15.ffn_down.weight | 0x8e746620 | 0x26ac000 | +| 205 | blk.15.ffn_gate.weight | 0x90df2620 | 0x182b800 | +| 206 | blk.15.ffn_norm.weight | 0x9261de20 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0x92621a20 | 0x182b800 | +| 208 | blk.15.post_attention_norm.weight | 0x93e4d220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0x93e50e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0x93e54a20 | 0x339000 | +| 211 | blk.16.attn_k_norm.weight | 0x9418da20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0x9418de20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0x94191a20 | 0x870000 | +| 214 | blk.16.attn_q.weight | 0x94a01a20 | 0x672000 | +| 215 | blk.16.attn_q_norm.weight | 0x95073a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0x95073e20 | 0x438000 | +| 217 | blk.16.ffn_down.weight | 0x954abe20 | 0x26ac000 | +| 218 | blk.16.ffn_gate.weight | 0x97b57e20 | 0x182b800 | +| 219 | blk.16.ffn_norm.weight | 0x99383620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x99387220 | 0x182b800 | +| 221 | blk.16.post_attention_norm.weight | 0x9abb2a20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x9abb6620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x9abba220 | 0x339000 | +| 224 | blk.17.attn_k_norm.weight | 0x9aef3220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x9aef3620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x9aef7220 | 0x870000 | +| 227 | blk.17.attn_q.weight | 0x9b767220 | 0x672000 | +| 228 | blk.17.attn_q_norm.weight | 0x9bdd9220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x9bdd9620 | 0x438000 | +| 230 | blk.17.ffn_down.weight | 0x9c211620 | 0x26ac000 | +| 231 | blk.17.ffn_gate.weight | 0x9e8bd620 | 0x182b800 | +| 232 | blk.17.ffn_norm.weight | 0xa00e8e20 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0xa00eca20 | 0x182b800 | +| 234 | blk.17.post_attention_norm.weight | 0xa1918220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0xa191be20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0xa191fa20 | 0x339000 | +| 237 | blk.18.attn_k_norm.weight | 0xa1c58a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0xa1c58e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0xa1c5ca20 | 0x870000 | +| 240 | blk.18.attn_q.weight | 0xa24cca20 | 0x672000 | +| 241 | blk.18.attn_q_norm.weight | 0xa2b3ea20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0xa2b3ee20 | 0x438000 | +| 243 | blk.18.ffn_down.weight | 0xa2f76e20 | 0x26ac000 | +| 244 | blk.18.ffn_gate.weight | 0xa5622e20 | 0x182b800 | +| 245 | blk.18.ffn_norm.weight | 0xa6e4e620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0xa6e52220 | 0x182b800 | +| 247 | blk.18.post_attention_norm.weight | 0xa867da20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0xa8681620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0xa8685220 | 0x339000 | +| 250 | blk.19.attn_k_norm.weight | 0xa89be220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0xa89be620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0xa89c2220 | 0x870000 | +| 253 | blk.19.attn_q.weight | 0xa9232220 | 0x672000 | +| 254 | blk.19.attn_q_norm.weight | 0xa98a4220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0xa98a4620 | 0x438000 | +| 256 | blk.19.ffn_down.weight | 0xa9cdc620 | 0x26ac000 | +| 257 | blk.19.ffn_gate.weight | 0xac388620 | 0x182b800 | +| 258 | blk.19.ffn_norm.weight | 0xadbb3e20 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0xadbb7a20 | 0x182b800 | +| 260 | blk.19.post_attention_norm.weight | 0xaf3e3220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0xaf3e6e20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0xaf3eaa20 | 0x339000 | +| 263 | blk.20.attn_k_norm.weight | 0xaf723a20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0xaf723e20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0xaf727a20 | 0x870000 | +| 266 | blk.20.attn_q.weight | 0xaff97a20 | 0x672000 | +| 267 | blk.20.attn_q_norm.weight | 0xb0609a20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0xb0609e20 | 0x438000 | +| 269 | blk.20.ffn_down.weight | 0xb0a41e20 | 0x26ac000 | +| 270 | blk.20.ffn_gate.weight | 0xb30ede20 | 0x182b800 | +| 271 | blk.20.ffn_norm.weight | 0xb4919620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0xb491d220 | 0x182b800 | +| 273 | blk.20.post_attention_norm.weight | 0xb6148a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0xb614c620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0xb6150220 | 0x339000 | +| 276 | blk.21.attn_k_norm.weight | 0xb6489220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0xb6489620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0xb648d220 | 0x870000 | +| 279 | blk.21.attn_q.weight | 0xb6cfd220 | 0x672000 | +| 280 | blk.21.attn_q_norm.weight | 0xb736f220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0xb736f620 | 0x438000 | +| 282 | blk.21.ffn_down.weight | 0xb77a7620 | 0x26ac000 | +| 283 | blk.21.ffn_gate.weight | 0xb9e53620 | 0x182b800 | +| 284 | blk.21.ffn_norm.weight | 0xbb67ee20 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0xbb682a20 | 0x182b800 | +| 286 | blk.21.post_attention_norm.weight | 0xbceae220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0xbceb1e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0xbceb5a20 | 0x339000 | +| 289 | blk.22.attn_k_norm.weight | 0xbd1eea20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0xbd1eee20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0xbd1f2a20 | 0x870000 | +| 292 | blk.22.attn_q.weight | 0xbda62a20 | 0x672000 | +| 293 | blk.22.attn_q_norm.weight | 0xbe0d4a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0xbe0d4e20 | 0x438000 | +| 295 | blk.22.ffn_down.weight | 0xbe50ce20 | 0x26ac000 | +| 296 | blk.22.ffn_gate.weight | 0xc0bb8e20 | 0x182b800 | +| 297 | blk.22.ffn_norm.weight | 0xc23e4620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xc23e8220 | 0x182b800 | +| 299 | blk.22.post_attention_norm.weight | 0xc3c13a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xc3c17620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xc3c1b220 | 0x339000 | +| 302 | blk.23.attn_k_norm.weight | 0xc3f54220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xc3f54620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xc3f58220 | 0x870000 | +| 305 | blk.23.attn_q.weight | 0xc47c8220 | 0x672000 | +| 306 | blk.23.attn_q_norm.weight | 0xc4e3a220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xc4e3a620 | 0x438000 | +| 308 | blk.23.ffn_down.weight | 0xc5272620 | 0x26ac000 | +| 309 | blk.23.ffn_gate.weight | 0xc791e620 | 0x182b800 | +| 310 | blk.23.ffn_norm.weight | 0xc9149e20 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xc914da20 | 0x182b800 | +| 312 | blk.23.post_attention_norm.weight | 0xca979220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xca97ce20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xca980a20 | 0x438000 | +| 315 | blk.24.attn_k_norm.weight | 0xcadb8a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xcadb8e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xcadbca20 | 0x870000 | +| 318 | blk.24.attn_q.weight | 0xcb62ca20 | 0x870000 | +| 319 | blk.24.attn_q_norm.weight | 0xcbe9ca20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xcbe9ce20 | 0x438000 | +| 321 | blk.24.ffn_down.weight | 0xcc2d4e20 | 0x26ac000 | +| 322 | blk.24.ffn_gate.weight | 0xce980e20 | 0x1fa4000 | +| 323 | blk.24.ffn_norm.weight | 0xd0924e20 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xd0928a20 | 0x1fa4000 | +| 325 | blk.24.post_attention_norm.weight | 0xd28cca20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xd28d0620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xd28d4220 | 0x339000 | +| 328 | blk.25.attn_k_norm.weight | 0xd2c0d220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xd2c0d620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xd2c11220 | 0x870000 | +| 331 | blk.25.attn_q.weight | 0xd3481220 | 0x672000 | +| 332 | blk.25.attn_q_norm.weight | 0xd3af3220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xd3af3620 | 0x438000 | +| 334 | blk.25.ffn_down.weight | 0xd3f2b620 | 0x26ac000 | +| 335 | blk.25.ffn_gate.weight | 0xd65d7620 | 0x182b800 | +| 336 | blk.25.ffn_norm.weight | 0xd7e02e20 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xd7e06a20 | 0x182b800 | +| 338 | blk.25.post_attention_norm.weight | 0xd9632220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0xd9635e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0xd9639a20 | 0x339000 | +| 341 | blk.26.attn_k_norm.weight | 0xd9972a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0xd9972e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0xd9976a20 | 0x870000 | +| 344 | blk.26.attn_q.weight | 0xda1e6a20 | 0x672000 | +| 345 | blk.26.attn_q_norm.weight | 0xda858a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0xda858e20 | 0x438000 | +| 347 | blk.26.ffn_down.weight | 0xdac90e20 | 0x26ac000 | +| 348 | blk.26.ffn_gate.weight | 0xdd33ce20 | 0x182b800 | +| 349 | blk.26.ffn_norm.weight | 0xdeb68620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0xdeb6c220 | 0x182b800 | +| 351 | blk.26.post_attention_norm.weight | 0xe0397a20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0xe039b620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0xe039f220 | 0x339000 | +| 354 | blk.27.attn_k_norm.weight | 0xe06d8220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0xe06d8620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0xe06dc220 | 0x870000 | +| 357 | blk.27.attn_q.weight | 0xe0f4c220 | 0x672000 | +| 358 | blk.27.attn_q_norm.weight | 0xe15be220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0xe15be620 | 0x438000 | +| 360 | blk.27.ffn_down.weight | 0xe19f6620 | 0x26ac000 | +| 361 | blk.27.ffn_gate.weight | 0xe40a2620 | 0x182b800 | +| 362 | blk.27.ffn_norm.weight | 0xe58cde20 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0xe58d1a20 | 0x182b800 | +| 364 | blk.27.post_attention_norm.weight | 0xe70fd220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0xe7100e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0xe7104a20 | 0x438000 | +| 367 | blk.28.attn_k_norm.weight | 0xe753ca20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0xe753ce20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0xe7540a20 | 0x870000 | +| 370 | blk.28.attn_q.weight | 0xe7db0a20 | 0x870000 | +| 371 | blk.28.attn_q_norm.weight | 0xe8620a20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0xe8620e20 | 0x438000 | +| 373 | blk.28.ffn_down.weight | 0xe8a58e20 | 0x26ac000 | +| 374 | blk.28.ffn_gate.weight | 0xeb104e20 | 0x1fa4000 | +| 375 | blk.28.ffn_norm.weight | 0xed0a8e20 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0xed0aca20 | 0x1fa4000 | +| 377 | blk.28.post_attention_norm.weight | 0xef050a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0xef054620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0xef058220 | 0x339000 | +| 380 | blk.29.attn_k_norm.weight | 0xef391220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0xef391620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0xef395220 | 0x870000 | +| 383 | blk.29.attn_q.weight | 0xefc05220 | 0x672000 | +| 384 | blk.29.attn_q_norm.weight | 0xf0277220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0xf0277620 | 0x438000 | +| 386 | blk.29.ffn_down.weight | 0xf06af620 | 0x26ac000 | +| 387 | blk.29.ffn_gate.weight | 0xf2d5b620 | 0x182b800 | +| 388 | blk.29.ffn_norm.weight | 0xf4586e20 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0xf458aa20 | 0x182b800 | +| 390 | blk.29.post_attention_norm.weight | 0xf5db6220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0xf5db9e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0xf5dbda20 | 0x339000 | +| 393 | blk.30.attn_k_norm.weight | 0xf60f6a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0xf60f6e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0xf60faa20 | 0x870000 | +| 396 | blk.30.attn_q.weight | 0xf696aa20 | 0x672000 | +| 397 | blk.30.attn_q_norm.weight | 0xf6fdca20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0xf6fdce20 | 0x438000 | +| 399 | blk.30.ffn_down.weight | 0xf7414e20 | 0x26ac000 | +| 400 | blk.30.ffn_gate.weight | 0xf9ac0e20 | 0x182b800 | +| 401 | blk.30.ffn_norm.weight | 0xfb2ec620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0xfb2f0220 | 0x182b800 | +| 403 | blk.30.post_attention_norm.weight | 0xfcb1ba20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0xfcb1f620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0xfcb23220 | 0x438000 | +| 406 | blk.31.attn_k_norm.weight | 0xfcf5b220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0xfcf5b620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0xfcf5f220 | 0x870000 | +| 409 | blk.31.attn_q.weight | 0xfd7cf220 | 0x870000 | +| 410 | blk.31.attn_q_norm.weight | 0xfe03f220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0xfe03f620 | 0x438000 | +| 412 | blk.31.ffn_down.weight | 0xfe477620 | 0x26ac000 | +| 413 | blk.31.ffn_gate.weight | 0x100b23620 | 0x1fa4000 | +| 414 | blk.31.ffn_norm.weight | 0x102ac7620 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0x102acb220 | 0x1fa4000 | +| 416 | blk.31.post_attention_norm.weight | 0x104a6f220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0x104a72e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0x104a76a20 | 0x438000 | +| 419 | blk.32.attn_k_norm.weight | 0x104eaea20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0x104eaee20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0x104eb2a20 | 0x870000 | +| 422 | blk.32.attn_q.weight | 0x105722a20 | 0x870000 | +| 423 | blk.32.attn_q_norm.weight | 0x105f92a20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0x105f92e20 | 0x438000 | +| 425 | blk.32.ffn_down.weight | 0x1063cae20 | 0x26ac000 | +| 426 | blk.32.ffn_gate.weight | 0x108a76e20 | 0x1fa4000 | +| 427 | blk.32.ffn_norm.weight | 0x10aa1ae20 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0x10aa1ea20 | 0x1fa4000 | +| 429 | blk.32.post_attention_norm.weight | 0x10c9c2a20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0x10c9c6620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0x10c9ca220 | 0x438000 | +| 432 | blk.33.attn_k_norm.weight | 0x10ce02220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0x10ce02620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0x10ce06220 | 0x870000 | +| 435 | blk.33.attn_q.weight | 0x10d676220 | 0x870000 | +| 436 | blk.33.attn_q_norm.weight | 0x10dee6220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0x10dee6620 | 0x438000 | +| 438 | blk.33.ffn_down.weight | 0x10e31e620 | 0x26ac000 | +| 439 | blk.33.ffn_gate.weight | 0x1109ca620 | 0x1fa4000 | +| 440 | blk.33.ffn_norm.weight | 0x11296e620 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0x112972220 | 0x1fa4000 | +| 442 | blk.33.post_attention_norm.weight | 0x114916220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0x114919e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0x11491da20 | 0x438000 | +| 445 | blk.34.attn_k_norm.weight | 0x114d55a20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0x114d55e20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0x114d59a20 | 0x870000 | +| 448 | blk.34.attn_q.weight | 0x1155c9a20 | 0x870000 | +| 449 | blk.34.attn_q_norm.weight | 0x115e39a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0x115e39e20 | 0x438000 | +| 451 | blk.34.ffn_down.weight | 0x116271e20 | 0x26ac000 | +| 452 | blk.34.ffn_gate.weight | 0x11891de20 | 0x1fa4000 | +| 453 | blk.34.ffn_norm.weight | 0x11a8c1e20 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0x11a8c5a20 | 0x1fa4000 | +| 455 | blk.34.post_attention_norm.weight | 0x11c869a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0x11c86d620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0x11c871220 | 0x339000 | +| 458 | blk.35.attn_k_norm.weight | 0x11cbaa220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0x11cbaa620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0x11cbae220 | 0x870000 | +| 461 | blk.35.attn_q.weight | 0x11d41e220 | 0x672000 | +| 462 | blk.35.attn_q_norm.weight | 0x11da90220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0x11da90620 | 0x438000 | +| 464 | blk.35.ffn_down.weight | 0x11dec8620 | 0x26ac000 | +| 465 | blk.35.ffn_gate.weight | 0x120574620 | 0x182b800 | +| 466 | blk.35.ffn_norm.weight | 0x121d9fe20 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0x121da3a20 | 0x182b800 | +| 468 | blk.35.post_attention_norm.weight | 0x1235cf220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0x1235d2e20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0x1235d6a20 | 0x438000 | +| 471 | blk.36.attn_k_norm.weight | 0x123a0ea20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0x123a0ee20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0x123a12a20 | 0x870000 | +| 474 | blk.36.attn_q.weight | 0x124282a20 | 0x870000 | +| 475 | blk.36.attn_q_norm.weight | 0x124af2a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0x124af2e20 | 0x438000 | +| 477 | blk.36.ffn_down.weight | 0x124f2ae20 | 0x26ac000 | +| 478 | blk.36.ffn_gate.weight | 0x1275d6e20 | 0x1fa4000 | +| 479 | blk.36.ffn_norm.weight | 0x12957ae20 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x12957ea20 | 0x1fa4000 | +| 481 | blk.36.post_attention_norm.weight | 0x12b522a20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x12b526620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x12b52a220 | 0x438000 | +| 484 | blk.37.attn_k_norm.weight | 0x12b962220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x12b962620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x12b966220 | 0x870000 | +| 487 | blk.37.attn_q.weight | 0x12c1d6220 | 0x870000 | +| 488 | blk.37.attn_q_norm.weight | 0x12ca46220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x12ca46620 | 0x438000 | +| 490 | blk.37.ffn_down.weight | 0x12ce7e620 | 0x26ac000 | +| 491 | blk.37.ffn_gate.weight | 0x12f52a620 | 0x1fa4000 | +| 492 | blk.37.ffn_norm.weight | 0x1314ce620 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x1314d2220 | 0x1fa4000 | +| 494 | blk.37.post_attention_norm.weight | 0x133476220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x133479e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x13347da20 | 0x438000 | +| 497 | blk.38.attn_k_norm.weight | 0x1338b5a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x1338b5e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x1338b9a20 | 0x870000 | +| 500 | blk.38.attn_q.weight | 0x134129a20 | 0x870000 | +| 501 | blk.38.attn_q_norm.weight | 0x134999a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x134999e20 | 0x438000 | +| 503 | blk.38.ffn_down.weight | 0x134dd1e20 | 0x26ac000 | +| 504 | blk.38.ffn_gate.weight | 0x13747de20 | 0x1fa4000 | +| 505 | blk.38.ffn_norm.weight | 0x139421e20 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x139425a20 | 0x1fa4000 | +| 507 | blk.38.post_attention_norm.weight | 0x13b3c9a20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x13b3cd620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x13b3d1220 | 0x438000 | +| 510 | blk.39.attn_k_norm.weight | 0x13b809220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x13b809620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x13b80d220 | 0x870000 | +| 513 | blk.39.attn_q.weight | 0x13c07d220 | 0x870000 | +| 514 | blk.39.attn_q_norm.weight | 0x13c8ed220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x13c8ed620 | 0x438000 | +| 516 | blk.39.ffn_down.weight | 0x13cd25620 | 0x26ac000 | +| 517 | blk.39.ffn_gate.weight | 0x13f3d1620 | 0x1fa4000 | +| 518 | blk.39.ffn_norm.weight | 0x141375620 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x141379220 | 0x1fa4000 | +| 520 | blk.39.post_attention_norm.weight | 0x14331d220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x143320e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x143324a20 | 0x438000 | +| 523 | blk.40.attn_k_norm.weight | 0x14375ca20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x14375ce20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x143760a20 | 0x870000 | +| 526 | blk.40.attn_q.weight | 0x143fd0a20 | 0x870000 | +| 527 | blk.40.attn_q_norm.weight | 0x144840a20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x144840e20 | 0x438000 | +| 529 | blk.40.ffn_down.weight | 0x144c78e20 | 0x26ac000 | +| 530 | blk.40.ffn_gate.weight | 0x147324e20 | 0x1fa4000 | +| 531 | blk.40.ffn_norm.weight | 0x1492c8e20 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x1492cca20 | 0x1fa4000 | +| 533 | blk.40.post_attention_norm.weight | 0x14b270a20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x14b274620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x14b278220 | 0x339000 | +| 536 | blk.41.attn_k_norm.weight | 0x14b5b1220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x14b5b1620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x14b5b5220 | 0x870000 | +| 539 | blk.41.attn_q.weight | 0x14be25220 | 0x672000 | +| 540 | blk.41.attn_q_norm.weight | 0x14c497220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x14c497620 | 0x438000 | +| 542 | blk.41.ffn_down.weight | 0x14c8cf620 | 0x26ac000 | +| 543 | blk.41.ffn_gate.weight | 0x14ef7b620 | 0x182b800 | +| 544 | blk.41.ffn_norm.weight | 0x1507a6e20 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x1507aaa20 | 0x182b800 | +| 546 | blk.41.post_attention_norm.weight | 0x151fd6220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x151fd9e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x151fdda20 | 0x339000 | +| 549 | blk.42.attn_k_norm.weight | 0x152316a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x152316e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x15231aa20 | 0x870000 | +| 552 | blk.42.attn_q.weight | 0x152b8aa20 | 0x672000 | +| 553 | blk.42.attn_q_norm.weight | 0x1531fca20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x1531fce20 | 0x438000 | +| 555 | blk.42.ffn_down.weight | 0x153634e20 | 0x26ac000 | +| 556 | blk.42.ffn_gate.weight | 0x155ce0e20 | 0x182b800 | +| 557 | blk.42.ffn_norm.weight | 0x15750c620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x157510220 | 0x182b800 | +| 559 | blk.42.post_attention_norm.weight | 0x158d3ba20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x158d3f620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x158d43220 | 0x339000 | +| 562 | blk.43.attn_k_norm.weight | 0x15907c220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x15907c620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x159080220 | 0x870000 | +| 565 | blk.43.attn_q.weight | 0x1598f0220 | 0x672000 | +| 566 | blk.43.attn_q_norm.weight | 0x159f62220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x159f62620 | 0x438000 | +| 568 | blk.43.ffn_down.weight | 0x15a39a620 | 0x26ac000 | +| 569 | blk.43.ffn_gate.weight | 0x15ca46620 | 0x182b800 | +| 570 | blk.43.ffn_norm.weight | 0x15e271e20 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x15e275a20 | 0x182b800 | +| 572 | blk.43.post_attention_norm.weight | 0x15faa1220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x15faa4e20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x15faa8a20 | 0x438000 | +| 575 | blk.44.attn_k_norm.weight | 0x15fee0a20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x15fee0e20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x15fee4a20 | 0x870000 | +| 578 | blk.44.attn_q.weight | 0x160754a20 | 0x870000 | +| 579 | blk.44.attn_q_norm.weight | 0x160fc4a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x160fc4e20 | 0x438000 | +| 581 | blk.44.ffn_down.weight | 0x1613fce20 | 0x26ac000 | +| 582 | blk.44.ffn_gate.weight | 0x163aa8e20 | 0x1fa4000 | +| 583 | blk.44.ffn_norm.weight | 0x165a4ce20 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x165a50a20 | 0x1fa4000 | +| 585 | blk.44.post_attention_norm.weight | 0x1679f4a20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x1679f8620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x1679fc220 | 0x438000 | +| 588 | blk.45.attn_k_norm.weight | 0x167e34220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x167e34620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x167e38220 | 0x870000 | +| 591 | blk.45.attn_q.weight | 0x1686a8220 | 0x870000 | +| 592 | blk.45.attn_q_norm.weight | 0x168f18220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x168f18620 | 0x438000 | +| 594 | blk.45.ffn_down.weight | 0x169350620 | 0x26ac000 | +| 595 | blk.45.ffn_gate.weight | 0x16b9fc620 | 0x1fa4000 | +| 596 | blk.45.ffn_norm.weight | 0x16d9a0620 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x16d9a4220 | 0x1fa4000 | +| 598 | blk.45.post_attention_norm.weight | 0x16f948220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x16f94be20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q3_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q3_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q3_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q4_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q5_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q5_K_M.md b/scores/gemma-3-12b-it-Q5_K_M.md new file mode 100644 index 0000000..3c3803e --- /dev/null +++ b/scores/gemma-3-12b-it-Q5_K_M.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q5_K_M.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 17 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q5\_K\_M.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q5_k_mgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x528000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a7eaa20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a7eae20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a7eea20 | 0xa50000 | +| 6 | blk.0.attn_q.weight | 0x1b23ea20 | 0xa50000 | +| 7 | blk.0.attn_q_norm.weight | 0x1bc8ea20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1bc8ee20 | 0x627000 | +| 9 | blk.0.ffn_down.weight | 0x1c2b5e20 | 0x2e24800 | +| 10 | blk.0.ffn_gate.weight | 0x1f0da620 | 0x26ac000 | +| 11 | blk.0.ffn_norm.weight | 0x21786620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x2178a220 | 0x26ac000 | +| 13 | blk.0.post_attention_norm.weight | 0x23e36220 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x23e39e20 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x23e3da20 | 0x438000 | +| 16 | blk.1.attn_k_norm.weight | 0x24275a20 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x24275e20 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x24279a20 | 0xa50000 | +| 19 | blk.1.attn_q.weight | 0x24cc9a20 | 0x870000 | +| 20 | blk.1.attn_q_norm.weight | 0x25539a20 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x25539e20 | 0x528000 | +| 22 | blk.1.ffn_down.weight | 0x25a61e20 | 0x2e24800 | +| 23 | blk.1.ffn_gate.weight | 0x28886620 | 0x1fa4000 | +| 24 | blk.1.ffn_norm.weight | 0x2a82a620 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x2a82e220 | 0x1fa4000 | +| 26 | blk.1.post_attention_norm.weight | 0x2c7d2220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x2c7d5e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x2c7d9a20 | 0x528000 | +| 29 | blk.2.attn_k_norm.weight | 0x2cd01a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x2cd01e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x2cd05a20 | 0xa50000 | +| 32 | blk.2.attn_q.weight | 0x2d755a20 | 0xa50000 | +| 33 | blk.2.attn_q_norm.weight | 0x2e1a5a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2e1a5e20 | 0x627000 | +| 35 | blk.2.ffn_down.weight | 0x2e7cce20 | 0x2e24800 | +| 36 | blk.2.ffn_gate.weight | 0x315f1620 | 0x26ac000 | +| 37 | blk.2.ffn_norm.weight | 0x33c9d620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x33ca1220 | 0x26ac000 | +| 39 | blk.2.post_attention_norm.weight | 0x3634d220 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x36350e20 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x36354a20 | 0x438000 | +| 42 | blk.3.attn_k_norm.weight | 0x3678ca20 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x3678ce20 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x36790a20 | 0xa50000 | +| 45 | blk.3.attn_q.weight | 0x371e0a20 | 0x870000 | +| 46 | blk.3.attn_q_norm.weight | 0x37a50a20 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x37a50e20 | 0x528000 | +| 48 | blk.3.ffn_down.weight | 0x37f78e20 | 0x2e24800 | +| 49 | blk.3.ffn_gate.weight | 0x3ad9d620 | 0x1fa4000 | +| 50 | blk.3.ffn_norm.weight | 0x3cd41620 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x3cd45220 | 0x1fa4000 | +| 52 | blk.3.post_attention_norm.weight | 0x3ece9220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x3ecece20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x3ecf0a20 | 0x528000 | +| 55 | blk.4.attn_k_norm.weight | 0x3f218a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x3f218e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x3f21ca20 | 0xa50000 | +| 58 | blk.4.attn_q.weight | 0x3fc6ca20 | 0xa50000 | +| 59 | blk.4.attn_q_norm.weight | 0x406bca20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x406bce20 | 0x627000 | +| 61 | blk.4.ffn_down.weight | 0x40ce3e20 | 0x2e24800 | +| 62 | blk.4.ffn_gate.weight | 0x43b08620 | 0x26ac000 | +| 63 | blk.4.ffn_norm.weight | 0x461b4620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x461b8220 | 0x26ac000 | +| 65 | blk.4.post_attention_norm.weight | 0x48864220 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x48867e20 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x4886ba20 | 0x528000 | +| 68 | blk.5.attn_k_norm.weight | 0x48d93a20 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x48d93e20 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x48d97a20 | 0xa50000 | +| 71 | blk.5.attn_q.weight | 0x497e7a20 | 0xa50000 | +| 72 | blk.5.attn_q_norm.weight | 0x4a237a20 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x4a237e20 | 0x627000 | +| 74 | blk.5.ffn_down.weight | 0x4a85ee20 | 0x2e24800 | +| 75 | blk.5.ffn_gate.weight | 0x4d683620 | 0x26ac000 | +| 76 | blk.5.ffn_norm.weight | 0x4fd2f620 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x4fd33220 | 0x26ac000 | +| 78 | blk.5.post_attention_norm.weight | 0x523df220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x523e2e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x523e6a20 | 0x528000 | +| 81 | blk.6.attn_k_norm.weight | 0x5290ea20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x5290ee20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x52912a20 | 0xa50000 | +| 84 | blk.6.attn_q.weight | 0x53362a20 | 0xa50000 | +| 85 | blk.6.attn_q_norm.weight | 0x53db2a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x53db2e20 | 0x627000 | +| 87 | blk.6.ffn_down.weight | 0x543d9e20 | 0x2e24800 | +| 88 | blk.6.ffn_gate.weight | 0x571fe620 | 0x26ac000 | +| 89 | blk.6.ffn_norm.weight | 0x598aa620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x598ae220 | 0x26ac000 | +| 91 | blk.6.post_attention_norm.weight | 0x5bf5a220 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x5bf5de20 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x5bf61a20 | 0x528000 | +| 94 | blk.7.attn_k_norm.weight | 0x5c489a20 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x5c489e20 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x5c48da20 | 0xa50000 | +| 97 | blk.7.attn_q.weight | 0x5cedda20 | 0xa50000 | +| 98 | blk.7.attn_q_norm.weight | 0x5d92da20 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x5d92de20 | 0x627000 | +| 100 | blk.7.ffn_down.weight | 0x5df54e20 | 0x2e24800 | +| 101 | blk.7.ffn_gate.weight | 0x60d79620 | 0x26ac000 | +| 102 | blk.7.ffn_norm.weight | 0x63425620 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x63429220 | 0x26ac000 | +| 104 | blk.7.post_attention_norm.weight | 0x65ad5220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x65ad8e20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x65adca20 | 0x528000 | +| 107 | blk.8.attn_k_norm.weight | 0x66004a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x66004e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x66008a20 | 0xa50000 | +| 110 | blk.8.attn_q.weight | 0x66a58a20 | 0xa50000 | +| 111 | blk.8.attn_q_norm.weight | 0x674a8a20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x674a8e20 | 0x627000 | +| 113 | blk.8.ffn_down.weight | 0x67acfe20 | 0x2e24800 | +| 114 | blk.8.ffn_gate.weight | 0x6a8f4620 | 0x26ac000 | +| 115 | blk.8.ffn_norm.weight | 0x6cfa0620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x6cfa4220 | 0x26ac000 | +| 117 | blk.8.post_attention_norm.weight | 0x6f650220 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x6f653e20 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x6f657a20 | 0x438000 | +| 120 | blk.9.attn_k_norm.weight | 0x6fa8fa20 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x6fa8fe20 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x6fa93a20 | 0xa50000 | +| 123 | blk.9.attn_q.weight | 0x704e3a20 | 0x870000 | +| 124 | blk.9.attn_q_norm.weight | 0x70d53a20 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x70d53e20 | 0x627000 | +| 126 | blk.9.ffn_down.weight | 0x7137ae20 | 0x2e24800 | +| 127 | blk.9.ffn_gate.weight | 0x7419f620 | 0x1fa4000 | +| 128 | blk.9.ffn_norm.weight | 0x76143620 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x76147220 | 0x1fa4000 | +| 130 | blk.9.post_attention_norm.weight | 0x780eb220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x780eee20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x780f2a20 | 0x438000 | +| 133 | blk.10.attn_k_norm.weight | 0x7852aa20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x7852ae20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x7852ea20 | 0xa50000 | +| 136 | blk.10.attn_q.weight | 0x78f7ea20 | 0x870000 | +| 137 | blk.10.attn_q_norm.weight | 0x797eea20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x797eee20 | 0x528000 | +| 139 | blk.10.ffn_down.weight | 0x79d16e20 | 0x2e24800 | +| 140 | blk.10.ffn_gate.weight | 0x7cb3b620 | 0x1fa4000 | +| 141 | blk.10.ffn_norm.weight | 0x7eadf620 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x7eae3220 | 0x1fa4000 | +| 143 | blk.10.post_attention_norm.weight | 0x80a87220 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x80a8ae20 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x80a8ea20 | 0x438000 | +| 146 | blk.11.attn_k_norm.weight | 0x80ec6a20 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x80ec6e20 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x80ecaa20 | 0xa50000 | +| 149 | blk.11.attn_q.weight | 0x8191aa20 | 0x870000 | +| 150 | blk.11.attn_q_norm.weight | 0x8218aa20 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x8218ae20 | 0x627000 | +| 152 | blk.11.ffn_down.weight | 0x827b1e20 | 0x2e24800 | +| 153 | blk.11.ffn_gate.weight | 0x855d6620 | 0x1fa4000 | +| 154 | blk.11.ffn_norm.weight | 0x8757a620 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x8757e220 | 0x1fa4000 | +| 156 | blk.11.post_attention_norm.weight | 0x89522220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x89525e20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x89529a20 | 0x438000 | +| 159 | blk.12.attn_k_norm.weight | 0x89961a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x89961e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x89965a20 | 0xa50000 | +| 162 | blk.12.attn_q.weight | 0x8a3b5a20 | 0x870000 | +| 163 | blk.12.attn_q_norm.weight | 0x8ac25a20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x8ac25e20 | 0x627000 | +| 165 | blk.12.ffn_down.weight | 0x8b24ce20 | 0x2e24800 | +| 166 | blk.12.ffn_gate.weight | 0x8e071620 | 0x1fa4000 | +| 167 | blk.12.ffn_norm.weight | 0x90015620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x90019220 | 0x1fa4000 | +| 169 | blk.12.post_attention_norm.weight | 0x91fbd220 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x91fc0e20 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x91fc4a20 | 0x438000 | +| 172 | blk.13.attn_k_norm.weight | 0x923fca20 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x923fce20 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x92400a20 | 0xa50000 | +| 175 | blk.13.attn_q.weight | 0x92e50a20 | 0x870000 | +| 176 | blk.13.attn_q_norm.weight | 0x936c0a20 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x936c0e20 | 0x528000 | +| 178 | blk.13.ffn_down.weight | 0x93be8e20 | 0x2e24800 | +| 179 | blk.13.ffn_gate.weight | 0x96a0d620 | 0x1fa4000 | +| 180 | blk.13.ffn_norm.weight | 0x989b1620 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x989b5220 | 0x1fa4000 | +| 182 | blk.13.post_attention_norm.weight | 0x9a959220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x9a95ce20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x9a960a20 | 0x438000 | +| 185 | blk.14.attn_k_norm.weight | 0x9ad98a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x9ad98e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x9ad9ca20 | 0xa50000 | +| 188 | blk.14.attn_q.weight | 0x9b7eca20 | 0x870000 | +| 189 | blk.14.attn_q_norm.weight | 0x9c05ca20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x9c05ce20 | 0x627000 | +| 191 | blk.14.ffn_down.weight | 0x9c683e20 | 0x2e24800 | +| 192 | blk.14.ffn_gate.weight | 0x9f4a8620 | 0x1fa4000 | +| 193 | blk.14.ffn_norm.weight | 0xa144c620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0xa1450220 | 0x1fa4000 | +| 195 | blk.14.post_attention_norm.weight | 0xa33f4220 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0xa33f7e20 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0xa33fba20 | 0x438000 | +| 198 | blk.15.attn_k_norm.weight | 0xa3833a20 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0xa3833e20 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0xa3837a20 | 0xa50000 | +| 201 | blk.15.attn_q.weight | 0xa4287a20 | 0x870000 | +| 202 | blk.15.attn_q_norm.weight | 0xa4af7a20 | 0x400 | +| 203 | blk.15.attn_v.weight | 0xa4af7e20 | 0x627000 | +| 204 | blk.15.ffn_down.weight | 0xa511ee20 | 0x2e24800 | +| 205 | blk.15.ffn_gate.weight | 0xa7f43620 | 0x1fa4000 | +| 206 | blk.15.ffn_norm.weight | 0xa9ee7620 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0xa9eeb220 | 0x1fa4000 | +| 208 | blk.15.post_attention_norm.weight | 0xabe8f220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0xabe92e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0xabe96a20 | 0x438000 | +| 211 | blk.16.attn_k_norm.weight | 0xac2cea20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0xac2cee20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0xac2d2a20 | 0xa50000 | +| 214 | blk.16.attn_q.weight | 0xacd22a20 | 0x870000 | +| 215 | blk.16.attn_q_norm.weight | 0xad592a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0xad592e20 | 0x528000 | +| 217 | blk.16.ffn_down.weight | 0xadabae20 | 0x2e24800 | +| 218 | blk.16.ffn_gate.weight | 0xb08df620 | 0x1fa4000 | +| 219 | blk.16.ffn_norm.weight | 0xb2883620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0xb2887220 | 0x1fa4000 | +| 221 | blk.16.post_attention_norm.weight | 0xb482b220 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0xb482ee20 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0xb4832a20 | 0x438000 | +| 224 | blk.17.attn_k_norm.weight | 0xb4c6aa20 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0xb4c6ae20 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0xb4c6ea20 | 0xa50000 | +| 227 | blk.17.attn_q.weight | 0xb56bea20 | 0x870000 | +| 228 | blk.17.attn_q_norm.weight | 0xb5f2ea20 | 0x400 | +| 229 | blk.17.attn_v.weight | 0xb5f2ee20 | 0x627000 | +| 230 | blk.17.ffn_down.weight | 0xb6555e20 | 0x2e24800 | +| 231 | blk.17.ffn_gate.weight | 0xb937a620 | 0x1fa4000 | +| 232 | blk.17.ffn_norm.weight | 0xbb31e620 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0xbb322220 | 0x1fa4000 | +| 234 | blk.17.post_attention_norm.weight | 0xbd2c6220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0xbd2c9e20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0xbd2cda20 | 0x438000 | +| 237 | blk.18.attn_k_norm.weight | 0xbd705a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0xbd705e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0xbd709a20 | 0xa50000 | +| 240 | blk.18.attn_q.weight | 0xbe159a20 | 0x870000 | +| 241 | blk.18.attn_q_norm.weight | 0xbe9c9a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0xbe9c9e20 | 0x627000 | +| 243 | blk.18.ffn_down.weight | 0xbeff0e20 | 0x2e24800 | +| 244 | blk.18.ffn_gate.weight | 0xc1e15620 | 0x1fa4000 | +| 245 | blk.18.ffn_norm.weight | 0xc3db9620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0xc3dbd220 | 0x1fa4000 | +| 247 | blk.18.post_attention_norm.weight | 0xc5d61220 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0xc5d64e20 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0xc5d68a20 | 0x438000 | +| 250 | blk.19.attn_k_norm.weight | 0xc61a0a20 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0xc61a0e20 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0xc61a4a20 | 0xa50000 | +| 253 | blk.19.attn_q.weight | 0xc6bf4a20 | 0x870000 | +| 254 | blk.19.attn_q_norm.weight | 0xc7464a20 | 0x400 | +| 255 | blk.19.attn_v.weight | 0xc7464e20 | 0x528000 | +| 256 | blk.19.ffn_down.weight | 0xc798ce20 | 0x2e24800 | +| 257 | blk.19.ffn_gate.weight | 0xca7b1620 | 0x1fa4000 | +| 258 | blk.19.ffn_norm.weight | 0xcc755620 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0xcc759220 | 0x1fa4000 | +| 260 | blk.19.post_attention_norm.weight | 0xce6fd220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0xce700e20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0xce704a20 | 0x438000 | +| 263 | blk.20.attn_k_norm.weight | 0xceb3ca20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0xceb3ce20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0xceb40a20 | 0xa50000 | +| 266 | blk.20.attn_q.weight | 0xcf590a20 | 0x870000 | +| 267 | blk.20.attn_q_norm.weight | 0xcfe00a20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0xcfe00e20 | 0x627000 | +| 269 | blk.20.ffn_down.weight | 0xd0427e20 | 0x2e24800 | +| 270 | blk.20.ffn_gate.weight | 0xd324c620 | 0x1fa4000 | +| 271 | blk.20.ffn_norm.weight | 0xd51f0620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0xd51f4220 | 0x1fa4000 | +| 273 | blk.20.post_attention_norm.weight | 0xd7198220 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0xd719be20 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0xd719fa20 | 0x438000 | +| 276 | blk.21.attn_k_norm.weight | 0xd75d7a20 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0xd75d7e20 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0xd75dba20 | 0xa50000 | +| 279 | blk.21.attn_q.weight | 0xd802ba20 | 0x870000 | +| 280 | blk.21.attn_q_norm.weight | 0xd889ba20 | 0x400 | +| 281 | blk.21.attn_v.weight | 0xd889be20 | 0x627000 | +| 282 | blk.21.ffn_down.weight | 0xd8ec2e20 | 0x2e24800 | +| 283 | blk.21.ffn_gate.weight | 0xdbce7620 | 0x1fa4000 | +| 284 | blk.21.ffn_norm.weight | 0xddc8b620 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0xddc8f220 | 0x1fa4000 | +| 286 | blk.21.post_attention_norm.weight | 0xdfc33220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0xdfc36e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0xdfc3aa20 | 0x438000 | +| 289 | blk.22.attn_k_norm.weight | 0xe0072a20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0xe0072e20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0xe0076a20 | 0xa50000 | +| 292 | blk.22.attn_q.weight | 0xe0ac6a20 | 0x870000 | +| 293 | blk.22.attn_q_norm.weight | 0xe1336a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0xe1336e20 | 0x528000 | +| 295 | blk.22.ffn_down.weight | 0xe185ee20 | 0x2e24800 | +| 296 | blk.22.ffn_gate.weight | 0xe4683620 | 0x1fa4000 | +| 297 | blk.22.ffn_norm.weight | 0xe6627620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xe662b220 | 0x1fa4000 | +| 299 | blk.22.post_attention_norm.weight | 0xe85cf220 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xe85d2e20 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xe85d6a20 | 0x438000 | +| 302 | blk.23.attn_k_norm.weight | 0xe8a0ea20 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xe8a0ee20 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xe8a12a20 | 0xa50000 | +| 305 | blk.23.attn_q.weight | 0xe9462a20 | 0x870000 | +| 306 | blk.23.attn_q_norm.weight | 0xe9cd2a20 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xe9cd2e20 | 0x627000 | +| 308 | blk.23.ffn_down.weight | 0xea2f9e20 | 0x2e24800 | +| 309 | blk.23.ffn_gate.weight | 0xed11e620 | 0x1fa4000 | +| 310 | blk.23.ffn_norm.weight | 0xef0c2620 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xef0c6220 | 0x1fa4000 | +| 312 | blk.23.post_attention_norm.weight | 0xf106a220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xf106de20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xf1071a20 | 0x528000 | +| 315 | blk.24.attn_k_norm.weight | 0xf1599a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xf1599e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xf159da20 | 0xa50000 | +| 318 | blk.24.attn_q.weight | 0xf1feda20 | 0xa50000 | +| 319 | blk.24.attn_q_norm.weight | 0xf2a3da20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xf2a3de20 | 0x627000 | +| 321 | blk.24.ffn_down.weight | 0xf3064e20 | 0x2e24800 | +| 322 | blk.24.ffn_gate.weight | 0xf5e89620 | 0x26ac000 | +| 323 | blk.24.ffn_norm.weight | 0xf8535620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xf8539220 | 0x26ac000 | +| 325 | blk.24.post_attention_norm.weight | 0xfabe5220 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xfabe8e20 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xfabeca20 | 0x438000 | +| 328 | blk.25.attn_k_norm.weight | 0xfb024a20 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xfb024e20 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xfb028a20 | 0xa50000 | +| 331 | blk.25.attn_q.weight | 0xfba78a20 | 0x870000 | +| 332 | blk.25.attn_q_norm.weight | 0xfc2e8a20 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xfc2e8e20 | 0x528000 | +| 334 | blk.25.ffn_down.weight | 0xfc810e20 | 0x2e24800 | +| 335 | blk.25.ffn_gate.weight | 0xff635620 | 0x1fa4000 | +| 336 | blk.25.ffn_norm.weight | 0x1015d9620 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0x1015dd220 | 0x1fa4000 | +| 338 | blk.25.post_attention_norm.weight | 0x103581220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0x103584e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0x103588a20 | 0x438000 | +| 341 | blk.26.attn_k_norm.weight | 0x1039c0a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0x1039c0e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0x1039c4a20 | 0xa50000 | +| 344 | blk.26.attn_q.weight | 0x104414a20 | 0x870000 | +| 345 | blk.26.attn_q_norm.weight | 0x104c84a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0x104c84e20 | 0x627000 | +| 347 | blk.26.ffn_down.weight | 0x1052abe20 | 0x2e24800 | +| 348 | blk.26.ffn_gate.weight | 0x1080d0620 | 0x1fa4000 | +| 349 | blk.26.ffn_norm.weight | 0x10a074620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0x10a078220 | 0x1fa4000 | +| 351 | blk.26.post_attention_norm.weight | 0x10c01c220 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0x10c01fe20 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0x10c023a20 | 0x438000 | +| 354 | blk.27.attn_k_norm.weight | 0x10c45ba20 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0x10c45be20 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0x10c45fa20 | 0xa50000 | +| 357 | blk.27.attn_q.weight | 0x10ceafa20 | 0x870000 | +| 358 | blk.27.attn_q_norm.weight | 0x10d71fa20 | 0x400 | +| 359 | blk.27.attn_v.weight | 0x10d71fe20 | 0x627000 | +| 360 | blk.27.ffn_down.weight | 0x10dd46e20 | 0x2e24800 | +| 361 | blk.27.ffn_gate.weight | 0x110b6b620 | 0x1fa4000 | +| 362 | blk.27.ffn_norm.weight | 0x112b0f620 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0x112b13220 | 0x1fa4000 | +| 364 | blk.27.post_attention_norm.weight | 0x114ab7220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0x114abae20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0x114abea20 | 0x438000 | +| 367 | blk.28.attn_k_norm.weight | 0x114ef6a20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0x114ef6e20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0x114efaa20 | 0xa50000 | +| 370 | blk.28.attn_q.weight | 0x11594aa20 | 0x870000 | +| 371 | blk.28.attn_q_norm.weight | 0x1161baa20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0x1161bae20 | 0x528000 | +| 373 | blk.28.ffn_down.weight | 0x1166e2e20 | 0x2e24800 | +| 374 | blk.28.ffn_gate.weight | 0x119507620 | 0x1fa4000 | +| 375 | blk.28.ffn_norm.weight | 0x11b4ab620 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0x11b4af220 | 0x1fa4000 | +| 377 | blk.28.post_attention_norm.weight | 0x11d453220 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0x11d456e20 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0x11d45aa20 | 0x438000 | +| 380 | blk.29.attn_k_norm.weight | 0x11d892a20 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0x11d892e20 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0x11d896a20 | 0xa50000 | +| 383 | blk.29.attn_q.weight | 0x11e2e6a20 | 0x870000 | +| 384 | blk.29.attn_q_norm.weight | 0x11eb56a20 | 0x400 | +| 385 | blk.29.attn_v.weight | 0x11eb56e20 | 0x627000 | +| 386 | blk.29.ffn_down.weight | 0x11f17de20 | 0x2e24800 | +| 387 | blk.29.ffn_gate.weight | 0x121fa2620 | 0x1fa4000 | +| 388 | blk.29.ffn_norm.weight | 0x123f46620 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0x123f4a220 | 0x1fa4000 | +| 390 | blk.29.post_attention_norm.weight | 0x125eee220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0x125ef1e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0x125ef5a20 | 0x438000 | +| 393 | blk.30.attn_k_norm.weight | 0x12632da20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0x12632de20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0x126331a20 | 0xa50000 | +| 396 | blk.30.attn_q.weight | 0x126d81a20 | 0x870000 | +| 397 | blk.30.attn_q_norm.weight | 0x1275f1a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0x1275f1e20 | 0x627000 | +| 399 | blk.30.ffn_down.weight | 0x127c18e20 | 0x2e24800 | +| 400 | blk.30.ffn_gate.weight | 0x12aa3d620 | 0x1fa4000 | +| 401 | blk.30.ffn_norm.weight | 0x12c9e1620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0x12c9e5220 | 0x1fa4000 | +| 403 | blk.30.post_attention_norm.weight | 0x12e989220 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0x12e98ce20 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0x12e990a20 | 0x438000 | +| 406 | blk.31.attn_k_norm.weight | 0x12edc8a20 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0x12edc8e20 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0x12edcca20 | 0xa50000 | +| 409 | blk.31.attn_q.weight | 0x12f81ca20 | 0x870000 | +| 410 | blk.31.attn_q_norm.weight | 0x13008ca20 | 0x400 | +| 411 | blk.31.attn_v.weight | 0x13008ce20 | 0x528000 | +| 412 | blk.31.ffn_down.weight | 0x1305b4e20 | 0x2e24800 | +| 413 | blk.31.ffn_gate.weight | 0x1333d9620 | 0x1fa4000 | +| 414 | blk.31.ffn_norm.weight | 0x13537d620 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0x135381220 | 0x1fa4000 | +| 416 | blk.31.post_attention_norm.weight | 0x137325220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0x137328e20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0x13732ca20 | 0x438000 | +| 419 | blk.32.attn_k_norm.weight | 0x137764a20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0x137764e20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0x137768a20 | 0xa50000 | +| 422 | blk.32.attn_q.weight | 0x1381b8a20 | 0x870000 | +| 423 | blk.32.attn_q_norm.weight | 0x138a28a20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0x138a28e20 | 0x627000 | +| 425 | blk.32.ffn_down.weight | 0x13904fe20 | 0x2e24800 | +| 426 | blk.32.ffn_gate.weight | 0x13be74620 | 0x1fa4000 | +| 427 | blk.32.ffn_norm.weight | 0x13de18620 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0x13de1c220 | 0x1fa4000 | +| 429 | blk.32.post_attention_norm.weight | 0x13fdc0220 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0x13fdc3e20 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0x13fdc7a20 | 0x438000 | +| 432 | blk.33.attn_k_norm.weight | 0x1401ffa20 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0x1401ffe20 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0x140203a20 | 0xa50000 | +| 435 | blk.33.attn_q.weight | 0x140c53a20 | 0x870000 | +| 436 | blk.33.attn_q_norm.weight | 0x1414c3a20 | 0x400 | +| 437 | blk.33.attn_v.weight | 0x1414c3e20 | 0x627000 | +| 438 | blk.33.ffn_down.weight | 0x141aeae20 | 0x2e24800 | +| 439 | blk.33.ffn_gate.weight | 0x14490f620 | 0x1fa4000 | +| 440 | blk.33.ffn_norm.weight | 0x1468b3620 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0x1468b7220 | 0x1fa4000 | +| 442 | blk.33.post_attention_norm.weight | 0x14885b220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0x14885ee20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0x148862a20 | 0x438000 | +| 445 | blk.34.attn_k_norm.weight | 0x148c9aa20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0x148c9ae20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0x148c9ea20 | 0xa50000 | +| 448 | blk.34.attn_q.weight | 0x1496eea20 | 0x870000 | +| 449 | blk.34.attn_q_norm.weight | 0x149f5ea20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0x149f5ee20 | 0x528000 | +| 451 | blk.34.ffn_down.weight | 0x14a486e20 | 0x2e24800 | +| 452 | blk.34.ffn_gate.weight | 0x14d2ab620 | 0x1fa4000 | +| 453 | blk.34.ffn_norm.weight | 0x14f24f620 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0x14f253220 | 0x1fa4000 | +| 455 | blk.34.post_attention_norm.weight | 0x1511f7220 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0x1511fae20 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0x1511fea20 | 0x438000 | +| 458 | blk.35.attn_k_norm.weight | 0x151636a20 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0x151636e20 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0x15163aa20 | 0xa50000 | +| 461 | blk.35.attn_q.weight | 0x15208aa20 | 0x870000 | +| 462 | blk.35.attn_q_norm.weight | 0x1528faa20 | 0x400 | +| 463 | blk.35.attn_v.weight | 0x1528fae20 | 0x627000 | +| 464 | blk.35.ffn_down.weight | 0x152f21e20 | 0x2e24800 | +| 465 | blk.35.ffn_gate.weight | 0x155d46620 | 0x1fa4000 | +| 466 | blk.35.ffn_norm.weight | 0x157cea620 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0x157cee220 | 0x1fa4000 | +| 468 | blk.35.post_attention_norm.weight | 0x159c92220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0x159c95e20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0x159c99a20 | 0x438000 | +| 471 | blk.36.attn_k_norm.weight | 0x15a0d1a20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0x15a0d1e20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0x15a0d5a20 | 0xa50000 | +| 474 | blk.36.attn_q.weight | 0x15ab25a20 | 0x870000 | +| 475 | blk.36.attn_q_norm.weight | 0x15b395a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0x15b395e20 | 0x627000 | +| 477 | blk.36.ffn_down.weight | 0x15b9bce20 | 0x2e24800 | +| 478 | blk.36.ffn_gate.weight | 0x15e7e1620 | 0x1fa4000 | +| 479 | blk.36.ffn_norm.weight | 0x160785620 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x160789220 | 0x1fa4000 | +| 481 | blk.36.post_attention_norm.weight | 0x16272d220 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x162730e20 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x162734a20 | 0x528000 | +| 484 | blk.37.attn_k_norm.weight | 0x162c5ca20 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x162c5ce20 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x162c60a20 | 0xa50000 | +| 487 | blk.37.attn_q.weight | 0x1636b0a20 | 0xa50000 | +| 488 | blk.37.attn_q_norm.weight | 0x164100a20 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x164100e20 | 0x627000 | +| 490 | blk.37.ffn_down.weight | 0x164727e20 | 0x2e24800 | +| 491 | blk.37.ffn_gate.weight | 0x16754c620 | 0x26ac000 | +| 492 | blk.37.ffn_norm.weight | 0x169bf8620 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x169bfc220 | 0x26ac000 | +| 494 | blk.37.post_attention_norm.weight | 0x16c2a8220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x16c2abe20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x16c2afa20 | 0x528000 | +| 497 | blk.38.attn_k_norm.weight | 0x16c7d7a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x16c7d7e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x16c7dba20 | 0xa50000 | +| 500 | blk.38.attn_q.weight | 0x16d22ba20 | 0xa50000 | +| 501 | blk.38.attn_q_norm.weight | 0x16dc7ba20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x16dc7be20 | 0x627000 | +| 503 | blk.38.ffn_down.weight | 0x16e2a2e20 | 0x2e24800 | +| 504 | blk.38.ffn_gate.weight | 0x1710c7620 | 0x26ac000 | +| 505 | blk.38.ffn_norm.weight | 0x173773620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x173777220 | 0x26ac000 | +| 507 | blk.38.post_attention_norm.weight | 0x175e23220 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x175e26e20 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x175e2aa20 | 0x528000 | +| 510 | blk.39.attn_k_norm.weight | 0x176352a20 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x176352e20 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x176356a20 | 0xa50000 | +| 513 | blk.39.attn_q.weight | 0x176da6a20 | 0xa50000 | +| 514 | blk.39.attn_q_norm.weight | 0x1777f6a20 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x1777f6e20 | 0x627000 | +| 516 | blk.39.ffn_down.weight | 0x177e1de20 | 0x2e24800 | +| 517 | blk.39.ffn_gate.weight | 0x17ac42620 | 0x26ac000 | +| 518 | blk.39.ffn_norm.weight | 0x17d2ee620 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x17d2f2220 | 0x26ac000 | +| 520 | blk.39.post_attention_norm.weight | 0x17f99e220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x17f9a1e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x17f9a5a20 | 0x528000 | +| 523 | blk.40.attn_k_norm.weight | 0x17fecda20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x17fecde20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x17fed1a20 | 0xa50000 | +| 526 | blk.40.attn_q.weight | 0x180921a20 | 0xa50000 | +| 527 | blk.40.attn_q_norm.weight | 0x181371a20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x181371e20 | 0x627000 | +| 529 | blk.40.ffn_down.weight | 0x181998e20 | 0x2e24800 | +| 530 | blk.40.ffn_gate.weight | 0x1847bd620 | 0x26ac000 | +| 531 | blk.40.ffn_norm.weight | 0x186e69620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x186e6d220 | 0x26ac000 | +| 533 | blk.40.post_attention_norm.weight | 0x189519220 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x18951ce20 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x189520a20 | 0x438000 | +| 536 | blk.41.attn_k_norm.weight | 0x189958a20 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x189958e20 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x18995ca20 | 0xa50000 | +| 539 | blk.41.attn_q.weight | 0x18a3aca20 | 0x870000 | +| 540 | blk.41.attn_q_norm.weight | 0x18ac1ca20 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x18ac1ce20 | 0x528000 | +| 542 | blk.41.ffn_down.weight | 0x18b144e20 | 0x2e24800 | +| 543 | blk.41.ffn_gate.weight | 0x18df69620 | 0x1fa4000 | +| 544 | blk.41.ffn_norm.weight | 0x18ff0d620 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x18ff11220 | 0x1fa4000 | +| 546 | blk.41.post_attention_norm.weight | 0x191eb5220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x191eb8e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x191ebca20 | 0x438000 | +| 549 | blk.42.attn_k_norm.weight | 0x1922f4a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x1922f4e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x1922f8a20 | 0xa50000 | +| 552 | blk.42.attn_q.weight | 0x192d48a20 | 0x870000 | +| 553 | blk.42.attn_q_norm.weight | 0x1935b8a20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x1935b8e20 | 0x528000 | +| 555 | blk.42.ffn_down.weight | 0x193ae0e20 | 0x2e24800 | +| 556 | blk.42.ffn_gate.weight | 0x196905620 | 0x1fa4000 | +| 557 | blk.42.ffn_norm.weight | 0x1988a9620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x1988ad220 | 0x1fa4000 | +| 559 | blk.42.post_attention_norm.weight | 0x19a851220 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x19a854e20 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x19a858a20 | 0x438000 | +| 562 | blk.43.attn_k_norm.weight | 0x19ac90a20 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x19ac90e20 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x19ac94a20 | 0xa50000 | +| 565 | blk.43.attn_q.weight | 0x19b6e4a20 | 0x870000 | +| 566 | blk.43.attn_q_norm.weight | 0x19bf54a20 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x19bf54e20 | 0x528000 | +| 568 | blk.43.ffn_down.weight | 0x19c47ce20 | 0x2e24800 | +| 569 | blk.43.ffn_gate.weight | 0x19f2a1620 | 0x1fa4000 | +| 570 | blk.43.ffn_norm.weight | 0x1a1245620 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x1a1249220 | 0x1fa4000 | +| 572 | blk.43.post_attention_norm.weight | 0x1a31ed220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x1a31f0e20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x1a31f4a20 | 0x438000 | +| 575 | blk.44.attn_k_norm.weight | 0x1a362ca20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x1a362ce20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x1a3630a20 | 0xa50000 | +| 578 | blk.44.attn_q.weight | 0x1a4080a20 | 0x870000 | +| 579 | blk.44.attn_q_norm.weight | 0x1a48f0a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x1a48f0e20 | 0x528000 | +| 581 | blk.44.ffn_down.weight | 0x1a4e18e20 | 0x2e24800 | +| 582 | blk.44.ffn_gate.weight | 0x1a7c3d620 | 0x1fa4000 | +| 583 | blk.44.ffn_norm.weight | 0x1a9be1620 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x1a9be5220 | 0x1fa4000 | +| 585 | blk.44.post_attention_norm.weight | 0x1abb89220 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x1abb8ce20 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x1abb90a20 | 0x438000 | +| 588 | blk.45.attn_k_norm.weight | 0x1abfc8a20 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x1abfc8e20 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x1abfcca20 | 0xa50000 | +| 591 | blk.45.attn_q.weight | 0x1aca1ca20 | 0x870000 | +| 592 | blk.45.attn_q_norm.weight | 0x1ad28ca20 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x1ad28ce20 | 0x528000 | +| 594 | blk.45.ffn_down.weight | 0x1ad7b4e20 | 0x2e24800 | +| 595 | blk.45.ffn_gate.weight | 0x1b05d9620 | 0x1fa4000 | +| 596 | blk.45.ffn_norm.weight | 0x1b257d620 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x1b2581220 | 0x1fa4000 | +| 598 | blk.45.post_attention_norm.weight | 0x1b4525220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x1b4528e20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q5_K_S.md b/scores/gemma-3-12b-it-Q5_K_S.md new file mode 100644 index 0000000..c9da5bb --- /dev/null +++ b/scores/gemma-3-12b-it-Q5_K_S.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q5_K_S.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 16 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q5\_K\_S.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q5_k_sgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x528000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a7eaa20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a7eae20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a7eea20 | 0xa50000 | +| 6 | blk.0.attn_q.weight | 0x1b23ea20 | 0xa50000 | +| 7 | blk.0.attn_q_norm.weight | 0x1bc8ea20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1bc8ee20 | 0x528000 | +| 9 | blk.0.ffn_down.weight | 0x1c1b6e20 | 0x2e24800 | +| 10 | blk.0.ffn_gate.weight | 0x1efdb620 | 0x26ac000 | +| 11 | blk.0.ffn_norm.weight | 0x21687620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x2168b220 | 0x26ac000 | +| 13 | blk.0.post_attention_norm.weight | 0x23d37220 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x23d3ae20 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x23d3ea20 | 0x438000 | +| 16 | blk.1.attn_k_norm.weight | 0x24176a20 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x24176e20 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x2417aa20 | 0xa50000 | +| 19 | blk.1.attn_q.weight | 0x24bcaa20 | 0x870000 | +| 20 | blk.1.attn_q_norm.weight | 0x2543aa20 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x2543ae20 | 0x438000 | +| 22 | blk.1.ffn_down.weight | 0x25872e20 | 0x2e24800 | +| 23 | blk.1.ffn_gate.weight | 0x28697620 | 0x1fa4000 | +| 24 | blk.1.ffn_norm.weight | 0x2a63b620 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x2a63f220 | 0x1fa4000 | +| 26 | blk.1.post_attention_norm.weight | 0x2c5e3220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x2c5e6e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x2c5eaa20 | 0x528000 | +| 29 | blk.2.attn_k_norm.weight | 0x2cb12a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x2cb12e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x2cb16a20 | 0xa50000 | +| 32 | blk.2.attn_q.weight | 0x2d566a20 | 0xa50000 | +| 33 | blk.2.attn_q_norm.weight | 0x2dfb6a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x2dfb6e20 | 0x528000 | +| 35 | blk.2.ffn_down.weight | 0x2e4dee20 | 0x2e24800 | +| 36 | blk.2.ffn_gate.weight | 0x31303620 | 0x26ac000 | +| 37 | blk.2.ffn_norm.weight | 0x339af620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x339b3220 | 0x26ac000 | +| 39 | blk.2.post_attention_norm.weight | 0x3605f220 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x36062e20 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x36066a20 | 0x438000 | +| 42 | blk.3.attn_k_norm.weight | 0x3649ea20 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x3649ee20 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x364a2a20 | 0xa50000 | +| 45 | blk.3.attn_q.weight | 0x36ef2a20 | 0x870000 | +| 46 | blk.3.attn_q_norm.weight | 0x37762a20 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x37762e20 | 0x438000 | +| 48 | blk.3.ffn_down.weight | 0x37b9ae20 | 0x2e24800 | +| 49 | blk.3.ffn_gate.weight | 0x3a9bf620 | 0x1fa4000 | +| 50 | blk.3.ffn_norm.weight | 0x3c963620 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x3c967220 | 0x1fa4000 | +| 52 | blk.3.post_attention_norm.weight | 0x3e90b220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x3e90ee20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x3e912a20 | 0x528000 | +| 55 | blk.4.attn_k_norm.weight | 0x3ee3aa20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x3ee3ae20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x3ee3ea20 | 0xa50000 | +| 58 | blk.4.attn_q.weight | 0x3f88ea20 | 0xa50000 | +| 59 | blk.4.attn_q_norm.weight | 0x402dea20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x402dee20 | 0x528000 | +| 61 | blk.4.ffn_down.weight | 0x40806e20 | 0x2e24800 | +| 62 | blk.4.ffn_gate.weight | 0x4362b620 | 0x26ac000 | +| 63 | blk.4.ffn_norm.weight | 0x45cd7620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x45cdb220 | 0x26ac000 | +| 65 | blk.4.post_attention_norm.weight | 0x48387220 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x4838ae20 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x4838ea20 | 0x528000 | +| 68 | blk.5.attn_k_norm.weight | 0x488b6a20 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x488b6e20 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x488baa20 | 0xa50000 | +| 71 | blk.5.attn_q.weight | 0x4930aa20 | 0xa50000 | +| 72 | blk.5.attn_q_norm.weight | 0x49d5aa20 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x49d5ae20 | 0x528000 | +| 74 | blk.5.ffn_down.weight | 0x4a282e20 | 0x2e24800 | +| 75 | blk.5.ffn_gate.weight | 0x4d0a7620 | 0x26ac000 | +| 76 | blk.5.ffn_norm.weight | 0x4f753620 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x4f757220 | 0x26ac000 | +| 78 | blk.5.post_attention_norm.weight | 0x51e03220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x51e06e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x51e0aa20 | 0x528000 | +| 81 | blk.6.attn_k_norm.weight | 0x52332a20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x52332e20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x52336a20 | 0xa50000 | +| 84 | blk.6.attn_q.weight | 0x52d86a20 | 0xa50000 | +| 85 | blk.6.attn_q_norm.weight | 0x537d6a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x537d6e20 | 0x528000 | +| 87 | blk.6.ffn_down.weight | 0x53cfee20 | 0x2e24800 | +| 88 | blk.6.ffn_gate.weight | 0x56b23620 | 0x26ac000 | +| 89 | blk.6.ffn_norm.weight | 0x591cf620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x591d3220 | 0x26ac000 | +| 91 | blk.6.post_attention_norm.weight | 0x5b87f220 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x5b882e20 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x5b886a20 | 0x528000 | +| 94 | blk.7.attn_k_norm.weight | 0x5bdaea20 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x5bdaee20 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x5bdb2a20 | 0xa50000 | +| 97 | blk.7.attn_q.weight | 0x5c802a20 | 0xa50000 | +| 98 | blk.7.attn_q_norm.weight | 0x5d252a20 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x5d252e20 | 0x528000 | +| 100 | blk.7.ffn_down.weight | 0x5d77ae20 | 0x2e24800 | +| 101 | blk.7.ffn_gate.weight | 0x6059f620 | 0x26ac000 | +| 102 | blk.7.ffn_norm.weight | 0x62c4b620 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x62c4f220 | 0x26ac000 | +| 104 | blk.7.post_attention_norm.weight | 0x652fb220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x652fee20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x65302a20 | 0x528000 | +| 107 | blk.8.attn_k_norm.weight | 0x6582aa20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x6582ae20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x6582ea20 | 0xa50000 | +| 110 | blk.8.attn_q.weight | 0x6627ea20 | 0xa50000 | +| 111 | blk.8.attn_q_norm.weight | 0x66ccea20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x66ccee20 | 0x528000 | +| 113 | blk.8.ffn_down.weight | 0x671f6e20 | 0x2e24800 | +| 114 | blk.8.ffn_gate.weight | 0x6a01b620 | 0x26ac000 | +| 115 | blk.8.ffn_norm.weight | 0x6c6c7620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x6c6cb220 | 0x26ac000 | +| 117 | blk.8.post_attention_norm.weight | 0x6ed77220 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x6ed7ae20 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x6ed7ea20 | 0x438000 | +| 120 | blk.9.attn_k_norm.weight | 0x6f1b6a20 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x6f1b6e20 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x6f1baa20 | 0xa50000 | +| 123 | blk.9.attn_q.weight | 0x6fc0aa20 | 0x870000 | +| 124 | blk.9.attn_q_norm.weight | 0x7047aa20 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x7047ae20 | 0x438000 | +| 126 | blk.9.ffn_down.weight | 0x708b2e20 | 0x2e24800 | +| 127 | blk.9.ffn_gate.weight | 0x736d7620 | 0x1fa4000 | +| 128 | blk.9.ffn_norm.weight | 0x7567b620 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x7567f220 | 0x1fa4000 | +| 130 | blk.9.post_attention_norm.weight | 0x77623220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x77626e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x7762aa20 | 0x438000 | +| 133 | blk.10.attn_k_norm.weight | 0x77a62a20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x77a62e20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x77a66a20 | 0xa50000 | +| 136 | blk.10.attn_q.weight | 0x784b6a20 | 0x870000 | +| 137 | blk.10.attn_q_norm.weight | 0x78d26a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x78d26e20 | 0x438000 | +| 139 | blk.10.ffn_down.weight | 0x7915ee20 | 0x2e24800 | +| 140 | blk.10.ffn_gate.weight | 0x7bf83620 | 0x1fa4000 | +| 141 | blk.10.ffn_norm.weight | 0x7df27620 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x7df2b220 | 0x1fa4000 | +| 143 | blk.10.post_attention_norm.weight | 0x7fecf220 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x7fed2e20 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x7fed6a20 | 0x438000 | +| 146 | blk.11.attn_k_norm.weight | 0x8030ea20 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x8030ee20 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x80312a20 | 0xa50000 | +| 149 | blk.11.attn_q.weight | 0x80d62a20 | 0x870000 | +| 150 | blk.11.attn_q_norm.weight | 0x815d2a20 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x815d2e20 | 0x438000 | +| 152 | blk.11.ffn_down.weight | 0x81a0ae20 | 0x2e24800 | +| 153 | blk.11.ffn_gate.weight | 0x8482f620 | 0x1fa4000 | +| 154 | blk.11.ffn_norm.weight | 0x867d3620 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0x867d7220 | 0x1fa4000 | +| 156 | blk.11.post_attention_norm.weight | 0x8877b220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0x8877ee20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0x88782a20 | 0x438000 | +| 159 | blk.12.attn_k_norm.weight | 0x88bbaa20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0x88bbae20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0x88bbea20 | 0xa50000 | +| 162 | blk.12.attn_q.weight | 0x8960ea20 | 0x870000 | +| 163 | blk.12.attn_q_norm.weight | 0x89e7ea20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0x89e7ee20 | 0x438000 | +| 165 | blk.12.ffn_down.weight | 0x8a2b6e20 | 0x2e24800 | +| 166 | blk.12.ffn_gate.weight | 0x8d0db620 | 0x1fa4000 | +| 167 | blk.12.ffn_norm.weight | 0x8f07f620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0x8f083220 | 0x1fa4000 | +| 169 | blk.12.post_attention_norm.weight | 0x91027220 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0x9102ae20 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0x9102ea20 | 0x438000 | +| 172 | blk.13.attn_k_norm.weight | 0x91466a20 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0x91466e20 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0x9146aa20 | 0xa50000 | +| 175 | blk.13.attn_q.weight | 0x91ebaa20 | 0x870000 | +| 176 | blk.13.attn_q_norm.weight | 0x9272aa20 | 0x400 | +| 177 | blk.13.attn_v.weight | 0x9272ae20 | 0x438000 | +| 178 | blk.13.ffn_down.weight | 0x92b62e20 | 0x2e24800 | +| 179 | blk.13.ffn_gate.weight | 0x95987620 | 0x1fa4000 | +| 180 | blk.13.ffn_norm.weight | 0x9792b620 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0x9792f220 | 0x1fa4000 | +| 182 | blk.13.post_attention_norm.weight | 0x998d3220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0x998d6e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0x998daa20 | 0x438000 | +| 185 | blk.14.attn_k_norm.weight | 0x99d12a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0x99d12e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0x99d16a20 | 0xa50000 | +| 188 | blk.14.attn_q.weight | 0x9a766a20 | 0x870000 | +| 189 | blk.14.attn_q_norm.weight | 0x9afd6a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0x9afd6e20 | 0x438000 | +| 191 | blk.14.ffn_down.weight | 0x9b40ee20 | 0x2e24800 | +| 192 | blk.14.ffn_gate.weight | 0x9e233620 | 0x1fa4000 | +| 193 | blk.14.ffn_norm.weight | 0xa01d7620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0xa01db220 | 0x1fa4000 | +| 195 | blk.14.post_attention_norm.weight | 0xa217f220 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0xa2182e20 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0xa2186a20 | 0x438000 | +| 198 | blk.15.attn_k_norm.weight | 0xa25bea20 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0xa25bee20 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0xa25c2a20 | 0xa50000 | +| 201 | blk.15.attn_q.weight | 0xa3012a20 | 0x870000 | +| 202 | blk.15.attn_q_norm.weight | 0xa3882a20 | 0x400 | +| 203 | blk.15.attn_v.weight | 0xa3882e20 | 0x438000 | +| 204 | blk.15.ffn_down.weight | 0xa3cbae20 | 0x2e24800 | +| 205 | blk.15.ffn_gate.weight | 0xa6adf620 | 0x1fa4000 | +| 206 | blk.15.ffn_norm.weight | 0xa8a83620 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0xa8a87220 | 0x1fa4000 | +| 208 | blk.15.post_attention_norm.weight | 0xaaa2b220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0xaaa2ee20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0xaaa32a20 | 0x438000 | +| 211 | blk.16.attn_k_norm.weight | 0xaae6aa20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0xaae6ae20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0xaae6ea20 | 0xa50000 | +| 214 | blk.16.attn_q.weight | 0xab8bea20 | 0x870000 | +| 215 | blk.16.attn_q_norm.weight | 0xac12ea20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0xac12ee20 | 0x438000 | +| 217 | blk.16.ffn_down.weight | 0xac566e20 | 0x2e24800 | +| 218 | blk.16.ffn_gate.weight | 0xaf38b620 | 0x1fa4000 | +| 219 | blk.16.ffn_norm.weight | 0xb132f620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0xb1333220 | 0x1fa4000 | +| 221 | blk.16.post_attention_norm.weight | 0xb32d7220 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0xb32dae20 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0xb32dea20 | 0x438000 | +| 224 | blk.17.attn_k_norm.weight | 0xb3716a20 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0xb3716e20 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0xb371aa20 | 0xa50000 | +| 227 | blk.17.attn_q.weight | 0xb416aa20 | 0x870000 | +| 228 | blk.17.attn_q_norm.weight | 0xb49daa20 | 0x400 | +| 229 | blk.17.attn_v.weight | 0xb49dae20 | 0x438000 | +| 230 | blk.17.ffn_down.weight | 0xb4e12e20 | 0x2e24800 | +| 231 | blk.17.ffn_gate.weight | 0xb7c37620 | 0x1fa4000 | +| 232 | blk.17.ffn_norm.weight | 0xb9bdb620 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0xb9bdf220 | 0x1fa4000 | +| 234 | blk.17.post_attention_norm.weight | 0xbbb83220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0xbbb86e20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0xbbb8aa20 | 0x438000 | +| 237 | blk.18.attn_k_norm.weight | 0xbbfc2a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0xbbfc2e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0xbbfc6a20 | 0xa50000 | +| 240 | blk.18.attn_q.weight | 0xbca16a20 | 0x870000 | +| 241 | blk.18.attn_q_norm.weight | 0xbd286a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0xbd286e20 | 0x438000 | +| 243 | blk.18.ffn_down.weight | 0xbd6bee20 | 0x2e24800 | +| 244 | blk.18.ffn_gate.weight | 0xc04e3620 | 0x1fa4000 | +| 245 | blk.18.ffn_norm.weight | 0xc2487620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0xc248b220 | 0x1fa4000 | +| 247 | blk.18.post_attention_norm.weight | 0xc442f220 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0xc4432e20 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0xc4436a20 | 0x438000 | +| 250 | blk.19.attn_k_norm.weight | 0xc486ea20 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0xc486ee20 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0xc4872a20 | 0xa50000 | +| 253 | blk.19.attn_q.weight | 0xc52c2a20 | 0x870000 | +| 254 | blk.19.attn_q_norm.weight | 0xc5b32a20 | 0x400 | +| 255 | blk.19.attn_v.weight | 0xc5b32e20 | 0x438000 | +| 256 | blk.19.ffn_down.weight | 0xc5f6ae20 | 0x2e24800 | +| 257 | blk.19.ffn_gate.weight | 0xc8d8f620 | 0x1fa4000 | +| 258 | blk.19.ffn_norm.weight | 0xcad33620 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0xcad37220 | 0x1fa4000 | +| 260 | blk.19.post_attention_norm.weight | 0xcccdb220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0xcccdee20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0xccce2a20 | 0x438000 | +| 263 | blk.20.attn_k_norm.weight | 0xcd11aa20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0xcd11ae20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0xcd11ea20 | 0xa50000 | +| 266 | blk.20.attn_q.weight | 0xcdb6ea20 | 0x870000 | +| 267 | blk.20.attn_q_norm.weight | 0xce3dea20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0xce3dee20 | 0x438000 | +| 269 | blk.20.ffn_down.weight | 0xce816e20 | 0x2e24800 | +| 270 | blk.20.ffn_gate.weight | 0xd163b620 | 0x1fa4000 | +| 271 | blk.20.ffn_norm.weight | 0xd35df620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0xd35e3220 | 0x1fa4000 | +| 273 | blk.20.post_attention_norm.weight | 0xd5587220 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0xd558ae20 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0xd558ea20 | 0x438000 | +| 276 | blk.21.attn_k_norm.weight | 0xd59c6a20 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0xd59c6e20 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0xd59caa20 | 0xa50000 | +| 279 | blk.21.attn_q.weight | 0xd641aa20 | 0x870000 | +| 280 | blk.21.attn_q_norm.weight | 0xd6c8aa20 | 0x400 | +| 281 | blk.21.attn_v.weight | 0xd6c8ae20 | 0x438000 | +| 282 | blk.21.ffn_down.weight | 0xd70c2e20 | 0x2e24800 | +| 283 | blk.21.ffn_gate.weight | 0xd9ee7620 | 0x1fa4000 | +| 284 | blk.21.ffn_norm.weight | 0xdbe8b620 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0xdbe8f220 | 0x1fa4000 | +| 286 | blk.21.post_attention_norm.weight | 0xdde33220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0xdde36e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0xdde3aa20 | 0x438000 | +| 289 | blk.22.attn_k_norm.weight | 0xde272a20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0xde272e20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0xde276a20 | 0xa50000 | +| 292 | blk.22.attn_q.weight | 0xdecc6a20 | 0x870000 | +| 293 | blk.22.attn_q_norm.weight | 0xdf536a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0xdf536e20 | 0x438000 | +| 295 | blk.22.ffn_down.weight | 0xdf96ee20 | 0x2e24800 | +| 296 | blk.22.ffn_gate.weight | 0xe2793620 | 0x1fa4000 | +| 297 | blk.22.ffn_norm.weight | 0xe4737620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0xe473b220 | 0x1fa4000 | +| 299 | blk.22.post_attention_norm.weight | 0xe66df220 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0xe66e2e20 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0xe66e6a20 | 0x438000 | +| 302 | blk.23.attn_k_norm.weight | 0xe6b1ea20 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0xe6b1ee20 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0xe6b22a20 | 0xa50000 | +| 305 | blk.23.attn_q.weight | 0xe7572a20 | 0x870000 | +| 306 | blk.23.attn_q_norm.weight | 0xe7de2a20 | 0x400 | +| 307 | blk.23.attn_v.weight | 0xe7de2e20 | 0x438000 | +| 308 | blk.23.ffn_down.weight | 0xe821ae20 | 0x2e24800 | +| 309 | blk.23.ffn_gate.weight | 0xeb03f620 | 0x1fa4000 | +| 310 | blk.23.ffn_norm.weight | 0xecfe3620 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0xecfe7220 | 0x1fa4000 | +| 312 | blk.23.post_attention_norm.weight | 0xeef8b220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0xeef8ee20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0xeef92a20 | 0x528000 | +| 315 | blk.24.attn_k_norm.weight | 0xef4baa20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0xef4bae20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0xef4bea20 | 0xa50000 | +| 318 | blk.24.attn_q.weight | 0xeff0ea20 | 0xa50000 | +| 319 | blk.24.attn_q_norm.weight | 0xf095ea20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0xf095ee20 | 0x528000 | +| 321 | blk.24.ffn_down.weight | 0xf0e86e20 | 0x2e24800 | +| 322 | blk.24.ffn_gate.weight | 0xf3cab620 | 0x26ac000 | +| 323 | blk.24.ffn_norm.weight | 0xf6357620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0xf635b220 | 0x26ac000 | +| 325 | blk.24.post_attention_norm.weight | 0xf8a07220 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0xf8a0ae20 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0xf8a0ea20 | 0x438000 | +| 328 | blk.25.attn_k_norm.weight | 0xf8e46a20 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0xf8e46e20 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0xf8e4aa20 | 0xa50000 | +| 331 | blk.25.attn_q.weight | 0xf989aa20 | 0x870000 | +| 332 | blk.25.attn_q_norm.weight | 0xfa10aa20 | 0x400 | +| 333 | blk.25.attn_v.weight | 0xfa10ae20 | 0x438000 | +| 334 | blk.25.ffn_down.weight | 0xfa542e20 | 0x2e24800 | +| 335 | blk.25.ffn_gate.weight | 0xfd367620 | 0x1fa4000 | +| 336 | blk.25.ffn_norm.weight | 0xff30b620 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0xff30f220 | 0x1fa4000 | +| 338 | blk.25.post_attention_norm.weight | 0x1012b3220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0x1012b6e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0x1012baa20 | 0x438000 | +| 341 | blk.26.attn_k_norm.weight | 0x1016f2a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0x1016f2e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0x1016f6a20 | 0xa50000 | +| 344 | blk.26.attn_q.weight | 0x102146a20 | 0x870000 | +| 345 | blk.26.attn_q_norm.weight | 0x1029b6a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0x1029b6e20 | 0x438000 | +| 347 | blk.26.ffn_down.weight | 0x102deee20 | 0x2e24800 | +| 348 | blk.26.ffn_gate.weight | 0x105c13620 | 0x1fa4000 | +| 349 | blk.26.ffn_norm.weight | 0x107bb7620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0x107bbb220 | 0x1fa4000 | +| 351 | blk.26.post_attention_norm.weight | 0x109b5f220 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0x109b62e20 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0x109b66a20 | 0x438000 | +| 354 | blk.27.attn_k_norm.weight | 0x109f9ea20 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0x109f9ee20 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0x109fa2a20 | 0xa50000 | +| 357 | blk.27.attn_q.weight | 0x10a9f2a20 | 0x870000 | +| 358 | blk.27.attn_q_norm.weight | 0x10b262a20 | 0x400 | +| 359 | blk.27.attn_v.weight | 0x10b262e20 | 0x438000 | +| 360 | blk.27.ffn_down.weight | 0x10b69ae20 | 0x2e24800 | +| 361 | blk.27.ffn_gate.weight | 0x10e4bf620 | 0x1fa4000 | +| 362 | blk.27.ffn_norm.weight | 0x110463620 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0x110467220 | 0x1fa4000 | +| 364 | blk.27.post_attention_norm.weight | 0x11240b220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0x11240ee20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0x112412a20 | 0x438000 | +| 367 | blk.28.attn_k_norm.weight | 0x11284aa20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0x11284ae20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0x11284ea20 | 0xa50000 | +| 370 | blk.28.attn_q.weight | 0x11329ea20 | 0x870000 | +| 371 | blk.28.attn_q_norm.weight | 0x113b0ea20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0x113b0ee20 | 0x438000 | +| 373 | blk.28.ffn_down.weight | 0x113f46e20 | 0x2e24800 | +| 374 | blk.28.ffn_gate.weight | 0x116d6b620 | 0x1fa4000 | +| 375 | blk.28.ffn_norm.weight | 0x118d0f620 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0x118d13220 | 0x1fa4000 | +| 377 | blk.28.post_attention_norm.weight | 0x11acb7220 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0x11acbae20 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0x11acbea20 | 0x438000 | +| 380 | blk.29.attn_k_norm.weight | 0x11b0f6a20 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0x11b0f6e20 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0x11b0faa20 | 0xa50000 | +| 383 | blk.29.attn_q.weight | 0x11bb4aa20 | 0x870000 | +| 384 | blk.29.attn_q_norm.weight | 0x11c3baa20 | 0x400 | +| 385 | blk.29.attn_v.weight | 0x11c3bae20 | 0x438000 | +| 386 | blk.29.ffn_down.weight | 0x11c7f2e20 | 0x2e24800 | +| 387 | blk.29.ffn_gate.weight | 0x11f617620 | 0x1fa4000 | +| 388 | blk.29.ffn_norm.weight | 0x1215bb620 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0x1215bf220 | 0x1fa4000 | +| 390 | blk.29.post_attention_norm.weight | 0x123563220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0x123566e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0x12356aa20 | 0x438000 | +| 393 | blk.30.attn_k_norm.weight | 0x1239a2a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0x1239a2e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0x1239a6a20 | 0xa50000 | +| 396 | blk.30.attn_q.weight | 0x1243f6a20 | 0x870000 | +| 397 | blk.30.attn_q_norm.weight | 0x124c66a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0x124c66e20 | 0x438000 | +| 399 | blk.30.ffn_down.weight | 0x12509ee20 | 0x2e24800 | +| 400 | blk.30.ffn_gate.weight | 0x127ec3620 | 0x1fa4000 | +| 401 | blk.30.ffn_norm.weight | 0x129e67620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0x129e6b220 | 0x1fa4000 | +| 403 | blk.30.post_attention_norm.weight | 0x12be0f220 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0x12be12e20 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0x12be16a20 | 0x438000 | +| 406 | blk.31.attn_k_norm.weight | 0x12c24ea20 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0x12c24ee20 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0x12c252a20 | 0xa50000 | +| 409 | blk.31.attn_q.weight | 0x12cca2a20 | 0x870000 | +| 410 | blk.31.attn_q_norm.weight | 0x12d512a20 | 0x400 | +| 411 | blk.31.attn_v.weight | 0x12d512e20 | 0x438000 | +| 412 | blk.31.ffn_down.weight | 0x12d94ae20 | 0x2e24800 | +| 413 | blk.31.ffn_gate.weight | 0x13076f620 | 0x1fa4000 | +| 414 | blk.31.ffn_norm.weight | 0x132713620 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0x132717220 | 0x1fa4000 | +| 416 | blk.31.post_attention_norm.weight | 0x1346bb220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0x1346bee20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0x1346c2a20 | 0x438000 | +| 419 | blk.32.attn_k_norm.weight | 0x134afaa20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0x134afae20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0x134afea20 | 0xa50000 | +| 422 | blk.32.attn_q.weight | 0x13554ea20 | 0x870000 | +| 423 | blk.32.attn_q_norm.weight | 0x135dbea20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0x135dbee20 | 0x438000 | +| 425 | blk.32.ffn_down.weight | 0x1361f6e20 | 0x2e24800 | +| 426 | blk.32.ffn_gate.weight | 0x13901b620 | 0x1fa4000 | +| 427 | blk.32.ffn_norm.weight | 0x13afbf620 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0x13afc3220 | 0x1fa4000 | +| 429 | blk.32.post_attention_norm.weight | 0x13cf67220 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0x13cf6ae20 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0x13cf6ea20 | 0x438000 | +| 432 | blk.33.attn_k_norm.weight | 0x13d3a6a20 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0x13d3a6e20 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0x13d3aaa20 | 0xa50000 | +| 435 | blk.33.attn_q.weight | 0x13ddfaa20 | 0x870000 | +| 436 | blk.33.attn_q_norm.weight | 0x13e66aa20 | 0x400 | +| 437 | blk.33.attn_v.weight | 0x13e66ae20 | 0x438000 | +| 438 | blk.33.ffn_down.weight | 0x13eaa2e20 | 0x2e24800 | +| 439 | blk.33.ffn_gate.weight | 0x1418c7620 | 0x1fa4000 | +| 440 | blk.33.ffn_norm.weight | 0x14386b620 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0x14386f220 | 0x1fa4000 | +| 442 | blk.33.post_attention_norm.weight | 0x145813220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0x145816e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0x14581aa20 | 0x438000 | +| 445 | blk.34.attn_k_norm.weight | 0x145c52a20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0x145c52e20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0x145c56a20 | 0xa50000 | +| 448 | blk.34.attn_q.weight | 0x1466a6a20 | 0x870000 | +| 449 | blk.34.attn_q_norm.weight | 0x146f16a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0x146f16e20 | 0x438000 | +| 451 | blk.34.ffn_down.weight | 0x14734ee20 | 0x2e24800 | +| 452 | blk.34.ffn_gate.weight | 0x14a173620 | 0x1fa4000 | +| 453 | blk.34.ffn_norm.weight | 0x14c117620 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0x14c11b220 | 0x1fa4000 | +| 455 | blk.34.post_attention_norm.weight | 0x14e0bf220 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0x14e0c2e20 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0x14e0c6a20 | 0x438000 | +| 458 | blk.35.attn_k_norm.weight | 0x14e4fea20 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0x14e4fee20 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0x14e502a20 | 0xa50000 | +| 461 | blk.35.attn_q.weight | 0x14ef52a20 | 0x870000 | +| 462 | blk.35.attn_q_norm.weight | 0x14f7c2a20 | 0x400 | +| 463 | blk.35.attn_v.weight | 0x14f7c2e20 | 0x438000 | +| 464 | blk.35.ffn_down.weight | 0x14fbfae20 | 0x2e24800 | +| 465 | blk.35.ffn_gate.weight | 0x152a1f620 | 0x1fa4000 | +| 466 | blk.35.ffn_norm.weight | 0x1549c3620 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0x1549c7220 | 0x1fa4000 | +| 468 | blk.35.post_attention_norm.weight | 0x15696b220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0x15696ee20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0x156972a20 | 0x438000 | +| 471 | blk.36.attn_k_norm.weight | 0x156daaa20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0x156daae20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0x156daea20 | 0xa50000 | +| 474 | blk.36.attn_q.weight | 0x1577fea20 | 0x870000 | +| 475 | blk.36.attn_q_norm.weight | 0x15806ea20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0x15806ee20 | 0x438000 | +| 477 | blk.36.ffn_down.weight | 0x1584a6e20 | 0x2e24800 | +| 478 | blk.36.ffn_gate.weight | 0x15b2cb620 | 0x1fa4000 | +| 479 | blk.36.ffn_norm.weight | 0x15d26f620 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x15d273220 | 0x1fa4000 | +| 481 | blk.36.post_attention_norm.weight | 0x15f217220 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x15f21ae20 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x15f21ea20 | 0x528000 | +| 484 | blk.37.attn_k_norm.weight | 0x15f746a20 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x15f746e20 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x15f74aa20 | 0xa50000 | +| 487 | blk.37.attn_q.weight | 0x16019aa20 | 0xa50000 | +| 488 | blk.37.attn_q_norm.weight | 0x160beaa20 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x160beae20 | 0x528000 | +| 490 | blk.37.ffn_down.weight | 0x161112e20 | 0x2e24800 | +| 491 | blk.37.ffn_gate.weight | 0x163f37620 | 0x26ac000 | +| 492 | blk.37.ffn_norm.weight | 0x1665e3620 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x1665e7220 | 0x26ac000 | +| 494 | blk.37.post_attention_norm.weight | 0x168c93220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x168c96e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x168c9aa20 | 0x528000 | +| 497 | blk.38.attn_k_norm.weight | 0x1691c2a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x1691c2e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x1691c6a20 | 0xa50000 | +| 500 | blk.38.attn_q.weight | 0x169c16a20 | 0xa50000 | +| 501 | blk.38.attn_q_norm.weight | 0x16a666a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x16a666e20 | 0x528000 | +| 503 | blk.38.ffn_down.weight | 0x16ab8ee20 | 0x2e24800 | +| 504 | blk.38.ffn_gate.weight | 0x16d9b3620 | 0x26ac000 | +| 505 | blk.38.ffn_norm.weight | 0x17005f620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x170063220 | 0x26ac000 | +| 507 | blk.38.post_attention_norm.weight | 0x17270f220 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x172712e20 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x172716a20 | 0x528000 | +| 510 | blk.39.attn_k_norm.weight | 0x172c3ea20 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x172c3ee20 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x172c42a20 | 0xa50000 | +| 513 | blk.39.attn_q.weight | 0x173692a20 | 0xa50000 | +| 514 | blk.39.attn_q_norm.weight | 0x1740e2a20 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x1740e2e20 | 0x528000 | +| 516 | blk.39.ffn_down.weight | 0x17460ae20 | 0x2e24800 | +| 517 | blk.39.ffn_gate.weight | 0x17742f620 | 0x26ac000 | +| 518 | blk.39.ffn_norm.weight | 0x179adb620 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x179adf220 | 0x26ac000 | +| 520 | blk.39.post_attention_norm.weight | 0x17c18b220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x17c18ee20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x17c192a20 | 0x528000 | +| 523 | blk.40.attn_k_norm.weight | 0x17c6baa20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x17c6bae20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x17c6bea20 | 0xa50000 | +| 526 | blk.40.attn_q.weight | 0x17d10ea20 | 0xa50000 | +| 527 | blk.40.attn_q_norm.weight | 0x17db5ea20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x17db5ee20 | 0x528000 | +| 529 | blk.40.ffn_down.weight | 0x17e086e20 | 0x2e24800 | +| 530 | blk.40.ffn_gate.weight | 0x180eab620 | 0x26ac000 | +| 531 | blk.40.ffn_norm.weight | 0x183557620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x18355b220 | 0x26ac000 | +| 533 | blk.40.post_attention_norm.weight | 0x185c07220 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x185c0ae20 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x185c0ea20 | 0x438000 | +| 536 | blk.41.attn_k_norm.weight | 0x186046a20 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x186046e20 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x18604aa20 | 0xa50000 | +| 539 | blk.41.attn_q.weight | 0x186a9aa20 | 0x870000 | +| 540 | blk.41.attn_q_norm.weight | 0x18730aa20 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x18730ae20 | 0x438000 | +| 542 | blk.41.ffn_down.weight | 0x187742e20 | 0x2e24800 | +| 543 | blk.41.ffn_gate.weight | 0x18a567620 | 0x1fa4000 | +| 544 | blk.41.ffn_norm.weight | 0x18c50b620 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x18c50f220 | 0x1fa4000 | +| 546 | blk.41.post_attention_norm.weight | 0x18e4b3220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x18e4b6e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x18e4baa20 | 0x438000 | +| 549 | blk.42.attn_k_norm.weight | 0x18e8f2a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x18e8f2e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x18e8f6a20 | 0xa50000 | +| 552 | blk.42.attn_q.weight | 0x18f346a20 | 0x870000 | +| 553 | blk.42.attn_q_norm.weight | 0x18fbb6a20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x18fbb6e20 | 0x438000 | +| 555 | blk.42.ffn_down.weight | 0x18ffeee20 | 0x2e24800 | +| 556 | blk.42.ffn_gate.weight | 0x192e13620 | 0x1fa4000 | +| 557 | blk.42.ffn_norm.weight | 0x194db7620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x194dbb220 | 0x1fa4000 | +| 559 | blk.42.post_attention_norm.weight | 0x196d5f220 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x196d62e20 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x196d66a20 | 0x438000 | +| 562 | blk.43.attn_k_norm.weight | 0x19719ea20 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x19719ee20 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x1971a2a20 | 0xa50000 | +| 565 | blk.43.attn_q.weight | 0x197bf2a20 | 0x870000 | +| 566 | blk.43.attn_q_norm.weight | 0x198462a20 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x198462e20 | 0x438000 | +| 568 | blk.43.ffn_down.weight | 0x19889ae20 | 0x2e24800 | +| 569 | blk.43.ffn_gate.weight | 0x19b6bf620 | 0x1fa4000 | +| 570 | blk.43.ffn_norm.weight | 0x19d663620 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x19d667220 | 0x1fa4000 | +| 572 | blk.43.post_attention_norm.weight | 0x19f60b220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x19f60ee20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x19f612a20 | 0x438000 | +| 575 | blk.44.attn_k_norm.weight | 0x19fa4aa20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x19fa4ae20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x19fa4ea20 | 0xa50000 | +| 578 | blk.44.attn_q.weight | 0x1a049ea20 | 0x870000 | +| 579 | blk.44.attn_q_norm.weight | 0x1a0d0ea20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x1a0d0ee20 | 0x438000 | +| 581 | blk.44.ffn_down.weight | 0x1a1146e20 | 0x2e24800 | +| 582 | blk.44.ffn_gate.weight | 0x1a3f6b620 | 0x1fa4000 | +| 583 | blk.44.ffn_norm.weight | 0x1a5f0f620 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x1a5f13220 | 0x1fa4000 | +| 585 | blk.44.post_attention_norm.weight | 0x1a7eb7220 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x1a7ebae20 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x1a7ebea20 | 0x438000 | +| 588 | blk.45.attn_k_norm.weight | 0x1a82f6a20 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x1a82f6e20 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x1a82faa20 | 0xa50000 | +| 591 | blk.45.attn_q.weight | 0x1a8d4aa20 | 0x870000 | +| 592 | blk.45.attn_q_norm.weight | 0x1a95baa20 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x1a95bae20 | 0x438000 | +| 594 | blk.45.ffn_down.weight | 0x1a99f2e20 | 0x2e24800 | +| 595 | blk.45.ffn_gate.weight | 0x1ac817620 | 0x1fa4000 | +| 596 | blk.45.ffn_norm.weight | 0x1ae7bb620 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x1ae7bf220 | 0x1fa4000 | +| 598 | blk.45.post_attention_norm.weight | 0x1b0763220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x1b0766e20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q5_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q4_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q4_K | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q6_K | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q4_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q6_K.md b/scores/gemma-3-12b-it-Q6_K.md new file mode 100644 index 0000000..3dafa77 --- /dev/null +++ b/scores/gemma-3-12b-it-Q6_K.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q6_K.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 18 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q6\_K.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q6_kgguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x627000 | +| 3 | blk.0.attn_k_norm.weight | 0x1a8e9a20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1a8e9e20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1a8eda20 | 0xc4e000 | +| 6 | blk.0.attn_q.weight | 0x1b53ba20 | 0xc4e000 | +| 7 | blk.0.attn_q_norm.weight | 0x1c189a20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1c189e20 | 0x7f8000 | +| 9 | blk.0.ffn_down.weight | 0x1c981e20 | 0x3bc4000 | +| 10 | blk.0.ffn_gate.weight | 0x20545e20 | 0x2e24800 | +| 11 | blk.0.ffn_norm.weight | 0x2336a620 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x2336e220 | 0x2e24800 | +| 13 | blk.0.post_attention_norm.weight | 0x26192a20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x26196620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x2619a220 | 0x528000 | +| 16 | blk.1.attn_k_norm.weight | 0x266c2220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x266c2620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x266c6220 | 0xc4e000 | +| 19 | blk.1.attn_q.weight | 0x27314220 | 0xa50000 | +| 20 | blk.1.attn_q_norm.weight | 0x27d64220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x27d64620 | 0x7f8000 | +| 22 | blk.1.ffn_down.weight | 0x2855c620 | 0x3bc4000 | +| 23 | blk.1.ffn_gate.weight | 0x2c120620 | 0x26ac000 | +| 24 | blk.1.ffn_norm.weight | 0x2e7cc620 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x2e7d0220 | 0x26ac000 | +| 26 | blk.1.post_attention_norm.weight | 0x30e7c220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x30e7fe20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x30e83a20 | 0x627000 | +| 29 | blk.2.attn_k_norm.weight | 0x314aaa20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x314aae20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x314aea20 | 0xc4e000 | +| 32 | blk.2.attn_q.weight | 0x320fca20 | 0xc4e000 | +| 33 | blk.2.attn_q_norm.weight | 0x32d4aa20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x32d4ae20 | 0x7f8000 | +| 35 | blk.2.ffn_down.weight | 0x33542e20 | 0x3bc4000 | +| 36 | blk.2.ffn_gate.weight | 0x37106e20 | 0x2e24800 | +| 37 | blk.2.ffn_norm.weight | 0x39f2b620 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x39f2f220 | 0x2e24800 | +| 39 | blk.2.post_attention_norm.weight | 0x3cd53a20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x3cd57620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x3cd5b220 | 0x528000 | +| 42 | blk.3.attn_k_norm.weight | 0x3d283220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x3d283620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x3d287220 | 0xc4e000 | +| 45 | blk.3.attn_q.weight | 0x3ded5220 | 0xa50000 | +| 46 | blk.3.attn_q_norm.weight | 0x3e925220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x3e925620 | 0x7f8000 | +| 48 | blk.3.ffn_down.weight | 0x3f11d620 | 0x3bc4000 | +| 49 | blk.3.ffn_gate.weight | 0x42ce1620 | 0x26ac000 | +| 50 | blk.3.ffn_norm.weight | 0x4538d620 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x45391220 | 0x26ac000 | +| 52 | blk.3.post_attention_norm.weight | 0x47a3d220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x47a40e20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x47a44a20 | 0x627000 | +| 55 | blk.4.attn_k_norm.weight | 0x4806ba20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x4806be20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x4806fa20 | 0xc4e000 | +| 58 | blk.4.attn_q.weight | 0x48cbda20 | 0xc4e000 | +| 59 | blk.4.attn_q_norm.weight | 0x4990ba20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x4990be20 | 0x7f8000 | +| 61 | blk.4.ffn_down.weight | 0x4a103e20 | 0x3bc4000 | +| 62 | blk.4.ffn_gate.weight | 0x4dcc7e20 | 0x2e24800 | +| 63 | blk.4.ffn_norm.weight | 0x50aec620 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x50af0220 | 0x2e24800 | +| 65 | blk.4.post_attention_norm.weight | 0x53914a20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x53918620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x5391c220 | 0x627000 | +| 68 | blk.5.attn_k_norm.weight | 0x53f43220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x53f43620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x53f47220 | 0xc4e000 | +| 71 | blk.5.attn_q.weight | 0x54b95220 | 0xc4e000 | +| 72 | blk.5.attn_q_norm.weight | 0x557e3220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x557e3620 | 0x7f8000 | +| 74 | blk.5.ffn_down.weight | 0x55fdb620 | 0x3bc4000 | +| 75 | blk.5.ffn_gate.weight | 0x59b9f620 | 0x2e24800 | +| 76 | blk.5.ffn_norm.weight | 0x5c9c3e20 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x5c9c7a20 | 0x2e24800 | +| 78 | blk.5.post_attention_norm.weight | 0x5f7ec220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x5f7efe20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x5f7f3a20 | 0x627000 | +| 81 | blk.6.attn_k_norm.weight | 0x5fe1aa20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x5fe1ae20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x5fe1ea20 | 0xc4e000 | +| 84 | blk.6.attn_q.weight | 0x60a6ca20 | 0xc4e000 | +| 85 | blk.6.attn_q_norm.weight | 0x616baa20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x616bae20 | 0x7f8000 | +| 87 | blk.6.ffn_down.weight | 0x61eb2e20 | 0x3bc4000 | +| 88 | blk.6.ffn_gate.weight | 0x65a76e20 | 0x2e24800 | +| 89 | blk.6.ffn_norm.weight | 0x6889b620 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x6889f220 | 0x2e24800 | +| 91 | blk.6.post_attention_norm.weight | 0x6b6c3a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x6b6c7620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x6b6cb220 | 0x627000 | +| 94 | blk.7.attn_k_norm.weight | 0x6bcf2220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x6bcf2620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x6bcf6220 | 0xc4e000 | +| 97 | blk.7.attn_q.weight | 0x6c944220 | 0xc4e000 | +| 98 | blk.7.attn_q_norm.weight | 0x6d592220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x6d592620 | 0x7f8000 | +| 100 | blk.7.ffn_down.weight | 0x6dd8a620 | 0x3bc4000 | +| 101 | blk.7.ffn_gate.weight | 0x7194e620 | 0x2e24800 | +| 102 | blk.7.ffn_norm.weight | 0x74772e20 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x74776a20 | 0x2e24800 | +| 104 | blk.7.post_attention_norm.weight | 0x7759b220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x7759ee20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x775a2a20 | 0x627000 | +| 107 | blk.8.attn_k_norm.weight | 0x77bc9a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x77bc9e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x77bcda20 | 0xc4e000 | +| 110 | blk.8.attn_q.weight | 0x7881ba20 | 0xc4e000 | +| 111 | blk.8.attn_q_norm.weight | 0x79469a20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x79469e20 | 0x7f8000 | +| 113 | blk.8.ffn_down.weight | 0x79c61e20 | 0x3bc4000 | +| 114 | blk.8.ffn_gate.weight | 0x7d825e20 | 0x2e24800 | +| 115 | blk.8.ffn_norm.weight | 0x8064a620 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x8064e220 | 0x2e24800 | +| 117 | blk.8.post_attention_norm.weight | 0x83472a20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x83476620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x8347a220 | 0x528000 | +| 120 | blk.9.attn_k_norm.weight | 0x839a2220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x839a2620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x839a6220 | 0xc4e000 | +| 123 | blk.9.attn_q.weight | 0x845f4220 | 0xa50000 | +| 124 | blk.9.attn_q_norm.weight | 0x85044220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0x85044620 | 0x7f8000 | +| 126 | blk.9.ffn_down.weight | 0x8583c620 | 0x3bc4000 | +| 127 | blk.9.ffn_gate.weight | 0x89400620 | 0x26ac000 | +| 128 | blk.9.ffn_norm.weight | 0x8baac620 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0x8bab0220 | 0x26ac000 | +| 130 | blk.9.post_attention_norm.weight | 0x8e15c220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0x8e15fe20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0x8e163a20 | 0x528000 | +| 133 | blk.10.attn_k_norm.weight | 0x8e68ba20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0x8e68be20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0x8e68fa20 | 0xc4e000 | +| 136 | blk.10.attn_q.weight | 0x8f2dda20 | 0xa50000 | +| 137 | blk.10.attn_q_norm.weight | 0x8fd2da20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0x8fd2de20 | 0x7f8000 | +| 139 | blk.10.ffn_down.weight | 0x90525e20 | 0x3bc4000 | +| 140 | blk.10.ffn_gate.weight | 0x940e9e20 | 0x26ac000 | +| 141 | blk.10.ffn_norm.weight | 0x96795e20 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0x96799a20 | 0x26ac000 | +| 143 | blk.10.post_attention_norm.weight | 0x98e45a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0x98e49620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0x98e4d220 | 0x528000 | +| 146 | blk.11.attn_k_norm.weight | 0x99375220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0x99375620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0x99379220 | 0xc4e000 | +| 149 | blk.11.attn_q.weight | 0x99fc7220 | 0xa50000 | +| 150 | blk.11.attn_q_norm.weight | 0x9aa17220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0x9aa17620 | 0x7f8000 | +| 152 | blk.11.ffn_down.weight | 0x9b20f620 | 0x3bc4000 | +| 153 | blk.11.ffn_gate.weight | 0x9edd3620 | 0x26ac000 | +| 154 | blk.11.ffn_norm.weight | 0xa147f620 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0xa1483220 | 0x26ac000 | +| 156 | blk.11.post_attention_norm.weight | 0xa3b2f220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0xa3b32e20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0xa3b36a20 | 0x528000 | +| 159 | blk.12.attn_k_norm.weight | 0xa405ea20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0xa405ee20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0xa4062a20 | 0xc4e000 | +| 162 | blk.12.attn_q.weight | 0xa4cb0a20 | 0xa50000 | +| 163 | blk.12.attn_q_norm.weight | 0xa5700a20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0xa5700e20 | 0x7f8000 | +| 165 | blk.12.ffn_down.weight | 0xa5ef8e20 | 0x3bc4000 | +| 166 | blk.12.ffn_gate.weight | 0xa9abce20 | 0x26ac000 | +| 167 | blk.12.ffn_norm.weight | 0xac168e20 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0xac16ca20 | 0x26ac000 | +| 169 | blk.12.post_attention_norm.weight | 0xae818a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0xae81c620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0xae820220 | 0x528000 | +| 172 | blk.13.attn_k_norm.weight | 0xaed48220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0xaed48620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0xaed4c220 | 0xc4e000 | +| 175 | blk.13.attn_q.weight | 0xaf99a220 | 0xa50000 | +| 176 | blk.13.attn_q_norm.weight | 0xb03ea220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0xb03ea620 | 0x7f8000 | +| 178 | blk.13.ffn_down.weight | 0xb0be2620 | 0x3bc4000 | +| 179 | blk.13.ffn_gate.weight | 0xb47a6620 | 0x26ac000 | +| 180 | blk.13.ffn_norm.weight | 0xb6e52620 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0xb6e56220 | 0x26ac000 | +| 182 | blk.13.post_attention_norm.weight | 0xb9502220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0xb9505e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0xb9509a20 | 0x528000 | +| 185 | blk.14.attn_k_norm.weight | 0xb9a31a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0xb9a31e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0xb9a35a20 | 0xc4e000 | +| 188 | blk.14.attn_q.weight | 0xba683a20 | 0xa50000 | +| 189 | blk.14.attn_q_norm.weight | 0xbb0d3a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0xbb0d3e20 | 0x7f8000 | +| 191 | blk.14.ffn_down.weight | 0xbb8cbe20 | 0x3bc4000 | +| 192 | blk.14.ffn_gate.weight | 0xbf48fe20 | 0x26ac000 | +| 193 | blk.14.ffn_norm.weight | 0xc1b3be20 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0xc1b3fa20 | 0x26ac000 | +| 195 | blk.14.post_attention_norm.weight | 0xc41eba20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0xc41ef620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0xc41f3220 | 0x528000 | +| 198 | blk.15.attn_k_norm.weight | 0xc471b220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0xc471b620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0xc471f220 | 0xc4e000 | +| 201 | blk.15.attn_q.weight | 0xc536d220 | 0xa50000 | +| 202 | blk.15.attn_q_norm.weight | 0xc5dbd220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0xc5dbd620 | 0x7f8000 | +| 204 | blk.15.ffn_down.weight | 0xc65b5620 | 0x3bc4000 | +| 205 | blk.15.ffn_gate.weight | 0xca179620 | 0x26ac000 | +| 206 | blk.15.ffn_norm.weight | 0xcc825620 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0xcc829220 | 0x26ac000 | +| 208 | blk.15.post_attention_norm.weight | 0xceed5220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0xceed8e20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0xceedca20 | 0x528000 | +| 211 | blk.16.attn_k_norm.weight | 0xcf404a20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0xcf404e20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0xcf408a20 | 0xc4e000 | +| 214 | blk.16.attn_q.weight | 0xd0056a20 | 0xa50000 | +| 215 | blk.16.attn_q_norm.weight | 0xd0aa6a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0xd0aa6e20 | 0x7f8000 | +| 217 | blk.16.ffn_down.weight | 0xd129ee20 | 0x3bc4000 | +| 218 | blk.16.ffn_gate.weight | 0xd4e62e20 | 0x26ac000 | +| 219 | blk.16.ffn_norm.weight | 0xd750ee20 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0xd7512a20 | 0x26ac000 | +| 221 | blk.16.post_attention_norm.weight | 0xd9bbea20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0xd9bc2620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0xd9bc6220 | 0x528000 | +| 224 | blk.17.attn_k_norm.weight | 0xda0ee220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0xda0ee620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0xda0f2220 | 0xc4e000 | +| 227 | blk.17.attn_q.weight | 0xdad40220 | 0xa50000 | +| 228 | blk.17.attn_q_norm.weight | 0xdb790220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0xdb790620 | 0x7f8000 | +| 230 | blk.17.ffn_down.weight | 0xdbf88620 | 0x3bc4000 | +| 231 | blk.17.ffn_gate.weight | 0xdfb4c620 | 0x26ac000 | +| 232 | blk.17.ffn_norm.weight | 0xe21f8620 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0xe21fc220 | 0x26ac000 | +| 234 | blk.17.post_attention_norm.weight | 0xe48a8220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0xe48abe20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0xe48afa20 | 0x528000 | +| 237 | blk.18.attn_k_norm.weight | 0xe4dd7a20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0xe4dd7e20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0xe4ddba20 | 0xc4e000 | +| 240 | blk.18.attn_q.weight | 0xe5a29a20 | 0xa50000 | +| 241 | blk.18.attn_q_norm.weight | 0xe6479a20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0xe6479e20 | 0x7f8000 | +| 243 | blk.18.ffn_down.weight | 0xe6c71e20 | 0x3bc4000 | +| 244 | blk.18.ffn_gate.weight | 0xea835e20 | 0x26ac000 | +| 245 | blk.18.ffn_norm.weight | 0xecee1e20 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0xecee5a20 | 0x26ac000 | +| 247 | blk.18.post_attention_norm.weight | 0xef591a20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0xef595620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0xef599220 | 0x528000 | +| 250 | blk.19.attn_k_norm.weight | 0xefac1220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0xefac1620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0xefac5220 | 0xc4e000 | +| 253 | blk.19.attn_q.weight | 0xf0713220 | 0xa50000 | +| 254 | blk.19.attn_q_norm.weight | 0xf1163220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0xf1163620 | 0x7f8000 | +| 256 | blk.19.ffn_down.weight | 0xf195b620 | 0x3bc4000 | +| 257 | blk.19.ffn_gate.weight | 0xf551f620 | 0x26ac000 | +| 258 | blk.19.ffn_norm.weight | 0xf7bcb620 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0xf7bcf220 | 0x26ac000 | +| 260 | blk.19.post_attention_norm.weight | 0xfa27b220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0xfa27ee20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0xfa282a20 | 0x528000 | +| 263 | blk.20.attn_k_norm.weight | 0xfa7aaa20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0xfa7aae20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0xfa7aea20 | 0xc4e000 | +| 266 | blk.20.attn_q.weight | 0xfb3fca20 | 0xa50000 | +| 267 | blk.20.attn_q_norm.weight | 0xfbe4ca20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0xfbe4ce20 | 0x7f8000 | +| 269 | blk.20.ffn_down.weight | 0xfc644e20 | 0x3bc4000 | +| 270 | blk.20.ffn_gate.weight | 0x100208e20 | 0x26ac000 | +| 271 | blk.20.ffn_norm.weight | 0x1028b4e20 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0x1028b8a20 | 0x26ac000 | +| 273 | blk.20.post_attention_norm.weight | 0x104f64a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0x104f68620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0x104f6c220 | 0x528000 | +| 276 | blk.21.attn_k_norm.weight | 0x105494220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0x105494620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0x105498220 | 0xc4e000 | +| 279 | blk.21.attn_q.weight | 0x1060e6220 | 0xa50000 | +| 280 | blk.21.attn_q_norm.weight | 0x106b36220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0x106b36620 | 0x7f8000 | +| 282 | blk.21.ffn_down.weight | 0x10732e620 | 0x3bc4000 | +| 283 | blk.21.ffn_gate.weight | 0x10aef2620 | 0x26ac000 | +| 284 | blk.21.ffn_norm.weight | 0x10d59e620 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0x10d5a2220 | 0x26ac000 | +| 286 | blk.21.post_attention_norm.weight | 0x10fc4e220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0x10fc51e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0x10fc55a20 | 0x528000 | +| 289 | blk.22.attn_k_norm.weight | 0x11017da20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0x11017de20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0x110181a20 | 0xc4e000 | +| 292 | blk.22.attn_q.weight | 0x110dcfa20 | 0xa50000 | +| 293 | blk.22.attn_q_norm.weight | 0x11181fa20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0x11181fe20 | 0x7f8000 | +| 295 | blk.22.ffn_down.weight | 0x112017e20 | 0x3bc4000 | +| 296 | blk.22.ffn_gate.weight | 0x115bdbe20 | 0x26ac000 | +| 297 | blk.22.ffn_norm.weight | 0x118287e20 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0x11828ba20 | 0x26ac000 | +| 299 | blk.22.post_attention_norm.weight | 0x11a937a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0x11a93b620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0x11a93f220 | 0x528000 | +| 302 | blk.23.attn_k_norm.weight | 0x11ae67220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0x11ae67620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0x11ae6b220 | 0xc4e000 | +| 305 | blk.23.attn_q.weight | 0x11bab9220 | 0xa50000 | +| 306 | blk.23.attn_q_norm.weight | 0x11c509220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0x11c509620 | 0x7f8000 | +| 308 | blk.23.ffn_down.weight | 0x11cd01620 | 0x3bc4000 | +| 309 | blk.23.ffn_gate.weight | 0x1208c5620 | 0x26ac000 | +| 310 | blk.23.ffn_norm.weight | 0x122f71620 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0x122f75220 | 0x26ac000 | +| 312 | blk.23.post_attention_norm.weight | 0x125621220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0x125624e20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0x125628a20 | 0x627000 | +| 315 | blk.24.attn_k_norm.weight | 0x125c4fa20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0x125c4fe20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0x125c53a20 | 0xc4e000 | +| 318 | blk.24.attn_q.weight | 0x1268a1a20 | 0xc4e000 | +| 319 | blk.24.attn_q_norm.weight | 0x1274efa20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0x1274efe20 | 0x7f8000 | +| 321 | blk.24.ffn_down.weight | 0x127ce7e20 | 0x3bc4000 | +| 322 | blk.24.ffn_gate.weight | 0x12b8abe20 | 0x2e24800 | +| 323 | blk.24.ffn_norm.weight | 0x12e6d0620 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0x12e6d4220 | 0x2e24800 | +| 325 | blk.24.post_attention_norm.weight | 0x1314f8a20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0x1314fc620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0x131500220 | 0x528000 | +| 328 | blk.25.attn_k_norm.weight | 0x131a28220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0x131a28620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0x131a2c220 | 0xc4e000 | +| 331 | blk.25.attn_q.weight | 0x13267a220 | 0xa50000 | +| 332 | blk.25.attn_q_norm.weight | 0x1330ca220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0x1330ca620 | 0x7f8000 | +| 334 | blk.25.ffn_down.weight | 0x1338c2620 | 0x3bc4000 | +| 335 | blk.25.ffn_gate.weight | 0x137486620 | 0x26ac000 | +| 336 | blk.25.ffn_norm.weight | 0x139b32620 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0x139b36220 | 0x26ac000 | +| 338 | blk.25.post_attention_norm.weight | 0x13c1e2220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0x13c1e5e20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0x13c1e9a20 | 0x528000 | +| 341 | blk.26.attn_k_norm.weight | 0x13c711a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0x13c711e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0x13c715a20 | 0xc4e000 | +| 344 | blk.26.attn_q.weight | 0x13d363a20 | 0xa50000 | +| 345 | blk.26.attn_q_norm.weight | 0x13ddb3a20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0x13ddb3e20 | 0x7f8000 | +| 347 | blk.26.ffn_down.weight | 0x13e5abe20 | 0x3bc4000 | +| 348 | blk.26.ffn_gate.weight | 0x14216fe20 | 0x26ac000 | +| 349 | blk.26.ffn_norm.weight | 0x14481be20 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0x14481fa20 | 0x26ac000 | +| 351 | blk.26.post_attention_norm.weight | 0x146ecba20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0x146ecf620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0x146ed3220 | 0x528000 | +| 354 | blk.27.attn_k_norm.weight | 0x1473fb220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0x1473fb620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0x1473ff220 | 0xc4e000 | +| 357 | blk.27.attn_q.weight | 0x14804d220 | 0xa50000 | +| 358 | blk.27.attn_q_norm.weight | 0x148a9d220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0x148a9d620 | 0x7f8000 | +| 360 | blk.27.ffn_down.weight | 0x149295620 | 0x3bc4000 | +| 361 | blk.27.ffn_gate.weight | 0x14ce59620 | 0x26ac000 | +| 362 | blk.27.ffn_norm.weight | 0x14f505620 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0x14f509220 | 0x26ac000 | +| 364 | blk.27.post_attention_norm.weight | 0x151bb5220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0x151bb8e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0x151bbca20 | 0x528000 | +| 367 | blk.28.attn_k_norm.weight | 0x1520e4a20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0x1520e4e20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0x1520e8a20 | 0xc4e000 | +| 370 | blk.28.attn_q.weight | 0x152d36a20 | 0xa50000 | +| 371 | blk.28.attn_q_norm.weight | 0x153786a20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0x153786e20 | 0x7f8000 | +| 373 | blk.28.ffn_down.weight | 0x153f7ee20 | 0x3bc4000 | +| 374 | blk.28.ffn_gate.weight | 0x157b42e20 | 0x26ac000 | +| 375 | blk.28.ffn_norm.weight | 0x15a1eee20 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0x15a1f2a20 | 0x26ac000 | +| 377 | blk.28.post_attention_norm.weight | 0x15c89ea20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0x15c8a2620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0x15c8a6220 | 0x528000 | +| 380 | blk.29.attn_k_norm.weight | 0x15cdce220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0x15cdce620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0x15cdd2220 | 0xc4e000 | +| 383 | blk.29.attn_q.weight | 0x15da20220 | 0xa50000 | +| 384 | blk.29.attn_q_norm.weight | 0x15e470220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0x15e470620 | 0x7f8000 | +| 386 | blk.29.ffn_down.weight | 0x15ec68620 | 0x3bc4000 | +| 387 | blk.29.ffn_gate.weight | 0x16282c620 | 0x26ac000 | +| 388 | blk.29.ffn_norm.weight | 0x164ed8620 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0x164edc220 | 0x26ac000 | +| 390 | blk.29.post_attention_norm.weight | 0x167588220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0x16758be20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0x16758fa20 | 0x528000 | +| 393 | blk.30.attn_k_norm.weight | 0x167ab7a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0x167ab7e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0x167abba20 | 0xc4e000 | +| 396 | blk.30.attn_q.weight | 0x168709a20 | 0xa50000 | +| 397 | blk.30.attn_q_norm.weight | 0x169159a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0x169159e20 | 0x7f8000 | +| 399 | blk.30.ffn_down.weight | 0x169951e20 | 0x3bc4000 | +| 400 | blk.30.ffn_gate.weight | 0x16d515e20 | 0x26ac000 | +| 401 | blk.30.ffn_norm.weight | 0x16fbc1e20 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0x16fbc5a20 | 0x26ac000 | +| 403 | blk.30.post_attention_norm.weight | 0x172271a20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0x172275620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0x172279220 | 0x528000 | +| 406 | blk.31.attn_k_norm.weight | 0x1727a1220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0x1727a1620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0x1727a5220 | 0xc4e000 | +| 409 | blk.31.attn_q.weight | 0x1733f3220 | 0xa50000 | +| 410 | blk.31.attn_q_norm.weight | 0x173e43220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0x173e43620 | 0x7f8000 | +| 412 | blk.31.ffn_down.weight | 0x17463b620 | 0x3bc4000 | +| 413 | blk.31.ffn_gate.weight | 0x1781ff620 | 0x26ac000 | +| 414 | blk.31.ffn_norm.weight | 0x17a8ab620 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0x17a8af220 | 0x26ac000 | +| 416 | blk.31.post_attention_norm.weight | 0x17cf5b220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0x17cf5ee20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0x17cf62a20 | 0x528000 | +| 419 | blk.32.attn_k_norm.weight | 0x17d48aa20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0x17d48ae20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0x17d48ea20 | 0xc4e000 | +| 422 | blk.32.attn_q.weight | 0x17e0dca20 | 0xa50000 | +| 423 | blk.32.attn_q_norm.weight | 0x17eb2ca20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0x17eb2ce20 | 0x7f8000 | +| 425 | blk.32.ffn_down.weight | 0x17f324e20 | 0x3bc4000 | +| 426 | blk.32.ffn_gate.weight | 0x182ee8e20 | 0x26ac000 | +| 427 | blk.32.ffn_norm.weight | 0x185594e20 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0x185598a20 | 0x26ac000 | +| 429 | blk.32.post_attention_norm.weight | 0x187c44a20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0x187c48620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0x187c4c220 | 0x528000 | +| 432 | blk.33.attn_k_norm.weight | 0x188174220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0x188174620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0x188178220 | 0xc4e000 | +| 435 | blk.33.attn_q.weight | 0x188dc6220 | 0xa50000 | +| 436 | blk.33.attn_q_norm.weight | 0x189816220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0x189816620 | 0x7f8000 | +| 438 | blk.33.ffn_down.weight | 0x18a00e620 | 0x3bc4000 | +| 439 | blk.33.ffn_gate.weight | 0x18dbd2620 | 0x26ac000 | +| 440 | blk.33.ffn_norm.weight | 0x19027e620 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0x190282220 | 0x26ac000 | +| 442 | blk.33.post_attention_norm.weight | 0x19292e220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0x192931e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0x192935a20 | 0x528000 | +| 445 | blk.34.attn_k_norm.weight | 0x192e5da20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0x192e5de20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0x192e61a20 | 0xc4e000 | +| 448 | blk.34.attn_q.weight | 0x193aafa20 | 0xa50000 | +| 449 | blk.34.attn_q_norm.weight | 0x1944ffa20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0x1944ffe20 | 0x7f8000 | +| 451 | blk.34.ffn_down.weight | 0x194cf7e20 | 0x3bc4000 | +| 452 | blk.34.ffn_gate.weight | 0x1988bbe20 | 0x26ac000 | +| 453 | blk.34.ffn_norm.weight | 0x19af67e20 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0x19af6ba20 | 0x26ac000 | +| 455 | blk.34.post_attention_norm.weight | 0x19d617a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0x19d61b620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0x19d61f220 | 0x528000 | +| 458 | blk.35.attn_k_norm.weight | 0x19db47220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0x19db47620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0x19db4b220 | 0xc4e000 | +| 461 | blk.35.attn_q.weight | 0x19e799220 | 0xa50000 | +| 462 | blk.35.attn_q_norm.weight | 0x19f1e9220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0x19f1e9620 | 0x7f8000 | +| 464 | blk.35.ffn_down.weight | 0x19f9e1620 | 0x3bc4000 | +| 465 | blk.35.ffn_gate.weight | 0x1a35a5620 | 0x26ac000 | +| 466 | blk.35.ffn_norm.weight | 0x1a5c51620 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0x1a5c55220 | 0x26ac000 | +| 468 | blk.35.post_attention_norm.weight | 0x1a8301220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0x1a8304e20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0x1a8308a20 | 0x528000 | +| 471 | blk.36.attn_k_norm.weight | 0x1a8830a20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0x1a8830e20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0x1a8834a20 | 0xc4e000 | +| 474 | blk.36.attn_q.weight | 0x1a9482a20 | 0xa50000 | +| 475 | blk.36.attn_q_norm.weight | 0x1a9ed2a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0x1a9ed2e20 | 0x7f8000 | +| 477 | blk.36.ffn_down.weight | 0x1aa6cae20 | 0x3bc4000 | +| 478 | blk.36.ffn_gate.weight | 0x1ae28ee20 | 0x26ac000 | +| 479 | blk.36.ffn_norm.weight | 0x1b093ae20 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x1b093ea20 | 0x26ac000 | +| 481 | blk.36.post_attention_norm.weight | 0x1b2feaa20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x1b2fee620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x1b2ff2220 | 0x627000 | +| 484 | blk.37.attn_k_norm.weight | 0x1b3619220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x1b3619620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x1b361d220 | 0xc4e000 | +| 487 | blk.37.attn_q.weight | 0x1b426b220 | 0xc4e000 | +| 488 | blk.37.attn_q_norm.weight | 0x1b4eb9220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x1b4eb9620 | 0x7f8000 | +| 490 | blk.37.ffn_down.weight | 0x1b56b1620 | 0x3bc4000 | +| 491 | blk.37.ffn_gate.weight | 0x1b9275620 | 0x2e24800 | +| 492 | blk.37.ffn_norm.weight | 0x1bc099e20 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x1bc09da20 | 0x2e24800 | +| 494 | blk.37.post_attention_norm.weight | 0x1beec2220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x1beec5e20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x1beec9a20 | 0x627000 | +| 497 | blk.38.attn_k_norm.weight | 0x1bf4f0a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x1bf4f0e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x1bf4f4a20 | 0xc4e000 | +| 500 | blk.38.attn_q.weight | 0x1c0142a20 | 0xc4e000 | +| 501 | blk.38.attn_q_norm.weight | 0x1c0d90a20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x1c0d90e20 | 0x7f8000 | +| 503 | blk.38.ffn_down.weight | 0x1c1588e20 | 0x3bc4000 | +| 504 | blk.38.ffn_gate.weight | 0x1c514ce20 | 0x2e24800 | +| 505 | blk.38.ffn_norm.weight | 0x1c7f71620 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x1c7f75220 | 0x2e24800 | +| 507 | blk.38.post_attention_norm.weight | 0x1cad99a20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x1cad9d620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x1cada1220 | 0x627000 | +| 510 | blk.39.attn_k_norm.weight | 0x1cb3c8220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x1cb3c8620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x1cb3cc220 | 0xc4e000 | +| 513 | blk.39.attn_q.weight | 0x1cc01a220 | 0xc4e000 | +| 514 | blk.39.attn_q_norm.weight | 0x1ccc68220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x1ccc68620 | 0x7f8000 | +| 516 | blk.39.ffn_down.weight | 0x1cd460620 | 0x3bc4000 | +| 517 | blk.39.ffn_gate.weight | 0x1d1024620 | 0x2e24800 | +| 518 | blk.39.ffn_norm.weight | 0x1d3e48e20 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x1d3e4ca20 | 0x2e24800 | +| 520 | blk.39.post_attention_norm.weight | 0x1d6c71220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x1d6c74e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x1d6c78a20 | 0x627000 | +| 523 | blk.40.attn_k_norm.weight | 0x1d729fa20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x1d729fe20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x1d72a3a20 | 0xc4e000 | +| 526 | blk.40.attn_q.weight | 0x1d7ef1a20 | 0xc4e000 | +| 527 | blk.40.attn_q_norm.weight | 0x1d8b3fa20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x1d8b3fe20 | 0x7f8000 | +| 529 | blk.40.ffn_down.weight | 0x1d9337e20 | 0x3bc4000 | +| 530 | blk.40.ffn_gate.weight | 0x1dcefbe20 | 0x2e24800 | +| 531 | blk.40.ffn_norm.weight | 0x1dfd20620 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x1dfd24220 | 0x2e24800 | +| 533 | blk.40.post_attention_norm.weight | 0x1e2b48a20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x1e2b4c620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x1e2b50220 | 0x528000 | +| 536 | blk.41.attn_k_norm.weight | 0x1e3078220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x1e3078620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x1e307c220 | 0xc4e000 | +| 539 | blk.41.attn_q.weight | 0x1e3cca220 | 0xa50000 | +| 540 | blk.41.attn_q_norm.weight | 0x1e471a220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x1e471a620 | 0x7f8000 | +| 542 | blk.41.ffn_down.weight | 0x1e4f12620 | 0x3bc4000 | +| 543 | blk.41.ffn_gate.weight | 0x1e8ad6620 | 0x26ac000 | +| 544 | blk.41.ffn_norm.weight | 0x1eb182620 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x1eb186220 | 0x26ac000 | +| 546 | blk.41.post_attention_norm.weight | 0x1ed832220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x1ed835e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x1ed839a20 | 0x528000 | +| 549 | blk.42.attn_k_norm.weight | 0x1edd61a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x1edd61e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x1edd65a20 | 0xc4e000 | +| 552 | blk.42.attn_q.weight | 0x1ee9b3a20 | 0xa50000 | +| 553 | blk.42.attn_q_norm.weight | 0x1ef403a20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x1ef403e20 | 0x7f8000 | +| 555 | blk.42.ffn_down.weight | 0x1efbfbe20 | 0x3bc4000 | +| 556 | blk.42.ffn_gate.weight | 0x1f37bfe20 | 0x26ac000 | +| 557 | blk.42.ffn_norm.weight | 0x1f5e6be20 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x1f5e6fa20 | 0x26ac000 | +| 559 | blk.42.post_attention_norm.weight | 0x1f851ba20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x1f851f620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x1f8523220 | 0x528000 | +| 562 | blk.43.attn_k_norm.weight | 0x1f8a4b220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x1f8a4b620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x1f8a4f220 | 0xc4e000 | +| 565 | blk.43.attn_q.weight | 0x1f969d220 | 0xa50000 | +| 566 | blk.43.attn_q_norm.weight | 0x1fa0ed220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x1fa0ed620 | 0x7f8000 | +| 568 | blk.43.ffn_down.weight | 0x1fa8e5620 | 0x3bc4000 | +| 569 | blk.43.ffn_gate.weight | 0x1fe4a9620 | 0x26ac000 | +| 570 | blk.43.ffn_norm.weight | 0x200b55620 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x200b59220 | 0x26ac000 | +| 572 | blk.43.post_attention_norm.weight | 0x203205220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x203208e20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x20320ca20 | 0x528000 | +| 575 | blk.44.attn_k_norm.weight | 0x203734a20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x203734e20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x203738a20 | 0xc4e000 | +| 578 | blk.44.attn_q.weight | 0x204386a20 | 0xa50000 | +| 579 | blk.44.attn_q_norm.weight | 0x204dd6a20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x204dd6e20 | 0x7f8000 | +| 581 | blk.44.ffn_down.weight | 0x2055cee20 | 0x3bc4000 | +| 582 | blk.44.ffn_gate.weight | 0x209192e20 | 0x26ac000 | +| 583 | blk.44.ffn_norm.weight | 0x20b83ee20 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x20b842a20 | 0x26ac000 | +| 585 | blk.44.post_attention_norm.weight | 0x20deeea20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x20def2620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x20def6220 | 0x528000 | +| 588 | blk.45.attn_k_norm.weight | 0x20e41e220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x20e41e620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x20e422220 | 0xc4e000 | +| 591 | blk.45.attn_q.weight | 0x20f070220 | 0xa50000 | +| 592 | blk.45.attn_q_norm.weight | 0x20fac0220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x20fac0620 | 0x7f8000 | +| 594 | blk.45.ffn_down.weight | 0x2102b8620 | 0x3bc4000 | +| 595 | blk.45.ffn_gate.weight | 0x213e7c620 | 0x26ac000 | +| 596 | blk.45.ffn_norm.weight | 0x216528620 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x21652c220 | 0x26ac000 | +| 598 | blk.45.post_attention_norm.weight | 0x218bd8220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x218bdbe20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q5_K | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q6_K | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q5_K | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q5_K | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-Q8_0.md b/scores/gemma-3-12b-it-Q8_0.md new file mode 100644 index 0000000..18dce9a --- /dev/null +++ b/scores/gemma-3-12b-it-Q8_0.md @@ -0,0 +1,1746 @@ +# gemma-3-12b-it-Q8_0.gguf - GGUF Internal File Dump + +- Endian: LITTLE endian + +## Key Value Metadata Store + +There are 48 key-value pairs in this file + +| POS | TYPE | Count | Key | Value | +|----:|:----------|-------:|:----------------------------------------|:-----------------------------------------------------------------------| +| 1 | UINT32 | 1 | GGUF.version | 3 | +| 2 | UINT64 | 1 | GGUF.tensor_count | 600 | +| 3 | UINT64 | 1 | GGUF.kv_count | 45 | +| 4 | STRING | 1 | general.architecture | `gemma3` | +| 5 | STRING | 1 | general.type | `model` | +| 6 | STRING | 1 | general.name | `Gemma 3 12b It` | +| 7 | STRING | 1 | general.finetune | `it` | +| 8 | STRING | 1 | general.basename | `gemma-3` | +| 9 | STRING | 1 | general.size_label | `12B` | +| 10 | STRING | 1 | general.license | `gemma` | +| 11 | UINT32 | 1 | general.base_model.count | 1 | +| 12 | STRING | 1 | general.base_model.0.name | `Gemma 3 12b Pt` | +| 13 | STRING | 1 | general.base_model.0.organization | `Google` | +| 14 | STRING | 1 | general.base_model.0.repo_url | `https://huggingface.co/google/gemma-3-12b-pt` | +| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] | +| 16 | UINT32 | 1 | gemma3.context_length | 131072 | +| 17 | UINT32 | 1 | gemma3.embedding_length | 3840 | +| 18 | UINT32 | 1 | gemma3.feed_forward_length | 15360 | +| 19 | UINT32 | 1 | gemma3.attention.head_count | 16 | +| 20 | FLOAT32 | 1 | gemma3.attention.layer_norm_rms_epsilon | 1e-06 | +| 21 | UINT32 | 1 | gemma3.attention.key_length | 256 | +| 22 | UINT32 | 1 | gemma3.attention.value_length | 256 | +| 23 | FLOAT32 | 1 | gemma3.rope.freq_base | 1000000.0 | +| 24 | UINT32 | 1 | gemma3.attention.sliding_window | 1024 | +| 25 | UINT32 | 1 | gemma3.attention.head_count_kv | 8 | +| 26 | STRING | 1 | gemma3.rope.scaling.type | `linear` | +| 27 | FLOAT32 | 1 | gemma3.rope.scaling.factor | 8.0 | +| 28 | STRING | 1 | tokenizer.ggml.model | `llama` | +| 29 | STRING | 1 | tokenizer.ggml.pre | `default` | +| 30 | [STRING] | 262144 | tokenizer.ggml.tokens | [ ``, ``, ``, ``, ``, ... ] | +| 31 | [FLOAT32] | 262144 | tokenizer.ggml.scores | [ -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, -1000.0, ... ] | +| 32 | [INT32] | 262144 | tokenizer.ggml.token_type | [ 3, 3, 3, 3, 3, 4, 3, ... ] | +| 33 | UINT32 | 1 | tokenizer.ggml.bos_token_id | 2 | +| 34 | UINT32 | 1 | tokenizer.ggml.eos_token_id | 1 | +| 35 | UINT32 | 1 | tokenizer.ggml.unknown_token_id | 3 | +| 36 | UINT32 | 1 | tokenizer.ggml.padding_token_id | 0 | +| 37 | BOOL | 1 | tokenizer.ggml.add_bos_token | True | +| 38 | BOOL | 1 | tokenizer.ggml.add_eos_token | False | +| 39 | STRING | 1 | tokenizer.chat_template | `{{ bos_token }}{%- if message`...`_turn>model'}}{%- endif -%}` | +| 40 | BOOL | 1 | tokenizer.ggml.add_space_prefix | False | +| 41 | UINT32 | 1 | general.quantization_version | 2 | +| 42 | UINT32 | 1 | general.file_type | 7 | +| 43 | BOOL | 1 | general.pruned | True | +| 44 | UINT32 | 1 | gemma3.block_count | 46 | +| 45 | STRING | 1 | quantize.imatrix.file | `./imatrix/imatrix-gemma-3-12b-it-small.dat` | +| 46 | STRING | 1 | quantize.imatrix.dataset | `../../datasets/imatrix/combined_eur_small.txt` | +| 47 | INT32 | 1 | quantize.imatrix.entries_count | 336 | +| 48 | INT32 | 1 | quantize.imatrix.chunks_count | 3226 | + +## Tensors Overview ~11B Elements + +Total number of elements in all tensors: 11317490432 Elements + +- [gemma-3-12b-it-Q8\_0.gguf - GGUF Internal File Dump](#gemma-3-12b-it-q8_0gguf---gguf-internal-file-dump) + - [Key Value Metadata Store](#key-value-metadata-store) + - [Tensors Overview ~11B Elements](#tensors-overview-11b-elements) + - [Tensor Data Offset](#tensor-data-offset) + - [Base Tensor Group : ~1B Elements](#base-tensor-group--1b-elements) + - [Block 0 Tensor Group : ~224M Elements](#block-0-tensor-group--224m-elements) + - [Block 1 Tensor Group : ~224M Elements](#block-1-tensor-group--224m-elements) + - [Block 2 Tensor Group : ~224M Elements](#block-2-tensor-group--224m-elements) + - [Block 3 Tensor Group : ~224M Elements](#block-3-tensor-group--224m-elements) + - [Block 4 Tensor Group : ~224M Elements](#block-4-tensor-group--224m-elements) + - [Block 5 Tensor Group : ~224M Elements](#block-5-tensor-group--224m-elements) + - [Block 6 Tensor Group : ~224M Elements](#block-6-tensor-group--224m-elements) + - [Block 7 Tensor Group : ~224M Elements](#block-7-tensor-group--224m-elements) + - [Block 8 Tensor Group : ~224M Elements](#block-8-tensor-group--224m-elements) + - [Block 9 Tensor Group : ~224M Elements](#block-9-tensor-group--224m-elements) + - [Block 10 Tensor Group : ~224M Elements](#block-10-tensor-group--224m-elements) + - [Block 11 Tensor Group : ~224M Elements](#block-11-tensor-group--224m-elements) + - [Block 12 Tensor Group : ~224M Elements](#block-12-tensor-group--224m-elements) + - [Block 13 Tensor Group : ~224M Elements](#block-13-tensor-group--224m-elements) + - [Block 14 Tensor Group : ~224M Elements](#block-14-tensor-group--224m-elements) + - [Block 15 Tensor Group : ~224M Elements](#block-15-tensor-group--224m-elements) + - [Block 16 Tensor Group : ~224M Elements](#block-16-tensor-group--224m-elements) + - [Block 17 Tensor Group : ~224M Elements](#block-17-tensor-group--224m-elements) + - [Block 18 Tensor Group : ~224M Elements](#block-18-tensor-group--224m-elements) + - [Block 19 Tensor Group : ~224M Elements](#block-19-tensor-group--224m-elements) + - [Block 20 Tensor Group : ~224M Elements](#block-20-tensor-group--224m-elements) + - [Block 21 Tensor Group : ~224M Elements](#block-21-tensor-group--224m-elements) + - [Block 22 Tensor Group : ~224M Elements](#block-22-tensor-group--224m-elements) + - [Block 23 Tensor Group : ~224M Elements](#block-23-tensor-group--224m-elements) + - [Block 24 Tensor Group : ~224M Elements](#block-24-tensor-group--224m-elements) + - [Block 25 Tensor Group : ~224M Elements](#block-25-tensor-group--224m-elements) + - [Block 26 Tensor Group : ~224M Elements](#block-26-tensor-group--224m-elements) + - [Block 27 Tensor Group : ~224M Elements](#block-27-tensor-group--224m-elements) + - [Block 28 Tensor Group : ~224M Elements](#block-28-tensor-group--224m-elements) + - [Block 29 Tensor Group : ~224M Elements](#block-29-tensor-group--224m-elements) + - [Block 30 Tensor Group : ~224M Elements](#block-30-tensor-group--224m-elements) + - [Block 31 Tensor Group : ~224M Elements](#block-31-tensor-group--224m-elements) + - [Block 32 Tensor Group : ~224M Elements](#block-32-tensor-group--224m-elements) + - [Block 33 Tensor Group : ~224M Elements](#block-33-tensor-group--224m-elements) + - [Block 34 Tensor Group : ~224M Elements](#block-34-tensor-group--224m-elements) + - [Block 35 Tensor Group : ~224M Elements](#block-35-tensor-group--224m-elements) + - [Block 36 Tensor Group : ~224M Elements](#block-36-tensor-group--224m-elements) + - [Block 37 Tensor Group : ~224M Elements](#block-37-tensor-group--224m-elements) + - [Block 38 Tensor Group : ~224M Elements](#block-38-tensor-group--224m-elements) + - [Block 39 Tensor Group : ~224M Elements](#block-39-tensor-group--224m-elements) + - [Block 40 Tensor Group : ~224M Elements](#block-40-tensor-group--224m-elements) + - [Block 41 Tensor Group : ~224M Elements](#block-41-tensor-group--224m-elements) + - [Block 42 Tensor Group : ~224M Elements](#block-42-tensor-group--224m-elements) + - [Block 43 Tensor Group : ~224M Elements](#block-43-tensor-group--224m-elements) + - [Block 44 Tensor Group : ~224M Elements](#block-44-tensor-group--224m-elements) + - [Block 45 Tensor Group : ~224M Elements](#block-45-tensor-group--224m-elements) + +### Tensor Data Offset + +This table contains the offset and data segment relative to start of file + +| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) | +|-----:|:----------------------------------|-----------------:|-----------------:| +| 0 | output_norm.weight | 0x63ee20 | 0x3c00 | +| 1 | token_embd.weight | 0x642a20 | 0x19c80000 | +| 2 | blk.0.attn_k.weight | 0x1a2c2a20 | 0x7f8000 | +| 3 | blk.0.attn_k_norm.weight | 0x1aabaa20 | 0x400 | +| 4 | blk.0.attn_norm.weight | 0x1aabae20 | 0x3c00 | +| 5 | blk.0.attn_output.weight | 0x1aabea20 | 0xff0000 | +| 6 | blk.0.attn_q.weight | 0x1baaea20 | 0xff0000 | +| 7 | blk.0.attn_q_norm.weight | 0x1ca9ea20 | 0x400 | +| 8 | blk.0.attn_v.weight | 0x1ca9ee20 | 0xf00000 | +| 9 | blk.0.ffn_down.weight | 0x1d99ee20 | 0x3bc4000 | +| 10 | blk.0.ffn_gate.weight | 0x21562e20 | 0x3bc4000 | +| 11 | blk.0.ffn_norm.weight | 0x25126e20 | 0x3c00 | +| 12 | blk.0.ffn_up.weight | 0x2512aa20 | 0x3bc4000 | +| 13 | blk.0.post_attention_norm.weight | 0x28ceea20 | 0x3c00 | +| 14 | blk.0.post_ffw_norm.weight | 0x28cf2620 | 0x3c00 | +| 15 | blk.1.attn_k.weight | 0x28cf6220 | 0x7f8000 | +| 16 | blk.1.attn_k_norm.weight | 0x294ee220 | 0x400 | +| 17 | blk.1.attn_norm.weight | 0x294ee620 | 0x3c00 | +| 18 | blk.1.attn_output.weight | 0x294f2220 | 0xff0000 | +| 19 | blk.1.attn_q.weight | 0x2a4e2220 | 0xff0000 | +| 20 | blk.1.attn_q_norm.weight | 0x2b4d2220 | 0x400 | +| 21 | blk.1.attn_v.weight | 0x2b4d2620 | 0xf00000 | +| 22 | blk.1.ffn_down.weight | 0x2c3d2620 | 0x3bc4000 | +| 23 | blk.1.ffn_gate.weight | 0x2ff96620 | 0x3bc4000 | +| 24 | blk.1.ffn_norm.weight | 0x33b5a620 | 0x3c00 | +| 25 | blk.1.ffn_up.weight | 0x33b5e220 | 0x3bc4000 | +| 26 | blk.1.post_attention_norm.weight | 0x37722220 | 0x3c00 | +| 27 | blk.1.post_ffw_norm.weight | 0x37725e20 | 0x3c00 | +| 28 | blk.2.attn_k.weight | 0x37729a20 | 0x7f8000 | +| 29 | blk.2.attn_k_norm.weight | 0x37f21a20 | 0x400 | +| 30 | blk.2.attn_norm.weight | 0x37f21e20 | 0x3c00 | +| 31 | blk.2.attn_output.weight | 0x37f25a20 | 0xff0000 | +| 32 | blk.2.attn_q.weight | 0x38f15a20 | 0xff0000 | +| 33 | blk.2.attn_q_norm.weight | 0x39f05a20 | 0x400 | +| 34 | blk.2.attn_v.weight | 0x39f05e20 | 0xf00000 | +| 35 | blk.2.ffn_down.weight | 0x3ae05e20 | 0x3bc4000 | +| 36 | blk.2.ffn_gate.weight | 0x3e9c9e20 | 0x3bc4000 | +| 37 | blk.2.ffn_norm.weight | 0x4258de20 | 0x3c00 | +| 38 | blk.2.ffn_up.weight | 0x42591a20 | 0x3bc4000 | +| 39 | blk.2.post_attention_norm.weight | 0x46155a20 | 0x3c00 | +| 40 | blk.2.post_ffw_norm.weight | 0x46159620 | 0x3c00 | +| 41 | blk.3.attn_k.weight | 0x4615d220 | 0x7f8000 | +| 42 | blk.3.attn_k_norm.weight | 0x46955220 | 0x400 | +| 43 | blk.3.attn_norm.weight | 0x46955620 | 0x3c00 | +| 44 | blk.3.attn_output.weight | 0x46959220 | 0xff0000 | +| 45 | blk.3.attn_q.weight | 0x47949220 | 0xff0000 | +| 46 | blk.3.attn_q_norm.weight | 0x48939220 | 0x400 | +| 47 | blk.3.attn_v.weight | 0x48939620 | 0xf00000 | +| 48 | blk.3.ffn_down.weight | 0x49839620 | 0x3bc4000 | +| 49 | blk.3.ffn_gate.weight | 0x4d3fd620 | 0x3bc4000 | +| 50 | blk.3.ffn_norm.weight | 0x50fc1620 | 0x3c00 | +| 51 | blk.3.ffn_up.weight | 0x50fc5220 | 0x3bc4000 | +| 52 | blk.3.post_attention_norm.weight | 0x54b89220 | 0x3c00 | +| 53 | blk.3.post_ffw_norm.weight | 0x54b8ce20 | 0x3c00 | +| 54 | blk.4.attn_k.weight | 0x54b90a20 | 0x7f8000 | +| 55 | blk.4.attn_k_norm.weight | 0x55388a20 | 0x400 | +| 56 | blk.4.attn_norm.weight | 0x55388e20 | 0x3c00 | +| 57 | blk.4.attn_output.weight | 0x5538ca20 | 0xff0000 | +| 58 | blk.4.attn_q.weight | 0x5637ca20 | 0xff0000 | +| 59 | blk.4.attn_q_norm.weight | 0x5736ca20 | 0x400 | +| 60 | blk.4.attn_v.weight | 0x5736ce20 | 0xf00000 | +| 61 | blk.4.ffn_down.weight | 0x5826ce20 | 0x3bc4000 | +| 62 | blk.4.ffn_gate.weight | 0x5be30e20 | 0x3bc4000 | +| 63 | blk.4.ffn_norm.weight | 0x5f9f4e20 | 0x3c00 | +| 64 | blk.4.ffn_up.weight | 0x5f9f8a20 | 0x3bc4000 | +| 65 | blk.4.post_attention_norm.weight | 0x635bca20 | 0x3c00 | +| 66 | blk.4.post_ffw_norm.weight | 0x635c0620 | 0x3c00 | +| 67 | blk.5.attn_k.weight | 0x635c4220 | 0x7f8000 | +| 68 | blk.5.attn_k_norm.weight | 0x63dbc220 | 0x400 | +| 69 | blk.5.attn_norm.weight | 0x63dbc620 | 0x3c00 | +| 70 | blk.5.attn_output.weight | 0x63dc0220 | 0xff0000 | +| 71 | blk.5.attn_q.weight | 0x64db0220 | 0xff0000 | +| 72 | blk.5.attn_q_norm.weight | 0x65da0220 | 0x400 | +| 73 | blk.5.attn_v.weight | 0x65da0620 | 0xf00000 | +| 74 | blk.5.ffn_down.weight | 0x66ca0620 | 0x3bc4000 | +| 75 | blk.5.ffn_gate.weight | 0x6a864620 | 0x3bc4000 | +| 76 | blk.5.ffn_norm.weight | 0x6e428620 | 0x3c00 | +| 77 | blk.5.ffn_up.weight | 0x6e42c220 | 0x3bc4000 | +| 78 | blk.5.post_attention_norm.weight | 0x71ff0220 | 0x3c00 | +| 79 | blk.5.post_ffw_norm.weight | 0x71ff3e20 | 0x3c00 | +| 80 | blk.6.attn_k.weight | 0x71ff7a20 | 0x7f8000 | +| 81 | blk.6.attn_k_norm.weight | 0x727efa20 | 0x400 | +| 82 | blk.6.attn_norm.weight | 0x727efe20 | 0x3c00 | +| 83 | blk.6.attn_output.weight | 0x727f3a20 | 0xff0000 | +| 84 | blk.6.attn_q.weight | 0x737e3a20 | 0xff0000 | +| 85 | blk.6.attn_q_norm.weight | 0x747d3a20 | 0x400 | +| 86 | blk.6.attn_v.weight | 0x747d3e20 | 0xf00000 | +| 87 | blk.6.ffn_down.weight | 0x756d3e20 | 0x3bc4000 | +| 88 | blk.6.ffn_gate.weight | 0x79297e20 | 0x3bc4000 | +| 89 | blk.6.ffn_norm.weight | 0x7ce5be20 | 0x3c00 | +| 90 | blk.6.ffn_up.weight | 0x7ce5fa20 | 0x3bc4000 | +| 91 | blk.6.post_attention_norm.weight | 0x80a23a20 | 0x3c00 | +| 92 | blk.6.post_ffw_norm.weight | 0x80a27620 | 0x3c00 | +| 93 | blk.7.attn_k.weight | 0x80a2b220 | 0x7f8000 | +| 94 | blk.7.attn_k_norm.weight | 0x81223220 | 0x400 | +| 95 | blk.7.attn_norm.weight | 0x81223620 | 0x3c00 | +| 96 | blk.7.attn_output.weight | 0x81227220 | 0xff0000 | +| 97 | blk.7.attn_q.weight | 0x82217220 | 0xff0000 | +| 98 | blk.7.attn_q_norm.weight | 0x83207220 | 0x400 | +| 99 | blk.7.attn_v.weight | 0x83207620 | 0xf00000 | +| 100 | blk.7.ffn_down.weight | 0x84107620 | 0x3bc4000 | +| 101 | blk.7.ffn_gate.weight | 0x87ccb620 | 0x3bc4000 | +| 102 | blk.7.ffn_norm.weight | 0x8b88f620 | 0x3c00 | +| 103 | blk.7.ffn_up.weight | 0x8b893220 | 0x3bc4000 | +| 104 | blk.7.post_attention_norm.weight | 0x8f457220 | 0x3c00 | +| 105 | blk.7.post_ffw_norm.weight | 0x8f45ae20 | 0x3c00 | +| 106 | blk.8.attn_k.weight | 0x8f45ea20 | 0x7f8000 | +| 107 | blk.8.attn_k_norm.weight | 0x8fc56a20 | 0x400 | +| 108 | blk.8.attn_norm.weight | 0x8fc56e20 | 0x3c00 | +| 109 | blk.8.attn_output.weight | 0x8fc5aa20 | 0xff0000 | +| 110 | blk.8.attn_q.weight | 0x90c4aa20 | 0xff0000 | +| 111 | blk.8.attn_q_norm.weight | 0x91c3aa20 | 0x400 | +| 112 | blk.8.attn_v.weight | 0x91c3ae20 | 0xf00000 | +| 113 | blk.8.ffn_down.weight | 0x92b3ae20 | 0x3bc4000 | +| 114 | blk.8.ffn_gate.weight | 0x966fee20 | 0x3bc4000 | +| 115 | blk.8.ffn_norm.weight | 0x9a2c2e20 | 0x3c00 | +| 116 | blk.8.ffn_up.weight | 0x9a2c6a20 | 0x3bc4000 | +| 117 | blk.8.post_attention_norm.weight | 0x9de8aa20 | 0x3c00 | +| 118 | blk.8.post_ffw_norm.weight | 0x9de8e620 | 0x3c00 | +| 119 | blk.9.attn_k.weight | 0x9de92220 | 0x7f8000 | +| 120 | blk.9.attn_k_norm.weight | 0x9e68a220 | 0x400 | +| 121 | blk.9.attn_norm.weight | 0x9e68a620 | 0x3c00 | +| 122 | blk.9.attn_output.weight | 0x9e68e220 | 0xff0000 | +| 123 | blk.9.attn_q.weight | 0x9f67e220 | 0xff0000 | +| 124 | blk.9.attn_q_norm.weight | 0xa066e220 | 0x400 | +| 125 | blk.9.attn_v.weight | 0xa066e620 | 0xf00000 | +| 126 | blk.9.ffn_down.weight | 0xa156e620 | 0x3bc4000 | +| 127 | blk.9.ffn_gate.weight | 0xa5132620 | 0x3bc4000 | +| 128 | blk.9.ffn_norm.weight | 0xa8cf6620 | 0x3c00 | +| 129 | blk.9.ffn_up.weight | 0xa8cfa220 | 0x3bc4000 | +| 130 | blk.9.post_attention_norm.weight | 0xac8be220 | 0x3c00 | +| 131 | blk.9.post_ffw_norm.weight | 0xac8c1e20 | 0x3c00 | +| 132 | blk.10.attn_k.weight | 0xac8c5a20 | 0x7f8000 | +| 133 | blk.10.attn_k_norm.weight | 0xad0bda20 | 0x400 | +| 134 | blk.10.attn_norm.weight | 0xad0bde20 | 0x3c00 | +| 135 | blk.10.attn_output.weight | 0xad0c1a20 | 0xff0000 | +| 136 | blk.10.attn_q.weight | 0xae0b1a20 | 0xff0000 | +| 137 | blk.10.attn_q_norm.weight | 0xaf0a1a20 | 0x400 | +| 138 | blk.10.attn_v.weight | 0xaf0a1e20 | 0xf00000 | +| 139 | blk.10.ffn_down.weight | 0xaffa1e20 | 0x3bc4000 | +| 140 | blk.10.ffn_gate.weight | 0xb3b65e20 | 0x3bc4000 | +| 141 | blk.10.ffn_norm.weight | 0xb7729e20 | 0x3c00 | +| 142 | blk.10.ffn_up.weight | 0xb772da20 | 0x3bc4000 | +| 143 | blk.10.post_attention_norm.weight | 0xbb2f1a20 | 0x3c00 | +| 144 | blk.10.post_ffw_norm.weight | 0xbb2f5620 | 0x3c00 | +| 145 | blk.11.attn_k.weight | 0xbb2f9220 | 0x627000 | +| 146 | blk.11.attn_k_norm.weight | 0xbb920220 | 0x400 | +| 147 | blk.11.attn_norm.weight | 0xbb920620 | 0x3c00 | +| 148 | blk.11.attn_output.weight | 0xbb924220 | 0xff0000 | +| 149 | blk.11.attn_q.weight | 0xbc914220 | 0xc4e000 | +| 150 | blk.11.attn_q_norm.weight | 0xbd562220 | 0x400 | +| 151 | blk.11.attn_v.weight | 0xbd562620 | 0xf00000 | +| 152 | blk.11.ffn_down.weight | 0xbe462620 | 0x3bc4000 | +| 153 | blk.11.ffn_gate.weight | 0xc2026620 | 0x2e24800 | +| 154 | blk.11.ffn_norm.weight | 0xc4e4ae20 | 0x3c00 | +| 155 | blk.11.ffn_up.weight | 0xc4e4ea20 | 0x2e24800 | +| 156 | blk.11.post_attention_norm.weight | 0xc7c73220 | 0x3c00 | +| 157 | blk.11.post_ffw_norm.weight | 0xc7c76e20 | 0x3c00 | +| 158 | blk.12.attn_k.weight | 0xc7c7aa20 | 0x627000 | +| 159 | blk.12.attn_k_norm.weight | 0xc82a1a20 | 0x400 | +| 160 | blk.12.attn_norm.weight | 0xc82a1e20 | 0x3c00 | +| 161 | blk.12.attn_output.weight | 0xc82a5a20 | 0xff0000 | +| 162 | blk.12.attn_q.weight | 0xc9295a20 | 0xc4e000 | +| 163 | blk.12.attn_q_norm.weight | 0xc9ee3a20 | 0x400 | +| 164 | blk.12.attn_v.weight | 0xc9ee3e20 | 0xf00000 | +| 165 | blk.12.ffn_down.weight | 0xcade3e20 | 0x3bc4000 | +| 166 | blk.12.ffn_gate.weight | 0xce9a7e20 | 0x2e24800 | +| 167 | blk.12.ffn_norm.weight | 0xd17cc620 | 0x3c00 | +| 168 | blk.12.ffn_up.weight | 0xd17d0220 | 0x2e24800 | +| 169 | blk.12.post_attention_norm.weight | 0xd45f4a20 | 0x3c00 | +| 170 | blk.12.post_ffw_norm.weight | 0xd45f8620 | 0x3c00 | +| 171 | blk.13.attn_k.weight | 0xd45fc220 | 0x627000 | +| 172 | blk.13.attn_k_norm.weight | 0xd4c23220 | 0x400 | +| 173 | blk.13.attn_norm.weight | 0xd4c23620 | 0x3c00 | +| 174 | blk.13.attn_output.weight | 0xd4c27220 | 0xff0000 | +| 175 | blk.13.attn_q.weight | 0xd5c17220 | 0xc4e000 | +| 176 | blk.13.attn_q_norm.weight | 0xd6865220 | 0x400 | +| 177 | blk.13.attn_v.weight | 0xd6865620 | 0xf00000 | +| 178 | blk.13.ffn_down.weight | 0xd7765620 | 0x3bc4000 | +| 179 | blk.13.ffn_gate.weight | 0xdb329620 | 0x2e24800 | +| 180 | blk.13.ffn_norm.weight | 0xde14de20 | 0x3c00 | +| 181 | blk.13.ffn_up.weight | 0xde151a20 | 0x2e24800 | +| 182 | blk.13.post_attention_norm.weight | 0xe0f76220 | 0x3c00 | +| 183 | blk.13.post_ffw_norm.weight | 0xe0f79e20 | 0x3c00 | +| 184 | blk.14.attn_k.weight | 0xe0f7da20 | 0x627000 | +| 185 | blk.14.attn_k_norm.weight | 0xe15a4a20 | 0x400 | +| 186 | blk.14.attn_norm.weight | 0xe15a4e20 | 0x3c00 | +| 187 | blk.14.attn_output.weight | 0xe15a8a20 | 0xff0000 | +| 188 | blk.14.attn_q.weight | 0xe2598a20 | 0xc4e000 | +| 189 | blk.14.attn_q_norm.weight | 0xe31e6a20 | 0x400 | +| 190 | blk.14.attn_v.weight | 0xe31e6e20 | 0xf00000 | +| 191 | blk.14.ffn_down.weight | 0xe40e6e20 | 0x3bc4000 | +| 192 | blk.14.ffn_gate.weight | 0xe7caae20 | 0x2e24800 | +| 193 | blk.14.ffn_norm.weight | 0xeaacf620 | 0x3c00 | +| 194 | blk.14.ffn_up.weight | 0xeaad3220 | 0x2e24800 | +| 195 | blk.14.post_attention_norm.weight | 0xed8f7a20 | 0x3c00 | +| 196 | blk.14.post_ffw_norm.weight | 0xed8fb620 | 0x3c00 | +| 197 | blk.15.attn_k.weight | 0xed8ff220 | 0x627000 | +| 198 | blk.15.attn_k_norm.weight | 0xedf26220 | 0x400 | +| 199 | blk.15.attn_norm.weight | 0xedf26620 | 0x3c00 | +| 200 | blk.15.attn_output.weight | 0xedf2a220 | 0xff0000 | +| 201 | blk.15.attn_q.weight | 0xeef1a220 | 0xc4e000 | +| 202 | blk.15.attn_q_norm.weight | 0xefb68220 | 0x400 | +| 203 | blk.15.attn_v.weight | 0xefb68620 | 0xf00000 | +| 204 | blk.15.ffn_down.weight | 0xf0a68620 | 0x3bc4000 | +| 205 | blk.15.ffn_gate.weight | 0xf462c620 | 0x2e24800 | +| 206 | blk.15.ffn_norm.weight | 0xf7450e20 | 0x3c00 | +| 207 | blk.15.ffn_up.weight | 0xf7454a20 | 0x2e24800 | +| 208 | blk.15.post_attention_norm.weight | 0xfa279220 | 0x3c00 | +| 209 | blk.15.post_ffw_norm.weight | 0xfa27ce20 | 0x3c00 | +| 210 | blk.16.attn_k.weight | 0xfa280a20 | 0x627000 | +| 211 | blk.16.attn_k_norm.weight | 0xfa8a7a20 | 0x400 | +| 212 | blk.16.attn_norm.weight | 0xfa8a7e20 | 0x3c00 | +| 213 | blk.16.attn_output.weight | 0xfa8aba20 | 0xff0000 | +| 214 | blk.16.attn_q.weight | 0xfb89ba20 | 0xc4e000 | +| 215 | blk.16.attn_q_norm.weight | 0xfc4e9a20 | 0x400 | +| 216 | blk.16.attn_v.weight | 0xfc4e9e20 | 0xf00000 | +| 217 | blk.16.ffn_down.weight | 0xfd3e9e20 | 0x3bc4000 | +| 218 | blk.16.ffn_gate.weight | 0x100fade20 | 0x2e24800 | +| 219 | blk.16.ffn_norm.weight | 0x103dd2620 | 0x3c00 | +| 220 | blk.16.ffn_up.weight | 0x103dd6220 | 0x2e24800 | +| 221 | blk.16.post_attention_norm.weight | 0x106bfaa20 | 0x3c00 | +| 222 | blk.16.post_ffw_norm.weight | 0x106bfe620 | 0x3c00 | +| 223 | blk.17.attn_k.weight | 0x106c02220 | 0x627000 | +| 224 | blk.17.attn_k_norm.weight | 0x107229220 | 0x400 | +| 225 | blk.17.attn_norm.weight | 0x107229620 | 0x3c00 | +| 226 | blk.17.attn_output.weight | 0x10722d220 | 0xff0000 | +| 227 | blk.17.attn_q.weight | 0x10821d220 | 0xc4e000 | +| 228 | blk.17.attn_q_norm.weight | 0x108e6b220 | 0x400 | +| 229 | blk.17.attn_v.weight | 0x108e6b620 | 0xf00000 | +| 230 | blk.17.ffn_down.weight | 0x109d6b620 | 0x3bc4000 | +| 231 | blk.17.ffn_gate.weight | 0x10d92f620 | 0x2e24800 | +| 232 | blk.17.ffn_norm.weight | 0x110753e20 | 0x3c00 | +| 233 | blk.17.ffn_up.weight | 0x110757a20 | 0x2e24800 | +| 234 | blk.17.post_attention_norm.weight | 0x11357c220 | 0x3c00 | +| 235 | blk.17.post_ffw_norm.weight | 0x11357fe20 | 0x3c00 | +| 236 | blk.18.attn_k.weight | 0x113583a20 | 0x627000 | +| 237 | blk.18.attn_k_norm.weight | 0x113baaa20 | 0x400 | +| 238 | blk.18.attn_norm.weight | 0x113baae20 | 0x3c00 | +| 239 | blk.18.attn_output.weight | 0x113baea20 | 0xff0000 | +| 240 | blk.18.attn_q.weight | 0x114b9ea20 | 0xc4e000 | +| 241 | blk.18.attn_q_norm.weight | 0x1157eca20 | 0x400 | +| 242 | blk.18.attn_v.weight | 0x1157ece20 | 0xf00000 | +| 243 | blk.18.ffn_down.weight | 0x1166ece20 | 0x3bc4000 | +| 244 | blk.18.ffn_gate.weight | 0x11a2b0e20 | 0x2e24800 | +| 245 | blk.18.ffn_norm.weight | 0x11d0d5620 | 0x3c00 | +| 246 | blk.18.ffn_up.weight | 0x11d0d9220 | 0x2e24800 | +| 247 | blk.18.post_attention_norm.weight | 0x11fefda20 | 0x3c00 | +| 248 | blk.18.post_ffw_norm.weight | 0x11ff01620 | 0x3c00 | +| 249 | blk.19.attn_k.weight | 0x11ff05220 | 0x627000 | +| 250 | blk.19.attn_k_norm.weight | 0x12052c220 | 0x400 | +| 251 | blk.19.attn_norm.weight | 0x12052c620 | 0x3c00 | +| 252 | blk.19.attn_output.weight | 0x120530220 | 0xff0000 | +| 253 | blk.19.attn_q.weight | 0x121520220 | 0xc4e000 | +| 254 | blk.19.attn_q_norm.weight | 0x12216e220 | 0x400 | +| 255 | blk.19.attn_v.weight | 0x12216e620 | 0xf00000 | +| 256 | blk.19.ffn_down.weight | 0x12306e620 | 0x3bc4000 | +| 257 | blk.19.ffn_gate.weight | 0x126c32620 | 0x2e24800 | +| 258 | blk.19.ffn_norm.weight | 0x129a56e20 | 0x3c00 | +| 259 | blk.19.ffn_up.weight | 0x129a5aa20 | 0x2e24800 | +| 260 | blk.19.post_attention_norm.weight | 0x12c87f220 | 0x3c00 | +| 261 | blk.19.post_ffw_norm.weight | 0x12c882e20 | 0x3c00 | +| 262 | blk.20.attn_k.weight | 0x12c886a20 | 0x627000 | +| 263 | blk.20.attn_k_norm.weight | 0x12ceada20 | 0x400 | +| 264 | blk.20.attn_norm.weight | 0x12ceade20 | 0x3c00 | +| 265 | blk.20.attn_output.weight | 0x12ceb1a20 | 0xff0000 | +| 266 | blk.20.attn_q.weight | 0x12dea1a20 | 0xc4e000 | +| 267 | blk.20.attn_q_norm.weight | 0x12eaefa20 | 0x400 | +| 268 | blk.20.attn_v.weight | 0x12eaefe20 | 0xf00000 | +| 269 | blk.20.ffn_down.weight | 0x12f9efe20 | 0x3bc4000 | +| 270 | blk.20.ffn_gate.weight | 0x1335b3e20 | 0x2e24800 | +| 271 | blk.20.ffn_norm.weight | 0x1363d8620 | 0x3c00 | +| 272 | blk.20.ffn_up.weight | 0x1363dc220 | 0x2e24800 | +| 273 | blk.20.post_attention_norm.weight | 0x139200a20 | 0x3c00 | +| 274 | blk.20.post_ffw_norm.weight | 0x139204620 | 0x3c00 | +| 275 | blk.21.attn_k.weight | 0x139208220 | 0x627000 | +| 276 | blk.21.attn_k_norm.weight | 0x13982f220 | 0x400 | +| 277 | blk.21.attn_norm.weight | 0x13982f620 | 0x3c00 | +| 278 | blk.21.attn_output.weight | 0x139833220 | 0xff0000 | +| 279 | blk.21.attn_q.weight | 0x13a823220 | 0xc4e000 | +| 280 | blk.21.attn_q_norm.weight | 0x13b471220 | 0x400 | +| 281 | blk.21.attn_v.weight | 0x13b471620 | 0xf00000 | +| 282 | blk.21.ffn_down.weight | 0x13c371620 | 0x3bc4000 | +| 283 | blk.21.ffn_gate.weight | 0x13ff35620 | 0x2e24800 | +| 284 | blk.21.ffn_norm.weight | 0x142d59e20 | 0x3c00 | +| 285 | blk.21.ffn_up.weight | 0x142d5da20 | 0x2e24800 | +| 286 | blk.21.post_attention_norm.weight | 0x145b82220 | 0x3c00 | +| 287 | blk.21.post_ffw_norm.weight | 0x145b85e20 | 0x3c00 | +| 288 | blk.22.attn_k.weight | 0x145b89a20 | 0x627000 | +| 289 | blk.22.attn_k_norm.weight | 0x1461b0a20 | 0x400 | +| 290 | blk.22.attn_norm.weight | 0x1461b0e20 | 0x3c00 | +| 291 | blk.22.attn_output.weight | 0x1461b4a20 | 0xff0000 | +| 292 | blk.22.attn_q.weight | 0x1471a4a20 | 0xc4e000 | +| 293 | blk.22.attn_q_norm.weight | 0x147df2a20 | 0x400 | +| 294 | blk.22.attn_v.weight | 0x147df2e20 | 0xf00000 | +| 295 | blk.22.ffn_down.weight | 0x148cf2e20 | 0x3bc4000 | +| 296 | blk.22.ffn_gate.weight | 0x14c8b6e20 | 0x2e24800 | +| 297 | blk.22.ffn_norm.weight | 0x14f6db620 | 0x3c00 | +| 298 | blk.22.ffn_up.weight | 0x14f6df220 | 0x2e24800 | +| 299 | blk.22.post_attention_norm.weight | 0x152503a20 | 0x3c00 | +| 300 | blk.22.post_ffw_norm.weight | 0x152507620 | 0x3c00 | +| 301 | blk.23.attn_k.weight | 0x15250b220 | 0x627000 | +| 302 | blk.23.attn_k_norm.weight | 0x152b32220 | 0x400 | +| 303 | blk.23.attn_norm.weight | 0x152b32620 | 0x3c00 | +| 304 | blk.23.attn_output.weight | 0x152b36220 | 0xff0000 | +| 305 | blk.23.attn_q.weight | 0x153b26220 | 0xc4e000 | +| 306 | blk.23.attn_q_norm.weight | 0x154774220 | 0x400 | +| 307 | blk.23.attn_v.weight | 0x154774620 | 0xf00000 | +| 308 | blk.23.ffn_down.weight | 0x155674620 | 0x3bc4000 | +| 309 | blk.23.ffn_gate.weight | 0x159238620 | 0x2e24800 | +| 310 | blk.23.ffn_norm.weight | 0x15c05ce20 | 0x3c00 | +| 311 | blk.23.ffn_up.weight | 0x15c060a20 | 0x2e24800 | +| 312 | blk.23.post_attention_norm.weight | 0x15ee85220 | 0x3c00 | +| 313 | blk.23.post_ffw_norm.weight | 0x15ee88e20 | 0x3c00 | +| 314 | blk.24.attn_k.weight | 0x15ee8ca20 | 0x7f8000 | +| 315 | blk.24.attn_k_norm.weight | 0x15f684a20 | 0x400 | +| 316 | blk.24.attn_norm.weight | 0x15f684e20 | 0x3c00 | +| 317 | blk.24.attn_output.weight | 0x15f688a20 | 0xff0000 | +| 318 | blk.24.attn_q.weight | 0x160678a20 | 0xff0000 | +| 319 | blk.24.attn_q_norm.weight | 0x161668a20 | 0x400 | +| 320 | blk.24.attn_v.weight | 0x161668e20 | 0xf00000 | +| 321 | blk.24.ffn_down.weight | 0x162568e20 | 0x3bc4000 | +| 322 | blk.24.ffn_gate.weight | 0x16612ce20 | 0x3bc4000 | +| 323 | blk.24.ffn_norm.weight | 0x169cf0e20 | 0x3c00 | +| 324 | blk.24.ffn_up.weight | 0x169cf4a20 | 0x3bc4000 | +| 325 | blk.24.post_attention_norm.weight | 0x16d8b8a20 | 0x3c00 | +| 326 | blk.24.post_ffw_norm.weight | 0x16d8bc620 | 0x3c00 | +| 327 | blk.25.attn_k.weight | 0x16d8c0220 | 0x627000 | +| 328 | blk.25.attn_k_norm.weight | 0x16dee7220 | 0x400 | +| 329 | blk.25.attn_norm.weight | 0x16dee7620 | 0x3c00 | +| 330 | blk.25.attn_output.weight | 0x16deeb220 | 0xff0000 | +| 331 | blk.25.attn_q.weight | 0x16eedb220 | 0xc4e000 | +| 332 | blk.25.attn_q_norm.weight | 0x16fb29220 | 0x400 | +| 333 | blk.25.attn_v.weight | 0x16fb29620 | 0xf00000 | +| 334 | blk.25.ffn_down.weight | 0x170a29620 | 0x3bc4000 | +| 335 | blk.25.ffn_gate.weight | 0x1745ed620 | 0x2e24800 | +| 336 | blk.25.ffn_norm.weight | 0x177411e20 | 0x3c00 | +| 337 | blk.25.ffn_up.weight | 0x177415a20 | 0x2e24800 | +| 338 | blk.25.post_attention_norm.weight | 0x17a23a220 | 0x3c00 | +| 339 | blk.25.post_ffw_norm.weight | 0x17a23de20 | 0x3c00 | +| 340 | blk.26.attn_k.weight | 0x17a241a20 | 0x627000 | +| 341 | blk.26.attn_k_norm.weight | 0x17a868a20 | 0x400 | +| 342 | blk.26.attn_norm.weight | 0x17a868e20 | 0x3c00 | +| 343 | blk.26.attn_output.weight | 0x17a86ca20 | 0xff0000 | +| 344 | blk.26.attn_q.weight | 0x17b85ca20 | 0xc4e000 | +| 345 | blk.26.attn_q_norm.weight | 0x17c4aaa20 | 0x400 | +| 346 | blk.26.attn_v.weight | 0x17c4aae20 | 0xf00000 | +| 347 | blk.26.ffn_down.weight | 0x17d3aae20 | 0x3bc4000 | +| 348 | blk.26.ffn_gate.weight | 0x180f6ee20 | 0x2e24800 | +| 349 | blk.26.ffn_norm.weight | 0x183d93620 | 0x3c00 | +| 350 | blk.26.ffn_up.weight | 0x183d97220 | 0x2e24800 | +| 351 | blk.26.post_attention_norm.weight | 0x186bbba20 | 0x3c00 | +| 352 | blk.26.post_ffw_norm.weight | 0x186bbf620 | 0x3c00 | +| 353 | blk.27.attn_k.weight | 0x186bc3220 | 0x627000 | +| 354 | blk.27.attn_k_norm.weight | 0x1871ea220 | 0x400 | +| 355 | blk.27.attn_norm.weight | 0x1871ea620 | 0x3c00 | +| 356 | blk.27.attn_output.weight | 0x1871ee220 | 0xff0000 | +| 357 | blk.27.attn_q.weight | 0x1881de220 | 0xc4e000 | +| 358 | blk.27.attn_q_norm.weight | 0x188e2c220 | 0x400 | +| 359 | blk.27.attn_v.weight | 0x188e2c620 | 0xf00000 | +| 360 | blk.27.ffn_down.weight | 0x189d2c620 | 0x3bc4000 | +| 361 | blk.27.ffn_gate.weight | 0x18d8f0620 | 0x2e24800 | +| 362 | blk.27.ffn_norm.weight | 0x190714e20 | 0x3c00 | +| 363 | blk.27.ffn_up.weight | 0x190718a20 | 0x2e24800 | +| 364 | blk.27.post_attention_norm.weight | 0x19353d220 | 0x3c00 | +| 365 | blk.27.post_ffw_norm.weight | 0x193540e20 | 0x3c00 | +| 366 | blk.28.attn_k.weight | 0x193544a20 | 0x7f8000 | +| 367 | blk.28.attn_k_norm.weight | 0x193d3ca20 | 0x400 | +| 368 | blk.28.attn_norm.weight | 0x193d3ce20 | 0x3c00 | +| 369 | blk.28.attn_output.weight | 0x193d40a20 | 0xff0000 | +| 370 | blk.28.attn_q.weight | 0x194d30a20 | 0xff0000 | +| 371 | blk.28.attn_q_norm.weight | 0x195d20a20 | 0x400 | +| 372 | blk.28.attn_v.weight | 0x195d20e20 | 0xf00000 | +| 373 | blk.28.ffn_down.weight | 0x196c20e20 | 0x3bc4000 | +| 374 | blk.28.ffn_gate.weight | 0x19a7e4e20 | 0x3bc4000 | +| 375 | blk.28.ffn_norm.weight | 0x19e3a8e20 | 0x3c00 | +| 376 | blk.28.ffn_up.weight | 0x19e3aca20 | 0x3bc4000 | +| 377 | blk.28.post_attention_norm.weight | 0x1a1f70a20 | 0x3c00 | +| 378 | blk.28.post_ffw_norm.weight | 0x1a1f74620 | 0x3c00 | +| 379 | blk.29.attn_k.weight | 0x1a1f78220 | 0x627000 | +| 380 | blk.29.attn_k_norm.weight | 0x1a259f220 | 0x400 | +| 381 | blk.29.attn_norm.weight | 0x1a259f620 | 0x3c00 | +| 382 | blk.29.attn_output.weight | 0x1a25a3220 | 0xff0000 | +| 383 | blk.29.attn_q.weight | 0x1a3593220 | 0xc4e000 | +| 384 | blk.29.attn_q_norm.weight | 0x1a41e1220 | 0x400 | +| 385 | blk.29.attn_v.weight | 0x1a41e1620 | 0xf00000 | +| 386 | blk.29.ffn_down.weight | 0x1a50e1620 | 0x3bc4000 | +| 387 | blk.29.ffn_gate.weight | 0x1a8ca5620 | 0x2e24800 | +| 388 | blk.29.ffn_norm.weight | 0x1abac9e20 | 0x3c00 | +| 389 | blk.29.ffn_up.weight | 0x1abacda20 | 0x2e24800 | +| 390 | blk.29.post_attention_norm.weight | 0x1ae8f2220 | 0x3c00 | +| 391 | blk.29.post_ffw_norm.weight | 0x1ae8f5e20 | 0x3c00 | +| 392 | blk.30.attn_k.weight | 0x1ae8f9a20 | 0x627000 | +| 393 | blk.30.attn_k_norm.weight | 0x1aef20a20 | 0x400 | +| 394 | blk.30.attn_norm.weight | 0x1aef20e20 | 0x3c00 | +| 395 | blk.30.attn_output.weight | 0x1aef24a20 | 0xff0000 | +| 396 | blk.30.attn_q.weight | 0x1aff14a20 | 0xc4e000 | +| 397 | blk.30.attn_q_norm.weight | 0x1b0b62a20 | 0x400 | +| 398 | blk.30.attn_v.weight | 0x1b0b62e20 | 0xf00000 | +| 399 | blk.30.ffn_down.weight | 0x1b1a62e20 | 0x3bc4000 | +| 400 | blk.30.ffn_gate.weight | 0x1b5626e20 | 0x2e24800 | +| 401 | blk.30.ffn_norm.weight | 0x1b844b620 | 0x3c00 | +| 402 | blk.30.ffn_up.weight | 0x1b844f220 | 0x2e24800 | +| 403 | blk.30.post_attention_norm.weight | 0x1bb273a20 | 0x3c00 | +| 404 | blk.30.post_ffw_norm.weight | 0x1bb277620 | 0x3c00 | +| 405 | blk.31.attn_k.weight | 0x1bb27b220 | 0x7f8000 | +| 406 | blk.31.attn_k_norm.weight | 0x1bba73220 | 0x400 | +| 407 | blk.31.attn_norm.weight | 0x1bba73620 | 0x3c00 | +| 408 | blk.31.attn_output.weight | 0x1bba77220 | 0xff0000 | +| 409 | blk.31.attn_q.weight | 0x1bca67220 | 0xff0000 | +| 410 | blk.31.attn_q_norm.weight | 0x1bda57220 | 0x400 | +| 411 | blk.31.attn_v.weight | 0x1bda57620 | 0xf00000 | +| 412 | blk.31.ffn_down.weight | 0x1be957620 | 0x3bc4000 | +| 413 | blk.31.ffn_gate.weight | 0x1c251b620 | 0x3bc4000 | +| 414 | blk.31.ffn_norm.weight | 0x1c60df620 | 0x3c00 | +| 415 | blk.31.ffn_up.weight | 0x1c60e3220 | 0x3bc4000 | +| 416 | blk.31.post_attention_norm.weight | 0x1c9ca7220 | 0x3c00 | +| 417 | blk.31.post_ffw_norm.weight | 0x1c9caae20 | 0x3c00 | +| 418 | blk.32.attn_k.weight | 0x1c9caea20 | 0x7f8000 | +| 419 | blk.32.attn_k_norm.weight | 0x1ca4a6a20 | 0x400 | +| 420 | blk.32.attn_norm.weight | 0x1ca4a6e20 | 0x3c00 | +| 421 | blk.32.attn_output.weight | 0x1ca4aaa20 | 0xff0000 | +| 422 | blk.32.attn_q.weight | 0x1cb49aa20 | 0xff0000 | +| 423 | blk.32.attn_q_norm.weight | 0x1cc48aa20 | 0x400 | +| 424 | blk.32.attn_v.weight | 0x1cc48ae20 | 0xf00000 | +| 425 | blk.32.ffn_down.weight | 0x1cd38ae20 | 0x3bc4000 | +| 426 | blk.32.ffn_gate.weight | 0x1d0f4ee20 | 0x3bc4000 | +| 427 | blk.32.ffn_norm.weight | 0x1d4b12e20 | 0x3c00 | +| 428 | blk.32.ffn_up.weight | 0x1d4b16a20 | 0x3bc4000 | +| 429 | blk.32.post_attention_norm.weight | 0x1d86daa20 | 0x3c00 | +| 430 | blk.32.post_ffw_norm.weight | 0x1d86de620 | 0x3c00 | +| 431 | blk.33.attn_k.weight | 0x1d86e2220 | 0x7f8000 | +| 432 | blk.33.attn_k_norm.weight | 0x1d8eda220 | 0x400 | +| 433 | blk.33.attn_norm.weight | 0x1d8eda620 | 0x3c00 | +| 434 | blk.33.attn_output.weight | 0x1d8ede220 | 0xff0000 | +| 435 | blk.33.attn_q.weight | 0x1d9ece220 | 0xff0000 | +| 436 | blk.33.attn_q_norm.weight | 0x1daebe220 | 0x400 | +| 437 | blk.33.attn_v.weight | 0x1daebe620 | 0xf00000 | +| 438 | blk.33.ffn_down.weight | 0x1dbdbe620 | 0x3bc4000 | +| 439 | blk.33.ffn_gate.weight | 0x1df982620 | 0x3bc4000 | +| 440 | blk.33.ffn_norm.weight | 0x1e3546620 | 0x3c00 | +| 441 | blk.33.ffn_up.weight | 0x1e354a220 | 0x3bc4000 | +| 442 | blk.33.post_attention_norm.weight | 0x1e710e220 | 0x3c00 | +| 443 | blk.33.post_ffw_norm.weight | 0x1e7111e20 | 0x3c00 | +| 444 | blk.34.attn_k.weight | 0x1e7115a20 | 0x7f8000 | +| 445 | blk.34.attn_k_norm.weight | 0x1e790da20 | 0x400 | +| 446 | blk.34.attn_norm.weight | 0x1e790de20 | 0x3c00 | +| 447 | blk.34.attn_output.weight | 0x1e7911a20 | 0xff0000 | +| 448 | blk.34.attn_q.weight | 0x1e8901a20 | 0xff0000 | +| 449 | blk.34.attn_q_norm.weight | 0x1e98f1a20 | 0x400 | +| 450 | blk.34.attn_v.weight | 0x1e98f1e20 | 0xf00000 | +| 451 | blk.34.ffn_down.weight | 0x1ea7f1e20 | 0x3bc4000 | +| 452 | blk.34.ffn_gate.weight | 0x1ee3b5e20 | 0x3bc4000 | +| 453 | blk.34.ffn_norm.weight | 0x1f1f79e20 | 0x3c00 | +| 454 | blk.34.ffn_up.weight | 0x1f1f7da20 | 0x3bc4000 | +| 455 | blk.34.post_attention_norm.weight | 0x1f5b41a20 | 0x3c00 | +| 456 | blk.34.post_ffw_norm.weight | 0x1f5b45620 | 0x3c00 | +| 457 | blk.35.attn_k.weight | 0x1f5b49220 | 0x627000 | +| 458 | blk.35.attn_k_norm.weight | 0x1f6170220 | 0x400 | +| 459 | blk.35.attn_norm.weight | 0x1f6170620 | 0x3c00 | +| 460 | blk.35.attn_output.weight | 0x1f6174220 | 0xff0000 | +| 461 | blk.35.attn_q.weight | 0x1f7164220 | 0xc4e000 | +| 462 | blk.35.attn_q_norm.weight | 0x1f7db2220 | 0x400 | +| 463 | blk.35.attn_v.weight | 0x1f7db2620 | 0xf00000 | +| 464 | blk.35.ffn_down.weight | 0x1f8cb2620 | 0x3bc4000 | +| 465 | blk.35.ffn_gate.weight | 0x1fc876620 | 0x2e24800 | +| 466 | blk.35.ffn_norm.weight | 0x1ff69ae20 | 0x3c00 | +| 467 | blk.35.ffn_up.weight | 0x1ff69ea20 | 0x2e24800 | +| 468 | blk.35.post_attention_norm.weight | 0x2024c3220 | 0x3c00 | +| 469 | blk.35.post_ffw_norm.weight | 0x2024c6e20 | 0x3c00 | +| 470 | blk.36.attn_k.weight | 0x2024caa20 | 0x7f8000 | +| 471 | blk.36.attn_k_norm.weight | 0x202cc2a20 | 0x400 | +| 472 | blk.36.attn_norm.weight | 0x202cc2e20 | 0x3c00 | +| 473 | blk.36.attn_output.weight | 0x202cc6a20 | 0xff0000 | +| 474 | blk.36.attn_q.weight | 0x203cb6a20 | 0xff0000 | +| 475 | blk.36.attn_q_norm.weight | 0x204ca6a20 | 0x400 | +| 476 | blk.36.attn_v.weight | 0x204ca6e20 | 0xf00000 | +| 477 | blk.36.ffn_down.weight | 0x205ba6e20 | 0x3bc4000 | +| 478 | blk.36.ffn_gate.weight | 0x20976ae20 | 0x3bc4000 | +| 479 | blk.36.ffn_norm.weight | 0x20d32ee20 | 0x3c00 | +| 480 | blk.36.ffn_up.weight | 0x20d332a20 | 0x3bc4000 | +| 481 | blk.36.post_attention_norm.weight | 0x210ef6a20 | 0x3c00 | +| 482 | blk.36.post_ffw_norm.weight | 0x210efa620 | 0x3c00 | +| 483 | blk.37.attn_k.weight | 0x210efe220 | 0x7f8000 | +| 484 | blk.37.attn_k_norm.weight | 0x2116f6220 | 0x400 | +| 485 | blk.37.attn_norm.weight | 0x2116f6620 | 0x3c00 | +| 486 | blk.37.attn_output.weight | 0x2116fa220 | 0xff0000 | +| 487 | blk.37.attn_q.weight | 0x2126ea220 | 0xff0000 | +| 488 | blk.37.attn_q_norm.weight | 0x2136da220 | 0x400 | +| 489 | blk.37.attn_v.weight | 0x2136da620 | 0xf00000 | +| 490 | blk.37.ffn_down.weight | 0x2145da620 | 0x3bc4000 | +| 491 | blk.37.ffn_gate.weight | 0x21819e620 | 0x3bc4000 | +| 492 | blk.37.ffn_norm.weight | 0x21bd62620 | 0x3c00 | +| 493 | blk.37.ffn_up.weight | 0x21bd66220 | 0x3bc4000 | +| 494 | blk.37.post_attention_norm.weight | 0x21f92a220 | 0x3c00 | +| 495 | blk.37.post_ffw_norm.weight | 0x21f92de20 | 0x3c00 | +| 496 | blk.38.attn_k.weight | 0x21f931a20 | 0x7f8000 | +| 497 | blk.38.attn_k_norm.weight | 0x220129a20 | 0x400 | +| 498 | blk.38.attn_norm.weight | 0x220129e20 | 0x3c00 | +| 499 | blk.38.attn_output.weight | 0x22012da20 | 0xff0000 | +| 500 | blk.38.attn_q.weight | 0x22111da20 | 0xff0000 | +| 501 | blk.38.attn_q_norm.weight | 0x22210da20 | 0x400 | +| 502 | blk.38.attn_v.weight | 0x22210de20 | 0xf00000 | +| 503 | blk.38.ffn_down.weight | 0x22300de20 | 0x3bc4000 | +| 504 | blk.38.ffn_gate.weight | 0x226bd1e20 | 0x3bc4000 | +| 505 | blk.38.ffn_norm.weight | 0x22a795e20 | 0x3c00 | +| 506 | blk.38.ffn_up.weight | 0x22a799a20 | 0x3bc4000 | +| 507 | blk.38.post_attention_norm.weight | 0x22e35da20 | 0x3c00 | +| 508 | blk.38.post_ffw_norm.weight | 0x22e361620 | 0x3c00 | +| 509 | blk.39.attn_k.weight | 0x22e365220 | 0x7f8000 | +| 510 | blk.39.attn_k_norm.weight | 0x22eb5d220 | 0x400 | +| 511 | blk.39.attn_norm.weight | 0x22eb5d620 | 0x3c00 | +| 512 | blk.39.attn_output.weight | 0x22eb61220 | 0xff0000 | +| 513 | blk.39.attn_q.weight | 0x22fb51220 | 0xff0000 | +| 514 | blk.39.attn_q_norm.weight | 0x230b41220 | 0x400 | +| 515 | blk.39.attn_v.weight | 0x230b41620 | 0xf00000 | +| 516 | blk.39.ffn_down.weight | 0x231a41620 | 0x3bc4000 | +| 517 | blk.39.ffn_gate.weight | 0x235605620 | 0x3bc4000 | +| 518 | blk.39.ffn_norm.weight | 0x2391c9620 | 0x3c00 | +| 519 | blk.39.ffn_up.weight | 0x2391cd220 | 0x3bc4000 | +| 520 | blk.39.post_attention_norm.weight | 0x23cd91220 | 0x3c00 | +| 521 | blk.39.post_ffw_norm.weight | 0x23cd94e20 | 0x3c00 | +| 522 | blk.40.attn_k.weight | 0x23cd98a20 | 0x7f8000 | +| 523 | blk.40.attn_k_norm.weight | 0x23d590a20 | 0x400 | +| 524 | blk.40.attn_norm.weight | 0x23d590e20 | 0x3c00 | +| 525 | blk.40.attn_output.weight | 0x23d594a20 | 0xff0000 | +| 526 | blk.40.attn_q.weight | 0x23e584a20 | 0xff0000 | +| 527 | blk.40.attn_q_norm.weight | 0x23f574a20 | 0x400 | +| 528 | blk.40.attn_v.weight | 0x23f574e20 | 0xf00000 | +| 529 | blk.40.ffn_down.weight | 0x240474e20 | 0x3bc4000 | +| 530 | blk.40.ffn_gate.weight | 0x244038e20 | 0x3bc4000 | +| 531 | blk.40.ffn_norm.weight | 0x247bfce20 | 0x3c00 | +| 532 | blk.40.ffn_up.weight | 0x247c00a20 | 0x3bc4000 | +| 533 | blk.40.post_attention_norm.weight | 0x24b7c4a20 | 0x3c00 | +| 534 | blk.40.post_ffw_norm.weight | 0x24b7c8620 | 0x3c00 | +| 535 | blk.41.attn_k.weight | 0x24b7cc220 | 0x627000 | +| 536 | blk.41.attn_k_norm.weight | 0x24bdf3220 | 0x400 | +| 537 | blk.41.attn_norm.weight | 0x24bdf3620 | 0x3c00 | +| 538 | blk.41.attn_output.weight | 0x24bdf7220 | 0xff0000 | +| 539 | blk.41.attn_q.weight | 0x24cde7220 | 0xc4e000 | +| 540 | blk.41.attn_q_norm.weight | 0x24da35220 | 0x400 | +| 541 | blk.41.attn_v.weight | 0x24da35620 | 0xf00000 | +| 542 | blk.41.ffn_down.weight | 0x24e935620 | 0x3bc4000 | +| 543 | blk.41.ffn_gate.weight | 0x2524f9620 | 0x2e24800 | +| 544 | blk.41.ffn_norm.weight | 0x25531de20 | 0x3c00 | +| 545 | blk.41.ffn_up.weight | 0x255321a20 | 0x2e24800 | +| 546 | blk.41.post_attention_norm.weight | 0x258146220 | 0x3c00 | +| 547 | blk.41.post_ffw_norm.weight | 0x258149e20 | 0x3c00 | +| 548 | blk.42.attn_k.weight | 0x25814da20 | 0x627000 | +| 549 | blk.42.attn_k_norm.weight | 0x258774a20 | 0x400 | +| 550 | blk.42.attn_norm.weight | 0x258774e20 | 0x3c00 | +| 551 | blk.42.attn_output.weight | 0x258778a20 | 0xff0000 | +| 552 | blk.42.attn_q.weight | 0x259768a20 | 0xc4e000 | +| 553 | blk.42.attn_q_norm.weight | 0x25a3b6a20 | 0x400 | +| 554 | blk.42.attn_v.weight | 0x25a3b6e20 | 0xf00000 | +| 555 | blk.42.ffn_down.weight | 0x25b2b6e20 | 0x3bc4000 | +| 556 | blk.42.ffn_gate.weight | 0x25ee7ae20 | 0x2e24800 | +| 557 | blk.42.ffn_norm.weight | 0x261c9f620 | 0x3c00 | +| 558 | blk.42.ffn_up.weight | 0x261ca3220 | 0x2e24800 | +| 559 | blk.42.post_attention_norm.weight | 0x264ac7a20 | 0x3c00 | +| 560 | blk.42.post_ffw_norm.weight | 0x264acb620 | 0x3c00 | +| 561 | blk.43.attn_k.weight | 0x264acf220 | 0x627000 | +| 562 | blk.43.attn_k_norm.weight | 0x2650f6220 | 0x400 | +| 563 | blk.43.attn_norm.weight | 0x2650f6620 | 0x3c00 | +| 564 | blk.43.attn_output.weight | 0x2650fa220 | 0xff0000 | +| 565 | blk.43.attn_q.weight | 0x2660ea220 | 0xc4e000 | +| 566 | blk.43.attn_q_norm.weight | 0x266d38220 | 0x400 | +| 567 | blk.43.attn_v.weight | 0x266d38620 | 0xf00000 | +| 568 | blk.43.ffn_down.weight | 0x267c38620 | 0x3bc4000 | +| 569 | blk.43.ffn_gate.weight | 0x26b7fc620 | 0x2e24800 | +| 570 | blk.43.ffn_norm.weight | 0x26e620e20 | 0x3c00 | +| 571 | blk.43.ffn_up.weight | 0x26e624a20 | 0x2e24800 | +| 572 | blk.43.post_attention_norm.weight | 0x271449220 | 0x3c00 | +| 573 | blk.43.post_ffw_norm.weight | 0x27144ce20 | 0x3c00 | +| 574 | blk.44.attn_k.weight | 0x271450a20 | 0x7f8000 | +| 575 | blk.44.attn_k_norm.weight | 0x271c48a20 | 0x400 | +| 576 | blk.44.attn_norm.weight | 0x271c48e20 | 0x3c00 | +| 577 | blk.44.attn_output.weight | 0x271c4ca20 | 0xff0000 | +| 578 | blk.44.attn_q.weight | 0x272c3ca20 | 0xff0000 | +| 579 | blk.44.attn_q_norm.weight | 0x273c2ca20 | 0x400 | +| 580 | blk.44.attn_v.weight | 0x273c2ce20 | 0xf00000 | +| 581 | blk.44.ffn_down.weight | 0x274b2ce20 | 0x3bc4000 | +| 582 | blk.44.ffn_gate.weight | 0x2786f0e20 | 0x3bc4000 | +| 583 | blk.44.ffn_norm.weight | 0x27c2b4e20 | 0x3c00 | +| 584 | blk.44.ffn_up.weight | 0x27c2b8a20 | 0x3bc4000 | +| 585 | blk.44.post_attention_norm.weight | 0x27fe7ca20 | 0x3c00 | +| 586 | blk.44.post_ffw_norm.weight | 0x27fe80620 | 0x3c00 | +| 587 | blk.45.attn_k.weight | 0x27fe84220 | 0x7f8000 | +| 588 | blk.45.attn_k_norm.weight | 0x28067c220 | 0x400 | +| 589 | blk.45.attn_norm.weight | 0x28067c620 | 0x3c00 | +| 590 | blk.45.attn_output.weight | 0x280680220 | 0xff0000 | +| 591 | blk.45.attn_q.weight | 0x281670220 | 0xff0000 | +| 592 | blk.45.attn_q_norm.weight | 0x282660220 | 0x400 | +| 593 | blk.45.attn_v.weight | 0x282660620 | 0xf00000 | +| 594 | blk.45.ffn_down.weight | 0x283560620 | 0x3bc4000 | +| 595 | blk.45.ffn_gate.weight | 0x287124620 | 0x3bc4000 | +| 596 | blk.45.ffn_norm.weight | 0x28ace8620 | 0x3c00 | +| 597 | blk.45.ffn_up.weight | 0x28acec220 | 0x3bc4000 | +| 598 | blk.45.post_attention_norm.weight | 0x28e8b0220 | 0x3c00 | +| 599 | blk.45.post_ffw_norm.weight | 0x28e8b3e20 | 0x3c00 | + +### Base Tensor Group : ~1B Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:-------------------|:---------------------------------|:-----------------|:----------------------|:-----| +| 0 | output_norm.weight | Output Normalization (W) | (~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 1 | token_embd.weight | Token Embedding (W) | (~1B) 1006632960 | 3840 x 262144 x 1 x 1 | Q3_K | + +- Total elements in base: ( ~1B) 1006636800 +- Percentage of total elements: 8.89% + + +### Block 0 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 2 | blk.0.attn_k.weight | Block 0 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 3 | blk.0.attn_k_norm.weight | Block 0 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 4 | blk.0.attn_norm.weight | Block 0 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 5 | blk.0.attn_output.weight | Block 0 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 6 | blk.0.attn_q.weight | Block 0 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 7 | blk.0.attn_q_norm.weight | Block 0 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 8 | blk.0.attn_v.weight | Block 0 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 9 | blk.0.ffn_down.weight | Block 0 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 10 | blk.0.ffn_gate.weight | Block 0 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 11 | blk.0.ffn_norm.weight | Block 0 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 12 | blk.0.ffn_up.weight | Block 0 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 13 | blk.0.post_attention_norm.weight | Block 0 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 14 | blk.0.post_ffw_norm.weight | Block 0 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.0: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 1 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 15 | blk.1.attn_k.weight | Block 1 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 16 | blk.1.attn_k_norm.weight | Block 1 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 17 | blk.1.attn_norm.weight | Block 1 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 18 | blk.1.attn_output.weight | Block 1 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 19 | blk.1.attn_q.weight | Block 1 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 20 | blk.1.attn_q_norm.weight | Block 1 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 21 | blk.1.attn_v.weight | Block 1 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 22 | blk.1.ffn_down.weight | Block 1 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 23 | blk.1.ffn_gate.weight | Block 1 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 24 | blk.1.ffn_norm.weight | Block 1 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 25 | blk.1.ffn_up.weight | Block 1 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 26 | blk.1.post_attention_norm.weight | Block 1 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 27 | blk.1.post_ffw_norm.weight | Block 1 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.1: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 2 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 28 | blk.2.attn_k.weight | Block 2 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 29 | blk.2.attn_k_norm.weight | Block 2 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 30 | blk.2.attn_norm.weight | Block 2 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 31 | blk.2.attn_output.weight | Block 2 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 32 | blk.2.attn_q.weight | Block 2 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 33 | blk.2.attn_q_norm.weight | Block 2 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 34 | blk.2.attn_v.weight | Block 2 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 35 | blk.2.ffn_down.weight | Block 2 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 36 | blk.2.ffn_gate.weight | Block 2 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 37 | blk.2.ffn_norm.weight | Block 2 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 38 | blk.2.ffn_up.weight | Block 2 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 39 | blk.2.post_attention_norm.weight | Block 2 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 40 | blk.2.post_ffw_norm.weight | Block 2 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.2: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 3 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 41 | blk.3.attn_k.weight | Block 3 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 42 | blk.3.attn_k_norm.weight | Block 3 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 43 | blk.3.attn_norm.weight | Block 3 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 44 | blk.3.attn_output.weight | Block 3 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 45 | blk.3.attn_q.weight | Block 3 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 46 | blk.3.attn_q_norm.weight | Block 3 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 47 | blk.3.attn_v.weight | Block 3 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 48 | blk.3.ffn_down.weight | Block 3 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 49 | blk.3.ffn_gate.weight | Block 3 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 50 | blk.3.ffn_norm.weight | Block 3 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 51 | blk.3.ffn_up.weight | Block 3 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 52 | blk.3.post_attention_norm.weight | Block 3 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 53 | blk.3.post_ffw_norm.weight | Block 3 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.3: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 4 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 54 | blk.4.attn_k.weight | Block 4 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 55 | blk.4.attn_k_norm.weight | Block 4 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 56 | blk.4.attn_norm.weight | Block 4 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 57 | blk.4.attn_output.weight | Block 4 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 58 | blk.4.attn_q.weight | Block 4 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 59 | blk.4.attn_q_norm.weight | Block 4 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 60 | blk.4.attn_v.weight | Block 4 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 61 | blk.4.ffn_down.weight | Block 4 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 62 | blk.4.ffn_gate.weight | Block 4 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 63 | blk.4.ffn_norm.weight | Block 4 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 64 | blk.4.ffn_up.weight | Block 4 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 65 | blk.4.post_attention_norm.weight | Block 4 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 66 | blk.4.post_ffw_norm.weight | Block 4 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.4: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 5 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 67 | blk.5.attn_k.weight | Block 5 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 68 | blk.5.attn_k_norm.weight | Block 5 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 69 | blk.5.attn_norm.weight | Block 5 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 70 | blk.5.attn_output.weight | Block 5 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 71 | blk.5.attn_q.weight | Block 5 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 72 | blk.5.attn_q_norm.weight | Block 5 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 73 | blk.5.attn_v.weight | Block 5 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 74 | blk.5.ffn_down.weight | Block 5 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 75 | blk.5.ffn_gate.weight | Block 5 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 76 | blk.5.ffn_norm.weight | Block 5 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 77 | blk.5.ffn_up.weight | Block 5 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 78 | blk.5.post_attention_norm.weight | Block 5 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 79 | blk.5.post_ffw_norm.weight | Block 5 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.5: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 6 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 80 | blk.6.attn_k.weight | Block 6 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 81 | blk.6.attn_k_norm.weight | Block 6 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 82 | blk.6.attn_norm.weight | Block 6 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 83 | blk.6.attn_output.weight | Block 6 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 84 | blk.6.attn_q.weight | Block 6 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 85 | blk.6.attn_q_norm.weight | Block 6 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 86 | blk.6.attn_v.weight | Block 6 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 87 | blk.6.ffn_down.weight | Block 6 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 88 | blk.6.ffn_gate.weight | Block 6 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 89 | blk.6.ffn_norm.weight | Block 6 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 90 | blk.6.ffn_up.weight | Block 6 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 91 | blk.6.post_attention_norm.weight | Block 6 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 92 | blk.6.post_ffw_norm.weight | Block 6 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.6: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 7 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 93 | blk.7.attn_k.weight | Block 7 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 94 | blk.7.attn_k_norm.weight | Block 7 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 95 | blk.7.attn_norm.weight | Block 7 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 96 | blk.7.attn_output.weight | Block 7 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 97 | blk.7.attn_q.weight | Block 7 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 98 | blk.7.attn_q_norm.weight | Block 7 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 99 | blk.7.attn_v.weight | Block 7 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 100 | blk.7.ffn_down.weight | Block 7 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 101 | blk.7.ffn_gate.weight | Block 7 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 102 | blk.7.ffn_norm.weight | Block 7 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 103 | blk.7.ffn_up.weight | Block 7 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 104 | blk.7.post_attention_norm.weight | Block 7 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 105 | blk.7.post_ffw_norm.weight | Block 7 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.7: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 8 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 106 | blk.8.attn_k.weight | Block 8 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 107 | blk.8.attn_k_norm.weight | Block 8 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 108 | blk.8.attn_norm.weight | Block 8 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 109 | blk.8.attn_output.weight | Block 8 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 110 | blk.8.attn_q.weight | Block 8 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 111 | blk.8.attn_q_norm.weight | Block 8 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 112 | blk.8.attn_v.weight | Block 8 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 113 | blk.8.ffn_down.weight | Block 8 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 114 | blk.8.ffn_gate.weight | Block 8 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 115 | blk.8.ffn_norm.weight | Block 8 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 116 | blk.8.ffn_up.weight | Block 8 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 117 | blk.8.post_attention_norm.weight | Block 8 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 118 | blk.8.post_ffw_norm.weight | Block 8 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.8: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 9 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:---------------------------------|:-----------------------------------------------|:----------------|:----------------------|:-----| +| 119 | blk.9.attn_k.weight | Block 9 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 120 | blk.9.attn_k_norm.weight | Block 9 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 121 | blk.9.attn_norm.weight | Block 9 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 122 | blk.9.attn_output.weight | Block 9 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 123 | blk.9.attn_q.weight | Block 9 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 124 | blk.9.attn_q_norm.weight | Block 9 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 125 | blk.9.attn_v.weight | Block 9 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 126 | blk.9.ffn_down.weight | Block 9 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 127 | blk.9.ffn_gate.weight | Block 9 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 128 | blk.9.ffn_norm.weight | Block 9 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 129 | blk.9.ffn_up.weight | Block 9 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 130 | blk.9.post_attention_norm.weight | Block 9 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 131 | blk.9.post_ffw_norm.weight | Block 9 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.9: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 10 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 132 | blk.10.attn_k.weight | Block 10 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 133 | blk.10.attn_k_norm.weight | Block 10 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 134 | blk.10.attn_norm.weight | Block 10 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 135 | blk.10.attn_output.weight | Block 10 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 136 | blk.10.attn_q.weight | Block 10 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 137 | blk.10.attn_q_norm.weight | Block 10 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 138 | blk.10.attn_v.weight | Block 10 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 139 | blk.10.ffn_down.weight | Block 10 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 140 | blk.10.ffn_gate.weight | Block 10 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 141 | blk.10.ffn_norm.weight | Block 10 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 142 | blk.10.ffn_up.weight | Block 10 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 143 | blk.10.post_attention_norm.weight | Block 10 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 144 | blk.10.post_ffw_norm.weight | Block 10 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.10: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 11 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 145 | blk.11.attn_k.weight | Block 11 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 146 | blk.11.attn_k_norm.weight | Block 11 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 147 | blk.11.attn_norm.weight | Block 11 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 148 | blk.11.attn_output.weight | Block 11 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 149 | blk.11.attn_q.weight | Block 11 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 150 | blk.11.attn_q_norm.weight | Block 11 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 151 | blk.11.attn_v.weight | Block 11 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 152 | blk.11.ffn_down.weight | Block 11 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 153 | blk.11.ffn_gate.weight | Block 11 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 154 | blk.11.ffn_norm.weight | Block 11 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 155 | blk.11.ffn_up.weight | Block 11 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 156 | blk.11.post_attention_norm.weight | Block 11 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 157 | blk.11.post_ffw_norm.weight | Block 11 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.11: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 12 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 158 | blk.12.attn_k.weight | Block 12 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 159 | blk.12.attn_k_norm.weight | Block 12 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 160 | blk.12.attn_norm.weight | Block 12 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 161 | blk.12.attn_output.weight | Block 12 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 162 | blk.12.attn_q.weight | Block 12 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 163 | blk.12.attn_q_norm.weight | Block 12 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 164 | blk.12.attn_v.weight | Block 12 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 165 | blk.12.ffn_down.weight | Block 12 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 166 | blk.12.ffn_gate.weight | Block 12 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 167 | blk.12.ffn_norm.weight | Block 12 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 168 | blk.12.ffn_up.weight | Block 12 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 169 | blk.12.post_attention_norm.weight | Block 12 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 170 | blk.12.post_ffw_norm.weight | Block 12 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.12: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 13 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 171 | blk.13.attn_k.weight | Block 13 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 172 | blk.13.attn_k_norm.weight | Block 13 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 173 | blk.13.attn_norm.weight | Block 13 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 174 | blk.13.attn_output.weight | Block 13 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 175 | blk.13.attn_q.weight | Block 13 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 176 | blk.13.attn_q_norm.weight | Block 13 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 177 | blk.13.attn_v.weight | Block 13 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 178 | blk.13.ffn_down.weight | Block 13 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 179 | blk.13.ffn_gate.weight | Block 13 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 180 | blk.13.ffn_norm.weight | Block 13 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 181 | blk.13.ffn_up.weight | Block 13 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 182 | blk.13.post_attention_norm.weight | Block 13 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 183 | blk.13.post_ffw_norm.weight | Block 13 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.13: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 14 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 184 | blk.14.attn_k.weight | Block 14 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 185 | blk.14.attn_k_norm.weight | Block 14 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 186 | blk.14.attn_norm.weight | Block 14 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 187 | blk.14.attn_output.weight | Block 14 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 188 | blk.14.attn_q.weight | Block 14 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 189 | blk.14.attn_q_norm.weight | Block 14 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 190 | blk.14.attn_v.weight | Block 14 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 191 | blk.14.ffn_down.weight | Block 14 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 192 | blk.14.ffn_gate.weight | Block 14 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 193 | blk.14.ffn_norm.weight | Block 14 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 194 | blk.14.ffn_up.weight | Block 14 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 195 | blk.14.post_attention_norm.weight | Block 14 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 196 | blk.14.post_ffw_norm.weight | Block 14 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.14: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 15 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 197 | blk.15.attn_k.weight | Block 15 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 198 | blk.15.attn_k_norm.weight | Block 15 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 199 | blk.15.attn_norm.weight | Block 15 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 200 | blk.15.attn_output.weight | Block 15 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 201 | blk.15.attn_q.weight | Block 15 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 202 | blk.15.attn_q_norm.weight | Block 15 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 203 | blk.15.attn_v.weight | Block 15 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 204 | blk.15.ffn_down.weight | Block 15 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 205 | blk.15.ffn_gate.weight | Block 15 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 206 | blk.15.ffn_norm.weight | Block 15 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 207 | blk.15.ffn_up.weight | Block 15 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 208 | blk.15.post_attention_norm.weight | Block 15 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 209 | blk.15.post_ffw_norm.weight | Block 15 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.15: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 16 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 210 | blk.16.attn_k.weight | Block 16 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 211 | blk.16.attn_k_norm.weight | Block 16 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 212 | blk.16.attn_norm.weight | Block 16 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 213 | blk.16.attn_output.weight | Block 16 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 214 | blk.16.attn_q.weight | Block 16 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 215 | blk.16.attn_q_norm.weight | Block 16 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 216 | blk.16.attn_v.weight | Block 16 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 217 | blk.16.ffn_down.weight | Block 16 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 218 | blk.16.ffn_gate.weight | Block 16 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 219 | blk.16.ffn_norm.weight | Block 16 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 220 | blk.16.ffn_up.weight | Block 16 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 221 | blk.16.post_attention_norm.weight | Block 16 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 222 | blk.16.post_ffw_norm.weight | Block 16 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.16: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 17 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 223 | blk.17.attn_k.weight | Block 17 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 224 | blk.17.attn_k_norm.weight | Block 17 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 225 | blk.17.attn_norm.weight | Block 17 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 226 | blk.17.attn_output.weight | Block 17 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 227 | blk.17.attn_q.weight | Block 17 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 228 | blk.17.attn_q_norm.weight | Block 17 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 229 | blk.17.attn_v.weight | Block 17 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 230 | blk.17.ffn_down.weight | Block 17 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 231 | blk.17.ffn_gate.weight | Block 17 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 232 | blk.17.ffn_norm.weight | Block 17 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 233 | blk.17.ffn_up.weight | Block 17 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 234 | blk.17.post_attention_norm.weight | Block 17 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 235 | blk.17.post_ffw_norm.weight | Block 17 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.17: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 18 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 236 | blk.18.attn_k.weight | Block 18 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 237 | blk.18.attn_k_norm.weight | Block 18 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 238 | blk.18.attn_norm.weight | Block 18 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 239 | blk.18.attn_output.weight | Block 18 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 240 | blk.18.attn_q.weight | Block 18 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 241 | blk.18.attn_q_norm.weight | Block 18 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 242 | blk.18.attn_v.weight | Block 18 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 243 | blk.18.ffn_down.weight | Block 18 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 244 | blk.18.ffn_gate.weight | Block 18 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 245 | blk.18.ffn_norm.weight | Block 18 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 246 | blk.18.ffn_up.weight | Block 18 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 247 | blk.18.post_attention_norm.weight | Block 18 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 248 | blk.18.post_ffw_norm.weight | Block 18 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.18: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 19 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 249 | blk.19.attn_k.weight | Block 19 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 250 | blk.19.attn_k_norm.weight | Block 19 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 251 | blk.19.attn_norm.weight | Block 19 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 252 | blk.19.attn_output.weight | Block 19 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 253 | blk.19.attn_q.weight | Block 19 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 254 | blk.19.attn_q_norm.weight | Block 19 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 255 | blk.19.attn_v.weight | Block 19 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 256 | blk.19.ffn_down.weight | Block 19 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 257 | blk.19.ffn_gate.weight | Block 19 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 258 | blk.19.ffn_norm.weight | Block 19 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 259 | blk.19.ffn_up.weight | Block 19 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 260 | blk.19.post_attention_norm.weight | Block 19 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 261 | blk.19.post_ffw_norm.weight | Block 19 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.19: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 20 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 262 | blk.20.attn_k.weight | Block 20 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 263 | blk.20.attn_k_norm.weight | Block 20 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 264 | blk.20.attn_norm.weight | Block 20 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 265 | blk.20.attn_output.weight | Block 20 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 266 | blk.20.attn_q.weight | Block 20 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 267 | blk.20.attn_q_norm.weight | Block 20 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 268 | blk.20.attn_v.weight | Block 20 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 269 | blk.20.ffn_down.weight | Block 20 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 270 | blk.20.ffn_gate.weight | Block 20 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 271 | blk.20.ffn_norm.weight | Block 20 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 272 | blk.20.ffn_up.weight | Block 20 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 273 | blk.20.post_attention_norm.weight | Block 20 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 274 | blk.20.post_ffw_norm.weight | Block 20 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.20: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 21 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 275 | blk.21.attn_k.weight | Block 21 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 276 | blk.21.attn_k_norm.weight | Block 21 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 277 | blk.21.attn_norm.weight | Block 21 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 278 | blk.21.attn_output.weight | Block 21 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 279 | blk.21.attn_q.weight | Block 21 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 280 | blk.21.attn_q_norm.weight | Block 21 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 281 | blk.21.attn_v.weight | Block 21 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 282 | blk.21.ffn_down.weight | Block 21 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 283 | blk.21.ffn_gate.weight | Block 21 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 284 | blk.21.ffn_norm.weight | Block 21 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 285 | blk.21.ffn_up.weight | Block 21 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 286 | blk.21.post_attention_norm.weight | Block 21 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 287 | blk.21.post_ffw_norm.weight | Block 21 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.21: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 22 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 288 | blk.22.attn_k.weight | Block 22 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 289 | blk.22.attn_k_norm.weight | Block 22 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 290 | blk.22.attn_norm.weight | Block 22 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 291 | blk.22.attn_output.weight | Block 22 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 292 | blk.22.attn_q.weight | Block 22 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 293 | blk.22.attn_q_norm.weight | Block 22 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 294 | blk.22.attn_v.weight | Block 22 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 295 | blk.22.ffn_down.weight | Block 22 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 296 | blk.22.ffn_gate.weight | Block 22 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 297 | blk.22.ffn_norm.weight | Block 22 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 298 | blk.22.ffn_up.weight | Block 22 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 299 | blk.22.post_attention_norm.weight | Block 22 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 300 | blk.22.post_ffw_norm.weight | Block 22 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.22: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 23 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 301 | blk.23.attn_k.weight | Block 23 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 302 | blk.23.attn_k_norm.weight | Block 23 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 303 | blk.23.attn_norm.weight | Block 23 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 304 | blk.23.attn_output.weight | Block 23 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 305 | blk.23.attn_q.weight | Block 23 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 306 | blk.23.attn_q_norm.weight | Block 23 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 307 | blk.23.attn_v.weight | Block 23 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 308 | blk.23.ffn_down.weight | Block 23 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 309 | blk.23.ffn_gate.weight | Block 23 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 310 | blk.23.ffn_norm.weight | Block 23 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 311 | blk.23.ffn_up.weight | Block 23 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 312 | blk.23.post_attention_norm.weight | Block 23 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 313 | blk.23.post_ffw_norm.weight | Block 23 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.23: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 24 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 314 | blk.24.attn_k.weight | Block 24 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 315 | blk.24.attn_k_norm.weight | Block 24 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 316 | blk.24.attn_norm.weight | Block 24 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 317 | blk.24.attn_output.weight | Block 24 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 318 | blk.24.attn_q.weight | Block 24 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 319 | blk.24.attn_q_norm.weight | Block 24 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 320 | blk.24.attn_v.weight | Block 24 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 321 | blk.24.ffn_down.weight | Block 24 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 322 | blk.24.ffn_gate.weight | Block 24 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 323 | blk.24.ffn_norm.weight | Block 24 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 324 | blk.24.ffn_up.weight | Block 24 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 325 | blk.24.post_attention_norm.weight | Block 24 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 326 | blk.24.post_ffw_norm.weight | Block 24 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.24: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 25 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 327 | blk.25.attn_k.weight | Block 25 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 328 | blk.25.attn_k_norm.weight | Block 25 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 329 | blk.25.attn_norm.weight | Block 25 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 330 | blk.25.attn_output.weight | Block 25 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 331 | blk.25.attn_q.weight | Block 25 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 332 | blk.25.attn_q_norm.weight | Block 25 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 333 | blk.25.attn_v.weight | Block 25 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 334 | blk.25.ffn_down.weight | Block 25 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 335 | blk.25.ffn_gate.weight | Block 25 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 336 | blk.25.ffn_norm.weight | Block 25 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 337 | blk.25.ffn_up.weight | Block 25 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 338 | blk.25.post_attention_norm.weight | Block 25 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 339 | blk.25.post_ffw_norm.weight | Block 25 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.25: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 26 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 340 | blk.26.attn_k.weight | Block 26 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 341 | blk.26.attn_k_norm.weight | Block 26 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 342 | blk.26.attn_norm.weight | Block 26 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 343 | blk.26.attn_output.weight | Block 26 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 344 | blk.26.attn_q.weight | Block 26 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 345 | blk.26.attn_q_norm.weight | Block 26 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 346 | blk.26.attn_v.weight | Block 26 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 347 | blk.26.ffn_down.weight | Block 26 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 348 | blk.26.ffn_gate.weight | Block 26 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 349 | blk.26.ffn_norm.weight | Block 26 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 350 | blk.26.ffn_up.weight | Block 26 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 351 | blk.26.post_attention_norm.weight | Block 26 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 352 | blk.26.post_ffw_norm.weight | Block 26 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.26: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 27 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 353 | blk.27.attn_k.weight | Block 27 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 354 | blk.27.attn_k_norm.weight | Block 27 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 355 | blk.27.attn_norm.weight | Block 27 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 356 | blk.27.attn_output.weight | Block 27 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 357 | blk.27.attn_q.weight | Block 27 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 358 | blk.27.attn_q_norm.weight | Block 27 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 359 | blk.27.attn_v.weight | Block 27 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 360 | blk.27.ffn_down.weight | Block 27 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 361 | blk.27.ffn_gate.weight | Block 27 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 362 | blk.27.ffn_norm.weight | Block 27 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 363 | blk.27.ffn_up.weight | Block 27 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 364 | blk.27.post_attention_norm.weight | Block 27 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 365 | blk.27.post_ffw_norm.weight | Block 27 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.27: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 28 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 366 | blk.28.attn_k.weight | Block 28 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 367 | blk.28.attn_k_norm.weight | Block 28 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 368 | blk.28.attn_norm.weight | Block 28 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 369 | blk.28.attn_output.weight | Block 28 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 370 | blk.28.attn_q.weight | Block 28 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 371 | blk.28.attn_q_norm.weight | Block 28 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 372 | blk.28.attn_v.weight | Block 28 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 373 | blk.28.ffn_down.weight | Block 28 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 374 | blk.28.ffn_gate.weight | Block 28 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 375 | blk.28.ffn_norm.weight | Block 28 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 376 | blk.28.ffn_up.weight | Block 28 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 377 | blk.28.post_attention_norm.weight | Block 28 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 378 | blk.28.post_ffw_norm.weight | Block 28 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.28: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 29 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 379 | blk.29.attn_k.weight | Block 29 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 380 | blk.29.attn_k_norm.weight | Block 29 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 381 | blk.29.attn_norm.weight | Block 29 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 382 | blk.29.attn_output.weight | Block 29 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 383 | blk.29.attn_q.weight | Block 29 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 384 | blk.29.attn_q_norm.weight | Block 29 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 385 | blk.29.attn_v.weight | Block 29 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 386 | blk.29.ffn_down.weight | Block 29 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 387 | blk.29.ffn_gate.weight | Block 29 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 388 | blk.29.ffn_norm.weight | Block 29 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 389 | blk.29.ffn_up.weight | Block 29 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 390 | blk.29.post_attention_norm.weight | Block 29 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 391 | blk.29.post_ffw_norm.weight | Block 29 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.29: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 30 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 392 | blk.30.attn_k.weight | Block 30 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 393 | blk.30.attn_k_norm.weight | Block 30 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 394 | blk.30.attn_norm.weight | Block 30 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 395 | blk.30.attn_output.weight | Block 30 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 396 | blk.30.attn_q.weight | Block 30 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 397 | blk.30.attn_q_norm.weight | Block 30 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 398 | blk.30.attn_v.weight | Block 30 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 399 | blk.30.ffn_down.weight | Block 30 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 400 | blk.30.ffn_gate.weight | Block 30 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 401 | blk.30.ffn_norm.weight | Block 30 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 402 | blk.30.ffn_up.weight | Block 30 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 403 | blk.30.post_attention_norm.weight | Block 30 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 404 | blk.30.post_ffw_norm.weight | Block 30 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.30: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 31 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 405 | blk.31.attn_k.weight | Block 31 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 406 | blk.31.attn_k_norm.weight | Block 31 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 407 | blk.31.attn_norm.weight | Block 31 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 408 | blk.31.attn_output.weight | Block 31 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 409 | blk.31.attn_q.weight | Block 31 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 410 | blk.31.attn_q_norm.weight | Block 31 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 411 | blk.31.attn_v.weight | Block 31 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 412 | blk.31.ffn_down.weight | Block 31 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 413 | blk.31.ffn_gate.weight | Block 31 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 414 | blk.31.ffn_norm.weight | Block 31 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 415 | blk.31.ffn_up.weight | Block 31 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 416 | blk.31.post_attention_norm.weight | Block 31 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 417 | blk.31.post_ffw_norm.weight | Block 31 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.31: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 32 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 418 | blk.32.attn_k.weight | Block 32 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 419 | blk.32.attn_k_norm.weight | Block 32 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 420 | blk.32.attn_norm.weight | Block 32 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 421 | blk.32.attn_output.weight | Block 32 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 422 | blk.32.attn_q.weight | Block 32 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 423 | blk.32.attn_q_norm.weight | Block 32 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 424 | blk.32.attn_v.weight | Block 32 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 425 | blk.32.ffn_down.weight | Block 32 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 426 | blk.32.ffn_gate.weight | Block 32 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 427 | blk.32.ffn_norm.weight | Block 32 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 428 | blk.32.ffn_up.weight | Block 32 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 429 | blk.32.post_attention_norm.weight | Block 32 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 430 | blk.32.post_ffw_norm.weight | Block 32 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.32: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 33 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 431 | blk.33.attn_k.weight | Block 33 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 432 | blk.33.attn_k_norm.weight | Block 33 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 433 | blk.33.attn_norm.weight | Block 33 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 434 | blk.33.attn_output.weight | Block 33 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 435 | blk.33.attn_q.weight | Block 33 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 436 | blk.33.attn_q_norm.weight | Block 33 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 437 | blk.33.attn_v.weight | Block 33 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 438 | blk.33.ffn_down.weight | Block 33 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 439 | blk.33.ffn_gate.weight | Block 33 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 440 | blk.33.ffn_norm.weight | Block 33 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 441 | blk.33.ffn_up.weight | Block 33 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 442 | blk.33.post_attention_norm.weight | Block 33 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 443 | blk.33.post_ffw_norm.weight | Block 33 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.33: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 34 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 444 | blk.34.attn_k.weight | Block 34 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 445 | blk.34.attn_k_norm.weight | Block 34 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 446 | blk.34.attn_norm.weight | Block 34 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 447 | blk.34.attn_output.weight | Block 34 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 448 | blk.34.attn_q.weight | Block 34 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 449 | blk.34.attn_q_norm.weight | Block 34 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 450 | blk.34.attn_v.weight | Block 34 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 451 | blk.34.ffn_down.weight | Block 34 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 452 | blk.34.ffn_gate.weight | Block 34 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 453 | blk.34.ffn_norm.weight | Block 34 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 454 | blk.34.ffn_up.weight | Block 34 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 455 | blk.34.post_attention_norm.weight | Block 34 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 456 | blk.34.post_ffw_norm.weight | Block 34 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.34: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 35 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 457 | blk.35.attn_k.weight | Block 35 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 458 | blk.35.attn_k_norm.weight | Block 35 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 459 | blk.35.attn_norm.weight | Block 35 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 460 | blk.35.attn_output.weight | Block 35 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 461 | blk.35.attn_q.weight | Block 35 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 462 | blk.35.attn_q_norm.weight | Block 35 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 463 | blk.35.attn_v.weight | Block 35 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 464 | blk.35.ffn_down.weight | Block 35 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 465 | blk.35.ffn_gate.weight | Block 35 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 466 | blk.35.ffn_norm.weight | Block 35 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 467 | blk.35.ffn_up.weight | Block 35 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 468 | blk.35.post_attention_norm.weight | Block 35 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 469 | blk.35.post_ffw_norm.weight | Block 35 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.35: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 36 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 470 | blk.36.attn_k.weight | Block 36 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 471 | blk.36.attn_k_norm.weight | Block 36 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 472 | blk.36.attn_norm.weight | Block 36 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 473 | blk.36.attn_output.weight | Block 36 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 474 | blk.36.attn_q.weight | Block 36 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 475 | blk.36.attn_q_norm.weight | Block 36 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 476 | blk.36.attn_v.weight | Block 36 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 477 | blk.36.ffn_down.weight | Block 36 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 478 | blk.36.ffn_gate.weight | Block 36 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 479 | blk.36.ffn_norm.weight | Block 36 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 480 | blk.36.ffn_up.weight | Block 36 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 481 | blk.36.post_attention_norm.weight | Block 36 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 482 | blk.36.post_ffw_norm.weight | Block 36 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.36: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 37 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 483 | blk.37.attn_k.weight | Block 37 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 484 | blk.37.attn_k_norm.weight | Block 37 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 485 | blk.37.attn_norm.weight | Block 37 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 486 | blk.37.attn_output.weight | Block 37 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 487 | blk.37.attn_q.weight | Block 37 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 488 | blk.37.attn_q_norm.weight | Block 37 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 489 | blk.37.attn_v.weight | Block 37 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 490 | blk.37.ffn_down.weight | Block 37 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 491 | blk.37.ffn_gate.weight | Block 37 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 492 | blk.37.ffn_norm.weight | Block 37 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 493 | blk.37.ffn_up.weight | Block 37 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 494 | blk.37.post_attention_norm.weight | Block 37 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 495 | blk.37.post_ffw_norm.weight | Block 37 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.37: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 38 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 496 | blk.38.attn_k.weight | Block 38 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 497 | blk.38.attn_k_norm.weight | Block 38 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 498 | blk.38.attn_norm.weight | Block 38 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 499 | blk.38.attn_output.weight | Block 38 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 500 | blk.38.attn_q.weight | Block 38 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 501 | blk.38.attn_q_norm.weight | Block 38 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 502 | blk.38.attn_v.weight | Block 38 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 503 | blk.38.ffn_down.weight | Block 38 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 504 | blk.38.ffn_gate.weight | Block 38 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 505 | blk.38.ffn_norm.weight | Block 38 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 506 | blk.38.ffn_up.weight | Block 38 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 507 | blk.38.post_attention_norm.weight | Block 38 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 508 | blk.38.post_ffw_norm.weight | Block 38 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.38: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 39 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 509 | blk.39.attn_k.weight | Block 39 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 510 | blk.39.attn_k_norm.weight | Block 39 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 511 | blk.39.attn_norm.weight | Block 39 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 512 | blk.39.attn_output.weight | Block 39 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 513 | blk.39.attn_q.weight | Block 39 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 514 | blk.39.attn_q_norm.weight | Block 39 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 515 | blk.39.attn_v.weight | Block 39 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 516 | blk.39.ffn_down.weight | Block 39 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 517 | blk.39.ffn_gate.weight | Block 39 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 518 | blk.39.ffn_norm.weight | Block 39 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 519 | blk.39.ffn_up.weight | Block 39 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 520 | blk.39.post_attention_norm.weight | Block 39 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 521 | blk.39.post_ffw_norm.weight | Block 39 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.39: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 40 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 522 | blk.40.attn_k.weight | Block 40 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 523 | blk.40.attn_k_norm.weight | Block 40 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 524 | blk.40.attn_norm.weight | Block 40 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 525 | blk.40.attn_output.weight | Block 40 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 526 | blk.40.attn_q.weight | Block 40 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 527 | blk.40.attn_q_norm.weight | Block 40 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 528 | blk.40.attn_v.weight | Block 40 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 529 | blk.40.ffn_down.weight | Block 40 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 530 | blk.40.ffn_gate.weight | Block 40 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 531 | blk.40.ffn_norm.weight | Block 40 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 532 | blk.40.ffn_up.weight | Block 40 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 533 | blk.40.post_attention_norm.weight | Block 40 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 534 | blk.40.post_ffw_norm.weight | Block 40 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.40: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 41 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 535 | blk.41.attn_k.weight | Block 41 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 536 | blk.41.attn_k_norm.weight | Block 41 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 537 | blk.41.attn_norm.weight | Block 41 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 538 | blk.41.attn_output.weight | Block 41 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 539 | blk.41.attn_q.weight | Block 41 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 540 | blk.41.attn_q_norm.weight | Block 41 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 541 | blk.41.attn_v.weight | Block 41 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 542 | blk.41.ffn_down.weight | Block 41 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 543 | blk.41.ffn_gate.weight | Block 41 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 544 | blk.41.ffn_norm.weight | Block 41 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 545 | blk.41.ffn_up.weight | Block 41 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 546 | blk.41.post_attention_norm.weight | Block 41 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 547 | blk.41.post_ffw_norm.weight | Block 41 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.41: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 42 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 548 | blk.42.attn_k.weight | Block 42 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 549 | blk.42.attn_k_norm.weight | Block 42 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 550 | blk.42.attn_norm.weight | Block 42 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 551 | blk.42.attn_output.weight | Block 42 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 552 | blk.42.attn_q.weight | Block 42 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 553 | blk.42.attn_q_norm.weight | Block 42 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 554 | blk.42.attn_v.weight | Block 42 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 555 | blk.42.ffn_down.weight | Block 42 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 556 | blk.42.ffn_gate.weight | Block 42 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 557 | blk.42.ffn_norm.weight | Block 42 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 558 | blk.42.ffn_up.weight | Block 42 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 559 | blk.42.post_attention_norm.weight | Block 42 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 560 | blk.42.post_ffw_norm.weight | Block 42 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.42: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 43 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 561 | blk.43.attn_k.weight | Block 43 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q6_K | +| 562 | blk.43.attn_k_norm.weight | Block 43 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 563 | blk.43.attn_norm.weight | Block 43 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 564 | blk.43.attn_output.weight | Block 43 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 565 | blk.43.attn_q.weight | Block 43 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q6_K | +| 566 | blk.43.attn_q_norm.weight | Block 43 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 567 | blk.43.attn_v.weight | Block 43 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 568 | blk.43.ffn_down.weight | Block 43 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 569 | blk.43.ffn_gate.weight | Block 43 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 570 | blk.43.ffn_norm.weight | Block 43 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 571 | blk.43.ffn_up.weight | Block 43 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q6_K | +| 572 | blk.43.post_attention_norm.weight | Block 43 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 573 | blk.43.post_ffw_norm.weight | Block 43 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.43: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 44 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 574 | blk.44.attn_k.weight | Block 44 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 575 | blk.44.attn_k_norm.weight | Block 44 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 576 | blk.44.attn_norm.weight | Block 44 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 577 | blk.44.attn_output.weight | Block 44 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 578 | blk.44.attn_q.weight | Block 44 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 579 | blk.44.attn_q_norm.weight | Block 44 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 580 | blk.44.attn_v.weight | Block 44 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 581 | blk.44.ffn_down.weight | Block 44 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 582 | blk.44.ffn_gate.weight | Block 44 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 583 | blk.44.ffn_norm.weight | Block 44 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 584 | blk.44.ffn_up.weight | Block 44 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 585 | blk.44.post_attention_norm.weight | Block 44 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 586 | blk.44.post_ffw_norm.weight | Block 44 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.44: (~224M) 224148992 +- Percentage of total elements: 1.98% + + +### Block 45 Tensor Group : ~224M Elements + +| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | +|-----:|:----------------------------------|:------------------------------------------------|:----------------|:----------------------|:-----| +| 587 | blk.45.attn_k.weight | Block 45 Attention Key (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | Q8_0 | +| 588 | blk.45.attn_k_norm.weight | Block 45 Attn_K_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 589 | blk.45.attn_norm.weight | Block 45 Attention Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 590 | blk.45.attn_output.weight | Block 45 Attention Output (W) | (~16M) 15728640 | 4096 x 3840 x 1 x 1 | Q8_0 | +| 591 | blk.45.attn_q.weight | Block 45 Attention Query (W) | (~16M) 15728640 | 3840 x 4096 x 1 x 1 | Q8_0 | +| 592 | blk.45.attn_q_norm.weight | Block 45 Attn_Q_Norm (W) | ( 256) 256 | 256 x 1 x 1 x 1 | F32 | +| 593 | blk.45.attn_v.weight | Block 45 Attention Value (W) | ( ~8M) 7864320 | 3840 x 2048 x 1 x 1 | F16 | +| 594 | blk.45.ffn_down.weight | Block 45 Feed-Forward Network "Down" (W) | (~59M) 58982400 | 15360 x 3840 x 1 x 1 | Q8_0 | +| 595 | blk.45.ffn_gate.weight | Block 45 Feed-Forward Network "Gate" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 596 | blk.45.ffn_norm.weight | Block 45 Feed-Forward Network Normalization (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 597 | blk.45.ffn_up.weight | Block 45 Feed-Forward Network "Up" (W) | (~59M) 58982400 | 3840 x 15360 x 1 x 1 | Q8_0 | +| 598 | blk.45.post_attention_norm.weight | Block 45 Post_Attention_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | +| 599 | blk.45.post_ffw_norm.weight | Block 45 Post_Ffw_Norm (W) | ( ~4K) 3840 | 3840 x 1 x 1 x 1 | F32 | + +- Total elements in blk.45: (~224M) 224148992 +- Percentage of total elements: 1.98% + + + diff --git a/scores/gemma-3-12b-it-iq3_m.arc b/scores/gemma-3-12b-it-iq3_m.arc new file mode 100644 index 0000000..d2cedff --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_m.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_M.gguf (version GGUF V3 (latest)) + +Final result: 66.9333 +/- 1.7190 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2521.51 ms +llama_perf_context_print: prompt eval time = 87825.27 ms / 35749 tokens ( 2.46 ms per token, 407.05 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 89287.36 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_m.hsw b/scores/gemma-3-12b-it-iq3_m.hsw new file mode 100644 index 0000000..8ebccac --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_m.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_M.gguf (version GGUF V3 (latest)) + +750 74.66666667% [71.4337%, 77.6482%] + + +llama_perf_context_print: load time = 520.21 ms +llama_perf_context_print: prompt eval time = 302150.78 ms / 125814 tokens ( 2.40 ms per token, 416.39 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 308129.94 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_m.mmlu b/scores/gemma-3-12b-it-iq3_m.mmlu new file mode 100644 index 0000000..cd29e33 --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_m.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_M.gguf (version GGUF V3 (latest)) + +Final result: 42.0000 +/- 1.8034 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 518.01 ms +llama_perf_context_print: prompt eval time = 157589.37 ms / 67555 tokens ( 2.33 ms per token, 428.68 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 159704.02 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_m.ppx b/scores/gemma-3-12b-it-iq3_m.ppx new file mode 100644 index 0000000..b311216 --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_m.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 35.478449 ± 0.411747 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 80.18% +Mean ln(PPL(Q)/PPL(base)) : 1.366958 ± 0.007075 +Mean PPL(Q)/PPL(base) : 3.923398 ± 0.027759 +Mean PPL(Q)-PPL(base) : 26.435664 ± 0.356985 + +====== KL divergence statistics ====== +Mean KLD: 1.229937 ± 0.004277 +Maximum KLD: 25.876987 +99.9% KLD: 13.510958 +99.0% KLD: 8.435304 +99.0% KLD: 8.435304 +Median KLD: 0.728065 +10.0% KLD: 0.020280 + 5.0% KLD: 0.004677 + 1.0% KLD: 0.000320 +Minimum KLD: -0.000003 + +====== Token probability statistics ====== +Mean Δp: -6.562 ± 0.077 % +Maximum Δp: 99.860% +99.9% Δp: 90.203% +99.0% Δp: 66.591% +95.0% Δp: 36.644% +90.0% Δp: 19.461% +75.0% Δp: 1.507% +Median Δp: -0.332% +25.0% Δp: -9.977% +10.0% Δp: -45.830% + 5.0% Δp: -75.458% + 1.0% Δp: -98.595% + 0.1% Δp: -99.993% +Minimum Δp: -100.000% +RMS Δp : 30.166 ± 0.089 % +Same top p: 65.259 ± 0.124 % diff --git a/scores/gemma-3-12b-it-iq3_m.tqa b/scores/gemma-3-12b-it-iq3_m.tqa new file mode 100644 index 0000000..74e54b9 --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_m.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_M.gguf (version GGUF V3 (latest)) + +Final result: 39.4667 +/- 1.7860 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 525.08 ms +llama_perf_context_print: prompt eval time = 127081.64 ms / 50067 tokens ( 2.54 ms per token, 393.98 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 129691.56 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_m.wng b/scores/gemma-3-12b-it-iq3_m.wng new file mode 100644 index 0000000..8c3b5df --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_m.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_M.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 67.4667 +/- 1.7119 + +llama_perf_context_print: load time = 522.07 ms +llama_perf_context_print: prompt eval time = 54601.23 ms / 21857 tokens ( 2.50 ms per token, 400.30 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 55373.40 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_s.arc b/scores/gemma-3-12b-it-iq3_s.arc new file mode 100644 index 0000000..708f4a3 --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_s.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_S.gguf (version GGUF V3 (latest)) + +Final result: 65.0667 +/- 1.7420 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2418.65 ms +llama_perf_context_print: prompt eval time = 88136.62 ms / 35749 tokens ( 2.47 ms per token, 405.61 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 89561.06 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_s.hsw b/scores/gemma-3-12b-it-iq3_s.hsw new file mode 100644 index 0000000..8f1415f --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_s.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_S.gguf (version GGUF V3 (latest)) + +750 74.80000000% [71.5718%, 77.7755%] + + +llama_perf_context_print: load time = 510.06 ms +llama_perf_context_print: prompt eval time = 312098.17 ms / 125814 tokens ( 2.48 ms per token, 403.12 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 317986.17 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_s.mmlu b/scores/gemma-3-12b-it-iq3_s.mmlu new file mode 100644 index 0000000..8f9ec55 --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_s.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_S.gguf (version GGUF V3 (latest)) + +Final result: 42.8000 +/- 1.8079 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 499.63 ms +llama_perf_context_print: prompt eval time = 160758.88 ms / 67555 tokens ( 2.38 ms per token, 420.23 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 162859.07 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_s.ppx b/scores/gemma-3-12b-it-iq3_s.ppx new file mode 100644 index 0000000..9bac424 --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_s.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 32.557804 ± 0.369351 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 80.53% +Mean ln(PPL(Q)/PPL(base)) : 1.281050 ± 0.006837 +Mean PPL(Q)/PPL(base) : 3.600418 ± 0.024617 +Mean PPL(Q)-PPL(base) : 23.515018 ± 0.314640 + +====== KL divergence statistics ====== +Mean KLD: 1.196823 ± 0.004146 +Maximum KLD: 24.545359 +99.9% KLD: 12.464450 +99.0% KLD: 8.054839 +99.0% KLD: 8.054839 +Median KLD: 0.702317 +10.0% KLD: 0.019899 + 5.0% KLD: 0.004923 + 1.0% KLD: 0.000363 +Minimum KLD: -0.000003 + +====== Token probability statistics ====== +Mean Δp: -6.314 ± 0.076 % +Maximum Δp: 99.585% +99.9% Δp: 90.128% +99.0% Δp: 66.718% +95.0% Δp: 36.821% +90.0% Δp: 19.531% +75.0% Δp: 1.614% +Median Δp: -0.338% +25.0% Δp: -9.890% +10.0% Δp: -44.374% + 5.0% Δp: -73.795% + 1.0% Δp: -98.369% + 0.1% Δp: -99.991% +Minimum Δp: -100.000% +RMS Δp : 29.810 ± 0.088 % +Same top p: 65.550 ± 0.124 % diff --git a/scores/gemma-3-12b-it-iq3_s.tqa b/scores/gemma-3-12b-it-iq3_s.tqa new file mode 100644 index 0000000..70562cc --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_s.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_S.gguf (version GGUF V3 (latest)) + +Final result: 40.4000 +/- 1.7930 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 509.01 ms +llama_perf_context_print: prompt eval time = 125818.94 ms / 50067 tokens ( 2.51 ms per token, 397.93 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 128433.23 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq3_s.wng b/scores/gemma-3-12b-it-iq3_s.wng new file mode 100644 index 0000000..2a0ca21 --- /dev/null +++ b/scores/gemma-3-12b-it-iq3_s.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ3_S.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 66.1333 +/- 1.7292 + +llama_perf_context_print: load time = 501.85 ms +llama_perf_context_print: prompt eval time = 53507.05 ms / 21857 tokens ( 2.45 ms per token, 408.49 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 54292.47 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq4_nl.arc b/scores/gemma-3-12b-it-iq4_nl.arc new file mode 100644 index 0000000..a8e32a8 --- /dev/null +++ b/scores/gemma-3-12b-it-iq4_nl.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ4_NL.gguf (version GGUF V3 (latest)) + +Final result: 68.2667 +/- 1.7007 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2844.87 ms +llama_perf_context_print: prompt eval time = 91988.56 ms / 35749 tokens ( 2.57 ms per token, 388.62 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 93449.81 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq4_nl.hsw b/scores/gemma-3-12b-it-iq4_nl.hsw new file mode 100644 index 0000000..55dfcd3 --- /dev/null +++ b/scores/gemma-3-12b-it-iq4_nl.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ4_NL.gguf (version GGUF V3 (latest)) + +750 75.46666667% [72.2626%, 78.4112%] + + +llama_perf_context_print: load time = 559.13 ms +llama_perf_context_print: prompt eval time = 328969.37 ms / 125814 tokens ( 2.61 ms per token, 382.45 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 334877.24 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq4_nl.mmlu b/scores/gemma-3-12b-it-iq4_nl.mmlu new file mode 100644 index 0000000..cc4fd3a --- /dev/null +++ b/scores/gemma-3-12b-it-iq4_nl.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ4_NL.gguf (version GGUF V3 (latest)) + +Final result: 42.6667 +/- 1.8072 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 571.85 ms +llama_perf_context_print: prompt eval time = 171936.29 ms / 67555 tokens ( 2.55 ms per token, 392.91 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 174058.79 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq4_nl.ppx b/scores/gemma-3-12b-it-iq4_nl.ppx new file mode 100644 index 0000000..ec9e3fd --- /dev/null +++ b/scores/gemma-3-12b-it-iq4_nl.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 36.879518 ± 0.436763 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 80.79% +Mean ln(PPL(Q)/PPL(base)) : 1.405689 ± 0.007174 +Mean PPL(Q)/PPL(base) : 4.078336 ± 0.029260 +Mean PPL(Q)-PPL(base) : 27.836733 ± 0.381333 + +====== KL divergence statistics ====== +Mean KLD: 1.190922 ± 0.004215 +Maximum KLD: 25.421314 +99.9% KLD: 13.739526 +99.0% KLD: 8.520005 +99.0% KLD: 8.520005 +Median KLD: 0.710480 +10.0% KLD: 0.017773 + 5.0% KLD: 0.003969 + 1.0% KLD: 0.000258 +Minimum KLD: -0.000003 + +====== Token probability statistics ====== +Mean Δp: -6.063 ± 0.075 % +Maximum Δp: 99.690% +99.9% Δp: 88.494% +99.0% Δp: 65.535% +95.0% Δp: 36.662% +90.0% Δp: 19.570% +75.0% Δp: 1.644% +Median Δp: -0.273% +25.0% Δp: -9.153% +10.0% Δp: -43.591% + 5.0% Δp: -73.479% + 1.0% Δp: -98.555% + 0.1% Δp: -99.995% +Minimum Δp: -100.000% +RMS Δp : 29.578 ± 0.088 % +Same top p: 66.655 ± 0.123 % diff --git a/scores/gemma-3-12b-it-iq4_nl.tqa b/scores/gemma-3-12b-it-iq4_nl.tqa new file mode 100644 index 0000000..e756d00 --- /dev/null +++ b/scores/gemma-3-12b-it-iq4_nl.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ4_NL.gguf (version GGUF V3 (latest)) + +Final result: 40.1333 +/- 1.7910 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 557.58 ms +llama_perf_context_print: prompt eval time = 133950.32 ms / 50067 tokens ( 2.68 ms per token, 373.77 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 136572.17 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-iq4_nl.wng b/scores/gemma-3-12b-it-iq4_nl.wng new file mode 100644 index 0000000..6ff7729 --- /dev/null +++ b/scores/gemma-3-12b-it-iq4_nl.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-IQ4_NL.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 68.5333 +/- 1.6968 + +llama_perf_context_print: load time = 558.43 ms +llama_perf_context_print: prompt eval time = 56861.97 ms / 21857 tokens ( 2.60 ms per token, 384.39 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 57651.50 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_l.arc b/scores/gemma-3-12b-it-q3_k_l.arc new file mode 100644 index 0000000..1ed0037 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_l.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_L.gguf (version GGUF V3 (latest)) + +Final result: 67.8667 +/- 1.7063 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2488.69 ms +llama_perf_context_print: prompt eval time = 93489.45 ms / 35749 tokens ( 2.62 ms per token, 382.39 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 94938.12 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_l.hsw b/scores/gemma-3-12b-it-q3_k_l.hsw new file mode 100644 index 0000000..113bf81 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_l.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_L.gguf (version GGUF V3 (latest)) + +750 75.73333333% [72.5391%, 78.6653%] + + +llama_perf_context_print: load time = 525.75 ms +llama_perf_context_print: prompt eval time = 338885.65 ms / 125814 tokens ( 2.69 ms per token, 371.26 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 344811.83 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_l.mmlu b/scores/gemma-3-12b-it-q3_k_l.mmlu new file mode 100644 index 0000000..4230700 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_l.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_L.gguf (version GGUF V3 (latest)) + +Final result: 42.5333 +/- 1.8065 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 523.91 ms +llama_perf_context_print: prompt eval time = 174640.97 ms / 67555 tokens ( 2.59 ms per token, 386.82 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 176748.74 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_l.ppx b/scores/gemma-3-12b-it-q3_k_l.ppx new file mode 100644 index 0000000..bbb52bc --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_l.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 33.537202 ± 0.371564 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 79.10% +Mean ln(PPL(Q)/PPL(base)) : 1.310688 ± 0.006832 +Mean PPL(Q)/PPL(base) : 3.708725 ± 0.025338 +Mean PPL(Q)-PPL(base) : 24.494416 ± 0.318026 + +====== KL divergence statistics ====== +Mean KLD: 1.263077 ± 0.004253 +Maximum KLD: 23.683029 +99.9% KLD: 12.829600 +99.0% KLD: 8.069357 +99.0% KLD: 8.069357 +Median KLD: 0.755642 +10.0% KLD: 0.018898 + 5.0% KLD: 0.004577 + 1.0% KLD: 0.000375 +Minimum KLD: -0.000003 + +====== Token probability statistics ====== +Mean Δp: -8.200 ± 0.078 % +Maximum Δp: 99.800% +99.9% Δp: 90.394% +99.0% Δp: 66.393% +95.0% Δp: 34.806% +90.0% Δp: 16.907% +75.0% Δp: 0.806% +Median Δp: -0.550% +25.0% Δp: -12.684% +10.0% Δp: -50.926% + 5.0% Δp: -77.962% + 1.0% Δp: -98.305% + 0.1% Δp: -99.990% +Minimum Δp: -100.000% +RMS Δp : 31.084 ± 0.088 % +Same top p: 62.253 ± 0.126 % diff --git a/scores/gemma-3-12b-it-q3_k_l.tqa b/scores/gemma-3-12b-it-q3_k_l.tqa new file mode 100644 index 0000000..75865bd --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_l.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_L.gguf (version GGUF V3 (latest)) + +Final result: 40.2667 +/- 1.7920 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 525.48 ms +llama_perf_context_print: prompt eval time = 136845.27 ms / 50067 tokens ( 2.73 ms per token, 365.87 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 139475.22 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_l.wng b/scores/gemma-3-12b-it-q3_k_l.wng new file mode 100644 index 0000000..c45b9c0 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_l.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_L.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 67.0667 +/- 1.7172 + +llama_perf_context_print: load time = 528.70 ms +llama_perf_context_print: prompt eval time = 58406.45 ms / 21857 tokens ( 2.67 ms per token, 374.22 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 59199.95 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_m.arc b/scores/gemma-3-12b-it-q3_k_m.arc new file mode 100644 index 0000000..01af87b --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_m.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_M.gguf (version GGUF V3 (latest)) + +Final result: 68.6667 +/- 1.6949 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2459.83 ms +llama_perf_context_print: prompt eval time = 93086.65 ms / 35749 tokens ( 2.60 ms per token, 384.04 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 94546.19 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_m.hsw b/scores/gemma-3-12b-it-q3_k_m.hsw new file mode 100644 index 0000000..ad500c9 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_m.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_M.gguf (version GGUF V3 (latest)) + +750 75.20000000% [71.9861%, 78.1570%] + + +llama_perf_context_print: load time = 506.32 ms +llama_perf_context_print: prompt eval time = 333957.19 ms / 125814 tokens ( 2.65 ms per token, 376.74 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 339911.25 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_m.mmlu b/scores/gemma-3-12b-it-q3_k_m.mmlu new file mode 100644 index 0000000..556469a --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_m.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_M.gguf (version GGUF V3 (latest)) + +Final result: 44.4000 +/- 1.8155 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 510.44 ms +llama_perf_context_print: prompt eval time = 172922.20 ms / 67555 tokens ( 2.56 ms per token, 390.67 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 175045.07 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_m.ppx b/scores/gemma-3-12b-it-q3_k_m.ppx new file mode 100644 index 0000000..5a39f63 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_m.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 34.029948 ± 0.376082 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 78.62% +Mean ln(PPL(Q)/PPL(base)) : 1.325274 ± 0.006875 +Mean PPL(Q)/PPL(base) : 3.763215 ± 0.025870 +Mean PPL(Q)-PPL(base) : 24.987163 ± 0.322907 + +====== KL divergence statistics ====== +Mean KLD: 1.300974 ± 0.004321 +Maximum KLD: 23.795326 +99.9% KLD: 12.854443 +99.0% KLD: 8.215378 +99.0% KLD: 8.215378 +Median KLD: 0.782525 +10.0% KLD: 0.019878 + 5.0% KLD: 0.004841 + 1.0% KLD: 0.000391 +Minimum KLD: -0.000001 + +====== Token probability statistics ====== +Mean Δp: -8.606 ± 0.079 % +Maximum Δp: 99.896% +99.9% Δp: 91.072% +99.0% Δp: 67.090% +95.0% Δp: 34.759% +90.0% Δp: 16.501% +75.0% Δp: 0.726% +Median Δp: -0.601% +25.0% Δp: -13.523% +10.0% Δp: -52.748% + 5.0% Δp: -79.067% + 1.0% Δp: -98.555% + 0.1% Δp: -99.990% +Minimum Δp: -100.000% +RMS Δp : 31.537 ± 0.088 % +Same top p: 61.420 ± 0.127 % diff --git a/scores/gemma-3-12b-it-q3_k_m.tqa b/scores/gemma-3-12b-it-q3_k_m.tqa new file mode 100644 index 0000000..48f8c54 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_m.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_M.gguf (version GGUF V3 (latest)) + +Final result: 40.0000 +/- 1.7900 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 504.87 ms +llama_perf_context_print: prompt eval time = 134889.64 ms / 50067 tokens ( 2.69 ms per token, 371.17 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 137522.13 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_m.wng b/scores/gemma-3-12b-it-q3_k_m.wng new file mode 100644 index 0000000..2a8c788 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_m.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_M.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 65.8667 +/- 1.7325 + +llama_perf_context_print: load time = 501.08 ms +llama_perf_context_print: prompt eval time = 56606.33 ms / 21857 tokens ( 2.59 ms per token, 386.12 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 57401.53 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_s.arc b/scores/gemma-3-12b-it-q3_k_s.arc new file mode 100644 index 0000000..750294e --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_s.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_S.gguf (version GGUF V3 (latest)) + +Final result: 67.6000 +/- 1.7100 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2303.10 ms +llama_perf_context_print: prompt eval time = 91534.38 ms / 35749 tokens ( 2.56 ms per token, 390.55 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 92983.34 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_s.hsw b/scores/gemma-3-12b-it-q3_k_s.hsw new file mode 100644 index 0000000..456c508 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_s.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_S.gguf (version GGUF V3 (latest)) + +750 75.20000000% [71.9861%, 78.1570%] + + +llama_perf_context_print: load time = 501.43 ms +llama_perf_context_print: prompt eval time = 325090.51 ms / 125814 tokens ( 2.58 ms per token, 387.01 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 331071.94 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_s.mmlu b/scores/gemma-3-12b-it-q3_k_s.mmlu new file mode 100644 index 0000000..895fdcf --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_s.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_S.gguf (version GGUF V3 (latest)) + +Final result: 43.7333 +/- 1.8126 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 508.75 ms +llama_perf_context_print: prompt eval time = 171219.64 ms / 67555 tokens ( 2.53 ms per token, 394.55 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 173347.99 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_s.ppx b/scores/gemma-3-12b-it-q3_k_s.ppx new file mode 100644 index 0000000..d74d578 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_s.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 36.103787 ± 0.402250 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 77.13% +Mean ln(PPL(Q)/PPL(base)) : 1.384430 ± 0.007124 +Mean PPL(Q)/PPL(base) : 3.992551 ± 0.028445 +Mean PPL(Q)-PPL(base) : 27.061001 ± 0.350072 + +====== KL divergence statistics ====== +Mean KLD: 1.395578 ± 0.004559 +Maximum KLD: 24.088387 +99.9% KLD: 13.768757 +99.0% KLD: 8.603606 +99.0% KLD: 8.603606 +Median KLD: 0.858334 +10.0% KLD: 0.021285 + 5.0% KLD: 0.005174 + 1.0% KLD: 0.000393 +Minimum KLD: -0.000002 + +====== Token probability statistics ====== +Mean Δp: -9.212 ± 0.080 % +Maximum Δp: 99.844% +99.9% Δp: 91.248% +99.0% Δp: 67.876% +95.0% Δp: 34.787% +90.0% Δp: 16.139% +75.0% Δp: 0.593% +Median Δp: -0.696% +25.0% Δp: -14.997% +10.0% Δp: -54.930% + 5.0% Δp: -79.831% + 1.0% Δp: -98.568% + 0.1% Δp: -99.992% +Minimum Δp: -100.000% +RMS Δp : 32.089 ± 0.088 % +Same top p: 59.830 ± 0.128 % diff --git a/scores/gemma-3-12b-it-q3_k_s.tqa b/scores/gemma-3-12b-it-q3_k_s.tqa new file mode 100644 index 0000000..502cde8 --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_s.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_S.gguf (version GGUF V3 (latest)) + +Final result: 39.8667 +/- 1.7890 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 501.19 ms +llama_perf_context_print: prompt eval time = 132421.97 ms / 50067 tokens ( 2.64 ms per token, 378.09 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 135070.83 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q3_k_s.wng b/scores/gemma-3-12b-it-q3_k_s.wng new file mode 100644 index 0000000..b1feb2e --- /dev/null +++ b/scores/gemma-3-12b-it-q3_k_s.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q3_K_S.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 66.5333 +/- 1.7242 + +llama_perf_context_print: load time = 501.82 ms +llama_perf_context_print: prompt eval time = 56390.15 ms / 21857 tokens ( 2.58 ms per token, 387.60 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 57175.02 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_m.arc b/scores/gemma-3-12b-it-q4_k_m.arc new file mode 100644 index 0000000..80d23aa --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_m.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_M.gguf (version GGUF V3 (latest)) + +Final result: 69.8667 +/- 1.6766 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2958.46 ms +llama_perf_context_print: prompt eval time = 95508.61 ms / 35749 tokens ( 2.67 ms per token, 374.30 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 97132.91 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_m.hsw b/scores/gemma-3-12b-it-q4_k_m.hsw new file mode 100644 index 0000000..a4f8de7 --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_m.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_M.gguf (version GGUF V3 (latest)) + +750 77.46666667% [74.3409%, 80.3125%] + + +llama_perf_context_print: load time = 567.97 ms +llama_perf_context_print: prompt eval time = 339481.51 ms / 125814 tokens ( 2.70 ms per token, 370.61 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 345440.37 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_m.mmlu b/scores/gemma-3-12b-it-q4_k_m.mmlu new file mode 100644 index 0000000..8073031 --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_m.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_M.gguf (version GGUF V3 (latest)) + +Final result: 43.6000 +/- 1.8119 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 576.27 ms +llama_perf_context_print: prompt eval time = 176741.59 ms / 67555 tokens ( 2.62 ms per token, 382.22 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 178859.75 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_m.ppx b/scores/gemma-3-12b-it-q4_k_m.ppx new file mode 100644 index 0000000..49f33be --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_m.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 31.219358 ± 0.342580 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 80.83% +Mean ln(PPL(Q)/PPL(base)) : 1.239071 ± 0.006532 +Mean PPL(Q)/PPL(base) : 3.452405 ± 0.022552 +Mean PPL(Q)-PPL(base) : 22.176573 ± 0.287880 + +====== KL divergence statistics ====== +Mean KLD: 1.106608 ± 0.003932 +Maximum KLD: 20.797123 +99.9% KLD: 12.310450 +99.0% KLD: 7.690277 +99.0% KLD: 7.690277 +Median KLD: 0.642402 +10.0% KLD: 0.017366 + 5.0% KLD: 0.004376 + 1.0% KLD: 0.000366 +Minimum KLD: -0.000003 + +====== Token probability statistics ====== +Mean Δp: -7.494 ± 0.075 % +Maximum Δp: 99.726% +99.9% Δp: 87.733% +99.0% Δp: 63.430% +95.0% Δp: 33.085% +90.0% Δp: 16.533% +75.0% Δp: 0.946% +Median Δp: -0.461% +25.0% Δp: -11.162% +10.0% Δp: -47.083% + 5.0% Δp: -74.484% + 1.0% Δp: -98.197% + 0.1% Δp: -99.992% +Minimum Δp: -100.000% +RMS Δp : 29.739 ± 0.088 % +Same top p: 65.218 ± 0.124 % diff --git a/scores/gemma-3-12b-it-q4_k_m.tqa b/scores/gemma-3-12b-it-q4_k_m.tqa new file mode 100644 index 0000000..329d0e7 --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_m.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_M.gguf (version GGUF V3 (latest)) + +Final result: 40.8000 +/- 1.7958 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 569.78 ms +llama_perf_context_print: prompt eval time = 138110.48 ms / 50067 tokens ( 2.76 ms per token, 362.51 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 140746.53 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_m.wng b/scores/gemma-3-12b-it-q4_k_m.wng new file mode 100644 index 0000000..c4f9703 --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_m.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_M.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 68.4000 +/- 1.6988 + +llama_perf_context_print: load time = 573.82 ms +llama_perf_context_print: prompt eval time = 59035.21 ms / 21857 tokens ( 2.70 ms per token, 370.24 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 59825.11 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_s.arc b/scores/gemma-3-12b-it-q4_k_s.arc new file mode 100644 index 0000000..c69df45 --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_s.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_S.gguf (version GGUF V3 (latest)) + +Final result: 69.8667 +/- 1.6766 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 2939.37 ms +llama_perf_context_print: prompt eval time = 94796.83 ms / 35749 tokens ( 2.65 ms per token, 377.11 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 96249.68 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_s.hsw b/scores/gemma-3-12b-it-q4_k_s.hsw new file mode 100644 index 0000000..823a0b7 --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_s.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_S.gguf (version GGUF V3 (latest)) + +750 77.33333333% [74.2021%, 80.1860%] + + +llama_perf_context_print: load time = 567.43 ms +llama_perf_context_print: prompt eval time = 336113.08 ms / 125814 tokens ( 2.67 ms per token, 374.32 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 342078.71 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_s.mmlu b/scores/gemma-3-12b-it-q4_k_s.mmlu new file mode 100644 index 0000000..ca21ded --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_s.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_S.gguf (version GGUF V3 (latest)) + +Final result: 43.4667 +/- 1.8113 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 557.41 ms +llama_perf_context_print: prompt eval time = 175467.57 ms / 67555 tokens ( 2.60 ms per token, 385.00 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 177580.76 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_s.ppx b/scores/gemma-3-12b-it-q4_k_s.ppx new file mode 100644 index 0000000..40ecd02 --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_s.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 31.245217 ± 0.343080 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 80.86% +Mean ln(PPL(Q)/PPL(base)) : 1.239899 ± 0.006533 +Mean PPL(Q)/PPL(base) : 3.455265 ± 0.022573 +Mean PPL(Q)-PPL(base) : 22.202432 ± 0.288349 + +====== KL divergence statistics ====== +Mean KLD: 1.105266 ± 0.003926 +Maximum KLD: 20.987593 +99.9% KLD: 12.310256 +99.0% KLD: 7.698290 +99.0% KLD: 7.698290 +Median KLD: 0.643550 +10.0% KLD: 0.017519 + 5.0% KLD: 0.004389 + 1.0% KLD: 0.000363 +Minimum KLD: -0.000002 + +====== Token probability statistics ====== +Mean Δp: -7.460 ± 0.075 % +Maximum Δp: 99.266% +99.9% Δp: 87.347% +99.0% Δp: 63.610% +95.0% Δp: 33.077% +90.0% Δp: 16.572% +75.0% Δp: 0.938% +Median Δp: -0.465% +25.0% Δp: -11.152% +10.0% Δp: -46.828% + 5.0% Δp: -74.300% + 1.0% Δp: -98.187% + 0.1% Δp: -99.991% +Minimum Δp: -100.000% +RMS Δp : 29.698 ± 0.088 % +Same top p: 65.245 ± 0.124 % diff --git a/scores/gemma-3-12b-it-q4_k_s.tqa b/scores/gemma-3-12b-it-q4_k_s.tqa new file mode 100644 index 0000000..40f341a --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_s.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_S.gguf (version GGUF V3 (latest)) + +Final result: 40.8000 +/- 1.7958 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 580.69 ms +llama_perf_context_print: prompt eval time = 137720.71 ms / 50067 tokens ( 2.75 ms per token, 363.54 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 140323.32 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q4_k_s.wng b/scores/gemma-3-12b-it-q4_k_s.wng new file mode 100644 index 0000000..78358fa --- /dev/null +++ b/scores/gemma-3-12b-it-q4_k_s.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q4_K_S.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 69.6000 +/- 1.6807 + +llama_perf_context_print: load time = 571.52 ms +llama_perf_context_print: prompt eval time = 58871.14 ms / 21857 tokens ( 2.69 ms per token, 371.27 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 59658.60 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_m.arc b/scores/gemma-3-12b-it-q5_k_m.arc new file mode 100644 index 0000000..43ea73d --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_m.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_M.gguf (version GGUF V3 (latest)) + +Final result: 68.8000 +/- 1.6929 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 3504.83 ms +llama_perf_context_print: prompt eval time = 95720.53 ms / 35749 tokens ( 2.68 ms per token, 373.47 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 97175.56 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_m.hsw b/scores/gemma-3-12b-it-q5_k_m.hsw new file mode 100644 index 0000000..f028959 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_m.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_M.gguf (version GGUF V3 (latest)) + +750 77.86666667% [74.7577%, 80.6916%] + + +llama_perf_context_print: load time = 627.41 ms +llama_perf_context_print: prompt eval time = 342154.54 ms / 125814 tokens ( 2.72 ms per token, 367.71 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 348106.77 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_m.mmlu b/scores/gemma-3-12b-it-q5_k_m.mmlu new file mode 100644 index 0000000..5341a58 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_m.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_M.gguf (version GGUF V3 (latest)) + +Final result: 45.3333 +/- 1.8190 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 644.49 ms +llama_perf_context_print: prompt eval time = 177127.61 ms / 67555 tokens ( 2.62 ms per token, 381.39 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 179250.91 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_m.ppx b/scores/gemma-3-12b-it-q5_k_m.ppx new file mode 100644 index 0000000..b3b9ec8 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_m.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 30.668770 ± 0.335889 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 81.60% +Mean ln(PPL(Q)/PPL(base)) : 1.221278 ± 0.006415 +Mean PPL(Q)/PPL(base) : 3.391518 ± 0.021755 +Mean PPL(Q)-PPL(base) : 21.625984 ± 0.280606 + +====== KL divergence statistics ====== +Mean KLD: 1.039101 ± 0.003848 +Maximum KLD: 22.598866 +99.9% KLD: 12.543374 +99.0% KLD: 7.697062 +99.0% KLD: 7.697062 +Median KLD: 0.596171 +10.0% KLD: 0.017018 + 5.0% KLD: 0.004340 + 1.0% KLD: 0.000363 +Minimum KLD: -0.000000 + +====== Token probability statistics ====== +Mean Δp: -7.245 ± 0.074 % +Maximum Δp: 99.814% +99.9% Δp: 85.186% +99.0% Δp: 61.478% +95.0% Δp: 32.505% +90.0% Δp: 16.393% +75.0% Δp: 0.971% +Median Δp: -0.442% +25.0% Δp: -10.578% +10.0% Δp: -45.165% + 5.0% Δp: -72.951% + 1.0% Δp: -98.402% + 0.1% Δp: -99.994% +Minimum Δp: -100.000% +RMS Δp : 29.177 ± 0.088 % +Same top p: 66.780 ± 0.123 % diff --git a/scores/gemma-3-12b-it-q5_k_m.tqa b/scores/gemma-3-12b-it-q5_k_m.tqa new file mode 100644 index 0000000..0ee31e7 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_m.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_M.gguf (version GGUF V3 (latest)) + +Final result: 41.2000 +/- 1.7984 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 653.09 ms +llama_perf_context_print: prompt eval time = 137695.68 ms / 50067 tokens ( 2.75 ms per token, 363.61 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 140323.22 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_m.wng b/scores/gemma-3-12b-it-q5_k_m.wng new file mode 100644 index 0000000..4743fd4 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_m.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_M.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 68.8000 +/- 1.6929 + +llama_perf_context_print: load time = 647.06 ms +llama_perf_context_print: prompt eval time = 58456.53 ms / 21857 tokens ( 2.67 ms per token, 373.90 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 59248.75 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_s.arc b/scores/gemma-3-12b-it-q5_k_s.arc new file mode 100644 index 0000000..e3b1d06 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_s.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_S.gguf (version GGUF V3 (latest)) + +Final result: 68.9333 +/- 1.6909 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 3403.68 ms +llama_perf_context_print: prompt eval time = 94455.25 ms / 35749 tokens ( 2.64 ms per token, 378.48 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 95912.08 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_s.hsw b/scores/gemma-3-12b-it-q5_k_s.hsw new file mode 100644 index 0000000..eef44f3 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_s.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_S.gguf (version GGUF V3 (latest)) + +750 77.73333333% [74.6188%, 80.5653%] + + +llama_perf_context_print: load time = 627.98 ms +llama_perf_context_print: prompt eval time = 334461.40 ms / 125814 tokens ( 2.66 ms per token, 376.17 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 340403.29 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_s.mmlu b/scores/gemma-3-12b-it-q5_k_s.mmlu new file mode 100644 index 0000000..fb12538 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_s.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_S.gguf (version GGUF V3 (latest)) + +Final result: 45.0667 +/- 1.8180 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 666.76 ms +llama_perf_context_print: prompt eval time = 174509.11 ms / 67555 tokens ( 2.58 ms per token, 387.11 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 176638.86 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_s.ppx b/scores/gemma-3-12b-it-q5_k_s.ppx new file mode 100644 index 0000000..d02cff6 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_s.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 30.644285 ± 0.335716 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 81.62% +Mean ln(PPL(Q)/PPL(base)) : 1.220479 ± 0.006413 +Mean PPL(Q)/PPL(base) : 3.388810 ± 0.021733 +Mean PPL(Q)-PPL(base) : 21.601499 ± 0.280413 + +====== KL divergence statistics ====== +Mean KLD: 1.038541 ± 0.003836 +Maximum KLD: 22.424044 +99.9% KLD: 12.381549 +99.0% KLD: 7.687484 +99.0% KLD: 7.687484 +Median KLD: 0.597444 +10.0% KLD: 0.016928 + 5.0% KLD: 0.004340 + 1.0% KLD: 0.000359 +Minimum KLD: -0.000003 + +====== Token probability statistics ====== +Mean Δp: -7.203 ± 0.074 % +Maximum Δp: 99.718% +99.9% Δp: 84.842% +99.0% Δp: 61.523% +95.0% Δp: 32.607% +90.0% Δp: 16.381% +75.0% Δp: 0.982% +Median Δp: -0.437% +25.0% Δp: -10.550% +10.0% Δp: -45.107% + 5.0% Δp: -72.871% + 1.0% Δp: -98.353% + 0.1% Δp: -99.993% +Minimum Δp: -100.000% +RMS Δp : 29.119 ± 0.088 % +Same top p: 66.765 ± 0.123 % diff --git a/scores/gemma-3-12b-it-q5_k_s.tqa b/scores/gemma-3-12b-it-q5_k_s.tqa new file mode 100644 index 0000000..d6e2c71 --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_s.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_S.gguf (version GGUF V3 (latest)) + +Final result: 41.3333 +/- 1.7993 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 633.84 ms +llama_perf_context_print: prompt eval time = 135548.17 ms / 50067 tokens ( 2.71 ms per token, 369.37 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 138178.93 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q5_k_s.wng b/scores/gemma-3-12b-it-q5_k_s.wng new file mode 100644 index 0000000..870d3ec --- /dev/null +++ b/scores/gemma-3-12b-it-q5_k_s.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q5_K_S.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 68.6667 +/- 1.6949 + +llama_perf_context_print: load time = 639.95 ms +llama_perf_context_print: prompt eval time = 57785.71 ms / 21857 tokens ( 2.64 ms per token, 378.24 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 58579.25 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q6_k.arc b/scores/gemma-3-12b-it-q6_k.arc new file mode 100644 index 0000000..f46b9c6 --- /dev/null +++ b/scores/gemma-3-12b-it-q6_k.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q6_K.gguf (version GGUF V3 (latest)) + +Final result: 68.9333 +/- 1.6909 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 4062.76 ms +llama_perf_context_print: prompt eval time = 95561.27 ms / 35749 tokens ( 2.67 ms per token, 374.10 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 97004.29 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q6_k.hsw b/scores/gemma-3-12b-it-q6_k.hsw new file mode 100644 index 0000000..f111678 --- /dev/null +++ b/scores/gemma-3-12b-it-q6_k.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q6_K.gguf (version GGUF V3 (latest)) + +750 78.66666667% [75.5926%, 81.4486%] + + +llama_perf_context_print: load time = 712.37 ms +llama_perf_context_print: prompt eval time = 341004.43 ms / 125814 tokens ( 2.71 ms per token, 368.95 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 346935.77 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q6_k.mmlu b/scores/gemma-3-12b-it-q6_k.mmlu new file mode 100644 index 0000000..f7e1668 --- /dev/null +++ b/scores/gemma-3-12b-it-q6_k.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q6_K.gguf (version GGUF V3 (latest)) + +Final result: 45.4667 +/- 1.8194 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 755.78 ms +llama_perf_context_print: prompt eval time = 181685.88 ms / 67555 tokens ( 2.69 ms per token, 371.82 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 183820.78 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q6_k.ppx b/scores/gemma-3-12b-it-q6_k.ppx new file mode 100644 index 0000000..b6c4362 --- /dev/null +++ b/scores/gemma-3-12b-it-q6_k.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 30.107026 ± 0.329175 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 81.96% +Mean ln(PPL(Q)/PPL(base)) : 1.202791 ± 0.006352 +Mean PPL(Q)/PPL(base) : 3.329397 ± 0.021147 +Mean PPL(Q)-PPL(base) : 21.064240 ± 0.273651 + +====== KL divergence statistics ====== +Mean KLD: 1.009233 ± 0.003785 +Maximum KLD: 22.312464 +99.9% KLD: 12.292943 +99.0% KLD: 7.613831 +99.0% KLD: 7.613831 +Median KLD: 0.574097 +10.0% KLD: 0.016605 + 5.0% KLD: 0.004251 + 1.0% KLD: 0.000354 +Minimum KLD: -0.000000 + +====== Token probability statistics ====== +Mean Δp: -7.022 ± 0.073 % +Maximum Δp: 99.488% +99.9% Δp: 84.278% +99.0% Δp: 60.487% +95.0% Δp: 32.046% +90.0% Δp: 16.402% +75.0% Δp: 1.023% +Median Δp: -0.418% +25.0% Δp: -10.160% +10.0% Δp: -43.946% + 5.0% Δp: -72.034% + 1.0% Δp: -98.340% + 0.1% Δp: -99.994% +Minimum Δp: -100.000% +RMS Δp : 28.800 ± 0.088 % +Same top p: 67.476 ± 0.122 % diff --git a/scores/gemma-3-12b-it-q6_k.tqa b/scores/gemma-3-12b-it-q6_k.tqa new file mode 100644 index 0000000..2d0e1e6 --- /dev/null +++ b/scores/gemma-3-12b-it-q6_k.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q6_K.gguf (version GGUF V3 (latest)) + +Final result: 40.8000 +/- 1.7958 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 719.91 ms +llama_perf_context_print: prompt eval time = 141181.13 ms / 50067 tokens ( 2.82 ms per token, 354.63 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 143821.77 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q6_k.wng b/scores/gemma-3-12b-it-q6_k.wng new file mode 100644 index 0000000..51ec1ad --- /dev/null +++ b/scores/gemma-3-12b-it-q6_k.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q6_K.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 68.6667 +/- 1.6949 + +llama_perf_context_print: load time = 720.44 ms +llama_perf_context_print: prompt eval time = 59839.70 ms / 21857 tokens ( 2.74 ms per token, 365.26 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 60641.60 ms / 21858 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q8_0.arc b/scores/gemma-3-12b-it-q8_0.arc new file mode 100644 index 0000000..1e78c1f --- /dev/null +++ b/scores/gemma-3-12b-it-q8_0.arc @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q8_0.gguf (version GGUF V3 (latest)) + +Final result: 68.8000 +/- 1.6929 +Random chance: 25.0083 +/- 1.5824 + + +llama_perf_context_print: load time = 5336.21 ms +llama_perf_context_print: prompt eval time = 90355.25 ms / 35749 tokens ( 2.53 ms per token, 395.65 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 91808.86 ms / 35750 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q8_0.hsw b/scores/gemma-3-12b-it-q8_0.hsw new file mode 100644 index 0000000..d88e51a --- /dev/null +++ b/scores/gemma-3-12b-it-q8_0.hsw @@ -0,0 +1,12 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q8_0.gguf (version GGUF V3 (latest)) + +750 78.40000000% [75.3141%, 81.1964%] + + +llama_perf_context_print: load time = 857.12 ms +llama_perf_context_print: prompt eval time = 326655.40 ms / 125814 tokens ( 2.60 ms per token, 385.16 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 332582.43 ms / 125815 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q8_0.mmlu b/scores/gemma-3-12b-it-q8_0.mmlu new file mode 100644 index 0000000..4a1bd74 --- /dev/null +++ b/scores/gemma-3-12b-it-q8_0.mmlu @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q8_0.gguf (version GGUF V3 (latest)) + +Final result: 45.4667 +/- 1.8194 +Random chance: 25.0000 +/- 1.5822 + + +llama_perf_context_print: load time = 847.03 ms +llama_perf_context_print: prompt eval time = 167726.56 ms / 67555 tokens ( 2.48 ms per token, 402.77 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 169830.02 ms / 67556 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q8_0.ppx b/scores/gemma-3-12b-it-q8_0.ppx new file mode 100644 index 0000000..c5aecc3 --- /dev/null +++ b/scores/gemma-3-12b-it-q8_0.ppx @@ -0,0 +1,37 @@ +====== Perplexity statistics ====== +Mean PPL(Q) : 30.014168 ± 0.327772 +Mean PPL(base) : 9.042786 ± 0.071503 +Cor(ln(PPL(Q)), ln(PPL(base))): 82.04% +Mean ln(PPL(Q)/PPL(base)) : 1.199702 ± 0.006332 +Mean PPL(Q)/PPL(base) : 3.319129 ± 0.021018 +Mean PPL(Q)-PPL(base) : 20.971382 ± 0.272199 + +====== KL divergence statistics ====== +Mean KLD: 1.004325 ± 0.003776 +Maximum KLD: 22.233902 +99.9% KLD: 12.361748 +99.0% KLD: 7.606510 +99.0% KLD: 7.606510 +Median KLD: 0.570352 +10.0% KLD: 0.016693 + 5.0% KLD: 0.004282 + 1.0% KLD: 0.000351 +Minimum KLD: -0.000003 + +====== Token probability statistics ====== +Mean Δp: -7.018 ± 0.073 % +Maximum Δp: 99.437% +99.9% Δp: 83.997% +99.0% Δp: 60.615% +95.0% Δp: 32.020% +90.0% Δp: 16.340% +75.0% Δp: 1.021% +Median Δp: -0.417% +25.0% Δp: -10.112% +10.0% Δp: -43.816% + 5.0% Δp: -71.991% + 1.0% Δp: -98.342% + 0.1% Δp: -99.994% +Minimum Δp: -100.000% +RMS Δp : 28.772 ± 0.088 % +Same top p: 67.589 ± 0.122 % diff --git a/scores/gemma-3-12b-it-q8_0.tqa b/scores/gemma-3-12b-it-q8_0.tqa new file mode 100644 index 0000000..1591a1e --- /dev/null +++ b/scores/gemma-3-12b-it-q8_0.tqa @@ -0,0 +1,13 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q8_0.gguf (version GGUF V3 (latest)) + +Final result: 41.7333 +/- 1.8018 +Random chance: 19.8992 +/- 1.4588 + + +llama_perf_context_print: load time = 861.28 ms +llama_perf_context_print: prompt eval time = 133009.67 ms / 50067 tokens ( 2.66 ms per token, 376.42 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 135633.15 ms / 50068 tokens +ggml_metal_free: deallocating diff --git a/scores/gemma-3-12b-it-q8_0.wng b/scores/gemma-3-12b-it-q8_0.wng new file mode 100644 index 0000000..62a437c --- /dev/null +++ b/scores/gemma-3-12b-it-q8_0.wng @@ -0,0 +1,11 @@ +build: 5540 (291f2b69) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0 +llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free +llama_model_loader: loaded meta data with 45 key-value pairs and 600 tensors from ./gemma-3-12b-it-Q8_0.gguf (version GGUF V3 (latest)) + +Final Winogrande score(750 tasks): 68.8000 +/- 1.6929 + +llama_perf_context_print: load time = 853.87 ms +llama_perf_context_print: prompt eval time = 55909.06 ms / 21857 tokens ( 2.56 ms per token, 390.94 tokens per second) +llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second) +llama_perf_context_print: total time = 56690.38 ms / 21858 tokens +ggml_metal_free: deallocating