Instructions to use eaddario/gemma-4-26B-A4B-it-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use eaddario/gemma-4-26B-A4B-it-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16 # Run inference directly in the terminal: llama cli -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16 # Run inference directly in the terminal: llama cli -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16
Use Docker
docker model run hf.co/eaddario/gemma-4-26B-A4B-it-GGUF:F16
- LM Studio
- Jan
- Ollama
How to use eaddario/gemma-4-26B-A4B-it-GGUF with Ollama:
ollama run hf.co/eaddario/gemma-4-26B-A4B-it-GGUF:F16
- Unsloth Desktop
- Pi
How to use eaddario/gemma-4-26B-A4B-it-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "eaddario/gemma-4-26B-A4B-it-GGUF:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use eaddario/gemma-4-26B-A4B-it-GGUF with Docker Model Runner:
docker model run hf.co/eaddario/gemma-4-26B-A4B-it-GGUF:F16
- Lemonade
How to use eaddario/gemma-4-26B-A4B-it-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull eaddario/gemma-4-26B-A4B-it-GGUF:F16
Run and chat with the model
lemonade run user.gemma-4-26B-A4B-it-GGUF-F16
List all available models
lemonade list
- Hermes Agent
How to use eaddario/gemma-4-26B-A4B-it-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default eaddario/gemma-4-26B-A4B-it-GGUF:F16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use eaddario/gemma-4-26B-A4B-it-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf eaddario/gemma-4-26B-A4B-it-GGUF:F16
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "eaddario/gemma-4-26B-A4B-it-GGUF:F16" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Add GGUF internal file structure
Browse files- scores/gemma-4-26B-A4B-it-F16.md +0 -0
- scores/gemma-4-26B-A4B-it-Q2_K.md +0 -0
- scores/gemma-4-26B-A4B-it-Q3_K.md +0 -0
- scores/gemma-4-26B-A4B-it-Q4_K.md +0 -0
- scores/gemma-4-26B-A4B-it-Q5_K.md +0 -0
- scores/gemma-4-26B-A4B-it-Q6_K.md +0 -0
- scores/gemma-4-26B-A4B-it-Q7_K.md +0 -0
- scores/gemma-4-26B-A4B-it-Q8_0.md +0 -0
- scores/mmproj-gemma-4-26B-A4B-it-F16.md +776 -0
- scores/mmproj-gemma-4-26B-A4B-it-F32.md +776 -0
scores/gemma-4-26B-A4B-it-F16.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/gemma-4-26B-A4B-it-Q2_K.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/gemma-4-26B-A4B-it-Q3_K.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/gemma-4-26B-A4B-it-Q4_K.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/gemma-4-26B-A4B-it-Q5_K.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/gemma-4-26B-A4B-it-Q6_K.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/gemma-4-26B-A4B-it-Q7_K.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/gemma-4-26B-A4B-it-Q8_0.md
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
scores/mmproj-gemma-4-26B-A4B-it-F16.md
ADDED
|
@@ -0,0 +1,776 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# mmproj-gemma-4-26B-A4B-it-F16.gguf - GGUF Internal File Dump
|
| 2 |
+
|
| 3 |
+
- Endian: LITTLE endian
|
| 4 |
+
|
| 5 |
+
## Key Value Metadata Store
|
| 6 |
+
|
| 7 |
+
There are 29 key-value pairs in this file
|
| 8 |
+
|
| 9 |
+
| POS | TYPE | Count | Key | Value |
|
| 10 |
+
|----:|:----------|------:|:-----------------------------------------|:---------------------------------------------------|
|
| 11 |
+
| 1 | UINT32 | 1 | GGUF.version | 3 |
|
| 12 |
+
| 2 | UINT64 | 1 | GGUF.tensor_count | 356 |
|
| 13 |
+
| 3 | UINT64 | 1 | GGUF.kv_count | 26 |
|
| 14 |
+
| 4 | STRING | 1 | general.architecture | `clip` |
|
| 15 |
+
| 5 | STRING | 1 | general.type | `mmproj` |
|
| 16 |
+
| 6 | INT32 | 1 | general.sampling.top_k | 64 |
|
| 17 |
+
| 7 | FLOAT32 | 1 | general.sampling.top_p | 0.95 |
|
| 18 |
+
| 8 | FLOAT32 | 1 | general.sampling.temp | 1.0 |
|
| 19 |
+
| 9 | STRING | 1 | general.name | `Gemma 4 26B A4B It` |
|
| 20 |
+
| 10 | STRING | 1 | general.finetune | `26b-it` |
|
| 21 |
+
| 11 | STRING | 1 | general.basename | `gemma-4` |
|
| 22 |
+
| 12 | STRING | 1 | general.size_label | `A4B` |
|
| 23 |
+
| 13 | STRING | 1 | general.license | `apache-2.0` |
|
| 24 |
+
| 14 | STRING | 1 | general.license.link | `https://ai.google.dev/gemma/docs/gemma_4_license` |
|
| 25 |
+
| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] |
|
| 26 |
+
| 16 | UINT32 | 1 | general.file_type | 1 |
|
| 27 |
+
| 17 | BOOL | 1 | clip.has_vision_encoder | True |
|
| 28 |
+
| 18 | UINT32 | 1 | clip.vision.projection_dim | 2816 |
|
| 29 |
+
| 19 | UINT32 | 1 | clip.vision.image_size | 224 |
|
| 30 |
+
| 20 | UINT32 | 1 | clip.vision.patch_size | 16 |
|
| 31 |
+
| 21 | UINT32 | 1 | clip.vision.embedding_length | 1152 |
|
| 32 |
+
| 22 | UINT32 | 1 | clip.vision.feed_forward_length | 4304 |
|
| 33 |
+
| 23 | UINT32 | 1 | clip.vision.block_count | 27 |
|
| 34 |
+
| 24 | UINT32 | 1 | clip.vision.attention.head_count | 16 |
|
| 35 |
+
| 25 | [FLOAT32] | 3 | clip.vision.image_mean | [ 0.0, 0.0, 0.0 ] |
|
| 36 |
+
| 26 | [FLOAT32] | 3 | clip.vision.image_std | [ 1.0, 1.0, 1.0 ] |
|
| 37 |
+
| 27 | STRING | 1 | clip.vision.projector_type | `gemma4v` |
|
| 38 |
+
| 28 | FLOAT32 | 1 | clip.vision.attention.layer_norm_epsilon | 1e-06 |
|
| 39 |
+
| 29 | UINT32 | 1 | general.quantization_version | 2 |
|
| 40 |
+
|
| 41 |
+
## Tensors Overview ~573M Elements
|
| 42 |
+
|
| 43 |
+
Total number of elements in all tensors: 572794416 Elements
|
| 44 |
+
|
| 45 |
+
- [Base Tensor Group - ~573M Elements](#base)
|
| 46 |
+
|
| 47 |
+
### Tensor Data Offset
|
| 48 |
+
|
| 49 |
+
This table contains the offset and data segment relative to start of file
|
| 50 |
+
|
| 51 |
+
| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) |
|
| 52 |
+
|-----:|:-------------------------------|-----------------:|-----------------:|
|
| 53 |
+
| 0 | mm.input_projection.weight | 0x5820 | 0x630000 |
|
| 54 |
+
| 1 | v.blk.0.ln1.weight | 0x635820 | 0x1200 |
|
| 55 |
+
| 2 | v.blk.0.ffn_down.weight | 0x636a20 | 0x975000 |
|
| 56 |
+
| 3 | v.blk.0.ffn_gate.weight | 0xfaba20 | 0x975000 |
|
| 57 |
+
| 4 | v.blk.0.ffn_up.weight | 0x1920a20 | 0x975000 |
|
| 58 |
+
| 5 | v.blk.0.attn_post_norm.weight | 0x2295a20 | 0x1200 |
|
| 59 |
+
| 6 | v.blk.0.ffn_post_norm.weight | 0x2296c20 | 0x1200 |
|
| 60 |
+
| 7 | v.blk.0.ln2.weight | 0x2297e20 | 0x1200 |
|
| 61 |
+
| 8 | v.blk.0.attn_k_norm.weight | 0x2299020 | 0x120 |
|
| 62 |
+
| 9 | v.blk.0.attn_k.weight | 0x2299140 | 0x288000 |
|
| 63 |
+
| 10 | v.blk.0.attn_out.weight | 0x2521140 | 0x288000 |
|
| 64 |
+
| 11 | v.blk.0.attn_q_norm.weight | 0x27a9140 | 0x120 |
|
| 65 |
+
| 12 | v.blk.0.attn_q.weight | 0x27a9260 | 0x288000 |
|
| 66 |
+
| 13 | v.blk.0.attn_v.weight | 0x2a31260 | 0x288000 |
|
| 67 |
+
| 14 | v.blk.1.ln1.weight | 0x2cb9260 | 0x1200 |
|
| 68 |
+
| 15 | v.blk.1.ffn_down.weight | 0x2cba460 | 0x975000 |
|
| 69 |
+
| 16 | v.blk.1.ffn_gate.weight | 0x362f460 | 0x975000 |
|
| 70 |
+
| 17 | v.blk.1.ffn_up.weight | 0x3fa4460 | 0x975000 |
|
| 71 |
+
| 18 | v.blk.1.attn_post_norm.weight | 0x4919460 | 0x1200 |
|
| 72 |
+
| 19 | v.blk.1.ffn_post_norm.weight | 0x491a660 | 0x1200 |
|
| 73 |
+
| 20 | v.blk.1.ln2.weight | 0x491b860 | 0x1200 |
|
| 74 |
+
| 21 | v.blk.1.attn_k_norm.weight | 0x491ca60 | 0x120 |
|
| 75 |
+
| 22 | v.blk.1.attn_k.weight | 0x491cb80 | 0x288000 |
|
| 76 |
+
| 23 | v.blk.1.attn_out.weight | 0x4ba4b80 | 0x288000 |
|
| 77 |
+
| 24 | v.blk.1.attn_q_norm.weight | 0x4e2cb80 | 0x120 |
|
| 78 |
+
| 25 | v.blk.1.attn_q.weight | 0x4e2cca0 | 0x288000 |
|
| 79 |
+
| 26 | v.blk.1.attn_v.weight | 0x50b4ca0 | 0x288000 |
|
| 80 |
+
| 27 | v.blk.10.ln1.weight | 0x533cca0 | 0x1200 |
|
| 81 |
+
| 28 | v.blk.10.ffn_down.weight | 0x533dea0 | 0x975000 |
|
| 82 |
+
| 29 | v.blk.10.ffn_gate.weight | 0x5cb2ea0 | 0x975000 |
|
| 83 |
+
| 30 | v.blk.10.ffn_up.weight | 0x6627ea0 | 0x975000 |
|
| 84 |
+
| 31 | v.blk.10.attn_post_norm.weight | 0x6f9cea0 | 0x1200 |
|
| 85 |
+
| 32 | v.blk.10.ffn_post_norm.weight | 0x6f9e0a0 | 0x1200 |
|
| 86 |
+
| 33 | v.blk.10.ln2.weight | 0x6f9f2a0 | 0x1200 |
|
| 87 |
+
| 34 | v.blk.10.attn_k_norm.weight | 0x6fa04a0 | 0x120 |
|
| 88 |
+
| 35 | v.blk.10.attn_k.weight | 0x6fa05c0 | 0x288000 |
|
| 89 |
+
| 36 | v.blk.10.attn_out.weight | 0x72285c0 | 0x288000 |
|
| 90 |
+
| 37 | v.blk.10.attn_q_norm.weight | 0x74b05c0 | 0x120 |
|
| 91 |
+
| 38 | v.blk.10.attn_q.weight | 0x74b06e0 | 0x288000 |
|
| 92 |
+
| 39 | v.blk.10.attn_v.weight | 0x77386e0 | 0x288000 |
|
| 93 |
+
| 40 | v.blk.11.ln1.weight | 0x79c06e0 | 0x1200 |
|
| 94 |
+
| 41 | v.blk.11.ffn_down.weight | 0x79c18e0 | 0x975000 |
|
| 95 |
+
| 42 | v.blk.11.ffn_gate.weight | 0x83368e0 | 0x975000 |
|
| 96 |
+
| 43 | v.blk.11.ffn_up.weight | 0x8cab8e0 | 0x975000 |
|
| 97 |
+
| 44 | v.blk.11.attn_post_norm.weight | 0x96208e0 | 0x1200 |
|
| 98 |
+
| 45 | v.blk.11.ffn_post_norm.weight | 0x9621ae0 | 0x1200 |
|
| 99 |
+
| 46 | v.blk.11.ln2.weight | 0x9622ce0 | 0x1200 |
|
| 100 |
+
| 47 | v.blk.11.attn_k_norm.weight | 0x9623ee0 | 0x120 |
|
| 101 |
+
| 48 | v.blk.11.attn_k.weight | 0x9624000 | 0x288000 |
|
| 102 |
+
| 49 | v.blk.11.attn_out.weight | 0x98ac000 | 0x288000 |
|
| 103 |
+
| 50 | v.blk.11.attn_q_norm.weight | 0x9b34000 | 0x120 |
|
| 104 |
+
| 51 | v.blk.11.attn_q.weight | 0x9b34120 | 0x288000 |
|
| 105 |
+
| 52 | v.blk.11.attn_v.weight | 0x9dbc120 | 0x288000 |
|
| 106 |
+
| 53 | v.blk.12.ln1.weight | 0xa044120 | 0x1200 |
|
| 107 |
+
| 54 | v.blk.12.ffn_down.weight | 0xa045320 | 0x975000 |
|
| 108 |
+
| 55 | v.blk.12.ffn_gate.weight | 0xa9ba320 | 0x975000 |
|
| 109 |
+
| 56 | v.blk.12.ffn_up.weight | 0xb32f320 | 0x975000 |
|
| 110 |
+
| 57 | v.blk.12.attn_post_norm.weight | 0xbca4320 | 0x1200 |
|
| 111 |
+
| 58 | v.blk.12.ffn_post_norm.weight | 0xbca5520 | 0x1200 |
|
| 112 |
+
| 59 | v.blk.12.ln2.weight | 0xbca6720 | 0x1200 |
|
| 113 |
+
| 60 | v.blk.12.attn_k_norm.weight | 0xbca7920 | 0x120 |
|
| 114 |
+
| 61 | v.blk.12.attn_k.weight | 0xbca7a40 | 0x288000 |
|
| 115 |
+
| 62 | v.blk.12.attn_out.weight | 0xbf2fa40 | 0x288000 |
|
| 116 |
+
| 63 | v.blk.12.attn_q_norm.weight | 0xc1b7a40 | 0x120 |
|
| 117 |
+
| 64 | v.blk.12.attn_q.weight | 0xc1b7b60 | 0x288000 |
|
| 118 |
+
| 65 | v.blk.12.attn_v.weight | 0xc43fb60 | 0x288000 |
|
| 119 |
+
| 66 | v.blk.13.ln1.weight | 0xc6c7b60 | 0x1200 |
|
| 120 |
+
| 67 | v.blk.13.ffn_down.weight | 0xc6c8d60 | 0x975000 |
|
| 121 |
+
| 68 | v.blk.13.ffn_gate.weight | 0xd03dd60 | 0x975000 |
|
| 122 |
+
| 69 | v.blk.13.ffn_up.weight | 0xd9b2d60 | 0x975000 |
|
| 123 |
+
| 70 | v.blk.13.attn_post_norm.weight | 0xe327d60 | 0x1200 |
|
| 124 |
+
| 71 | v.blk.13.ffn_post_norm.weight | 0xe328f60 | 0x1200 |
|
| 125 |
+
| 72 | v.blk.13.ln2.weight | 0xe32a160 | 0x1200 |
|
| 126 |
+
| 73 | v.blk.13.attn_k_norm.weight | 0xe32b360 | 0x120 |
|
| 127 |
+
| 74 | v.blk.13.attn_k.weight | 0xe32b480 | 0x288000 |
|
| 128 |
+
| 75 | v.blk.13.attn_out.weight | 0xe5b3480 | 0x288000 |
|
| 129 |
+
| 76 | v.blk.13.attn_q_norm.weight | 0xe83b480 | 0x120 |
|
| 130 |
+
| 77 | v.blk.13.attn_q.weight | 0xe83b5a0 | 0x288000 |
|
| 131 |
+
| 78 | v.blk.13.attn_v.weight | 0xeac35a0 | 0x288000 |
|
| 132 |
+
| 79 | v.blk.14.ln1.weight | 0xed4b5a0 | 0x1200 |
|
| 133 |
+
| 80 | v.blk.14.ffn_down.weight | 0xed4c7a0 | 0x975000 |
|
| 134 |
+
| 81 | v.blk.14.ffn_gate.weight | 0xf6c17a0 | 0x975000 |
|
| 135 |
+
| 82 | v.blk.14.ffn_up.weight | 0x100367a0 | 0x975000 |
|
| 136 |
+
| 83 | v.blk.14.attn_post_norm.weight | 0x109ab7a0 | 0x1200 |
|
| 137 |
+
| 84 | v.blk.14.ffn_post_norm.weight | 0x109ac9a0 | 0x1200 |
|
| 138 |
+
| 85 | v.blk.14.ln2.weight | 0x109adba0 | 0x1200 |
|
| 139 |
+
| 86 | v.blk.14.attn_k_norm.weight | 0x109aeda0 | 0x120 |
|
| 140 |
+
| 87 | v.blk.14.attn_k.weight | 0x109aeec0 | 0x288000 |
|
| 141 |
+
| 88 | v.blk.14.attn_out.weight | 0x10c36ec0 | 0x288000 |
|
| 142 |
+
| 89 | v.blk.14.attn_q_norm.weight | 0x10ebeec0 | 0x120 |
|
| 143 |
+
| 90 | v.blk.14.attn_q.weight | 0x10ebefe0 | 0x288000 |
|
| 144 |
+
| 91 | v.blk.14.attn_v.weight | 0x11146fe0 | 0x288000 |
|
| 145 |
+
| 92 | v.blk.15.ln1.weight | 0x113cefe0 | 0x1200 |
|
| 146 |
+
| 93 | v.blk.15.ffn_down.weight | 0x113d01e0 | 0x975000 |
|
| 147 |
+
| 94 | v.blk.15.ffn_gate.weight | 0x11d451e0 | 0x975000 |
|
| 148 |
+
| 95 | v.blk.15.ffn_up.weight | 0x126ba1e0 | 0x975000 |
|
| 149 |
+
| 96 | v.blk.15.attn_post_norm.weight | 0x1302f1e0 | 0x1200 |
|
| 150 |
+
| 97 | v.blk.15.ffn_post_norm.weight | 0x130303e0 | 0x1200 |
|
| 151 |
+
| 98 | v.blk.15.ln2.weight | 0x130315e0 | 0x1200 |
|
| 152 |
+
| 99 | v.blk.15.attn_k_norm.weight | 0x130327e0 | 0x120 |
|
| 153 |
+
| 100 | v.blk.15.attn_k.weight | 0x13032900 | 0x288000 |
|
| 154 |
+
| 101 | v.blk.15.attn_out.weight | 0x132ba900 | 0x288000 |
|
| 155 |
+
| 102 | v.blk.15.attn_q_norm.weight | 0x13542900 | 0x120 |
|
| 156 |
+
| 103 | v.blk.15.attn_q.weight | 0x13542a20 | 0x288000 |
|
| 157 |
+
| 104 | v.blk.15.attn_v.weight | 0x137caa20 | 0x288000 |
|
| 158 |
+
| 105 | v.blk.16.ln1.weight | 0x13a52a20 | 0x1200 |
|
| 159 |
+
| 106 | v.blk.16.ffn_down.weight | 0x13a53c20 | 0x975000 |
|
| 160 |
+
| 107 | v.blk.16.ffn_gate.weight | 0x143c8c20 | 0x975000 |
|
| 161 |
+
| 108 | v.blk.16.ffn_up.weight | 0x14d3dc20 | 0x975000 |
|
| 162 |
+
| 109 | v.blk.16.attn_post_norm.weight | 0x156b2c20 | 0x1200 |
|
| 163 |
+
| 110 | v.blk.16.ffn_post_norm.weight | 0x156b3e20 | 0x1200 |
|
| 164 |
+
| 111 | v.blk.16.ln2.weight | 0x156b5020 | 0x1200 |
|
| 165 |
+
| 112 | v.blk.16.attn_k_norm.weight | 0x156b6220 | 0x120 |
|
| 166 |
+
| 113 | v.blk.16.attn_k.weight | 0x156b6340 | 0x288000 |
|
| 167 |
+
| 114 | v.blk.16.attn_out.weight | 0x1593e340 | 0x288000 |
|
| 168 |
+
| 115 | v.blk.16.attn_q_norm.weight | 0x15bc6340 | 0x120 |
|
| 169 |
+
| 116 | v.blk.16.attn_q.weight | 0x15bc6460 | 0x288000 |
|
| 170 |
+
| 117 | v.blk.16.attn_v.weight | 0x15e4e460 | 0x288000 |
|
| 171 |
+
| 118 | v.blk.17.ln1.weight | 0x160d6460 | 0x1200 |
|
| 172 |
+
| 119 | v.blk.17.ffn_down.weight | 0x160d7660 | 0x975000 |
|
| 173 |
+
| 120 | v.blk.17.ffn_gate.weight | 0x16a4c660 | 0x975000 |
|
| 174 |
+
| 121 | v.blk.17.ffn_up.weight | 0x173c1660 | 0x975000 |
|
| 175 |
+
| 122 | v.blk.17.attn_post_norm.weight | 0x17d36660 | 0x1200 |
|
| 176 |
+
| 123 | v.blk.17.ffn_post_norm.weight | 0x17d37860 | 0x1200 |
|
| 177 |
+
| 124 | v.blk.17.ln2.weight | 0x17d38a60 | 0x1200 |
|
| 178 |
+
| 125 | v.blk.17.attn_k_norm.weight | 0x17d39c60 | 0x120 |
|
| 179 |
+
| 126 | v.blk.17.attn_k.weight | 0x17d39d80 | 0x288000 |
|
| 180 |
+
| 127 | v.blk.17.attn_out.weight | 0x17fc1d80 | 0x288000 |
|
| 181 |
+
| 128 | v.blk.17.attn_q_norm.weight | 0x18249d80 | 0x120 |
|
| 182 |
+
| 129 | v.blk.17.attn_q.weight | 0x18249ea0 | 0x288000 |
|
| 183 |
+
| 130 | v.blk.17.attn_v.weight | 0x184d1ea0 | 0x288000 |
|
| 184 |
+
| 131 | v.blk.18.ln1.weight | 0x18759ea0 | 0x1200 |
|
| 185 |
+
| 132 | v.blk.18.ffn_down.weight | 0x1875b0a0 | 0x975000 |
|
| 186 |
+
| 133 | v.blk.18.ffn_gate.weight | 0x190d00a0 | 0x975000 |
|
| 187 |
+
| 134 | v.blk.18.ffn_up.weight | 0x19a450a0 | 0x975000 |
|
| 188 |
+
| 135 | v.blk.18.attn_post_norm.weight | 0x1a3ba0a0 | 0x1200 |
|
| 189 |
+
| 136 | v.blk.18.ffn_post_norm.weight | 0x1a3bb2a0 | 0x1200 |
|
| 190 |
+
| 137 | v.blk.18.ln2.weight | 0x1a3bc4a0 | 0x1200 |
|
| 191 |
+
| 138 | v.blk.18.attn_k_norm.weight | 0x1a3bd6a0 | 0x120 |
|
| 192 |
+
| 139 | v.blk.18.attn_k.weight | 0x1a3bd7c0 | 0x288000 |
|
| 193 |
+
| 140 | v.blk.18.attn_out.weight | 0x1a6457c0 | 0x288000 |
|
| 194 |
+
| 141 | v.blk.18.attn_q_norm.weight | 0x1a8cd7c0 | 0x120 |
|
| 195 |
+
| 142 | v.blk.18.attn_q.weight | 0x1a8cd8e0 | 0x288000 |
|
| 196 |
+
| 143 | v.blk.18.attn_v.weight | 0x1ab558e0 | 0x288000 |
|
| 197 |
+
| 144 | v.blk.19.ln1.weight | 0x1addd8e0 | 0x1200 |
|
| 198 |
+
| 145 | v.blk.19.ffn_down.weight | 0x1addeae0 | 0x975000 |
|
| 199 |
+
| 146 | v.blk.19.ffn_gate.weight | 0x1b753ae0 | 0x975000 |
|
| 200 |
+
| 147 | v.blk.19.ffn_up.weight | 0x1c0c8ae0 | 0x975000 |
|
| 201 |
+
| 148 | v.blk.19.attn_post_norm.weight | 0x1ca3dae0 | 0x1200 |
|
| 202 |
+
| 149 | v.blk.19.ffn_post_norm.weight | 0x1ca3ece0 | 0x1200 |
|
| 203 |
+
| 150 | v.blk.19.ln2.weight | 0x1ca3fee0 | 0x1200 |
|
| 204 |
+
| 151 | v.blk.19.attn_k_norm.weight | 0x1ca410e0 | 0x120 |
|
| 205 |
+
| 152 | v.blk.19.attn_k.weight | 0x1ca41200 | 0x288000 |
|
| 206 |
+
| 153 | v.blk.19.attn_out.weight | 0x1ccc9200 | 0x288000 |
|
| 207 |
+
| 154 | v.blk.19.attn_q_norm.weight | 0x1cf51200 | 0x120 |
|
| 208 |
+
| 155 | v.blk.19.attn_q.weight | 0x1cf51320 | 0x288000 |
|
| 209 |
+
| 156 | v.blk.19.attn_v.weight | 0x1d1d9320 | 0x288000 |
|
| 210 |
+
| 157 | v.blk.2.ln1.weight | 0x1d461320 | 0x1200 |
|
| 211 |
+
| 158 | v.blk.2.ffn_down.weight | 0x1d462520 | 0x975000 |
|
| 212 |
+
| 159 | v.blk.2.ffn_gate.weight | 0x1ddd7520 | 0x975000 |
|
| 213 |
+
| 160 | v.blk.2.ffn_up.weight | 0x1e74c520 | 0x975000 |
|
| 214 |
+
| 161 | v.blk.2.attn_post_norm.weight | 0x1f0c1520 | 0x1200 |
|
| 215 |
+
| 162 | v.blk.2.ffn_post_norm.weight | 0x1f0c2720 | 0x1200 |
|
| 216 |
+
| 163 | v.blk.2.ln2.weight | 0x1f0c3920 | 0x1200 |
|
| 217 |
+
| 164 | v.blk.2.attn_k_norm.weight | 0x1f0c4b20 | 0x120 |
|
| 218 |
+
| 165 | v.blk.2.attn_k.weight | 0x1f0c4c40 | 0x288000 |
|
| 219 |
+
| 166 | v.blk.2.attn_out.weight | 0x1f34cc40 | 0x288000 |
|
| 220 |
+
| 167 | v.blk.2.attn_q_norm.weight | 0x1f5d4c40 | 0x120 |
|
| 221 |
+
| 168 | v.blk.2.attn_q.weight | 0x1f5d4d60 | 0x288000 |
|
| 222 |
+
| 169 | v.blk.2.attn_v.weight | 0x1f85cd60 | 0x288000 |
|
| 223 |
+
| 170 | v.blk.20.ln1.weight | 0x1fae4d60 | 0x1200 |
|
| 224 |
+
| 171 | v.blk.20.ffn_down.weight | 0x1fae5f60 | 0x975000 |
|
| 225 |
+
| 172 | v.blk.20.ffn_gate.weight | 0x2045af60 | 0x975000 |
|
| 226 |
+
| 173 | v.blk.20.ffn_up.weight | 0x20dcff60 | 0x975000 |
|
| 227 |
+
| 174 | v.blk.20.attn_post_norm.weight | 0x21744f60 | 0x1200 |
|
| 228 |
+
| 175 | v.blk.20.ffn_post_norm.weight | 0x21746160 | 0x1200 |
|
| 229 |
+
| 176 | v.blk.20.ln2.weight | 0x21747360 | 0x1200 |
|
| 230 |
+
| 177 | v.blk.20.attn_k_norm.weight | 0x21748560 | 0x120 |
|
| 231 |
+
| 178 | v.blk.20.attn_k.weight | 0x21748680 | 0x288000 |
|
| 232 |
+
| 179 | v.blk.20.attn_out.weight | 0x219d0680 | 0x288000 |
|
| 233 |
+
| 180 | v.blk.20.attn_q_norm.weight | 0x21c58680 | 0x120 |
|
| 234 |
+
| 181 | v.blk.20.attn_q.weight | 0x21c587a0 | 0x288000 |
|
| 235 |
+
| 182 | v.blk.20.attn_v.weight | 0x21ee07a0 | 0x288000 |
|
| 236 |
+
| 183 | v.blk.21.ln1.weight | 0x221687a0 | 0x1200 |
|
| 237 |
+
| 184 | v.blk.21.ffn_down.weight | 0x221699a0 | 0x975000 |
|
| 238 |
+
| 185 | v.blk.21.ffn_gate.weight | 0x22ade9a0 | 0x975000 |
|
| 239 |
+
| 186 | v.blk.21.ffn_up.weight | 0x234539a0 | 0x975000 |
|
| 240 |
+
| 187 | v.blk.21.attn_post_norm.weight | 0x23dc89a0 | 0x1200 |
|
| 241 |
+
| 188 | v.blk.21.ffn_post_norm.weight | 0x23dc9ba0 | 0x1200 |
|
| 242 |
+
| 189 | v.blk.21.ln2.weight | 0x23dcada0 | 0x1200 |
|
| 243 |
+
| 190 | v.blk.21.attn_k_norm.weight | 0x23dcbfa0 | 0x120 |
|
| 244 |
+
| 191 | v.blk.21.attn_k.weight | 0x23dcc0c0 | 0x288000 |
|
| 245 |
+
| 192 | v.blk.21.attn_out.weight | 0x240540c0 | 0x288000 |
|
| 246 |
+
| 193 | v.blk.21.attn_q_norm.weight | 0x242dc0c0 | 0x120 |
|
| 247 |
+
| 194 | v.blk.21.attn_q.weight | 0x242dc1e0 | 0x288000 |
|
| 248 |
+
| 195 | v.blk.21.attn_v.weight | 0x245641e0 | 0x288000 |
|
| 249 |
+
| 196 | v.blk.22.ln1.weight | 0x247ec1e0 | 0x1200 |
|
| 250 |
+
| 197 | v.blk.22.ffn_down.weight | 0x247ed3e0 | 0x975000 |
|
| 251 |
+
| 198 | v.blk.22.ffn_gate.weight | 0x251623e0 | 0x975000 |
|
| 252 |
+
| 199 | v.blk.22.ffn_up.weight | 0x25ad73e0 | 0x975000 |
|
| 253 |
+
| 200 | v.blk.22.attn_post_norm.weight | 0x2644c3e0 | 0x1200 |
|
| 254 |
+
| 201 | v.blk.22.ffn_post_norm.weight | 0x2644d5e0 | 0x1200 |
|
| 255 |
+
| 202 | v.blk.22.ln2.weight | 0x2644e7e0 | 0x1200 |
|
| 256 |
+
| 203 | v.blk.22.attn_k_norm.weight | 0x2644f9e0 | 0x120 |
|
| 257 |
+
| 204 | v.blk.22.attn_k.weight | 0x2644fb00 | 0x288000 |
|
| 258 |
+
| 205 | v.blk.22.attn_out.weight | 0x266d7b00 | 0x288000 |
|
| 259 |
+
| 206 | v.blk.22.attn_q_norm.weight | 0x2695fb00 | 0x120 |
|
| 260 |
+
| 207 | v.blk.22.attn_q.weight | 0x2695fc20 | 0x288000 |
|
| 261 |
+
| 208 | v.blk.22.attn_v.weight | 0x26be7c20 | 0x288000 |
|
| 262 |
+
| 209 | v.blk.23.ln1.weight | 0x26e6fc20 | 0x1200 |
|
| 263 |
+
| 210 | v.blk.23.ffn_down.weight | 0x26e70e20 | 0x975000 |
|
| 264 |
+
| 211 | v.blk.23.ffn_gate.weight | 0x277e5e20 | 0x975000 |
|
| 265 |
+
| 212 | v.blk.23.ffn_up.weight | 0x2815ae20 | 0x975000 |
|
| 266 |
+
| 213 | v.blk.23.attn_post_norm.weight | 0x28acfe20 | 0x1200 |
|
| 267 |
+
| 214 | v.blk.23.ffn_post_norm.weight | 0x28ad1020 | 0x1200 |
|
| 268 |
+
| 215 | v.blk.23.ln2.weight | 0x28ad2220 | 0x1200 |
|
| 269 |
+
| 216 | v.blk.23.attn_k_norm.weight | 0x28ad3420 | 0x120 |
|
| 270 |
+
| 217 | v.blk.23.attn_k.weight | 0x28ad3540 | 0x288000 |
|
| 271 |
+
| 218 | v.blk.23.attn_out.weight | 0x28d5b540 | 0x288000 |
|
| 272 |
+
| 219 | v.blk.23.attn_q_norm.weight | 0x28fe3540 | 0x120 |
|
| 273 |
+
| 220 | v.blk.23.attn_q.weight | 0x28fe3660 | 0x288000 |
|
| 274 |
+
| 221 | v.blk.23.attn_v.weight | 0x2926b660 | 0x288000 |
|
| 275 |
+
| 222 | v.blk.24.ln1.weight | 0x294f3660 | 0x1200 |
|
| 276 |
+
| 223 | v.blk.24.ffn_down.weight | 0x294f4860 | 0x975000 |
|
| 277 |
+
| 224 | v.blk.24.ffn_gate.weight | 0x29e69860 | 0x975000 |
|
| 278 |
+
| 225 | v.blk.24.ffn_up.weight | 0x2a7de860 | 0x975000 |
|
| 279 |
+
| 226 | v.blk.24.attn_post_norm.weight | 0x2b153860 | 0x1200 |
|
| 280 |
+
| 227 | v.blk.24.ffn_post_norm.weight | 0x2b154a60 | 0x1200 |
|
| 281 |
+
| 228 | v.blk.24.ln2.weight | 0x2b155c60 | 0x1200 |
|
| 282 |
+
| 229 | v.blk.24.attn_k_norm.weight | 0x2b156e60 | 0x120 |
|
| 283 |
+
| 230 | v.blk.24.attn_k.weight | 0x2b156f80 | 0x288000 |
|
| 284 |
+
| 231 | v.blk.24.attn_out.weight | 0x2b3def80 | 0x288000 |
|
| 285 |
+
| 232 | v.blk.24.attn_q_norm.weight | 0x2b666f80 | 0x120 |
|
| 286 |
+
| 233 | v.blk.24.attn_q.weight | 0x2b6670a0 | 0x288000 |
|
| 287 |
+
| 234 | v.blk.24.attn_v.weight | 0x2b8ef0a0 | 0x288000 |
|
| 288 |
+
| 235 | v.blk.25.ln1.weight | 0x2bb770a0 | 0x1200 |
|
| 289 |
+
| 236 | v.blk.25.ffn_down.weight | 0x2bb782a0 | 0x975000 |
|
| 290 |
+
| 237 | v.blk.25.ffn_gate.weight | 0x2c4ed2a0 | 0x975000 |
|
| 291 |
+
| 238 | v.blk.25.ffn_up.weight | 0x2ce622a0 | 0x975000 |
|
| 292 |
+
| 239 | v.blk.25.attn_post_norm.weight | 0x2d7d72a0 | 0x1200 |
|
| 293 |
+
| 240 | v.blk.25.ffn_post_norm.weight | 0x2d7d84a0 | 0x1200 |
|
| 294 |
+
| 241 | v.blk.25.ln2.weight | 0x2d7d96a0 | 0x1200 |
|
| 295 |
+
| 242 | v.blk.25.attn_k_norm.weight | 0x2d7da8a0 | 0x120 |
|
| 296 |
+
| 243 | v.blk.25.attn_k.weight | 0x2d7da9c0 | 0x288000 |
|
| 297 |
+
| 244 | v.blk.25.attn_out.weight | 0x2da629c0 | 0x288000 |
|
| 298 |
+
| 245 | v.blk.25.attn_q_norm.weight | 0x2dcea9c0 | 0x120 |
|
| 299 |
+
| 246 | v.blk.25.attn_q.weight | 0x2dceaae0 | 0x288000 |
|
| 300 |
+
| 247 | v.blk.25.attn_v.weight | 0x2df72ae0 | 0x288000 |
|
| 301 |
+
| 248 | v.blk.26.ln1.weight | 0x2e1faae0 | 0x1200 |
|
| 302 |
+
| 249 | v.blk.26.ffn_down.weight | 0x2e1fbce0 | 0x975000 |
|
| 303 |
+
| 250 | v.blk.26.ffn_gate.weight | 0x2eb70ce0 | 0x975000 |
|
| 304 |
+
| 251 | v.blk.26.ffn_up.weight | 0x2f4e5ce0 | 0x975000 |
|
| 305 |
+
| 252 | v.blk.26.attn_post_norm.weight | 0x2fe5ace0 | 0x1200 |
|
| 306 |
+
| 253 | v.blk.26.ffn_post_norm.weight | 0x2fe5bee0 | 0x1200 |
|
| 307 |
+
| 254 | v.blk.26.ln2.weight | 0x2fe5d0e0 | 0x1200 |
|
| 308 |
+
| 255 | v.blk.26.attn_k_norm.weight | 0x2fe5e2e0 | 0x120 |
|
| 309 |
+
| 256 | v.blk.26.attn_k.weight | 0x2fe5e400 | 0x288000 |
|
| 310 |
+
| 257 | v.blk.26.attn_out.weight | 0x300e6400 | 0x288000 |
|
| 311 |
+
| 258 | v.blk.26.attn_q_norm.weight | 0x3036e400 | 0x120 |
|
| 312 |
+
| 259 | v.blk.26.attn_q.weight | 0x3036e520 | 0x288000 |
|
| 313 |
+
| 260 | v.blk.26.attn_v.weight | 0x305f6520 | 0x288000 |
|
| 314 |
+
| 261 | v.blk.3.ln1.weight | 0x3087e520 | 0x1200 |
|
| 315 |
+
| 262 | v.blk.3.ffn_down.weight | 0x3087f720 | 0x975000 |
|
| 316 |
+
| 263 | v.blk.3.ffn_gate.weight | 0x311f4720 | 0x975000 |
|
| 317 |
+
| 264 | v.blk.3.ffn_up.weight | 0x31b69720 | 0x975000 |
|
| 318 |
+
| 265 | v.blk.3.attn_post_norm.weight | 0x324de720 | 0x1200 |
|
| 319 |
+
| 266 | v.blk.3.ffn_post_norm.weight | 0x324df920 | 0x1200 |
|
| 320 |
+
| 267 | v.blk.3.ln2.weight | 0x324e0b20 | 0x1200 |
|
| 321 |
+
| 268 | v.blk.3.attn_k_norm.weight | 0x324e1d20 | 0x120 |
|
| 322 |
+
| 269 | v.blk.3.attn_k.weight | 0x324e1e40 | 0x288000 |
|
| 323 |
+
| 270 | v.blk.3.attn_out.weight | 0x32769e40 | 0x288000 |
|
| 324 |
+
| 271 | v.blk.3.attn_q_norm.weight | 0x329f1e40 | 0x120 |
|
| 325 |
+
| 272 | v.blk.3.attn_q.weight | 0x329f1f60 | 0x288000 |
|
| 326 |
+
| 273 | v.blk.3.attn_v.weight | 0x32c79f60 | 0x288000 |
|
| 327 |
+
| 274 | v.blk.4.ln1.weight | 0x32f01f60 | 0x1200 |
|
| 328 |
+
| 275 | v.blk.4.ffn_down.weight | 0x32f03160 | 0x975000 |
|
| 329 |
+
| 276 | v.blk.4.ffn_gate.weight | 0x33878160 | 0x975000 |
|
| 330 |
+
| 277 | v.blk.4.ffn_up.weight | 0x341ed160 | 0x975000 |
|
| 331 |
+
| 278 | v.blk.4.attn_post_norm.weight | 0x34b62160 | 0x1200 |
|
| 332 |
+
| 279 | v.blk.4.ffn_post_norm.weight | 0x34b63360 | 0x1200 |
|
| 333 |
+
| 280 | v.blk.4.ln2.weight | 0x34b64560 | 0x1200 |
|
| 334 |
+
| 281 | v.blk.4.attn_k_norm.weight | 0x34b65760 | 0x120 |
|
| 335 |
+
| 282 | v.blk.4.attn_k.weight | 0x34b65880 | 0x288000 |
|
| 336 |
+
| 283 | v.blk.4.attn_out.weight | 0x34ded880 | 0x288000 |
|
| 337 |
+
| 284 | v.blk.4.attn_q_norm.weight | 0x35075880 | 0x120 |
|
| 338 |
+
| 285 | v.blk.4.attn_q.weight | 0x350759a0 | 0x288000 |
|
| 339 |
+
| 286 | v.blk.4.attn_v.weight | 0x352fd9a0 | 0x288000 |
|
| 340 |
+
| 287 | v.blk.5.ln1.weight | 0x355859a0 | 0x1200 |
|
| 341 |
+
| 288 | v.blk.5.ffn_down.weight | 0x35586ba0 | 0x975000 |
|
| 342 |
+
| 289 | v.blk.5.ffn_gate.weight | 0x35efbba0 | 0x975000 |
|
| 343 |
+
| 290 | v.blk.5.ffn_up.weight | 0x36870ba0 | 0x975000 |
|
| 344 |
+
| 291 | v.blk.5.attn_post_norm.weight | 0x371e5ba0 | 0x1200 |
|
| 345 |
+
| 292 | v.blk.5.ffn_post_norm.weight | 0x371e6da0 | 0x1200 |
|
| 346 |
+
| 293 | v.blk.5.ln2.weight | 0x371e7fa0 | 0x1200 |
|
| 347 |
+
| 294 | v.blk.5.attn_k_norm.weight | 0x371e91a0 | 0x120 |
|
| 348 |
+
| 295 | v.blk.5.attn_k.weight | 0x371e92c0 | 0x288000 |
|
| 349 |
+
| 296 | v.blk.5.attn_out.weight | 0x374712c0 | 0x288000 |
|
| 350 |
+
| 297 | v.blk.5.attn_q_norm.weight | 0x376f92c0 | 0x120 |
|
| 351 |
+
| 298 | v.blk.5.attn_q.weight | 0x376f93e0 | 0x288000 |
|
| 352 |
+
| 299 | v.blk.5.attn_v.weight | 0x379813e0 | 0x288000 |
|
| 353 |
+
| 300 | v.blk.6.ln1.weight | 0x37c093e0 | 0x1200 |
|
| 354 |
+
| 301 | v.blk.6.ffn_down.weight | 0x37c0a5e0 | 0x975000 |
|
| 355 |
+
| 302 | v.blk.6.ffn_gate.weight | 0x3857f5e0 | 0x975000 |
|
| 356 |
+
| 303 | v.blk.6.ffn_up.weight | 0x38ef45e0 | 0x975000 |
|
| 357 |
+
| 304 | v.blk.6.attn_post_norm.weight | 0x398695e0 | 0x1200 |
|
| 358 |
+
| 305 | v.blk.6.ffn_post_norm.weight | 0x3986a7e0 | 0x1200 |
|
| 359 |
+
| 306 | v.blk.6.ln2.weight | 0x3986b9e0 | 0x1200 |
|
| 360 |
+
| 307 | v.blk.6.attn_k_norm.weight | 0x3986cbe0 | 0x120 |
|
| 361 |
+
| 308 | v.blk.6.attn_k.weight | 0x3986cd00 | 0x288000 |
|
| 362 |
+
| 309 | v.blk.6.attn_out.weight | 0x39af4d00 | 0x288000 |
|
| 363 |
+
| 310 | v.blk.6.attn_q_norm.weight | 0x39d7cd00 | 0x120 |
|
| 364 |
+
| 311 | v.blk.6.attn_q.weight | 0x39d7ce20 | 0x288000 |
|
| 365 |
+
| 312 | v.blk.6.attn_v.weight | 0x3a004e20 | 0x288000 |
|
| 366 |
+
| 313 | v.blk.7.ln1.weight | 0x3a28ce20 | 0x1200 |
|
| 367 |
+
| 314 | v.blk.7.ffn_down.weight | 0x3a28e020 | 0x975000 |
|
| 368 |
+
| 315 | v.blk.7.ffn_gate.weight | 0x3ac03020 | 0x975000 |
|
| 369 |
+
| 316 | v.blk.7.ffn_up.weight | 0x3b578020 | 0x975000 |
|
| 370 |
+
| 317 | v.blk.7.attn_post_norm.weight | 0x3beed020 | 0x1200 |
|
| 371 |
+
| 318 | v.blk.7.ffn_post_norm.weight | 0x3beee220 | 0x1200 |
|
| 372 |
+
| 319 | v.blk.7.ln2.weight | 0x3beef420 | 0x1200 |
|
| 373 |
+
| 320 | v.blk.7.attn_k_norm.weight | 0x3bef0620 | 0x120 |
|
| 374 |
+
| 321 | v.blk.7.attn_k.weight | 0x3bef0740 | 0x288000 |
|
| 375 |
+
| 322 | v.blk.7.attn_out.weight | 0x3c178740 | 0x288000 |
|
| 376 |
+
| 323 | v.blk.7.attn_q_norm.weight | 0x3c400740 | 0x120 |
|
| 377 |
+
| 324 | v.blk.7.attn_q.weight | 0x3c400860 | 0x288000 |
|
| 378 |
+
| 325 | v.blk.7.attn_v.weight | 0x3c688860 | 0x288000 |
|
| 379 |
+
| 326 | v.blk.8.ln1.weight | 0x3c910860 | 0x1200 |
|
| 380 |
+
| 327 | v.blk.8.ffn_down.weight | 0x3c911a60 | 0x975000 |
|
| 381 |
+
| 328 | v.blk.8.ffn_gate.weight | 0x3d286a60 | 0x975000 |
|
| 382 |
+
| 329 | v.blk.8.ffn_up.weight | 0x3dbfba60 | 0x975000 |
|
| 383 |
+
| 330 | v.blk.8.attn_post_norm.weight | 0x3e570a60 | 0x1200 |
|
| 384 |
+
| 331 | v.blk.8.ffn_post_norm.weight | 0x3e571c60 | 0x1200 |
|
| 385 |
+
| 332 | v.blk.8.ln2.weight | 0x3e572e60 | 0x1200 |
|
| 386 |
+
| 333 | v.blk.8.attn_k_norm.weight | 0x3e574060 | 0x120 |
|
| 387 |
+
| 334 | v.blk.8.attn_k.weight | 0x3e574180 | 0x288000 |
|
| 388 |
+
| 335 | v.blk.8.attn_out.weight | 0x3e7fc180 | 0x288000 |
|
| 389 |
+
| 336 | v.blk.8.attn_q_norm.weight | 0x3ea84180 | 0x120 |
|
| 390 |
+
| 337 | v.blk.8.attn_q.weight | 0x3ea842a0 | 0x288000 |
|
| 391 |
+
| 338 | v.blk.8.attn_v.weight | 0x3ed0c2a0 | 0x288000 |
|
| 392 |
+
| 339 | v.blk.9.ln1.weight | 0x3ef942a0 | 0x1200 |
|
| 393 |
+
| 340 | v.blk.9.ffn_down.weight | 0x3ef954a0 | 0x975000 |
|
| 394 |
+
| 341 | v.blk.9.ffn_gate.weight | 0x3f90a4a0 | 0x975000 |
|
| 395 |
+
| 342 | v.blk.9.ffn_up.weight | 0x4027f4a0 | 0x975000 |
|
| 396 |
+
| 343 | v.blk.9.attn_post_norm.weight | 0x40bf44a0 | 0x1200 |
|
| 397 |
+
| 344 | v.blk.9.ffn_post_norm.weight | 0x40bf56a0 | 0x1200 |
|
| 398 |
+
| 345 | v.blk.9.ln2.weight | 0x40bf68a0 | 0x1200 |
|
| 399 |
+
| 346 | v.blk.9.attn_k_norm.weight | 0x40bf7aa0 | 0x120 |
|
| 400 |
+
| 347 | v.blk.9.attn_k.weight | 0x40bf7bc0 | 0x288000 |
|
| 401 |
+
| 348 | v.blk.9.attn_out.weight | 0x40e7fbc0 | 0x288000 |
|
| 402 |
+
| 349 | v.blk.9.attn_q_norm.weight | 0x41107bc0 | 0x120 |
|
| 403 |
+
| 350 | v.blk.9.attn_q.weight | 0x41107ce0 | 0x288000 |
|
| 404 |
+
| 351 | v.blk.9.attn_v.weight | 0x4138fce0 | 0x288000 |
|
| 405 |
+
| 352 | v.patch_embd.weight | 0x41617ce0 | 0x1b0000 |
|
| 406 |
+
| 353 | v.position_embd.weight | 0x417c7ce0 | 0x5a00000 |
|
| 407 |
+
| 354 | v.std_bias | 0x471c7ce0 | 0x1200 |
|
| 408 |
+
| 355 | v.std_scale | 0x471c8ee0 | 0x1200 |
|
| 409 |
+
|
| 410 |
+
### <a name="base">Base Tensor Group : ~573M Elements</a>
|
| 411 |
+
|
| 412 |
+
| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | BPW |
|
| 413 |
+
|-----:|:-------------------------------|:-------------------------------------------|:-----------------|:------------------------|:-----|--------:|
|
| 414 |
+
| 0 | mm.input_projection.weight | Mm Input_Projection (W) | ( ~3M) 3244032 | 1152 x 2816 x 1 x 1 | F16 | 16.0000 |
|
| 415 |
+
| 1 | v.blk.0.ln1.weight | V Block 0 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 416 |
+
| 2 | v.blk.0.ffn_down.weight | V Block 0 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 417 |
+
| 3 | v.blk.0.ffn_gate.weight | V Block 0 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 418 |
+
| 4 | v.blk.0.ffn_up.weight | V Block 0 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 419 |
+
| 5 | v.blk.0.attn_post_norm.weight | V Block 0 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 420 |
+
| 6 | v.blk.0.ffn_post_norm.weight | V Block 0 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 421 |
+
| 7 | v.blk.0.ln2.weight | V Block 0 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 422 |
+
| 8 | v.blk.0.attn_k_norm.weight | V Block 0 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 423 |
+
| 9 | v.blk.0.attn_k.weight | V Block 0 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 424 |
+
| 10 | v.blk.0.attn_out.weight | V Block 0 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 425 |
+
| 11 | v.blk.0.attn_q_norm.weight | V Block 0 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 426 |
+
| 12 | v.blk.0.attn_q.weight | V Block 0 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 427 |
+
| 13 | v.blk.0.attn_v.weight | V Block 0 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 428 |
+
| 14 | v.blk.1.ln1.weight | V Block 1 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 429 |
+
| 15 | v.blk.1.ffn_down.weight | V Block 1 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 430 |
+
| 16 | v.blk.1.ffn_gate.weight | V Block 1 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 431 |
+
| 17 | v.blk.1.ffn_up.weight | V Block 1 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 432 |
+
| 18 | v.blk.1.attn_post_norm.weight | V Block 1 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 433 |
+
| 19 | v.blk.1.ffn_post_norm.weight | V Block 1 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 434 |
+
| 20 | v.blk.1.ln2.weight | V Block 1 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 435 |
+
| 21 | v.blk.1.attn_k_norm.weight | V Block 1 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 436 |
+
| 22 | v.blk.1.attn_k.weight | V Block 1 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 437 |
+
| 23 | v.blk.1.attn_out.weight | V Block 1 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 438 |
+
| 24 | v.blk.1.attn_q_norm.weight | V Block 1 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 439 |
+
| 25 | v.blk.1.attn_q.weight | V Block 1 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 440 |
+
| 26 | v.blk.1.attn_v.weight | V Block 1 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 441 |
+
| 27 | v.blk.10.ln1.weight | V Block 10 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 442 |
+
| 28 | v.blk.10.ffn_down.weight | V Block 10 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 443 |
+
| 29 | v.blk.10.ffn_gate.weight | V Block 10 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 444 |
+
| 30 | v.blk.10.ffn_up.weight | V Block 10 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 445 |
+
| 31 | v.blk.10.attn_post_norm.weight | V Block 10 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 446 |
+
| 32 | v.blk.10.ffn_post_norm.weight | V Block 10 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 447 |
+
| 33 | v.blk.10.ln2.weight | V Block 10 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 448 |
+
| 34 | v.blk.10.attn_k_norm.weight | V Block 10 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 449 |
+
| 35 | v.blk.10.attn_k.weight | V Block 10 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 450 |
+
| 36 | v.blk.10.attn_out.weight | V Block 10 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 451 |
+
| 37 | v.blk.10.attn_q_norm.weight | V Block 10 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 452 |
+
| 38 | v.blk.10.attn_q.weight | V Block 10 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 453 |
+
| 39 | v.blk.10.attn_v.weight | V Block 10 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 454 |
+
| 40 | v.blk.11.ln1.weight | V Block 11 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 455 |
+
| 41 | v.blk.11.ffn_down.weight | V Block 11 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 456 |
+
| 42 | v.blk.11.ffn_gate.weight | V Block 11 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 457 |
+
| 43 | v.blk.11.ffn_up.weight | V Block 11 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 458 |
+
| 44 | v.blk.11.attn_post_norm.weight | V Block 11 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 459 |
+
| 45 | v.blk.11.ffn_post_norm.weight | V Block 11 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 460 |
+
| 46 | v.blk.11.ln2.weight | V Block 11 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 461 |
+
| 47 | v.blk.11.attn_k_norm.weight | V Block 11 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 462 |
+
| 48 | v.blk.11.attn_k.weight | V Block 11 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 463 |
+
| 49 | v.blk.11.attn_out.weight | V Block 11 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 464 |
+
| 50 | v.blk.11.attn_q_norm.weight | V Block 11 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 465 |
+
| 51 | v.blk.11.attn_q.weight | V Block 11 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 466 |
+
| 52 | v.blk.11.attn_v.weight | V Block 11 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 467 |
+
| 53 | v.blk.12.ln1.weight | V Block 12 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 468 |
+
| 54 | v.blk.12.ffn_down.weight | V Block 12 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 469 |
+
| 55 | v.blk.12.ffn_gate.weight | V Block 12 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 470 |
+
| 56 | v.blk.12.ffn_up.weight | V Block 12 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 471 |
+
| 57 | v.blk.12.attn_post_norm.weight | V Block 12 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 472 |
+
| 58 | v.blk.12.ffn_post_norm.weight | V Block 12 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 473 |
+
| 59 | v.blk.12.ln2.weight | V Block 12 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 474 |
+
| 60 | v.blk.12.attn_k_norm.weight | V Block 12 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 475 |
+
| 61 | v.blk.12.attn_k.weight | V Block 12 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 476 |
+
| 62 | v.blk.12.attn_out.weight | V Block 12 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 477 |
+
| 63 | v.blk.12.attn_q_norm.weight | V Block 12 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 478 |
+
| 64 | v.blk.12.attn_q.weight | V Block 12 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 479 |
+
| 65 | v.blk.12.attn_v.weight | V Block 12 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 480 |
+
| 66 | v.blk.13.ln1.weight | V Block 13 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 481 |
+
| 67 | v.blk.13.ffn_down.weight | V Block 13 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 482 |
+
| 68 | v.blk.13.ffn_gate.weight | V Block 13 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 483 |
+
| 69 | v.blk.13.ffn_up.weight | V Block 13 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 484 |
+
| 70 | v.blk.13.attn_post_norm.weight | V Block 13 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 485 |
+
| 71 | v.blk.13.ffn_post_norm.weight | V Block 13 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 486 |
+
| 72 | v.blk.13.ln2.weight | V Block 13 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 487 |
+
| 73 | v.blk.13.attn_k_norm.weight | V Block 13 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 488 |
+
| 74 | v.blk.13.attn_k.weight | V Block 13 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 489 |
+
| 75 | v.blk.13.attn_out.weight | V Block 13 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 490 |
+
| 76 | v.blk.13.attn_q_norm.weight | V Block 13 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 491 |
+
| 77 | v.blk.13.attn_q.weight | V Block 13 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 492 |
+
| 78 | v.blk.13.attn_v.weight | V Block 13 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 493 |
+
| 79 | v.blk.14.ln1.weight | V Block 14 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 494 |
+
| 80 | v.blk.14.ffn_down.weight | V Block 14 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 495 |
+
| 81 | v.blk.14.ffn_gate.weight | V Block 14 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 496 |
+
| 82 | v.blk.14.ffn_up.weight | V Block 14 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 497 |
+
| 83 | v.blk.14.attn_post_norm.weight | V Block 14 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 498 |
+
| 84 | v.blk.14.ffn_post_norm.weight | V Block 14 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 499 |
+
| 85 | v.blk.14.ln2.weight | V Block 14 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 500 |
+
| 86 | v.blk.14.attn_k_norm.weight | V Block 14 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 501 |
+
| 87 | v.blk.14.attn_k.weight | V Block 14 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 502 |
+
| 88 | v.blk.14.attn_out.weight | V Block 14 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 503 |
+
| 89 | v.blk.14.attn_q_norm.weight | V Block 14 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 504 |
+
| 90 | v.blk.14.attn_q.weight | V Block 14 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 505 |
+
| 91 | v.blk.14.attn_v.weight | V Block 14 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 506 |
+
| 92 | v.blk.15.ln1.weight | V Block 15 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 507 |
+
| 93 | v.blk.15.ffn_down.weight | V Block 15 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 508 |
+
| 94 | v.blk.15.ffn_gate.weight | V Block 15 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 509 |
+
| 95 | v.blk.15.ffn_up.weight | V Block 15 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 510 |
+
| 96 | v.blk.15.attn_post_norm.weight | V Block 15 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 511 |
+
| 97 | v.blk.15.ffn_post_norm.weight | V Block 15 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 512 |
+
| 98 | v.blk.15.ln2.weight | V Block 15 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 513 |
+
| 99 | v.blk.15.attn_k_norm.weight | V Block 15 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 514 |
+
| 100 | v.blk.15.attn_k.weight | V Block 15 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 515 |
+
| 101 | v.blk.15.attn_out.weight | V Block 15 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 516 |
+
| 102 | v.blk.15.attn_q_norm.weight | V Block 15 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 517 |
+
| 103 | v.blk.15.attn_q.weight | V Block 15 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 518 |
+
| 104 | v.blk.15.attn_v.weight | V Block 15 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 519 |
+
| 105 | v.blk.16.ln1.weight | V Block 16 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 520 |
+
| 106 | v.blk.16.ffn_down.weight | V Block 16 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 521 |
+
| 107 | v.blk.16.ffn_gate.weight | V Block 16 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 522 |
+
| 108 | v.blk.16.ffn_up.weight | V Block 16 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 523 |
+
| 109 | v.blk.16.attn_post_norm.weight | V Block 16 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 524 |
+
| 110 | v.blk.16.ffn_post_norm.weight | V Block 16 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 525 |
+
| 111 | v.blk.16.ln2.weight | V Block 16 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 526 |
+
| 112 | v.blk.16.attn_k_norm.weight | V Block 16 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 527 |
+
| 113 | v.blk.16.attn_k.weight | V Block 16 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 528 |
+
| 114 | v.blk.16.attn_out.weight | V Block 16 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 529 |
+
| 115 | v.blk.16.attn_q_norm.weight | V Block 16 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 530 |
+
| 116 | v.blk.16.attn_q.weight | V Block 16 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 531 |
+
| 117 | v.blk.16.attn_v.weight | V Block 16 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 532 |
+
| 118 | v.blk.17.ln1.weight | V Block 17 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 533 |
+
| 119 | v.blk.17.ffn_down.weight | V Block 17 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 534 |
+
| 120 | v.blk.17.ffn_gate.weight | V Block 17 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 535 |
+
| 121 | v.blk.17.ffn_up.weight | V Block 17 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 536 |
+
| 122 | v.blk.17.attn_post_norm.weight | V Block 17 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 537 |
+
| 123 | v.blk.17.ffn_post_norm.weight | V Block 17 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 538 |
+
| 124 | v.blk.17.ln2.weight | V Block 17 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 539 |
+
| 125 | v.blk.17.attn_k_norm.weight | V Block 17 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 540 |
+
| 126 | v.blk.17.attn_k.weight | V Block 17 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 541 |
+
| 127 | v.blk.17.attn_out.weight | V Block 17 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 542 |
+
| 128 | v.blk.17.attn_q_norm.weight | V Block 17 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 543 |
+
| 129 | v.blk.17.attn_q.weight | V Block 17 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 544 |
+
| 130 | v.blk.17.attn_v.weight | V Block 17 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 545 |
+
| 131 | v.blk.18.ln1.weight | V Block 18 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 546 |
+
| 132 | v.blk.18.ffn_down.weight | V Block 18 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 547 |
+
| 133 | v.blk.18.ffn_gate.weight | V Block 18 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 548 |
+
| 134 | v.blk.18.ffn_up.weight | V Block 18 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 549 |
+
| 135 | v.blk.18.attn_post_norm.weight | V Block 18 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 550 |
+
| 136 | v.blk.18.ffn_post_norm.weight | V Block 18 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 551 |
+
| 137 | v.blk.18.ln2.weight | V Block 18 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 552 |
+
| 138 | v.blk.18.attn_k_norm.weight | V Block 18 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 553 |
+
| 139 | v.blk.18.attn_k.weight | V Block 18 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 554 |
+
| 140 | v.blk.18.attn_out.weight | V Block 18 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 555 |
+
| 141 | v.blk.18.attn_q_norm.weight | V Block 18 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 556 |
+
| 142 | v.blk.18.attn_q.weight | V Block 18 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 557 |
+
| 143 | v.blk.18.attn_v.weight | V Block 18 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 558 |
+
| 144 | v.blk.19.ln1.weight | V Block 19 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 559 |
+
| 145 | v.blk.19.ffn_down.weight | V Block 19 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 560 |
+
| 146 | v.blk.19.ffn_gate.weight | V Block 19 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 561 |
+
| 147 | v.blk.19.ffn_up.weight | V Block 19 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 562 |
+
| 148 | v.blk.19.attn_post_norm.weight | V Block 19 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 563 |
+
| 149 | v.blk.19.ffn_post_norm.weight | V Block 19 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 564 |
+
| 150 | v.blk.19.ln2.weight | V Block 19 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 565 |
+
| 151 | v.blk.19.attn_k_norm.weight | V Block 19 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 566 |
+
| 152 | v.blk.19.attn_k.weight | V Block 19 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 567 |
+
| 153 | v.blk.19.attn_out.weight | V Block 19 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 568 |
+
| 154 | v.blk.19.attn_q_norm.weight | V Block 19 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 569 |
+
| 155 | v.blk.19.attn_q.weight | V Block 19 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 570 |
+
| 156 | v.blk.19.attn_v.weight | V Block 19 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 571 |
+
| 157 | v.blk.2.ln1.weight | V Block 2 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 572 |
+
| 158 | v.blk.2.ffn_down.weight | V Block 2 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 573 |
+
| 159 | v.blk.2.ffn_gate.weight | V Block 2 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 574 |
+
| 160 | v.blk.2.ffn_up.weight | V Block 2 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 575 |
+
| 161 | v.blk.2.attn_post_norm.weight | V Block 2 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 576 |
+
| 162 | v.blk.2.ffn_post_norm.weight | V Block 2 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 577 |
+
| 163 | v.blk.2.ln2.weight | V Block 2 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 578 |
+
| 164 | v.blk.2.attn_k_norm.weight | V Block 2 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 579 |
+
| 165 | v.blk.2.attn_k.weight | V Block 2 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 580 |
+
| 166 | v.blk.2.attn_out.weight | V Block 2 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 581 |
+
| 167 | v.blk.2.attn_q_norm.weight | V Block 2 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 582 |
+
| 168 | v.blk.2.attn_q.weight | V Block 2 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 583 |
+
| 169 | v.blk.2.attn_v.weight | V Block 2 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 584 |
+
| 170 | v.blk.20.ln1.weight | V Block 20 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 585 |
+
| 171 | v.blk.20.ffn_down.weight | V Block 20 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 586 |
+
| 172 | v.blk.20.ffn_gate.weight | V Block 20 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 587 |
+
| 173 | v.blk.20.ffn_up.weight | V Block 20 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 588 |
+
| 174 | v.blk.20.attn_post_norm.weight | V Block 20 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 589 |
+
| 175 | v.blk.20.ffn_post_norm.weight | V Block 20 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 590 |
+
| 176 | v.blk.20.ln2.weight | V Block 20 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 591 |
+
| 177 | v.blk.20.attn_k_norm.weight | V Block 20 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 592 |
+
| 178 | v.blk.20.attn_k.weight | V Block 20 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 593 |
+
| 179 | v.blk.20.attn_out.weight | V Block 20 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 594 |
+
| 180 | v.blk.20.attn_q_norm.weight | V Block 20 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 595 |
+
| 181 | v.blk.20.attn_q.weight | V Block 20 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 596 |
+
| 182 | v.blk.20.attn_v.weight | V Block 20 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 597 |
+
| 183 | v.blk.21.ln1.weight | V Block 21 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 598 |
+
| 184 | v.blk.21.ffn_down.weight | V Block 21 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 599 |
+
| 185 | v.blk.21.ffn_gate.weight | V Block 21 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 600 |
+
| 186 | v.blk.21.ffn_up.weight | V Block 21 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 601 |
+
| 187 | v.blk.21.attn_post_norm.weight | V Block 21 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 602 |
+
| 188 | v.blk.21.ffn_post_norm.weight | V Block 21 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 603 |
+
| 189 | v.blk.21.ln2.weight | V Block 21 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 604 |
+
| 190 | v.blk.21.attn_k_norm.weight | V Block 21 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 605 |
+
| 191 | v.blk.21.attn_k.weight | V Block 21 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 606 |
+
| 192 | v.blk.21.attn_out.weight | V Block 21 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 607 |
+
| 193 | v.blk.21.attn_q_norm.weight | V Block 21 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 608 |
+
| 194 | v.blk.21.attn_q.weight | V Block 21 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 609 |
+
| 195 | v.blk.21.attn_v.weight | V Block 21 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 610 |
+
| 196 | v.blk.22.ln1.weight | V Block 22 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 611 |
+
| 197 | v.blk.22.ffn_down.weight | V Block 22 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 612 |
+
| 198 | v.blk.22.ffn_gate.weight | V Block 22 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 613 |
+
| 199 | v.blk.22.ffn_up.weight | V Block 22 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 614 |
+
| 200 | v.blk.22.attn_post_norm.weight | V Block 22 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 615 |
+
| 201 | v.blk.22.ffn_post_norm.weight | V Block 22 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 616 |
+
| 202 | v.blk.22.ln2.weight | V Block 22 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 617 |
+
| 203 | v.blk.22.attn_k_norm.weight | V Block 22 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 618 |
+
| 204 | v.blk.22.attn_k.weight | V Block 22 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 619 |
+
| 205 | v.blk.22.attn_out.weight | V Block 22 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 620 |
+
| 206 | v.blk.22.attn_q_norm.weight | V Block 22 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 621 |
+
| 207 | v.blk.22.attn_q.weight | V Block 22 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 622 |
+
| 208 | v.blk.22.attn_v.weight | V Block 22 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 623 |
+
| 209 | v.blk.23.ln1.weight | V Block 23 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 624 |
+
| 210 | v.blk.23.ffn_down.weight | V Block 23 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 625 |
+
| 211 | v.blk.23.ffn_gate.weight | V Block 23 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 626 |
+
| 212 | v.blk.23.ffn_up.weight | V Block 23 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 627 |
+
| 213 | v.blk.23.attn_post_norm.weight | V Block 23 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 628 |
+
| 214 | v.blk.23.ffn_post_norm.weight | V Block 23 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 629 |
+
| 215 | v.blk.23.ln2.weight | V Block 23 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 630 |
+
| 216 | v.blk.23.attn_k_norm.weight | V Block 23 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 631 |
+
| 217 | v.blk.23.attn_k.weight | V Block 23 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 632 |
+
| 218 | v.blk.23.attn_out.weight | V Block 23 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 633 |
+
| 219 | v.blk.23.attn_q_norm.weight | V Block 23 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 634 |
+
| 220 | v.blk.23.attn_q.weight | V Block 23 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 635 |
+
| 221 | v.blk.23.attn_v.weight | V Block 23 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 636 |
+
| 222 | v.blk.24.ln1.weight | V Block 24 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 637 |
+
| 223 | v.blk.24.ffn_down.weight | V Block 24 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 638 |
+
| 224 | v.blk.24.ffn_gate.weight | V Block 24 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 639 |
+
| 225 | v.blk.24.ffn_up.weight | V Block 24 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 640 |
+
| 226 | v.blk.24.attn_post_norm.weight | V Block 24 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 641 |
+
| 227 | v.blk.24.ffn_post_norm.weight | V Block 24 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 642 |
+
| 228 | v.blk.24.ln2.weight | V Block 24 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 643 |
+
| 229 | v.blk.24.attn_k_norm.weight | V Block 24 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 644 |
+
| 230 | v.blk.24.attn_k.weight | V Block 24 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 645 |
+
| 231 | v.blk.24.attn_out.weight | V Block 24 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 646 |
+
| 232 | v.blk.24.attn_q_norm.weight | V Block 24 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 647 |
+
| 233 | v.blk.24.attn_q.weight | V Block 24 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 648 |
+
| 234 | v.blk.24.attn_v.weight | V Block 24 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 649 |
+
| 235 | v.blk.25.ln1.weight | V Block 25 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 650 |
+
| 236 | v.blk.25.ffn_down.weight | V Block 25 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 651 |
+
| 237 | v.blk.25.ffn_gate.weight | V Block 25 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 652 |
+
| 238 | v.blk.25.ffn_up.weight | V Block 25 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 653 |
+
| 239 | v.blk.25.attn_post_norm.weight | V Block 25 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 654 |
+
| 240 | v.blk.25.ffn_post_norm.weight | V Block 25 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 655 |
+
| 241 | v.blk.25.ln2.weight | V Block 25 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 656 |
+
| 242 | v.blk.25.attn_k_norm.weight | V Block 25 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 657 |
+
| 243 | v.blk.25.attn_k.weight | V Block 25 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 658 |
+
| 244 | v.blk.25.attn_out.weight | V Block 25 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 659 |
+
| 245 | v.blk.25.attn_q_norm.weight | V Block 25 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 660 |
+
| 246 | v.blk.25.attn_q.weight | V Block 25 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 661 |
+
| 247 | v.blk.25.attn_v.weight | V Block 25 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 662 |
+
| 248 | v.blk.26.ln1.weight | V Block 26 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 663 |
+
| 249 | v.blk.26.ffn_down.weight | V Block 26 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 664 |
+
| 250 | v.blk.26.ffn_gate.weight | V Block 26 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 665 |
+
| 251 | v.blk.26.ffn_up.weight | V Block 26 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 666 |
+
| 252 | v.blk.26.attn_post_norm.weight | V Block 26 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 667 |
+
| 253 | v.blk.26.ffn_post_norm.weight | V Block 26 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 668 |
+
| 254 | v.blk.26.ln2.weight | V Block 26 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 669 |
+
| 255 | v.blk.26.attn_k_norm.weight | V Block 26 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 670 |
+
| 256 | v.blk.26.attn_k.weight | V Block 26 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 671 |
+
| 257 | v.blk.26.attn_out.weight | V Block 26 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 672 |
+
| 258 | v.blk.26.attn_q_norm.weight | V Block 26 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 673 |
+
| 259 | v.blk.26.attn_q.weight | V Block 26 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 674 |
+
| 260 | v.blk.26.attn_v.weight | V Block 26 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 675 |
+
| 261 | v.blk.3.ln1.weight | V Block 3 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 676 |
+
| 262 | v.blk.3.ffn_down.weight | V Block 3 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 677 |
+
| 263 | v.blk.3.ffn_gate.weight | V Block 3 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 678 |
+
| 264 | v.blk.3.ffn_up.weight | V Block 3 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 679 |
+
| 265 | v.blk.3.attn_post_norm.weight | V Block 3 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 680 |
+
| 266 | v.blk.3.ffn_post_norm.weight | V Block 3 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 681 |
+
| 267 | v.blk.3.ln2.weight | V Block 3 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 682 |
+
| 268 | v.blk.3.attn_k_norm.weight | V Block 3 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 683 |
+
| 269 | v.blk.3.attn_k.weight | V Block 3 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 684 |
+
| 270 | v.blk.3.attn_out.weight | V Block 3 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 685 |
+
| 271 | v.blk.3.attn_q_norm.weight | V Block 3 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 686 |
+
| 272 | v.blk.3.attn_q.weight | V Block 3 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 687 |
+
| 273 | v.blk.3.attn_v.weight | V Block 3 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 688 |
+
| 274 | v.blk.4.ln1.weight | V Block 4 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 689 |
+
| 275 | v.blk.4.ffn_down.weight | V Block 4 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 690 |
+
| 276 | v.blk.4.ffn_gate.weight | V Block 4 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 691 |
+
| 277 | v.blk.4.ffn_up.weight | V Block 4 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 692 |
+
| 278 | v.blk.4.attn_post_norm.weight | V Block 4 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 693 |
+
| 279 | v.blk.4.ffn_post_norm.weight | V Block 4 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 694 |
+
| 280 | v.blk.4.ln2.weight | V Block 4 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 695 |
+
| 281 | v.blk.4.attn_k_norm.weight | V Block 4 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 696 |
+
| 282 | v.blk.4.attn_k.weight | V Block 4 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 697 |
+
| 283 | v.blk.4.attn_out.weight | V Block 4 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 698 |
+
| 284 | v.blk.4.attn_q_norm.weight | V Block 4 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 699 |
+
| 285 | v.blk.4.attn_q.weight | V Block 4 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 700 |
+
| 286 | v.blk.4.attn_v.weight | V Block 4 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 701 |
+
| 287 | v.blk.5.ln1.weight | V Block 5 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 702 |
+
| 288 | v.blk.5.ffn_down.weight | V Block 5 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 703 |
+
| 289 | v.blk.5.ffn_gate.weight | V Block 5 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 704 |
+
| 290 | v.blk.5.ffn_up.weight | V Block 5 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 705 |
+
| 291 | v.blk.5.attn_post_norm.weight | V Block 5 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 706 |
+
| 292 | v.blk.5.ffn_post_norm.weight | V Block 5 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 707 |
+
| 293 | v.blk.5.ln2.weight | V Block 5 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 708 |
+
| 294 | v.blk.5.attn_k_norm.weight | V Block 5 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 709 |
+
| 295 | v.blk.5.attn_k.weight | V Block 5 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 710 |
+
| 296 | v.blk.5.attn_out.weight | V Block 5 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 711 |
+
| 297 | v.blk.5.attn_q_norm.weight | V Block 5 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 712 |
+
| 298 | v.blk.5.attn_q.weight | V Block 5 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 713 |
+
| 299 | v.blk.5.attn_v.weight | V Block 5 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 714 |
+
| 300 | v.blk.6.ln1.weight | V Block 6 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 715 |
+
| 301 | v.blk.6.ffn_down.weight | V Block 6 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 716 |
+
| 302 | v.blk.6.ffn_gate.weight | V Block 6 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 717 |
+
| 303 | v.blk.6.ffn_up.weight | V Block 6 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 718 |
+
| 304 | v.blk.6.attn_post_norm.weight | V Block 6 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 719 |
+
| 305 | v.blk.6.ffn_post_norm.weight | V Block 6 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 720 |
+
| 306 | v.blk.6.ln2.weight | V Block 6 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 721 |
+
| 307 | v.blk.6.attn_k_norm.weight | V Block 6 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 722 |
+
| 308 | v.blk.6.attn_k.weight | V Block 6 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 723 |
+
| 309 | v.blk.6.attn_out.weight | V Block 6 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 724 |
+
| 310 | v.blk.6.attn_q_norm.weight | V Block 6 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 725 |
+
| 311 | v.blk.6.attn_q.weight | V Block 6 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 726 |
+
| 312 | v.blk.6.attn_v.weight | V Block 6 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 727 |
+
| 313 | v.blk.7.ln1.weight | V Block 7 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 728 |
+
| 314 | v.blk.7.ffn_down.weight | V Block 7 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 729 |
+
| 315 | v.blk.7.ffn_gate.weight | V Block 7 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 730 |
+
| 316 | v.blk.7.ffn_up.weight | V Block 7 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 731 |
+
| 317 | v.blk.7.attn_post_norm.weight | V Block 7 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 732 |
+
| 318 | v.blk.7.ffn_post_norm.weight | V Block 7 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 733 |
+
| 319 | v.blk.7.ln2.weight | V Block 7 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 734 |
+
| 320 | v.blk.7.attn_k_norm.weight | V Block 7 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 735 |
+
| 321 | v.blk.7.attn_k.weight | V Block 7 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 736 |
+
| 322 | v.blk.7.attn_out.weight | V Block 7 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 737 |
+
| 323 | v.blk.7.attn_q_norm.weight | V Block 7 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 738 |
+
| 324 | v.blk.7.attn_q.weight | V Block 7 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 739 |
+
| 325 | v.blk.7.attn_v.weight | V Block 7 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 740 |
+
| 326 | v.blk.8.ln1.weight | V Block 8 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 741 |
+
| 327 | v.blk.8.ffn_down.weight | V Block 8 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 742 |
+
| 328 | v.blk.8.ffn_gate.weight | V Block 8 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 743 |
+
| 329 | v.blk.8.ffn_up.weight | V Block 8 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 744 |
+
| 330 | v.blk.8.attn_post_norm.weight | V Block 8 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 745 |
+
| 331 | v.blk.8.ffn_post_norm.weight | V Block 8 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 746 |
+
| 332 | v.blk.8.ln2.weight | V Block 8 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 747 |
+
| 333 | v.blk.8.attn_k_norm.weight | V Block 8 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 748 |
+
| 334 | v.blk.8.attn_k.weight | V Block 8 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 749 |
+
| 335 | v.blk.8.attn_out.weight | V Block 8 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 750 |
+
| 336 | v.blk.8.attn_q_norm.weight | V Block 8 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 751 |
+
| 337 | v.blk.8.attn_q.weight | V Block 8 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 752 |
+
| 338 | v.blk.8.attn_v.weight | V Block 8 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 753 |
+
| 339 | v.blk.9.ln1.weight | V Block 9 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 754 |
+
| 340 | v.blk.9.ffn_down.weight | V Block 9 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 755 |
+
| 341 | v.blk.9.ffn_gate.weight | V Block 9 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 756 |
+
| 342 | v.blk.9.ffn_up.weight | V Block 9 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F16 | 16.0000 |
|
| 757 |
+
| 343 | v.blk.9.attn_post_norm.weight | V Block 9 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 758 |
+
| 344 | v.blk.9.ffn_post_norm.weight | V Block 9 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 759 |
+
| 345 | v.blk.9.ln2.weight | V Block 9 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 760 |
+
| 346 | v.blk.9.attn_k_norm.weight | V Block 9 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 761 |
+
| 347 | v.blk.9.attn_k.weight | V Block 9 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 762 |
+
| 348 | v.blk.9.attn_out.weight | V Block 9 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 763 |
+
| 349 | v.blk.9.attn_q_norm.weight | V Block 9 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 764 |
+
| 350 | v.blk.9.attn_q.weight | V Block 9 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 765 |
+
| 351 | v.blk.9.attn_v.weight | V Block 9 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F16 | 16.0000 |
|
| 766 |
+
| 352 | v.patch_embd.weight | V Patch_Embd (W) | (~885K) 884736 | 16 x 16 x 3 x 1152 | F16 | 16.0000 |
|
| 767 |
+
| 353 | v.position_embd.weight | V Position_Embd (W) | ( ~24M) 23592960 | 1152 x 10240 x 2 x 1 | F32 | 32.0000 |
|
| 768 |
+
| 354 | v.std_bias | V Std_Bias | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 769 |
+
| 355 | v.std_scale | V Std_Scale | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 770 |
+
|
| 771 |
+
- Total elements in base: (~573M) 572794416
|
| 772 |
+
- Percentage of total elements: 100.00%
|
| 773 |
+
- Bits per Weight (BPW) for base: 16.6627 bits
|
| 774 |
+
|
| 775 |
+
|
| 776 |
+
Total BPW for mmproj-gemma-4-26B-A4B-it-F16.gguf: 16.6627 bits
|
scores/mmproj-gemma-4-26B-A4B-it-F32.md
ADDED
|
@@ -0,0 +1,776 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# mmproj-gemma-4-26B-A4B-it-F32.gguf - GGUF Internal File Dump
|
| 2 |
+
|
| 3 |
+
- Endian: LITTLE endian
|
| 4 |
+
|
| 5 |
+
## Key Value Metadata Store
|
| 6 |
+
|
| 7 |
+
There are 29 key-value pairs in this file
|
| 8 |
+
|
| 9 |
+
| POS | TYPE | Count | Key | Value |
|
| 10 |
+
|----:|:----------|------:|:-----------------------------------------|:---------------------------------------------------|
|
| 11 |
+
| 1 | UINT32 | 1 | GGUF.version | 3 |
|
| 12 |
+
| 2 | UINT64 | 1 | GGUF.tensor_count | 356 |
|
| 13 |
+
| 3 | UINT64 | 1 | GGUF.kv_count | 26 |
|
| 14 |
+
| 4 | STRING | 1 | general.architecture | `clip` |
|
| 15 |
+
| 5 | STRING | 1 | general.type | `mmproj` |
|
| 16 |
+
| 6 | INT32 | 1 | general.sampling.top_k | 64 |
|
| 17 |
+
| 7 | FLOAT32 | 1 | general.sampling.top_p | 0.95 |
|
| 18 |
+
| 8 | FLOAT32 | 1 | general.sampling.temp | 1.0 |
|
| 19 |
+
| 9 | STRING | 1 | general.name | `Gemma 4 26B A4B It` |
|
| 20 |
+
| 10 | STRING | 1 | general.finetune | `26b-it` |
|
| 21 |
+
| 11 | STRING | 1 | general.basename | `gemma-4` |
|
| 22 |
+
| 12 | STRING | 1 | general.size_label | `A4B` |
|
| 23 |
+
| 13 | STRING | 1 | general.license | `apache-2.0` |
|
| 24 |
+
| 14 | STRING | 1 | general.license.link | `https://ai.google.dev/gemma/docs/gemma_4_license` |
|
| 25 |
+
| 15 | [STRING] | 1 | general.tags | [ `image-text-to-text` ] |
|
| 26 |
+
| 16 | UINT32 | 1 | general.file_type | 0 |
|
| 27 |
+
| 17 | BOOL | 1 | clip.has_vision_encoder | True |
|
| 28 |
+
| 18 | UINT32 | 1 | clip.vision.projection_dim | 2816 |
|
| 29 |
+
| 19 | UINT32 | 1 | clip.vision.image_size | 224 |
|
| 30 |
+
| 20 | UINT32 | 1 | clip.vision.patch_size | 16 |
|
| 31 |
+
| 21 | UINT32 | 1 | clip.vision.embedding_length | 1152 |
|
| 32 |
+
| 22 | UINT32 | 1 | clip.vision.feed_forward_length | 4304 |
|
| 33 |
+
| 23 | UINT32 | 1 | clip.vision.block_count | 27 |
|
| 34 |
+
| 24 | UINT32 | 1 | clip.vision.attention.head_count | 16 |
|
| 35 |
+
| 25 | [FLOAT32] | 3 | clip.vision.image_mean | [ 0.0, 0.0, 0.0 ] |
|
| 36 |
+
| 26 | [FLOAT32] | 3 | clip.vision.image_std | [ 1.0, 1.0, 1.0 ] |
|
| 37 |
+
| 27 | STRING | 1 | clip.vision.projector_type | `gemma4v` |
|
| 38 |
+
| 28 | FLOAT32 | 1 | clip.vision.attention.layer_norm_epsilon | 1e-06 |
|
| 39 |
+
| 29 | UINT32 | 1 | general.quantization_version | 2 |
|
| 40 |
+
|
| 41 |
+
## Tensors Overview ~573M Elements
|
| 42 |
+
|
| 43 |
+
Total number of elements in all tensors: 572794416 Elements
|
| 44 |
+
|
| 45 |
+
- [Base Tensor Group - ~573M Elements](#base)
|
| 46 |
+
|
| 47 |
+
### Tensor Data Offset
|
| 48 |
+
|
| 49 |
+
This table contains the offset and data segment relative to start of file
|
| 50 |
+
|
| 51 |
+
| T_ID | Tensor Layer Name | Data Offset (B) | Data Size (B) |
|
| 52 |
+
|-----:|:-------------------------------|-----------------:|-----------------:|
|
| 53 |
+
| 0 | mm.input_projection.weight | 0x5820 | 0xc60000 |
|
| 54 |
+
| 1 | v.blk.0.ln1.weight | 0xc65820 | 0x1200 |
|
| 55 |
+
| 2 | v.blk.0.ffn_down.weight | 0xc66a20 | 0x12ea000 |
|
| 56 |
+
| 3 | v.blk.0.ffn_gate.weight | 0x1f50a20 | 0x12ea000 |
|
| 57 |
+
| 4 | v.blk.0.ffn_up.weight | 0x323aa20 | 0x12ea000 |
|
| 58 |
+
| 5 | v.blk.0.attn_post_norm.weight | 0x4524a20 | 0x1200 |
|
| 59 |
+
| 6 | v.blk.0.ffn_post_norm.weight | 0x4525c20 | 0x1200 |
|
| 60 |
+
| 7 | v.blk.0.ln2.weight | 0x4526e20 | 0x1200 |
|
| 61 |
+
| 8 | v.blk.0.attn_k_norm.weight | 0x4528020 | 0x120 |
|
| 62 |
+
| 9 | v.blk.0.attn_k.weight | 0x4528140 | 0x510000 |
|
| 63 |
+
| 10 | v.blk.0.attn_out.weight | 0x4a38140 | 0x510000 |
|
| 64 |
+
| 11 | v.blk.0.attn_q_norm.weight | 0x4f48140 | 0x120 |
|
| 65 |
+
| 12 | v.blk.0.attn_q.weight | 0x4f48260 | 0x510000 |
|
| 66 |
+
| 13 | v.blk.0.attn_v.weight | 0x5458260 | 0x510000 |
|
| 67 |
+
| 14 | v.blk.1.ln1.weight | 0x5968260 | 0x1200 |
|
| 68 |
+
| 15 | v.blk.1.ffn_down.weight | 0x5969460 | 0x12ea000 |
|
| 69 |
+
| 16 | v.blk.1.ffn_gate.weight | 0x6c53460 | 0x12ea000 |
|
| 70 |
+
| 17 | v.blk.1.ffn_up.weight | 0x7f3d460 | 0x12ea000 |
|
| 71 |
+
| 18 | v.blk.1.attn_post_norm.weight | 0x9227460 | 0x1200 |
|
| 72 |
+
| 19 | v.blk.1.ffn_post_norm.weight | 0x9228660 | 0x1200 |
|
| 73 |
+
| 20 | v.blk.1.ln2.weight | 0x9229860 | 0x1200 |
|
| 74 |
+
| 21 | v.blk.1.attn_k_norm.weight | 0x922aa60 | 0x120 |
|
| 75 |
+
| 22 | v.blk.1.attn_k.weight | 0x922ab80 | 0x510000 |
|
| 76 |
+
| 23 | v.blk.1.attn_out.weight | 0x973ab80 | 0x510000 |
|
| 77 |
+
| 24 | v.blk.1.attn_q_norm.weight | 0x9c4ab80 | 0x120 |
|
| 78 |
+
| 25 | v.blk.1.attn_q.weight | 0x9c4aca0 | 0x510000 |
|
| 79 |
+
| 26 | v.blk.1.attn_v.weight | 0xa15aca0 | 0x510000 |
|
| 80 |
+
| 27 | v.blk.10.ln1.weight | 0xa66aca0 | 0x1200 |
|
| 81 |
+
| 28 | v.blk.10.ffn_down.weight | 0xa66bea0 | 0x12ea000 |
|
| 82 |
+
| 29 | v.blk.10.ffn_gate.weight | 0xb955ea0 | 0x12ea000 |
|
| 83 |
+
| 30 | v.blk.10.ffn_up.weight | 0xcc3fea0 | 0x12ea000 |
|
| 84 |
+
| 31 | v.blk.10.attn_post_norm.weight | 0xdf29ea0 | 0x1200 |
|
| 85 |
+
| 32 | v.blk.10.ffn_post_norm.weight | 0xdf2b0a0 | 0x1200 |
|
| 86 |
+
| 33 | v.blk.10.ln2.weight | 0xdf2c2a0 | 0x1200 |
|
| 87 |
+
| 34 | v.blk.10.attn_k_norm.weight | 0xdf2d4a0 | 0x120 |
|
| 88 |
+
| 35 | v.blk.10.attn_k.weight | 0xdf2d5c0 | 0x510000 |
|
| 89 |
+
| 36 | v.blk.10.attn_out.weight | 0xe43d5c0 | 0x510000 |
|
| 90 |
+
| 37 | v.blk.10.attn_q_norm.weight | 0xe94d5c0 | 0x120 |
|
| 91 |
+
| 38 | v.blk.10.attn_q.weight | 0xe94d6e0 | 0x510000 |
|
| 92 |
+
| 39 | v.blk.10.attn_v.weight | 0xee5d6e0 | 0x510000 |
|
| 93 |
+
| 40 | v.blk.11.ln1.weight | 0xf36d6e0 | 0x1200 |
|
| 94 |
+
| 41 | v.blk.11.ffn_down.weight | 0xf36e8e0 | 0x12ea000 |
|
| 95 |
+
| 42 | v.blk.11.ffn_gate.weight | 0x106588e0 | 0x12ea000 |
|
| 96 |
+
| 43 | v.blk.11.ffn_up.weight | 0x119428e0 | 0x12ea000 |
|
| 97 |
+
| 44 | v.blk.11.attn_post_norm.weight | 0x12c2c8e0 | 0x1200 |
|
| 98 |
+
| 45 | v.blk.11.ffn_post_norm.weight | 0x12c2dae0 | 0x1200 |
|
| 99 |
+
| 46 | v.blk.11.ln2.weight | 0x12c2ece0 | 0x1200 |
|
| 100 |
+
| 47 | v.blk.11.attn_k_norm.weight | 0x12c2fee0 | 0x120 |
|
| 101 |
+
| 48 | v.blk.11.attn_k.weight | 0x12c30000 | 0x510000 |
|
| 102 |
+
| 49 | v.blk.11.attn_out.weight | 0x13140000 | 0x510000 |
|
| 103 |
+
| 50 | v.blk.11.attn_q_norm.weight | 0x13650000 | 0x120 |
|
| 104 |
+
| 51 | v.blk.11.attn_q.weight | 0x13650120 | 0x510000 |
|
| 105 |
+
| 52 | v.blk.11.attn_v.weight | 0x13b60120 | 0x510000 |
|
| 106 |
+
| 53 | v.blk.12.ln1.weight | 0x14070120 | 0x1200 |
|
| 107 |
+
| 54 | v.blk.12.ffn_down.weight | 0x14071320 | 0x12ea000 |
|
| 108 |
+
| 55 | v.blk.12.ffn_gate.weight | 0x1535b320 | 0x12ea000 |
|
| 109 |
+
| 56 | v.blk.12.ffn_up.weight | 0x16645320 | 0x12ea000 |
|
| 110 |
+
| 57 | v.blk.12.attn_post_norm.weight | 0x1792f320 | 0x1200 |
|
| 111 |
+
| 58 | v.blk.12.ffn_post_norm.weight | 0x17930520 | 0x1200 |
|
| 112 |
+
| 59 | v.blk.12.ln2.weight | 0x17931720 | 0x1200 |
|
| 113 |
+
| 60 | v.blk.12.attn_k_norm.weight | 0x17932920 | 0x120 |
|
| 114 |
+
| 61 | v.blk.12.attn_k.weight | 0x17932a40 | 0x510000 |
|
| 115 |
+
| 62 | v.blk.12.attn_out.weight | 0x17e42a40 | 0x510000 |
|
| 116 |
+
| 63 | v.blk.12.attn_q_norm.weight | 0x18352a40 | 0x120 |
|
| 117 |
+
| 64 | v.blk.12.attn_q.weight | 0x18352b60 | 0x510000 |
|
| 118 |
+
| 65 | v.blk.12.attn_v.weight | 0x18862b60 | 0x510000 |
|
| 119 |
+
| 66 | v.blk.13.ln1.weight | 0x18d72b60 | 0x1200 |
|
| 120 |
+
| 67 | v.blk.13.ffn_down.weight | 0x18d73d60 | 0x12ea000 |
|
| 121 |
+
| 68 | v.blk.13.ffn_gate.weight | 0x1a05dd60 | 0x12ea000 |
|
| 122 |
+
| 69 | v.blk.13.ffn_up.weight | 0x1b347d60 | 0x12ea000 |
|
| 123 |
+
| 70 | v.blk.13.attn_post_norm.weight | 0x1c631d60 | 0x1200 |
|
| 124 |
+
| 71 | v.blk.13.ffn_post_norm.weight | 0x1c632f60 | 0x1200 |
|
| 125 |
+
| 72 | v.blk.13.ln2.weight | 0x1c634160 | 0x1200 |
|
| 126 |
+
| 73 | v.blk.13.attn_k_norm.weight | 0x1c635360 | 0x120 |
|
| 127 |
+
| 74 | v.blk.13.attn_k.weight | 0x1c635480 | 0x510000 |
|
| 128 |
+
| 75 | v.blk.13.attn_out.weight | 0x1cb45480 | 0x510000 |
|
| 129 |
+
| 76 | v.blk.13.attn_q_norm.weight | 0x1d055480 | 0x120 |
|
| 130 |
+
| 77 | v.blk.13.attn_q.weight | 0x1d0555a0 | 0x510000 |
|
| 131 |
+
| 78 | v.blk.13.attn_v.weight | 0x1d5655a0 | 0x510000 |
|
| 132 |
+
| 79 | v.blk.14.ln1.weight | 0x1da755a0 | 0x1200 |
|
| 133 |
+
| 80 | v.blk.14.ffn_down.weight | 0x1da767a0 | 0x12ea000 |
|
| 134 |
+
| 81 | v.blk.14.ffn_gate.weight | 0x1ed607a0 | 0x12ea000 |
|
| 135 |
+
| 82 | v.blk.14.ffn_up.weight | 0x2004a7a0 | 0x12ea000 |
|
| 136 |
+
| 83 | v.blk.14.attn_post_norm.weight | 0x213347a0 | 0x1200 |
|
| 137 |
+
| 84 | v.blk.14.ffn_post_norm.weight | 0x213359a0 | 0x1200 |
|
| 138 |
+
| 85 | v.blk.14.ln2.weight | 0x21336ba0 | 0x1200 |
|
| 139 |
+
| 86 | v.blk.14.attn_k_norm.weight | 0x21337da0 | 0x120 |
|
| 140 |
+
| 87 | v.blk.14.attn_k.weight | 0x21337ec0 | 0x510000 |
|
| 141 |
+
| 88 | v.blk.14.attn_out.weight | 0x21847ec0 | 0x510000 |
|
| 142 |
+
| 89 | v.blk.14.attn_q_norm.weight | 0x21d57ec0 | 0x120 |
|
| 143 |
+
| 90 | v.blk.14.attn_q.weight | 0x21d57fe0 | 0x510000 |
|
| 144 |
+
| 91 | v.blk.14.attn_v.weight | 0x22267fe0 | 0x510000 |
|
| 145 |
+
| 92 | v.blk.15.ln1.weight | 0x22777fe0 | 0x1200 |
|
| 146 |
+
| 93 | v.blk.15.ffn_down.weight | 0x227791e0 | 0x12ea000 |
|
| 147 |
+
| 94 | v.blk.15.ffn_gate.weight | 0x23a631e0 | 0x12ea000 |
|
| 148 |
+
| 95 | v.blk.15.ffn_up.weight | 0x24d4d1e0 | 0x12ea000 |
|
| 149 |
+
| 96 | v.blk.15.attn_post_norm.weight | 0x260371e0 | 0x1200 |
|
| 150 |
+
| 97 | v.blk.15.ffn_post_norm.weight | 0x260383e0 | 0x1200 |
|
| 151 |
+
| 98 | v.blk.15.ln2.weight | 0x260395e0 | 0x1200 |
|
| 152 |
+
| 99 | v.blk.15.attn_k_norm.weight | 0x2603a7e0 | 0x120 |
|
| 153 |
+
| 100 | v.blk.15.attn_k.weight | 0x2603a900 | 0x510000 |
|
| 154 |
+
| 101 | v.blk.15.attn_out.weight | 0x2654a900 | 0x510000 |
|
| 155 |
+
| 102 | v.blk.15.attn_q_norm.weight | 0x26a5a900 | 0x120 |
|
| 156 |
+
| 103 | v.blk.15.attn_q.weight | 0x26a5aa20 | 0x510000 |
|
| 157 |
+
| 104 | v.blk.15.attn_v.weight | 0x26f6aa20 | 0x510000 |
|
| 158 |
+
| 105 | v.blk.16.ln1.weight | 0x2747aa20 | 0x1200 |
|
| 159 |
+
| 106 | v.blk.16.ffn_down.weight | 0x2747bc20 | 0x12ea000 |
|
| 160 |
+
| 107 | v.blk.16.ffn_gate.weight | 0x28765c20 | 0x12ea000 |
|
| 161 |
+
| 108 | v.blk.16.ffn_up.weight | 0x29a4fc20 | 0x12ea000 |
|
| 162 |
+
| 109 | v.blk.16.attn_post_norm.weight | 0x2ad39c20 | 0x1200 |
|
| 163 |
+
| 110 | v.blk.16.ffn_post_norm.weight | 0x2ad3ae20 | 0x1200 |
|
| 164 |
+
| 111 | v.blk.16.ln2.weight | 0x2ad3c020 | 0x1200 |
|
| 165 |
+
| 112 | v.blk.16.attn_k_norm.weight | 0x2ad3d220 | 0x120 |
|
| 166 |
+
| 113 | v.blk.16.attn_k.weight | 0x2ad3d340 | 0x510000 |
|
| 167 |
+
| 114 | v.blk.16.attn_out.weight | 0x2b24d340 | 0x510000 |
|
| 168 |
+
| 115 | v.blk.16.attn_q_norm.weight | 0x2b75d340 | 0x120 |
|
| 169 |
+
| 116 | v.blk.16.attn_q.weight | 0x2b75d460 | 0x510000 |
|
| 170 |
+
| 117 | v.blk.16.attn_v.weight | 0x2bc6d460 | 0x510000 |
|
| 171 |
+
| 118 | v.blk.17.ln1.weight | 0x2c17d460 | 0x1200 |
|
| 172 |
+
| 119 | v.blk.17.ffn_down.weight | 0x2c17e660 | 0x12ea000 |
|
| 173 |
+
| 120 | v.blk.17.ffn_gate.weight | 0x2d468660 | 0x12ea000 |
|
| 174 |
+
| 121 | v.blk.17.ffn_up.weight | 0x2e752660 | 0x12ea000 |
|
| 175 |
+
| 122 | v.blk.17.attn_post_norm.weight | 0x2fa3c660 | 0x1200 |
|
| 176 |
+
| 123 | v.blk.17.ffn_post_norm.weight | 0x2fa3d860 | 0x1200 |
|
| 177 |
+
| 124 | v.blk.17.ln2.weight | 0x2fa3ea60 | 0x1200 |
|
| 178 |
+
| 125 | v.blk.17.attn_k_norm.weight | 0x2fa3fc60 | 0x120 |
|
| 179 |
+
| 126 | v.blk.17.attn_k.weight | 0x2fa3fd80 | 0x510000 |
|
| 180 |
+
| 127 | v.blk.17.attn_out.weight | 0x2ff4fd80 | 0x510000 |
|
| 181 |
+
| 128 | v.blk.17.attn_q_norm.weight | 0x3045fd80 | 0x120 |
|
| 182 |
+
| 129 | v.blk.17.attn_q.weight | 0x3045fea0 | 0x510000 |
|
| 183 |
+
| 130 | v.blk.17.attn_v.weight | 0x3096fea0 | 0x510000 |
|
| 184 |
+
| 131 | v.blk.18.ln1.weight | 0x30e7fea0 | 0x1200 |
|
| 185 |
+
| 132 | v.blk.18.ffn_down.weight | 0x30e810a0 | 0x12ea000 |
|
| 186 |
+
| 133 | v.blk.18.ffn_gate.weight | 0x3216b0a0 | 0x12ea000 |
|
| 187 |
+
| 134 | v.blk.18.ffn_up.weight | 0x334550a0 | 0x12ea000 |
|
| 188 |
+
| 135 | v.blk.18.attn_post_norm.weight | 0x3473f0a0 | 0x1200 |
|
| 189 |
+
| 136 | v.blk.18.ffn_post_norm.weight | 0x347402a0 | 0x1200 |
|
| 190 |
+
| 137 | v.blk.18.ln2.weight | 0x347414a0 | 0x1200 |
|
| 191 |
+
| 138 | v.blk.18.attn_k_norm.weight | 0x347426a0 | 0x120 |
|
| 192 |
+
| 139 | v.blk.18.attn_k.weight | 0x347427c0 | 0x510000 |
|
| 193 |
+
| 140 | v.blk.18.attn_out.weight | 0x34c527c0 | 0x510000 |
|
| 194 |
+
| 141 | v.blk.18.attn_q_norm.weight | 0x351627c0 | 0x120 |
|
| 195 |
+
| 142 | v.blk.18.attn_q.weight | 0x351628e0 | 0x510000 |
|
| 196 |
+
| 143 | v.blk.18.attn_v.weight | 0x356728e0 | 0x510000 |
|
| 197 |
+
| 144 | v.blk.19.ln1.weight | 0x35b828e0 | 0x1200 |
|
| 198 |
+
| 145 | v.blk.19.ffn_down.weight | 0x35b83ae0 | 0x12ea000 |
|
| 199 |
+
| 146 | v.blk.19.ffn_gate.weight | 0x36e6dae0 | 0x12ea000 |
|
| 200 |
+
| 147 | v.blk.19.ffn_up.weight | 0x38157ae0 | 0x12ea000 |
|
| 201 |
+
| 148 | v.blk.19.attn_post_norm.weight | 0x39441ae0 | 0x1200 |
|
| 202 |
+
| 149 | v.blk.19.ffn_post_norm.weight | 0x39442ce0 | 0x1200 |
|
| 203 |
+
| 150 | v.blk.19.ln2.weight | 0x39443ee0 | 0x1200 |
|
| 204 |
+
| 151 | v.blk.19.attn_k_norm.weight | 0x394450e0 | 0x120 |
|
| 205 |
+
| 152 | v.blk.19.attn_k.weight | 0x39445200 | 0x510000 |
|
| 206 |
+
| 153 | v.blk.19.attn_out.weight | 0x39955200 | 0x510000 |
|
| 207 |
+
| 154 | v.blk.19.attn_q_norm.weight | 0x39e65200 | 0x120 |
|
| 208 |
+
| 155 | v.blk.19.attn_q.weight | 0x39e65320 | 0x510000 |
|
| 209 |
+
| 156 | v.blk.19.attn_v.weight | 0x3a375320 | 0x510000 |
|
| 210 |
+
| 157 | v.blk.2.ln1.weight | 0x3a885320 | 0x1200 |
|
| 211 |
+
| 158 | v.blk.2.ffn_down.weight | 0x3a886520 | 0x12ea000 |
|
| 212 |
+
| 159 | v.blk.2.ffn_gate.weight | 0x3bb70520 | 0x12ea000 |
|
| 213 |
+
| 160 | v.blk.2.ffn_up.weight | 0x3ce5a520 | 0x12ea000 |
|
| 214 |
+
| 161 | v.blk.2.attn_post_norm.weight | 0x3e144520 | 0x1200 |
|
| 215 |
+
| 162 | v.blk.2.ffn_post_norm.weight | 0x3e145720 | 0x1200 |
|
| 216 |
+
| 163 | v.blk.2.ln2.weight | 0x3e146920 | 0x1200 |
|
| 217 |
+
| 164 | v.blk.2.attn_k_norm.weight | 0x3e147b20 | 0x120 |
|
| 218 |
+
| 165 | v.blk.2.attn_k.weight | 0x3e147c40 | 0x510000 |
|
| 219 |
+
| 166 | v.blk.2.attn_out.weight | 0x3e657c40 | 0x510000 |
|
| 220 |
+
| 167 | v.blk.2.attn_q_norm.weight | 0x3eb67c40 | 0x120 |
|
| 221 |
+
| 168 | v.blk.2.attn_q.weight | 0x3eb67d60 | 0x510000 |
|
| 222 |
+
| 169 | v.blk.2.attn_v.weight | 0x3f077d60 | 0x510000 |
|
| 223 |
+
| 170 | v.blk.20.ln1.weight | 0x3f587d60 | 0x1200 |
|
| 224 |
+
| 171 | v.blk.20.ffn_down.weight | 0x3f588f60 | 0x12ea000 |
|
| 225 |
+
| 172 | v.blk.20.ffn_gate.weight | 0x40872f60 | 0x12ea000 |
|
| 226 |
+
| 173 | v.blk.20.ffn_up.weight | 0x41b5cf60 | 0x12ea000 |
|
| 227 |
+
| 174 | v.blk.20.attn_post_norm.weight | 0x42e46f60 | 0x1200 |
|
| 228 |
+
| 175 | v.blk.20.ffn_post_norm.weight | 0x42e48160 | 0x1200 |
|
| 229 |
+
| 176 | v.blk.20.ln2.weight | 0x42e49360 | 0x1200 |
|
| 230 |
+
| 177 | v.blk.20.attn_k_norm.weight | 0x42e4a560 | 0x120 |
|
| 231 |
+
| 178 | v.blk.20.attn_k.weight | 0x42e4a680 | 0x510000 |
|
| 232 |
+
| 179 | v.blk.20.attn_out.weight | 0x4335a680 | 0x510000 |
|
| 233 |
+
| 180 | v.blk.20.attn_q_norm.weight | 0x4386a680 | 0x120 |
|
| 234 |
+
| 181 | v.blk.20.attn_q.weight | 0x4386a7a0 | 0x510000 |
|
| 235 |
+
| 182 | v.blk.20.attn_v.weight | 0x43d7a7a0 | 0x510000 |
|
| 236 |
+
| 183 | v.blk.21.ln1.weight | 0x4428a7a0 | 0x1200 |
|
| 237 |
+
| 184 | v.blk.21.ffn_down.weight | 0x4428b9a0 | 0x12ea000 |
|
| 238 |
+
| 185 | v.blk.21.ffn_gate.weight | 0x455759a0 | 0x12ea000 |
|
| 239 |
+
| 186 | v.blk.21.ffn_up.weight | 0x4685f9a0 | 0x12ea000 |
|
| 240 |
+
| 187 | v.blk.21.attn_post_norm.weight | 0x47b499a0 | 0x1200 |
|
| 241 |
+
| 188 | v.blk.21.ffn_post_norm.weight | 0x47b4aba0 | 0x1200 |
|
| 242 |
+
| 189 | v.blk.21.ln2.weight | 0x47b4bda0 | 0x1200 |
|
| 243 |
+
| 190 | v.blk.21.attn_k_norm.weight | 0x47b4cfa0 | 0x120 |
|
| 244 |
+
| 191 | v.blk.21.attn_k.weight | 0x47b4d0c0 | 0x510000 |
|
| 245 |
+
| 192 | v.blk.21.attn_out.weight | 0x4805d0c0 | 0x510000 |
|
| 246 |
+
| 193 | v.blk.21.attn_q_norm.weight | 0x4856d0c0 | 0x120 |
|
| 247 |
+
| 194 | v.blk.21.attn_q.weight | 0x4856d1e0 | 0x510000 |
|
| 248 |
+
| 195 | v.blk.21.attn_v.weight | 0x48a7d1e0 | 0x510000 |
|
| 249 |
+
| 196 | v.blk.22.ln1.weight | 0x48f8d1e0 | 0x1200 |
|
| 250 |
+
| 197 | v.blk.22.ffn_down.weight | 0x48f8e3e0 | 0x12ea000 |
|
| 251 |
+
| 198 | v.blk.22.ffn_gate.weight | 0x4a2783e0 | 0x12ea000 |
|
| 252 |
+
| 199 | v.blk.22.ffn_up.weight | 0x4b5623e0 | 0x12ea000 |
|
| 253 |
+
| 200 | v.blk.22.attn_post_norm.weight | 0x4c84c3e0 | 0x1200 |
|
| 254 |
+
| 201 | v.blk.22.ffn_post_norm.weight | 0x4c84d5e0 | 0x1200 |
|
| 255 |
+
| 202 | v.blk.22.ln2.weight | 0x4c84e7e0 | 0x1200 |
|
| 256 |
+
| 203 | v.blk.22.attn_k_norm.weight | 0x4c84f9e0 | 0x120 |
|
| 257 |
+
| 204 | v.blk.22.attn_k.weight | 0x4c84fb00 | 0x510000 |
|
| 258 |
+
| 205 | v.blk.22.attn_out.weight | 0x4cd5fb00 | 0x510000 |
|
| 259 |
+
| 206 | v.blk.22.attn_q_norm.weight | 0x4d26fb00 | 0x120 |
|
| 260 |
+
| 207 | v.blk.22.attn_q.weight | 0x4d26fc20 | 0x510000 |
|
| 261 |
+
| 208 | v.blk.22.attn_v.weight | 0x4d77fc20 | 0x510000 |
|
| 262 |
+
| 209 | v.blk.23.ln1.weight | 0x4dc8fc20 | 0x1200 |
|
| 263 |
+
| 210 | v.blk.23.ffn_down.weight | 0x4dc90e20 | 0x12ea000 |
|
| 264 |
+
| 211 | v.blk.23.ffn_gate.weight | 0x4ef7ae20 | 0x12ea000 |
|
| 265 |
+
| 212 | v.blk.23.ffn_up.weight | 0x50264e20 | 0x12ea000 |
|
| 266 |
+
| 213 | v.blk.23.attn_post_norm.weight | 0x5154ee20 | 0x1200 |
|
| 267 |
+
| 214 | v.blk.23.ffn_post_norm.weight | 0x51550020 | 0x1200 |
|
| 268 |
+
| 215 | v.blk.23.ln2.weight | 0x51551220 | 0x1200 |
|
| 269 |
+
| 216 | v.blk.23.attn_k_norm.weight | 0x51552420 | 0x120 |
|
| 270 |
+
| 217 | v.blk.23.attn_k.weight | 0x51552540 | 0x510000 |
|
| 271 |
+
| 218 | v.blk.23.attn_out.weight | 0x51a62540 | 0x510000 |
|
| 272 |
+
| 219 | v.blk.23.attn_q_norm.weight | 0x51f72540 | 0x120 |
|
| 273 |
+
| 220 | v.blk.23.attn_q.weight | 0x51f72660 | 0x510000 |
|
| 274 |
+
| 221 | v.blk.23.attn_v.weight | 0x52482660 | 0x510000 |
|
| 275 |
+
| 222 | v.blk.24.ln1.weight | 0x52992660 | 0x1200 |
|
| 276 |
+
| 223 | v.blk.24.ffn_down.weight | 0x52993860 | 0x12ea000 |
|
| 277 |
+
| 224 | v.blk.24.ffn_gate.weight | 0x53c7d860 | 0x12ea000 |
|
| 278 |
+
| 225 | v.blk.24.ffn_up.weight | 0x54f67860 | 0x12ea000 |
|
| 279 |
+
| 226 | v.blk.24.attn_post_norm.weight | 0x56251860 | 0x1200 |
|
| 280 |
+
| 227 | v.blk.24.ffn_post_norm.weight | 0x56252a60 | 0x1200 |
|
| 281 |
+
| 228 | v.blk.24.ln2.weight | 0x56253c60 | 0x1200 |
|
| 282 |
+
| 229 | v.blk.24.attn_k_norm.weight | 0x56254e60 | 0x120 |
|
| 283 |
+
| 230 | v.blk.24.attn_k.weight | 0x56254f80 | 0x510000 |
|
| 284 |
+
| 231 | v.blk.24.attn_out.weight | 0x56764f80 | 0x510000 |
|
| 285 |
+
| 232 | v.blk.24.attn_q_norm.weight | 0x56c74f80 | 0x120 |
|
| 286 |
+
| 233 | v.blk.24.attn_q.weight | 0x56c750a0 | 0x510000 |
|
| 287 |
+
| 234 | v.blk.24.attn_v.weight | 0x571850a0 | 0x510000 |
|
| 288 |
+
| 235 | v.blk.25.ln1.weight | 0x576950a0 | 0x1200 |
|
| 289 |
+
| 236 | v.blk.25.ffn_down.weight | 0x576962a0 | 0x12ea000 |
|
| 290 |
+
| 237 | v.blk.25.ffn_gate.weight | 0x589802a0 | 0x12ea000 |
|
| 291 |
+
| 238 | v.blk.25.ffn_up.weight | 0x59c6a2a0 | 0x12ea000 |
|
| 292 |
+
| 239 | v.blk.25.attn_post_norm.weight | 0x5af542a0 | 0x1200 |
|
| 293 |
+
| 240 | v.blk.25.ffn_post_norm.weight | 0x5af554a0 | 0x1200 |
|
| 294 |
+
| 241 | v.blk.25.ln2.weight | 0x5af566a0 | 0x1200 |
|
| 295 |
+
| 242 | v.blk.25.attn_k_norm.weight | 0x5af578a0 | 0x120 |
|
| 296 |
+
| 243 | v.blk.25.attn_k.weight | 0x5af579c0 | 0x510000 |
|
| 297 |
+
| 244 | v.blk.25.attn_out.weight | 0x5b4679c0 | 0x510000 |
|
| 298 |
+
| 245 | v.blk.25.attn_q_norm.weight | 0x5b9779c0 | 0x120 |
|
| 299 |
+
| 246 | v.blk.25.attn_q.weight | 0x5b977ae0 | 0x510000 |
|
| 300 |
+
| 247 | v.blk.25.attn_v.weight | 0x5be87ae0 | 0x510000 |
|
| 301 |
+
| 248 | v.blk.26.ln1.weight | 0x5c397ae0 | 0x1200 |
|
| 302 |
+
| 249 | v.blk.26.ffn_down.weight | 0x5c398ce0 | 0x12ea000 |
|
| 303 |
+
| 250 | v.blk.26.ffn_gate.weight | 0x5d682ce0 | 0x12ea000 |
|
| 304 |
+
| 251 | v.blk.26.ffn_up.weight | 0x5e96cce0 | 0x12ea000 |
|
| 305 |
+
| 252 | v.blk.26.attn_post_norm.weight | 0x5fc56ce0 | 0x1200 |
|
| 306 |
+
| 253 | v.blk.26.ffn_post_norm.weight | 0x5fc57ee0 | 0x1200 |
|
| 307 |
+
| 254 | v.blk.26.ln2.weight | 0x5fc590e0 | 0x1200 |
|
| 308 |
+
| 255 | v.blk.26.attn_k_norm.weight | 0x5fc5a2e0 | 0x120 |
|
| 309 |
+
| 256 | v.blk.26.attn_k.weight | 0x5fc5a400 | 0x510000 |
|
| 310 |
+
| 257 | v.blk.26.attn_out.weight | 0x6016a400 | 0x510000 |
|
| 311 |
+
| 258 | v.blk.26.attn_q_norm.weight | 0x6067a400 | 0x120 |
|
| 312 |
+
| 259 | v.blk.26.attn_q.weight | 0x6067a520 | 0x510000 |
|
| 313 |
+
| 260 | v.blk.26.attn_v.weight | 0x60b8a520 | 0x510000 |
|
| 314 |
+
| 261 | v.blk.3.ln1.weight | 0x6109a520 | 0x1200 |
|
| 315 |
+
| 262 | v.blk.3.ffn_down.weight | 0x6109b720 | 0x12ea000 |
|
| 316 |
+
| 263 | v.blk.3.ffn_gate.weight | 0x62385720 | 0x12ea000 |
|
| 317 |
+
| 264 | v.blk.3.ffn_up.weight | 0x6366f720 | 0x12ea000 |
|
| 318 |
+
| 265 | v.blk.3.attn_post_norm.weight | 0x64959720 | 0x1200 |
|
| 319 |
+
| 266 | v.blk.3.ffn_post_norm.weight | 0x6495a920 | 0x1200 |
|
| 320 |
+
| 267 | v.blk.3.ln2.weight | 0x6495bb20 | 0x1200 |
|
| 321 |
+
| 268 | v.blk.3.attn_k_norm.weight | 0x6495cd20 | 0x120 |
|
| 322 |
+
| 269 | v.blk.3.attn_k.weight | 0x6495ce40 | 0x510000 |
|
| 323 |
+
| 270 | v.blk.3.attn_out.weight | 0x64e6ce40 | 0x510000 |
|
| 324 |
+
| 271 | v.blk.3.attn_q_norm.weight | 0x6537ce40 | 0x120 |
|
| 325 |
+
| 272 | v.blk.3.attn_q.weight | 0x6537cf60 | 0x510000 |
|
| 326 |
+
| 273 | v.blk.3.attn_v.weight | 0x6588cf60 | 0x510000 |
|
| 327 |
+
| 274 | v.blk.4.ln1.weight | 0x65d9cf60 | 0x1200 |
|
| 328 |
+
| 275 | v.blk.4.ffn_down.weight | 0x65d9e160 | 0x12ea000 |
|
| 329 |
+
| 276 | v.blk.4.ffn_gate.weight | 0x67088160 | 0x12ea000 |
|
| 330 |
+
| 277 | v.blk.4.ffn_up.weight | 0x68372160 | 0x12ea000 |
|
| 331 |
+
| 278 | v.blk.4.attn_post_norm.weight | 0x6965c160 | 0x1200 |
|
| 332 |
+
| 279 | v.blk.4.ffn_post_norm.weight | 0x6965d360 | 0x1200 |
|
| 333 |
+
| 280 | v.blk.4.ln2.weight | 0x6965e560 | 0x1200 |
|
| 334 |
+
| 281 | v.blk.4.attn_k_norm.weight | 0x6965f760 | 0x120 |
|
| 335 |
+
| 282 | v.blk.4.attn_k.weight | 0x6965f880 | 0x510000 |
|
| 336 |
+
| 283 | v.blk.4.attn_out.weight | 0x69b6f880 | 0x510000 |
|
| 337 |
+
| 284 | v.blk.4.attn_q_norm.weight | 0x6a07f880 | 0x120 |
|
| 338 |
+
| 285 | v.blk.4.attn_q.weight | 0x6a07f9a0 | 0x510000 |
|
| 339 |
+
| 286 | v.blk.4.attn_v.weight | 0x6a58f9a0 | 0x510000 |
|
| 340 |
+
| 287 | v.blk.5.ln1.weight | 0x6aa9f9a0 | 0x1200 |
|
| 341 |
+
| 288 | v.blk.5.ffn_down.weight | 0x6aaa0ba0 | 0x12ea000 |
|
| 342 |
+
| 289 | v.blk.5.ffn_gate.weight | 0x6bd8aba0 | 0x12ea000 |
|
| 343 |
+
| 290 | v.blk.5.ffn_up.weight | 0x6d074ba0 | 0x12ea000 |
|
| 344 |
+
| 291 | v.blk.5.attn_post_norm.weight | 0x6e35eba0 | 0x1200 |
|
| 345 |
+
| 292 | v.blk.5.ffn_post_norm.weight | 0x6e35fda0 | 0x1200 |
|
| 346 |
+
| 293 | v.blk.5.ln2.weight | 0x6e360fa0 | 0x1200 |
|
| 347 |
+
| 294 | v.blk.5.attn_k_norm.weight | 0x6e3621a0 | 0x120 |
|
| 348 |
+
| 295 | v.blk.5.attn_k.weight | 0x6e3622c0 | 0x510000 |
|
| 349 |
+
| 296 | v.blk.5.attn_out.weight | 0x6e8722c0 | 0x510000 |
|
| 350 |
+
| 297 | v.blk.5.attn_q_norm.weight | 0x6ed822c0 | 0x120 |
|
| 351 |
+
| 298 | v.blk.5.attn_q.weight | 0x6ed823e0 | 0x510000 |
|
| 352 |
+
| 299 | v.blk.5.attn_v.weight | 0x6f2923e0 | 0x510000 |
|
| 353 |
+
| 300 | v.blk.6.ln1.weight | 0x6f7a23e0 | 0x1200 |
|
| 354 |
+
| 301 | v.blk.6.ffn_down.weight | 0x6f7a35e0 | 0x12ea000 |
|
| 355 |
+
| 302 | v.blk.6.ffn_gate.weight | 0x70a8d5e0 | 0x12ea000 |
|
| 356 |
+
| 303 | v.blk.6.ffn_up.weight | 0x71d775e0 | 0x12ea000 |
|
| 357 |
+
| 304 | v.blk.6.attn_post_norm.weight | 0x730615e0 | 0x1200 |
|
| 358 |
+
| 305 | v.blk.6.ffn_post_norm.weight | 0x730627e0 | 0x1200 |
|
| 359 |
+
| 306 | v.blk.6.ln2.weight | 0x730639e0 | 0x1200 |
|
| 360 |
+
| 307 | v.blk.6.attn_k_norm.weight | 0x73064be0 | 0x120 |
|
| 361 |
+
| 308 | v.blk.6.attn_k.weight | 0x73064d00 | 0x510000 |
|
| 362 |
+
| 309 | v.blk.6.attn_out.weight | 0x73574d00 | 0x510000 |
|
| 363 |
+
| 310 | v.blk.6.attn_q_norm.weight | 0x73a84d00 | 0x120 |
|
| 364 |
+
| 311 | v.blk.6.attn_q.weight | 0x73a84e20 | 0x510000 |
|
| 365 |
+
| 312 | v.blk.6.attn_v.weight | 0x73f94e20 | 0x510000 |
|
| 366 |
+
| 313 | v.blk.7.ln1.weight | 0x744a4e20 | 0x1200 |
|
| 367 |
+
| 314 | v.blk.7.ffn_down.weight | 0x744a6020 | 0x12ea000 |
|
| 368 |
+
| 315 | v.blk.7.ffn_gate.weight | 0x75790020 | 0x12ea000 |
|
| 369 |
+
| 316 | v.blk.7.ffn_up.weight | 0x76a7a020 | 0x12ea000 |
|
| 370 |
+
| 317 | v.blk.7.attn_post_norm.weight | 0x77d64020 | 0x1200 |
|
| 371 |
+
| 318 | v.blk.7.ffn_post_norm.weight | 0x77d65220 | 0x1200 |
|
| 372 |
+
| 319 | v.blk.7.ln2.weight | 0x77d66420 | 0x1200 |
|
| 373 |
+
| 320 | v.blk.7.attn_k_norm.weight | 0x77d67620 | 0x120 |
|
| 374 |
+
| 321 | v.blk.7.attn_k.weight | 0x77d67740 | 0x510000 |
|
| 375 |
+
| 322 | v.blk.7.attn_out.weight | 0x78277740 | 0x510000 |
|
| 376 |
+
| 323 | v.blk.7.attn_q_norm.weight | 0x78787740 | 0x120 |
|
| 377 |
+
| 324 | v.blk.7.attn_q.weight | 0x78787860 | 0x510000 |
|
| 378 |
+
| 325 | v.blk.7.attn_v.weight | 0x78c97860 | 0x510000 |
|
| 379 |
+
| 326 | v.blk.8.ln1.weight | 0x791a7860 | 0x1200 |
|
| 380 |
+
| 327 | v.blk.8.ffn_down.weight | 0x791a8a60 | 0x12ea000 |
|
| 381 |
+
| 328 | v.blk.8.ffn_gate.weight | 0x7a492a60 | 0x12ea000 |
|
| 382 |
+
| 329 | v.blk.8.ffn_up.weight | 0x7b77ca60 | 0x12ea000 |
|
| 383 |
+
| 330 | v.blk.8.attn_post_norm.weight | 0x7ca66a60 | 0x1200 |
|
| 384 |
+
| 331 | v.blk.8.ffn_post_norm.weight | 0x7ca67c60 | 0x1200 |
|
| 385 |
+
| 332 | v.blk.8.ln2.weight | 0x7ca68e60 | 0x1200 |
|
| 386 |
+
| 333 | v.blk.8.attn_k_norm.weight | 0x7ca6a060 | 0x120 |
|
| 387 |
+
| 334 | v.blk.8.attn_k.weight | 0x7ca6a180 | 0x510000 |
|
| 388 |
+
| 335 | v.blk.8.attn_out.weight | 0x7cf7a180 | 0x510000 |
|
| 389 |
+
| 336 | v.blk.8.attn_q_norm.weight | 0x7d48a180 | 0x120 |
|
| 390 |
+
| 337 | v.blk.8.attn_q.weight | 0x7d48a2a0 | 0x510000 |
|
| 391 |
+
| 338 | v.blk.8.attn_v.weight | 0x7d99a2a0 | 0x510000 |
|
| 392 |
+
| 339 | v.blk.9.ln1.weight | 0x7deaa2a0 | 0x1200 |
|
| 393 |
+
| 340 | v.blk.9.ffn_down.weight | 0x7deab4a0 | 0x12ea000 |
|
| 394 |
+
| 341 | v.blk.9.ffn_gate.weight | 0x7f1954a0 | 0x12ea000 |
|
| 395 |
+
| 342 | v.blk.9.ffn_up.weight | 0x8047f4a0 | 0x12ea000 |
|
| 396 |
+
| 343 | v.blk.9.attn_post_norm.weight | 0x817694a0 | 0x1200 |
|
| 397 |
+
| 344 | v.blk.9.ffn_post_norm.weight | 0x8176a6a0 | 0x1200 |
|
| 398 |
+
| 345 | v.blk.9.ln2.weight | 0x8176b8a0 | 0x1200 |
|
| 399 |
+
| 346 | v.blk.9.attn_k_norm.weight | 0x8176caa0 | 0x120 |
|
| 400 |
+
| 347 | v.blk.9.attn_k.weight | 0x8176cbc0 | 0x510000 |
|
| 401 |
+
| 348 | v.blk.9.attn_out.weight | 0x81c7cbc0 | 0x510000 |
|
| 402 |
+
| 349 | v.blk.9.attn_q_norm.weight | 0x8218cbc0 | 0x120 |
|
| 403 |
+
| 350 | v.blk.9.attn_q.weight | 0x8218cce0 | 0x510000 |
|
| 404 |
+
| 351 | v.blk.9.attn_v.weight | 0x8269cce0 | 0x510000 |
|
| 405 |
+
| 352 | v.patch_embd.weight | 0x82bacce0 | 0x360000 |
|
| 406 |
+
| 353 | v.position_embd.weight | 0x82f0cce0 | 0x5a00000 |
|
| 407 |
+
| 354 | v.std_bias | 0x8890cce0 | 0x1200 |
|
| 408 |
+
| 355 | v.std_scale | 0x8890dee0 | 0x1200 |
|
| 409 |
+
|
| 410 |
+
### <a name="base">Base Tensor Group : ~573M Elements</a>
|
| 411 |
+
|
| 412 |
+
| T_ID | Tensor Layer Name | Human Friendly Tensor Layer Name | Elements | Shape | Type | BPW |
|
| 413 |
+
|-----:|:-------------------------------|:-------------------------------------------|:-----------------|:------------------------|:-----|--------:|
|
| 414 |
+
| 0 | mm.input_projection.weight | Mm Input_Projection (W) | ( ~3M) 3244032 | 1152 x 2816 x 1 x 1 | F32 | 32.0000 |
|
| 415 |
+
| 1 | v.blk.0.ln1.weight | V Block 0 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 416 |
+
| 2 | v.blk.0.ffn_down.weight | V Block 0 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 417 |
+
| 3 | v.blk.0.ffn_gate.weight | V Block 0 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 418 |
+
| 4 | v.blk.0.ffn_up.weight | V Block 0 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 419 |
+
| 5 | v.blk.0.attn_post_norm.weight | V Block 0 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 420 |
+
| 6 | v.blk.0.ffn_post_norm.weight | V Block 0 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 421 |
+
| 7 | v.blk.0.ln2.weight | V Block 0 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 422 |
+
| 8 | v.blk.0.attn_k_norm.weight | V Block 0 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 423 |
+
| 9 | v.blk.0.attn_k.weight | V Block 0 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 424 |
+
| 10 | v.blk.0.attn_out.weight | V Block 0 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 425 |
+
| 11 | v.blk.0.attn_q_norm.weight | V Block 0 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 426 |
+
| 12 | v.blk.0.attn_q.weight | V Block 0 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 427 |
+
| 13 | v.blk.0.attn_v.weight | V Block 0 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 428 |
+
| 14 | v.blk.1.ln1.weight | V Block 1 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 429 |
+
| 15 | v.blk.1.ffn_down.weight | V Block 1 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 430 |
+
| 16 | v.blk.1.ffn_gate.weight | V Block 1 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 431 |
+
| 17 | v.blk.1.ffn_up.weight | V Block 1 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 432 |
+
| 18 | v.blk.1.attn_post_norm.weight | V Block 1 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 433 |
+
| 19 | v.blk.1.ffn_post_norm.weight | V Block 1 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 434 |
+
| 20 | v.blk.1.ln2.weight | V Block 1 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 435 |
+
| 21 | v.blk.1.attn_k_norm.weight | V Block 1 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 436 |
+
| 22 | v.blk.1.attn_k.weight | V Block 1 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 437 |
+
| 23 | v.blk.1.attn_out.weight | V Block 1 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 438 |
+
| 24 | v.blk.1.attn_q_norm.weight | V Block 1 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 439 |
+
| 25 | v.blk.1.attn_q.weight | V Block 1 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 440 |
+
| 26 | v.blk.1.attn_v.weight | V Block 1 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 441 |
+
| 27 | v.blk.10.ln1.weight | V Block 10 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 442 |
+
| 28 | v.blk.10.ffn_down.weight | V Block 10 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 443 |
+
| 29 | v.blk.10.ffn_gate.weight | V Block 10 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 444 |
+
| 30 | v.blk.10.ffn_up.weight | V Block 10 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 445 |
+
| 31 | v.blk.10.attn_post_norm.weight | V Block 10 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 446 |
+
| 32 | v.blk.10.ffn_post_norm.weight | V Block 10 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 447 |
+
| 33 | v.blk.10.ln2.weight | V Block 10 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 448 |
+
| 34 | v.blk.10.attn_k_norm.weight | V Block 10 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 449 |
+
| 35 | v.blk.10.attn_k.weight | V Block 10 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 450 |
+
| 36 | v.blk.10.attn_out.weight | V Block 10 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 451 |
+
| 37 | v.blk.10.attn_q_norm.weight | V Block 10 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 452 |
+
| 38 | v.blk.10.attn_q.weight | V Block 10 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 453 |
+
| 39 | v.blk.10.attn_v.weight | V Block 10 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 454 |
+
| 40 | v.blk.11.ln1.weight | V Block 11 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 455 |
+
| 41 | v.blk.11.ffn_down.weight | V Block 11 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 456 |
+
| 42 | v.blk.11.ffn_gate.weight | V Block 11 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 457 |
+
| 43 | v.blk.11.ffn_up.weight | V Block 11 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 458 |
+
| 44 | v.blk.11.attn_post_norm.weight | V Block 11 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 459 |
+
| 45 | v.blk.11.ffn_post_norm.weight | V Block 11 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 460 |
+
| 46 | v.blk.11.ln2.weight | V Block 11 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 461 |
+
| 47 | v.blk.11.attn_k_norm.weight | V Block 11 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 462 |
+
| 48 | v.blk.11.attn_k.weight | V Block 11 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 463 |
+
| 49 | v.blk.11.attn_out.weight | V Block 11 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 464 |
+
| 50 | v.blk.11.attn_q_norm.weight | V Block 11 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 465 |
+
| 51 | v.blk.11.attn_q.weight | V Block 11 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 466 |
+
| 52 | v.blk.11.attn_v.weight | V Block 11 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 467 |
+
| 53 | v.blk.12.ln1.weight | V Block 12 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 468 |
+
| 54 | v.blk.12.ffn_down.weight | V Block 12 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 469 |
+
| 55 | v.blk.12.ffn_gate.weight | V Block 12 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 470 |
+
| 56 | v.blk.12.ffn_up.weight | V Block 12 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 471 |
+
| 57 | v.blk.12.attn_post_norm.weight | V Block 12 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 472 |
+
| 58 | v.blk.12.ffn_post_norm.weight | V Block 12 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 473 |
+
| 59 | v.blk.12.ln2.weight | V Block 12 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 474 |
+
| 60 | v.blk.12.attn_k_norm.weight | V Block 12 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 475 |
+
| 61 | v.blk.12.attn_k.weight | V Block 12 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 476 |
+
| 62 | v.blk.12.attn_out.weight | V Block 12 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 477 |
+
| 63 | v.blk.12.attn_q_norm.weight | V Block 12 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 478 |
+
| 64 | v.blk.12.attn_q.weight | V Block 12 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 479 |
+
| 65 | v.blk.12.attn_v.weight | V Block 12 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 480 |
+
| 66 | v.blk.13.ln1.weight | V Block 13 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 481 |
+
| 67 | v.blk.13.ffn_down.weight | V Block 13 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 482 |
+
| 68 | v.blk.13.ffn_gate.weight | V Block 13 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 483 |
+
| 69 | v.blk.13.ffn_up.weight | V Block 13 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 484 |
+
| 70 | v.blk.13.attn_post_norm.weight | V Block 13 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 485 |
+
| 71 | v.blk.13.ffn_post_norm.weight | V Block 13 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 486 |
+
| 72 | v.blk.13.ln2.weight | V Block 13 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 487 |
+
| 73 | v.blk.13.attn_k_norm.weight | V Block 13 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 488 |
+
| 74 | v.blk.13.attn_k.weight | V Block 13 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 489 |
+
| 75 | v.blk.13.attn_out.weight | V Block 13 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 490 |
+
| 76 | v.blk.13.attn_q_norm.weight | V Block 13 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 491 |
+
| 77 | v.blk.13.attn_q.weight | V Block 13 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 492 |
+
| 78 | v.blk.13.attn_v.weight | V Block 13 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 493 |
+
| 79 | v.blk.14.ln1.weight | V Block 14 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 494 |
+
| 80 | v.blk.14.ffn_down.weight | V Block 14 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 495 |
+
| 81 | v.blk.14.ffn_gate.weight | V Block 14 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 496 |
+
| 82 | v.blk.14.ffn_up.weight | V Block 14 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 497 |
+
| 83 | v.blk.14.attn_post_norm.weight | V Block 14 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 498 |
+
| 84 | v.blk.14.ffn_post_norm.weight | V Block 14 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 499 |
+
| 85 | v.blk.14.ln2.weight | V Block 14 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 500 |
+
| 86 | v.blk.14.attn_k_norm.weight | V Block 14 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 501 |
+
| 87 | v.blk.14.attn_k.weight | V Block 14 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 502 |
+
| 88 | v.blk.14.attn_out.weight | V Block 14 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 503 |
+
| 89 | v.blk.14.attn_q_norm.weight | V Block 14 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 504 |
+
| 90 | v.blk.14.attn_q.weight | V Block 14 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 505 |
+
| 91 | v.blk.14.attn_v.weight | V Block 14 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 506 |
+
| 92 | v.blk.15.ln1.weight | V Block 15 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 507 |
+
| 93 | v.blk.15.ffn_down.weight | V Block 15 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 508 |
+
| 94 | v.blk.15.ffn_gate.weight | V Block 15 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 509 |
+
| 95 | v.blk.15.ffn_up.weight | V Block 15 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 510 |
+
| 96 | v.blk.15.attn_post_norm.weight | V Block 15 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 511 |
+
| 97 | v.blk.15.ffn_post_norm.weight | V Block 15 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 512 |
+
| 98 | v.blk.15.ln2.weight | V Block 15 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 513 |
+
| 99 | v.blk.15.attn_k_norm.weight | V Block 15 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 514 |
+
| 100 | v.blk.15.attn_k.weight | V Block 15 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 515 |
+
| 101 | v.blk.15.attn_out.weight | V Block 15 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 516 |
+
| 102 | v.blk.15.attn_q_norm.weight | V Block 15 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 517 |
+
| 103 | v.blk.15.attn_q.weight | V Block 15 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 518 |
+
| 104 | v.blk.15.attn_v.weight | V Block 15 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 519 |
+
| 105 | v.blk.16.ln1.weight | V Block 16 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 520 |
+
| 106 | v.blk.16.ffn_down.weight | V Block 16 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 521 |
+
| 107 | v.blk.16.ffn_gate.weight | V Block 16 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 522 |
+
| 108 | v.blk.16.ffn_up.weight | V Block 16 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 523 |
+
| 109 | v.blk.16.attn_post_norm.weight | V Block 16 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 524 |
+
| 110 | v.blk.16.ffn_post_norm.weight | V Block 16 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 525 |
+
| 111 | v.blk.16.ln2.weight | V Block 16 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 526 |
+
| 112 | v.blk.16.attn_k_norm.weight | V Block 16 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 527 |
+
| 113 | v.blk.16.attn_k.weight | V Block 16 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 528 |
+
| 114 | v.blk.16.attn_out.weight | V Block 16 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 529 |
+
| 115 | v.blk.16.attn_q_norm.weight | V Block 16 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 530 |
+
| 116 | v.blk.16.attn_q.weight | V Block 16 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 531 |
+
| 117 | v.blk.16.attn_v.weight | V Block 16 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 532 |
+
| 118 | v.blk.17.ln1.weight | V Block 17 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 533 |
+
| 119 | v.blk.17.ffn_down.weight | V Block 17 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 534 |
+
| 120 | v.blk.17.ffn_gate.weight | V Block 17 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 535 |
+
| 121 | v.blk.17.ffn_up.weight | V Block 17 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 536 |
+
| 122 | v.blk.17.attn_post_norm.weight | V Block 17 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 537 |
+
| 123 | v.blk.17.ffn_post_norm.weight | V Block 17 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 538 |
+
| 124 | v.blk.17.ln2.weight | V Block 17 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 539 |
+
| 125 | v.blk.17.attn_k_norm.weight | V Block 17 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 540 |
+
| 126 | v.blk.17.attn_k.weight | V Block 17 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 541 |
+
| 127 | v.blk.17.attn_out.weight | V Block 17 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 542 |
+
| 128 | v.blk.17.attn_q_norm.weight | V Block 17 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 543 |
+
| 129 | v.blk.17.attn_q.weight | V Block 17 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 544 |
+
| 130 | v.blk.17.attn_v.weight | V Block 17 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 545 |
+
| 131 | v.blk.18.ln1.weight | V Block 18 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 546 |
+
| 132 | v.blk.18.ffn_down.weight | V Block 18 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 547 |
+
| 133 | v.blk.18.ffn_gate.weight | V Block 18 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 548 |
+
| 134 | v.blk.18.ffn_up.weight | V Block 18 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 549 |
+
| 135 | v.blk.18.attn_post_norm.weight | V Block 18 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 550 |
+
| 136 | v.blk.18.ffn_post_norm.weight | V Block 18 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 551 |
+
| 137 | v.blk.18.ln2.weight | V Block 18 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 552 |
+
| 138 | v.blk.18.attn_k_norm.weight | V Block 18 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 553 |
+
| 139 | v.blk.18.attn_k.weight | V Block 18 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 554 |
+
| 140 | v.blk.18.attn_out.weight | V Block 18 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 555 |
+
| 141 | v.blk.18.attn_q_norm.weight | V Block 18 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 556 |
+
| 142 | v.blk.18.attn_q.weight | V Block 18 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 557 |
+
| 143 | v.blk.18.attn_v.weight | V Block 18 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 558 |
+
| 144 | v.blk.19.ln1.weight | V Block 19 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 559 |
+
| 145 | v.blk.19.ffn_down.weight | V Block 19 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 560 |
+
| 146 | v.blk.19.ffn_gate.weight | V Block 19 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 561 |
+
| 147 | v.blk.19.ffn_up.weight | V Block 19 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 562 |
+
| 148 | v.blk.19.attn_post_norm.weight | V Block 19 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 563 |
+
| 149 | v.blk.19.ffn_post_norm.weight | V Block 19 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 564 |
+
| 150 | v.blk.19.ln2.weight | V Block 19 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 565 |
+
| 151 | v.blk.19.attn_k_norm.weight | V Block 19 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 566 |
+
| 152 | v.blk.19.attn_k.weight | V Block 19 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 567 |
+
| 153 | v.blk.19.attn_out.weight | V Block 19 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 568 |
+
| 154 | v.blk.19.attn_q_norm.weight | V Block 19 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 569 |
+
| 155 | v.blk.19.attn_q.weight | V Block 19 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 570 |
+
| 156 | v.blk.19.attn_v.weight | V Block 19 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 571 |
+
| 157 | v.blk.2.ln1.weight | V Block 2 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 572 |
+
| 158 | v.blk.2.ffn_down.weight | V Block 2 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 573 |
+
| 159 | v.blk.2.ffn_gate.weight | V Block 2 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 574 |
+
| 160 | v.blk.2.ffn_up.weight | V Block 2 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 575 |
+
| 161 | v.blk.2.attn_post_norm.weight | V Block 2 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 576 |
+
| 162 | v.blk.2.ffn_post_norm.weight | V Block 2 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 577 |
+
| 163 | v.blk.2.ln2.weight | V Block 2 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 578 |
+
| 164 | v.blk.2.attn_k_norm.weight | V Block 2 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 579 |
+
| 165 | v.blk.2.attn_k.weight | V Block 2 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 580 |
+
| 166 | v.blk.2.attn_out.weight | V Block 2 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 581 |
+
| 167 | v.blk.2.attn_q_norm.weight | V Block 2 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 582 |
+
| 168 | v.blk.2.attn_q.weight | V Block 2 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 583 |
+
| 169 | v.blk.2.attn_v.weight | V Block 2 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 584 |
+
| 170 | v.blk.20.ln1.weight | V Block 20 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 585 |
+
| 171 | v.blk.20.ffn_down.weight | V Block 20 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 586 |
+
| 172 | v.blk.20.ffn_gate.weight | V Block 20 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 587 |
+
| 173 | v.blk.20.ffn_up.weight | V Block 20 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 588 |
+
| 174 | v.blk.20.attn_post_norm.weight | V Block 20 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 589 |
+
| 175 | v.blk.20.ffn_post_norm.weight | V Block 20 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 590 |
+
| 176 | v.blk.20.ln2.weight | V Block 20 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 591 |
+
| 177 | v.blk.20.attn_k_norm.weight | V Block 20 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 592 |
+
| 178 | v.blk.20.attn_k.weight | V Block 20 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 593 |
+
| 179 | v.blk.20.attn_out.weight | V Block 20 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 594 |
+
| 180 | v.blk.20.attn_q_norm.weight | V Block 20 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 595 |
+
| 181 | v.blk.20.attn_q.weight | V Block 20 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 596 |
+
| 182 | v.blk.20.attn_v.weight | V Block 20 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 597 |
+
| 183 | v.blk.21.ln1.weight | V Block 21 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 598 |
+
| 184 | v.blk.21.ffn_down.weight | V Block 21 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 599 |
+
| 185 | v.blk.21.ffn_gate.weight | V Block 21 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 600 |
+
| 186 | v.blk.21.ffn_up.weight | V Block 21 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 601 |
+
| 187 | v.blk.21.attn_post_norm.weight | V Block 21 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 602 |
+
| 188 | v.blk.21.ffn_post_norm.weight | V Block 21 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 603 |
+
| 189 | v.blk.21.ln2.weight | V Block 21 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 604 |
+
| 190 | v.blk.21.attn_k_norm.weight | V Block 21 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 605 |
+
| 191 | v.blk.21.attn_k.weight | V Block 21 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 606 |
+
| 192 | v.blk.21.attn_out.weight | V Block 21 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 607 |
+
| 193 | v.blk.21.attn_q_norm.weight | V Block 21 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 608 |
+
| 194 | v.blk.21.attn_q.weight | V Block 21 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 609 |
+
| 195 | v.blk.21.attn_v.weight | V Block 21 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 610 |
+
| 196 | v.blk.22.ln1.weight | V Block 22 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 611 |
+
| 197 | v.blk.22.ffn_down.weight | V Block 22 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 612 |
+
| 198 | v.blk.22.ffn_gate.weight | V Block 22 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 613 |
+
| 199 | v.blk.22.ffn_up.weight | V Block 22 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 614 |
+
| 200 | v.blk.22.attn_post_norm.weight | V Block 22 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 615 |
+
| 201 | v.blk.22.ffn_post_norm.weight | V Block 22 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 616 |
+
| 202 | v.blk.22.ln2.weight | V Block 22 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 617 |
+
| 203 | v.blk.22.attn_k_norm.weight | V Block 22 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 618 |
+
| 204 | v.blk.22.attn_k.weight | V Block 22 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 619 |
+
| 205 | v.blk.22.attn_out.weight | V Block 22 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 620 |
+
| 206 | v.blk.22.attn_q_norm.weight | V Block 22 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 621 |
+
| 207 | v.blk.22.attn_q.weight | V Block 22 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 622 |
+
| 208 | v.blk.22.attn_v.weight | V Block 22 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 623 |
+
| 209 | v.blk.23.ln1.weight | V Block 23 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 624 |
+
| 210 | v.blk.23.ffn_down.weight | V Block 23 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 625 |
+
| 211 | v.blk.23.ffn_gate.weight | V Block 23 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 626 |
+
| 212 | v.blk.23.ffn_up.weight | V Block 23 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 627 |
+
| 213 | v.blk.23.attn_post_norm.weight | V Block 23 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 628 |
+
| 214 | v.blk.23.ffn_post_norm.weight | V Block 23 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 629 |
+
| 215 | v.blk.23.ln2.weight | V Block 23 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 630 |
+
| 216 | v.blk.23.attn_k_norm.weight | V Block 23 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 631 |
+
| 217 | v.blk.23.attn_k.weight | V Block 23 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 632 |
+
| 218 | v.blk.23.attn_out.weight | V Block 23 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 633 |
+
| 219 | v.blk.23.attn_q_norm.weight | V Block 23 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 634 |
+
| 220 | v.blk.23.attn_q.weight | V Block 23 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 635 |
+
| 221 | v.blk.23.attn_v.weight | V Block 23 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 636 |
+
| 222 | v.blk.24.ln1.weight | V Block 24 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 637 |
+
| 223 | v.blk.24.ffn_down.weight | V Block 24 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 638 |
+
| 224 | v.blk.24.ffn_gate.weight | V Block 24 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 639 |
+
| 225 | v.blk.24.ffn_up.weight | V Block 24 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 640 |
+
| 226 | v.blk.24.attn_post_norm.weight | V Block 24 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 641 |
+
| 227 | v.blk.24.ffn_post_norm.weight | V Block 24 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 642 |
+
| 228 | v.blk.24.ln2.weight | V Block 24 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 643 |
+
| 229 | v.blk.24.attn_k_norm.weight | V Block 24 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 644 |
+
| 230 | v.blk.24.attn_k.weight | V Block 24 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 645 |
+
| 231 | v.blk.24.attn_out.weight | V Block 24 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 646 |
+
| 232 | v.blk.24.attn_q_norm.weight | V Block 24 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 647 |
+
| 233 | v.blk.24.attn_q.weight | V Block 24 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 648 |
+
| 234 | v.blk.24.attn_v.weight | V Block 24 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 649 |
+
| 235 | v.blk.25.ln1.weight | V Block 25 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 650 |
+
| 236 | v.blk.25.ffn_down.weight | V Block 25 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 651 |
+
| 237 | v.blk.25.ffn_gate.weight | V Block 25 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 652 |
+
| 238 | v.blk.25.ffn_up.weight | V Block 25 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 653 |
+
| 239 | v.blk.25.attn_post_norm.weight | V Block 25 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 654 |
+
| 240 | v.blk.25.ffn_post_norm.weight | V Block 25 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 655 |
+
| 241 | v.blk.25.ln2.weight | V Block 25 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 656 |
+
| 242 | v.blk.25.attn_k_norm.weight | V Block 25 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 657 |
+
| 243 | v.blk.25.attn_k.weight | V Block 25 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 658 |
+
| 244 | v.blk.25.attn_out.weight | V Block 25 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 659 |
+
| 245 | v.blk.25.attn_q_norm.weight | V Block 25 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 660 |
+
| 246 | v.blk.25.attn_q.weight | V Block 25 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 661 |
+
| 247 | v.blk.25.attn_v.weight | V Block 25 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 662 |
+
| 248 | v.blk.26.ln1.weight | V Block 26 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 663 |
+
| 249 | v.blk.26.ffn_down.weight | V Block 26 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 664 |
+
| 250 | v.blk.26.ffn_gate.weight | V Block 26 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 665 |
+
| 251 | v.blk.26.ffn_up.weight | V Block 26 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 666 |
+
| 252 | v.blk.26.attn_post_norm.weight | V Block 26 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 667 |
+
| 253 | v.blk.26.ffn_post_norm.weight | V Block 26 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 668 |
+
| 254 | v.blk.26.ln2.weight | V Block 26 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 669 |
+
| 255 | v.blk.26.attn_k_norm.weight | V Block 26 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 670 |
+
| 256 | v.blk.26.attn_k.weight | V Block 26 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 671 |
+
| 257 | v.blk.26.attn_out.weight | V Block 26 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 672 |
+
| 258 | v.blk.26.attn_q_norm.weight | V Block 26 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 673 |
+
| 259 | v.blk.26.attn_q.weight | V Block 26 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 674 |
+
| 260 | v.blk.26.attn_v.weight | V Block 26 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 675 |
+
| 261 | v.blk.3.ln1.weight | V Block 3 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 676 |
+
| 262 | v.blk.3.ffn_down.weight | V Block 3 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 677 |
+
| 263 | v.blk.3.ffn_gate.weight | V Block 3 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 678 |
+
| 264 | v.blk.3.ffn_up.weight | V Block 3 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 679 |
+
| 265 | v.blk.3.attn_post_norm.weight | V Block 3 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 680 |
+
| 266 | v.blk.3.ffn_post_norm.weight | V Block 3 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 681 |
+
| 267 | v.blk.3.ln2.weight | V Block 3 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 682 |
+
| 268 | v.blk.3.attn_k_norm.weight | V Block 3 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 683 |
+
| 269 | v.blk.3.attn_k.weight | V Block 3 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 684 |
+
| 270 | v.blk.3.attn_out.weight | V Block 3 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 685 |
+
| 271 | v.blk.3.attn_q_norm.weight | V Block 3 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 686 |
+
| 272 | v.blk.3.attn_q.weight | V Block 3 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 687 |
+
| 273 | v.blk.3.attn_v.weight | V Block 3 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 688 |
+
| 274 | v.blk.4.ln1.weight | V Block 4 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 689 |
+
| 275 | v.blk.4.ffn_down.weight | V Block 4 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 690 |
+
| 276 | v.blk.4.ffn_gate.weight | V Block 4 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 691 |
+
| 277 | v.blk.4.ffn_up.weight | V Block 4 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 692 |
+
| 278 | v.blk.4.attn_post_norm.weight | V Block 4 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 693 |
+
| 279 | v.blk.4.ffn_post_norm.weight | V Block 4 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 694 |
+
| 280 | v.blk.4.ln2.weight | V Block 4 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 695 |
+
| 281 | v.blk.4.attn_k_norm.weight | V Block 4 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 696 |
+
| 282 | v.blk.4.attn_k.weight | V Block 4 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 697 |
+
| 283 | v.blk.4.attn_out.weight | V Block 4 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 698 |
+
| 284 | v.blk.4.attn_q_norm.weight | V Block 4 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 699 |
+
| 285 | v.blk.4.attn_q.weight | V Block 4 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 700 |
+
| 286 | v.blk.4.attn_v.weight | V Block 4 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 701 |
+
| 287 | v.blk.5.ln1.weight | V Block 5 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 702 |
+
| 288 | v.blk.5.ffn_down.weight | V Block 5 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 703 |
+
| 289 | v.blk.5.ffn_gate.weight | V Block 5 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 704 |
+
| 290 | v.blk.5.ffn_up.weight | V Block 5 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 705 |
+
| 291 | v.blk.5.attn_post_norm.weight | V Block 5 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 706 |
+
| 292 | v.blk.5.ffn_post_norm.weight | V Block 5 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 707 |
+
| 293 | v.blk.5.ln2.weight | V Block 5 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 708 |
+
| 294 | v.blk.5.attn_k_norm.weight | V Block 5 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 709 |
+
| 295 | v.blk.5.attn_k.weight | V Block 5 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 710 |
+
| 296 | v.blk.5.attn_out.weight | V Block 5 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 711 |
+
| 297 | v.blk.5.attn_q_norm.weight | V Block 5 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 712 |
+
| 298 | v.blk.5.attn_q.weight | V Block 5 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 713 |
+
| 299 | v.blk.5.attn_v.weight | V Block 5 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 714 |
+
| 300 | v.blk.6.ln1.weight | V Block 6 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 715 |
+
| 301 | v.blk.6.ffn_down.weight | V Block 6 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 716 |
+
| 302 | v.blk.6.ffn_gate.weight | V Block 6 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 717 |
+
| 303 | v.blk.6.ffn_up.weight | V Block 6 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 718 |
+
| 304 | v.blk.6.attn_post_norm.weight | V Block 6 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 719 |
+
| 305 | v.blk.6.ffn_post_norm.weight | V Block 6 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 720 |
+
| 306 | v.blk.6.ln2.weight | V Block 6 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 721 |
+
| 307 | v.blk.6.attn_k_norm.weight | V Block 6 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 722 |
+
| 308 | v.blk.6.attn_k.weight | V Block 6 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 723 |
+
| 309 | v.blk.6.attn_out.weight | V Block 6 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 724 |
+
| 310 | v.blk.6.attn_q_norm.weight | V Block 6 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 725 |
+
| 311 | v.blk.6.attn_q.weight | V Block 6 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 726 |
+
| 312 | v.blk.6.attn_v.weight | V Block 6 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 727 |
+
| 313 | v.blk.7.ln1.weight | V Block 7 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 728 |
+
| 314 | v.blk.7.ffn_down.weight | V Block 7 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 729 |
+
| 315 | v.blk.7.ffn_gate.weight | V Block 7 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 730 |
+
| 316 | v.blk.7.ffn_up.weight | V Block 7 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 731 |
+
| 317 | v.blk.7.attn_post_norm.weight | V Block 7 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 732 |
+
| 318 | v.blk.7.ffn_post_norm.weight | V Block 7 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 733 |
+
| 319 | v.blk.7.ln2.weight | V Block 7 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 734 |
+
| 320 | v.blk.7.attn_k_norm.weight | V Block 7 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 735 |
+
| 321 | v.blk.7.attn_k.weight | V Block 7 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 736 |
+
| 322 | v.blk.7.attn_out.weight | V Block 7 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 737 |
+
| 323 | v.blk.7.attn_q_norm.weight | V Block 7 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 738 |
+
| 324 | v.blk.7.attn_q.weight | V Block 7 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 739 |
+
| 325 | v.blk.7.attn_v.weight | V Block 7 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 740 |
+
| 326 | v.blk.8.ln1.weight | V Block 8 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 741 |
+
| 327 | v.blk.8.ffn_down.weight | V Block 8 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 742 |
+
| 328 | v.blk.8.ffn_gate.weight | V Block 8 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 743 |
+
| 329 | v.blk.8.ffn_up.weight | V Block 8 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 744 |
+
| 330 | v.blk.8.attn_post_norm.weight | V Block 8 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 745 |
+
| 331 | v.blk.8.ffn_post_norm.weight | V Block 8 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 746 |
+
| 332 | v.blk.8.ln2.weight | V Block 8 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 747 |
+
| 333 | v.blk.8.attn_k_norm.weight | V Block 8 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 748 |
+
| 334 | v.blk.8.attn_k.weight | V Block 8 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 749 |
+
| 335 | v.blk.8.attn_out.weight | V Block 8 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 750 |
+
| 336 | v.blk.8.attn_q_norm.weight | V Block 8 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 751 |
+
| 337 | v.blk.8.attn_q.weight | V Block 8 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 752 |
+
| 338 | v.blk.8.attn_v.weight | V Block 8 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 753 |
+
| 339 | v.blk.9.ln1.weight | V Block 9 Ln1 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 754 |
+
| 340 | v.blk.9.ffn_down.weight | V Block 9 Feed-Forward Network "Down" (W) | ( ~5M) 4958208 | 4304 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 755 |
+
| 341 | v.blk.9.ffn_gate.weight | V Block 9 Feed-Forward Network "Gate" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 756 |
+
| 342 | v.blk.9.ffn_up.weight | V Block 9 Feed-Forward Network "Up" (W) | ( ~5M) 4958208 | 1152 x 4304 x 1 x 1 | F32 | 32.0000 |
|
| 757 |
+
| 343 | v.blk.9.attn_post_norm.weight | V Block 9 Attn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 758 |
+
| 344 | v.blk.9.ffn_post_norm.weight | V Block 9 Ffn_Post_Norm (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 759 |
+
| 345 | v.blk.9.ln2.weight | V Block 9 Ln2 (W) | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 760 |
+
| 346 | v.blk.9.attn_k_norm.weight | V Block 9 Attn_K_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 761 |
+
| 347 | v.blk.9.attn_k.weight | V Block 9 Attention Key (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 762 |
+
| 348 | v.blk.9.attn_out.weight | V Block 9 Attn_Out (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 763 |
+
| 349 | v.blk.9.attn_q_norm.weight | V Block 9 Attn_Q_Norm (W) | ( 72) 72 | 72 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 764 |
+
| 350 | v.blk.9.attn_q.weight | V Block 9 Attention Query (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 765 |
+
| 351 | v.blk.9.attn_v.weight | V Block 9 Attention Value (W) | ( ~1M) 1327104 | 1152 x 1152 x 1 x 1 | F32 | 32.0000 |
|
| 766 |
+
| 352 | v.patch_embd.weight | V Patch_Embd (W) | (~885K) 884736 | 16 x 16 x 3 x 1152 | F32 | 32.0000 |
|
| 767 |
+
| 353 | v.position_embd.weight | V Position_Embd (W) | ( ~24M) 23592960 | 1152 x 10240 x 2 x 1 | F32 | 32.0000 |
|
| 768 |
+
| 354 | v.std_bias | V Std_Bias | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 769 |
+
| 355 | v.std_scale | V Std_Scale | ( ~1K) 1152 | 1152 x 1 x 1 x 1 | F32 | 32.0000 |
|
| 770 |
+
|
| 771 |
+
- Total elements in base: (~573M) 572794416
|
| 772 |
+
- Percentage of total elements: 100.00%
|
| 773 |
+
- Bits per Weight (BPW) for base: 32.0000 bits
|
| 774 |
+
|
| 775 |
+
|
| 776 |
+
Total BPW for mmproj-gemma-4-26B-A4B-it-F32.gguf: 32.0000 bits
|