TinyLlama-1.1B-Chat-v1.0 Q8_0

This file is exactly 1,170,781,568 bytes — 1.09 GiB / 1.17 GB at an effective 8.514 bits per weight. The nominal rate for Q8_0 is lower; mixed-precision tensors make the real figure higher, always.

From the file· 1 file(s), summedFrom the file· 201 tensors parsed

Get it

1.09 GiB · 1 file
llama.cpp
llama-cli -hf TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF:Q8_0

Downloads and runs in one step, resolving the quantization by name.

Hugging Face CLI
hf download TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF tinyllama-1.1b-chat-v1.0.Q8_0.gguf
Direct download

Straight from the Hugging Face CDN — we host nothing and earn nothing from this. Verify what you received against the exact byte count above; a size mismatch is the usual cause of a file that will not load.

Size
1.09 GiB
1.17 GB
Effective bpw
8.514
from real bytes ÷ params
Tensors
201
Header
1.71 MB
GGUF metadata

What this quantization actually contains

per-tensor types, parsed from the GGUF header
Q8_0
156
F32
45

A quantization label names a mixture, not a uniform precision. Attention and output tensors are routinely kept at higher precision than the label implies, which is exactly why the effective bits-per-weight above exceeds the nominal rate.

Fit by accelerator

AcceleratorMemoryTotal @4KTotal @32KFitstok/s @4K
Arc A310 4GB4 GB1.96 GiB2.57 GiByes53±30%
Arc A350M 4GB4 GB1.96 GiB2.57 GiByes48±30%
Arc A370M 4GB4 GB1.96 GiB2.57 GiByes48±30%
Arc A530M 4GB4 GB1.96 GiB2.57 GiByes88±30%
Arc Pro A30M 4GB4 GB1.96 GiB2.57 GiByes48±30%
Radeon Pro W64004 GB2.06 GiB2.67 GiByes64±26.5%
Radeon RX 64004 GB2.06 GiB2.67 GiByes64±26.5%
Radeon RX 6500 XT4 GB2.06 GiB2.67 GiByes71±26.5%
RTX A4004 GB2.16 GiB2.77 GiByes46±22%
Arc A380 6GB6 GB1.96 GiB2.57 GiByes75±30%
Arc Pro A40 6GB6 GB1.96 GiB2.57 GiByes77±30%
Arc Pro A50 6GB6 GB1.96 GiB2.57 GiByes77±30%
GeForce RTX 20606 GB1.96 GiB2.57 GiByes182±12.9%
GeForce RTX 30506 GB1.96 GiB2.57 GiByes97±12.9%
GeForce RTX 3060 OEM6 GB1.96 GiB2.57 GiByes182±12.9%
RTX A20006 GB2.16 GiB2.77 GiByes130±22%
Apple M18 GB1.71 GiB2.32 GiByes38±8.3%
Apple M28 GB1.71 GiB2.32 GiByes51±8.3%
Apple M38 GB1.71 GiB2.32 GiByes51±8.3%
Apple M48 GB1.71 GiB2.32 GiByes57±8.3%
Arc A530M 8GB8 GB1.96 GiB2.57 GiByes88±30%
Arc A550M 8GB8 GB1.96 GiB2.57 GiByes88±30%
Arc A570M 8GB8 GB1.96 GiB2.57 GiByes88±30%
Arc A580 8GB8 GB1.96 GiB2.57 GiByes164±30%
Spec sheetPredictedwhat these mean

Memory at context

ContextWeightsKV (f16)KV (q8_0)Working bufferTotal (f16)
4,0961.09 GiB0.09 GiB0.05 GiB0.29 GiB1.46 GiB
8,1921.09 GiB0.17 GiB0.09 GiB0.29 GiB1.55 GiB
16,3841.09 GiB0.34 GiB0.18 GiB0.29 GiB1.72 GiB
32,7681.09 GiB0.69 GiB0.37 GiB0.29 GiB2.07 GiB
65,5361.09 GiB1.38 GiB0.73 GiB0.29 GiB2.75 GiB
131,0721.09 GiB2.75 GiB1.46 GiB0.29 GiB4.13 GiB
From the filePredictedwhat these mean

Quantizing the KV cache to q8_0 is a roughly 2× lever on the dominant term at long context, and it is the single most useful setting most local users never touch. Totals here exclude the allocator reserve your driver takes, which is hardware-specific — the per-accelerator table above includes it.