nvfp4

Tag

Cards List
#nvfp4

153 tok/s on 1x AMD Radeon R9700 running Qwen3.8 27b NVFP4, 470 tok/s @ 8 conc requests, Prefill @ 3,619 tok/s

Reddit r/LocalLLaMA ↗ · 2026-09-17

Optimized performance for running the Qwen3.8 27b NVFP4 model on a single AMD Radeon R9700 GPU, achieving up to 153 tokens per second in decode and 3,619 tokens per second in prefill with improved concurrency.

0 favorites 0 likes
#nvfp4

Why Gated DeltaNet Survives 4-Bit Quantization: NVFP4 W4A4 for the Recurrent Half of a Hybrid 27B LLM

Hugging Face Daily Papers ↗ · 2026-09-03 Cached

This paper explains why fully quantizing the recurrent Gated DeltaNet layers in hybrid LLMs to 4-bit NVFP4 preserves accuracy across long-context benchmarks, detailing mechanisms like outlier localization and robust delta-rule dynamics.

0 favorites 0 likes
#nvfp4

OCGQuant: Outlier-Companion Grouping for NVFP4 Quantization

arXiv cs.CL ↗ · 2026-09-02 Cached

OCGQuant proposes an outlier-companion grouping method for NVFP4 quantization to reduce activation block errors, enhancing LLM inference efficiency. Experiments on Llama3 and Qwen3 demonstrate its superior performance over existing post-training quantization techniques.

0 favorites 0 likes
#nvfp4

@PyTorch: NVIDIA's (@nvidia) Anjulie Agrusa, Ryan Spring, and Bruce Zitelli will show how the latest NVFP4 pretraining recipes ca…

X AI KOLs Following ↗ · 2026-08-31 Cached

NVIDIA researchers will present at PyTorch Conference North America 2026 on using NVFP4 pretraining recipes to accelerate large-scale LLM training while maintaining quality comparable to BF16, with integration into PyTorch tools like TorchAO and TorchTitan.

0 favorites 0 likes
#nvfp4

Qwen3.8-Flash-Next NVFP4 Day-3 support for 4xV100

Reddit r/LocalLLaMA ↗ · 2026-08-30

RadixArk/Qwen3.8-Flash-Next-NVFP4 is now supported in SGLang-V100, enabling full context operation on 4xV100 GPUs with performance metrics showing high throughput and context handling up to 256k tokens.

0 favorites 0 likes
#nvfp4

Qwen 3.8 Flash Next ngram look up table offloaded to SSD and streamed in SGLang

Reddit r/LocalLLaMA ↗ · 2026-08-29 Cached

A new checkpoint for Qwen3.8 Flash-Next offloads the ngram lookup table to SSD, reducing RAM usage by 48 GB while maintaining inference speed in SGLang.

0 favorites 0 likes
#nvfp4

Local agentic coding Benchmark : Qwen3.8-Flash-Next NVFP4 vs 27B (and the others...)

Reddit r/LocalLLaMA ↗ · 2026-08-28

The benchmark reveals that Qwen3.8-Flash-Next-NVFP4 achieves nearly the highest scores among local models, with superior efficiency in request handling and token generation, and notable speed despite being undertrained.

0 favorites 0 likes
#nvfp4

@shantanugoel: The config I arrived at after 2 days of sweeping through a bunch of hyper parameters and patches

X AI KOLs Following ↗ · 2026-08-28 Cached

Shantanu Goel shared a configuration recipe for optimizing Qwen 3.8 Flash Next on a single DGX Spark, tested for practical tasks and plans to benchmark it further.

0 favorites 0 likes
#nvfp4

@PyTorch: Use PyTorch-native libraries within the NVIDIA NeMo Framework to customize models to hit your exacting requirements for…

X AI KOLs Timeline ↗ · 2026-08-27 Cached

NVIDIA demonstrates how quantization-aware distillation (QAD) using NVIDIA Model Optimizer improves the Nemotron 3.5 Lightning model, reducing memory usage and increasing throughput while preserving accuracy for agentic benchmarks.

0 favorites 0 likes
#nvfp4

Fully quantized NVFP4 Qwen3.8-27B with QUASAR QAD

Reddit r/LocalLLaMA ↗ · 2026-08-26 Cached

