How to use from
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 Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
# Run inference directly in the terminal:
llama cli -hf Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
# Run inference directly in the terminal:
llama cli -hf Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
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 Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
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 Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
Use Docker
docker model run hf.co/Anbeeld/Alpamayo-R1-10B-DFlash-GGUF:
Quick Links

Alpamayo R1 10B DFlash GGUF

GGUF quantizations of z-lab DFlash draft model for Alpamayo R1 10B.

Use with BeeLlama.cpp, a llama.cpp fork with advanced quantization features.


Alpamayo 1 (R1) — DFlash draft

Flash Vision-Language-Action Inference for Autonomous Driving

Paper GitHub Blog Models

DFlash draft model for z-lab/Alpamayo-R1-10B, used by FlashDrive to accelerate the chain-of-causation reasoning of Alpamayo 1 (R1).

DFlash (ICML 2026) uses a lightweight block-diffusion draft to propose several tokens in parallel; the target verifies each block in a single forward, preserving its output distribution. This draft is a 2-layer Qwen3-style network (block size 8) conditioned on target hidden states from layers 24/30/31/32/34. The repository also ships mask_embedding.pt, the trained mask-token embedding FlashDrive appends to the target's embedding table.

Not a standalone language model. FlashDrive attaches it to the base checkpoint automatically — you do not load this repository directly.

Usage

import flashdrive

# from_pretrained fetches this -DFlash checkpoint automatically
model = flashdrive.from_pretrained("z-lab/Alpamayo-R1-10B")

See the base model card and the FlashDrive repository for the full pipeline.

License

This checkpoint is derived from NVIDIA's Alpamayo weights and is governed by the NVIDIA License, which permits non-commercial use only and extends to derivative works. The FlashDrive inference code is separately released under the MIT License.

Citation

@inproceedings{chen2026dflash,
  title     = {{DFlash: Block Diffusion for Flash Speculative Decoding}},
  author    = {Chen, Jian and Liang, Yesheng and Liu, Zhijian},
  booktitle = {International Conference on Machine Learning (ICML)},
  year      = {2026}
}
@article{li2026flashdrive,
  title  = {{FlashDrive: Flash Vision-Language-Action Inference for Autonomous Driving}},
  author = {Li, Zekai and Liang, Yihao and Zhang, Hongfei and Chen, Jian and Liang, Yesheng and Liu, Zhijian},
  year   = {2026}
}
Downloads last month
228
GGUF
Model size
0.5B params
Architecture
dflash
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Video Preview
loading

Model tree for Anbeeld/Alpamayo-R1-10B-DFlash-GGUF

Quantized
(1)
this model

Collection including Anbeeld/Alpamayo-R1-10B-DFlash-GGUF

Paper for Anbeeld/Alpamayo-R1-10B-DFlash-GGUF