models / btl3
bfloat16GQA 24:4262K ctxmultimodalapache-2.0
Sparks
Spec decode
Context33K / 262KKV
layer map
64 layerslinear attention×48full attention×16
in
out
Recipes (all recipes)
Worked deployments that run this model on DGX Spark — each shows how it fills each node's unified memory.
Optimize
Verdict
Couldn't read a parameter count — this may not be a standard safetensors transformer repo.
Make it fast
Once it fits: fewer bytes per token and fewer decode steps against 273 GB/s.
Add a speculative decoder
Decode is bandwidth-bound; a trained EAGLE-style draft multiplies tokens per weight-read.
Tame the KV cache
At 262144 tokens the KV cache alone is ~69 GB at FP16; quantize or evict.
Make it yours
Change what the model does — adapt, edit, or steer it — independent of size.
Fine-tune it
LoRA/QLoRA adapts behavior on one Spark without touching the base weights.
Edit or steer it
One-shot weight math — no gradients, no corpus.