A fully quantized 4-bit NVFP4 version of the Qwen3.8-27B AI model, trained with the QUASAR method to maintain high quality while reducing model size.

0 favorites 0 likes
#nvfp4

NVFP4 on VOLTA! Despite being built for Blackwell, I made four 2017 V100s run Qwen 3.8 NVFP4 natively and match my $6000 RTX 5090.

Reddit r/LocalLLaMA ↗ · 2026-08-19

The author achieved performance parity between four 2017 Tesla V100 GPUs and a modern RTX 5090 when running the Qwen 3.8 model with NVFP4 precision, using custom software optimizations like the QPN kernel for efficient inference.

0 favorites 0 likes
#nvfp4

@ivanfioravanti: If you own a DGX Spark, focus on nvfp4 and forget anything else.

X AI KOLs Following ↗ · 2026-08-15

A tweet advising owners of NVIDIA's DGX Spark to prioritize using nvfp4 for optimal performance.

0 favorites 0 likes
#nvfp4

@TheAhmadOsman: Qwen 3.8 27B in NVFP4 would fit on a single RTX 5090 btw

X AI KOLs Following ↗ · 2026-08-14 Cached

The Qwen 3.8 27B model has been released in an NVFP4 quantized version, enabling it to run on a single RTX 5090 GPU with enhancements in coding, agentic tasks, and vision-language understanding.

0 favorites 0 likes
#nvfp4

Motif 3 (314B A13B, NVFP4 available) seems good!? What are your experiences with it so far?

Reddit r/LocalLLaMA ↗ · 2026-08-12

A newly released large MoE model, Motif 3 (314B with 13B active parameters, NVFP4 available), seems promising; the author asks for community experiences.

0 favorites 0 likes
#nvfp4

366 t/s Qwen3.6 27B NVFP4 on v100s

Reddit r/LocalLLaMA ↗ · 2026-08-11

Introduces v100-skinny, a custom kernel library enabling fast NVFP4 inference on V100 (sm70) GPUs, achieving 366 t/s for Qwen3.6 27B in best-case extraction, with lower speeds for structured generation and code.

0 favorites 0 likes
#nvfp4

[2606.05682] Beyond Output Matching: Preserving Internal Geometry in NVFP4 LLM Distillation

Reddit r/LocalLLaMA ↗ · 2026-08-09 Cached

This paper studies quantization-aware distillation for NVFP4 low-precision LLMs and finds that output-matching with KL loss alone can mask internal representational drift. The authors propose CKA-QAD, which preserves internal geometry via CKA-guided alignment, improving reasoning and coding accuracy in compact models.

0 favorites 0 likes
#nvfp4

sakamakismile/Qwen3-VL-32B-Heretic-MiniMax-H3-NVFP4

Hugging Face Models Trending ↗ · 2026-08-04 Cached

Release of an NVFP4-quantized uncensored MiniMax-H3 text encoder (Qwen3-VL-32B Heretic) that fits on a single 16GB GPU and serves as a drop-in replacement in ComfyUI workflows.

0 favorites 0 likes
#nvfp4

unsloth/Qwen3.6-27B-NVFP4 vs. Intel/Qwen3.6-27B-int4-AutoRound vs. nvidia/Qwen3.6-27B-NVFP4 -- which one to choose?

Reddit r/LocalLLaMA ↗ · 2026-07-30

The article compares three quantized variants of Qwen3.6-27B (NVFP4 from Unsloth and Nvidia, int4-AutoRound from Intel) and requests benchmarks and hallucination data from the community.

0 favorites 0 likes
#nvfp4

I benchmarked Unsloth's Qwen3.6-27B NVFP4 on 1x/2x 5090s. MTP is great until it really isn't.

Reddit r/LocalLLaMA ↗ · 2026-07-21

A detailed benchmark of Unsloth's Qwen3.6-27B NVFP4 model on RTX 5090 GPUs, showing MTP (multi-token prediction) gives large speedups for single requests at short context but becomes detrimental under batch concurrency or long contexts.

0 favorites 0 likes
#nvfp4

nota-ai/Solar-Open2-250B-Nota-NVFP4

Hugging Face Models Trending ↗ · 2026-07-21 Cached

Nota AI releases a 4-bit quantized version of Upstage's Solar Open2 250B MoE model, using proprietary NVFP4 quantization that requires NVIDIA Blackwell GPUs.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback