1
stars
2
commits
1
linked in READMEs
May 20, 2026
updated
4-bit floating-point quantized variant of bytedance-research/Lance, the Lance_3B image-focused checkpoint, using NVIDIA's NVFP4 format (E2M1 weights + FP8 E4M3 per-block scales).
Targets Blackwell tensor cores (RTX 50-series, B100/B200) where it gets hardware-accelerated dequantization with 5–10× the throughput of INT4 once paired with TensorRT-LLM / vLLM ≥ 0.8.
File-size: 24.7 GB → ~6 GB (4×)
Companion to the AWQ INT4 image variant: Reza2kn/Lance-3B-AWQ-INT4.
Video-flavoured sibling: Reza2kn/Lance-3B-Video-NVFP4.
scales_fp8 (uint8 bytes carrying float8_e4m3fn) and scales_bf16 (redundant copy) are stored — drop one for slimmer storage if your runtime supports the other.See the video sibling NVFP4 README for the full FP4 LUT and storage layout — identical here.
Same AWQ activation statistics as the AWQ-INT4 image variant — 252 und-path + 252 gen-path Linears, all with activation data, calibrated on Lance's bundled x2t_image + t2i example sets (108.5 M tokens total).
Lance_3B-NVFP4/
├── nvfp4_state_dict.safetensors # ~6 GB: packed FP4 + FP8 + bf16 scales + pass-through
├── nvfp4_meta.json # per-weight scheme + block_size + shape + FP4 LUT
└── README.md
Production: vLLM ≥ 0.8 / TensorRT-LLM on Blackwell (Lance not yet wired in but format is compatible).
Verification: reference WQLinearNVFP4 swap-in module at https://github.com/Reza2kn/lance-quant.
Apache 2.0, inherited from the base model.
2 commits
1
stars
2
commits
1
linked in READMEs
May 20, 2026
updated
4-bit floating-point quantized variant of bytedance-research/Lance, the Lance_3B image-focused checkpoint, using NVIDIA's NVFP4 format (E2M1 weights + FP8 E4M3 per-block scales).
Targets Blackwell tensor cores (RTX 50-series, B100/B200) where it gets hardware-accelerated dequantization with 5–10× the throughput of INT4 once paired with TensorRT-LLM / vLLM ≥ 0.8.
File-size: 24.7 GB → ~6 GB (4×)
Companion to the AWQ INT4 image variant: Reza2kn/Lance-3B-AWQ-INT4.
Video-flavoured sibling: Reza2kn/Lance-3B-Video-NVFP4.
scales_fp8 (uint8 bytes carrying float8_e4m3fn) and scales_bf16 (redundant copy) are stored — drop one for slimmer storage if your runtime supports the other.See the video sibling NVFP4 README for the full FP4 LUT and storage layout — identical here.
Same AWQ activation statistics as the AWQ-INT4 image variant — 252 und-path + 252 gen-path Linears, all with activation data, calibrated on Lance's bundled x2t_image + t2i example sets (108.5 M tokens total).
Lance_3B-NVFP4/
├── nvfp4_state_dict.safetensors # ~6 GB: packed FP4 + FP8 + bf16 scales + pass-through
├── nvfp4_meta.json # per-weight scheme + block_size + shape + FP4 LUT
└── README.md
Production: vLLM ≥ 0.8 / TensorRT-LLM on Blackwell (Lance not yet wired in but format is compatible).
Verification: reference WQLinearNVFP4 swap-in module at https://github.com/Reza2kn/lance-quant.
Apache 2.0, inherited from the base model.
2 commits