zhijianliu's picture
Model card: add subtitle + shield badges (house style)
eb18aa1 verified
|
Raw
History Blame Contribute Delete
3.12 kB
metadata
license: other
license_name: nvidia-license
license_link: https://huggingface.co/nvidia/Alpamayo-1.5-10B/blob/main/LICENSE
pipeline_tag: robotics
language:
  - en
inference: false
base_model:
  - z-lab/Alpamayo-R1-10B
base_model_relation: quantized
tags:
  - flashdrive
  - paroquant
  - quantization
  - w4a8
  - autonomous-driving
  - vision-language-action

Alpamayo 1 (R1) — W4A8 (ParoQuant)

Flash Vision-Language-Action Inference for Autonomous Driving

Paper GitHub Blog Models

W4A8 ParoQuant weights for the language model of z-lab/Alpamayo-R1-10B, used by FlashDrive to accelerate Alpamayo 1 (R1).

ParoQuant (ICLR 2026) is a state-of-the-art INT4 quantizer: learned pairwise rotations suppress activation outliers, closing the accuracy gap with FP16 at near-AWQ speed. Here it quantizes the VLM language model to INT4 weights and INT8 activations (served through vLLM's Marlin kernels); the action expert stays bf16.

Not a standalone model. FlashDrive loads the base checkpoint and fills these quantized weights automatically — you do not load this repository directly.

Usage

import flashdrive

# from_pretrained fetches this -PARO 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{liang2026paroquant,
  title     = {{ParoQuant: Pairwise Rotation Quantization for Efficient Reasoning LLM Inference}},
  author    = {Liang, Yesheng and Chen, Haisheng and Zhang, Zihan and Han, Song and Liu, Zhijian},
  booktitle = {International Conference on Learning Representations (ICLR)},
  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}
}