❌

Normal view

Received β€” 7 May 2026 ⏭ NVIDIA Technical Blog

Model Quantization: Post-Training Quantization Using NVIDIA Model Optimizer

7 May 2026 at 21:18
This post is the second of a three-part series. See also Model Quantization: Concepts, Methods, and Why It Matters and Model Quantization: Turn FP8 Checkpoints...

This post is the second of a three-part series. See also Model Quantization: Concepts, Methods, and Why It Matters and Model Quantization: Turn FP8 Checkpoints into High-Performance Inference Engines with NVIDIA TensorRT. Model quantization is an effective method to reduce VRAM usage and improve inference performance on consumer devices such as NVIDIA GeForce RTX GPUs.

Source

Received β€” 5 May 2026 ⏭ NVIDIA Technical Blog

How to Build In-Vehicle AI Agents with NVIDIA: From Cloud to CarΒ 

5 May 2026 at 16:00
The automotive cockpit is undergoing a fundamental shift from rule-based interfaces to agentic, multimodal AI systems capable of reasoning, planning, and...

The automotive cockpit is undergoing a fundamental shift from rule-based interfaces to agentic, multimodal AI systems capable of reasoning, planning, and acting. In most vehicles on the road today, in-vehicle assistants still rely on fixed command-response patterns: interpret a phrase, trigger an action, reset. While effective for well-defined tasks, this approach doesn’t scale to modern…

Source

Received β€” 29 April 2026 ⏭ NVIDIA Technical Blog

Scaling Biomolecular Modeling Using Context Parallelism in NVIDIA BioNeMo

28 April 2026 at 19:00
For decades, computational biology has operated under a reductionist compromise. To fit complex biological systems into the limited memory of a single GPU,...

For decades, computational biology has operated under a reductionist compromise. To fit complex biological systems into the limited memory of a single GPU, researchers have had to deconstruct them into isolated fragmentsβ€”single proteins or small domains. This created a context gap, where larger proteins or complexes could not be folded zero-shot due to GPU hardware memory constraints. Now…

Source

Received β€” 24 April 2026 ⏭ NVIDIA Technical Blog

Federated Learning Without the Refactoring Overhead Using NVIDIA FLARE

24 April 2026 at 15:00
Connected healthcare facilities graphicFederated learning (FL) is no longer a research curiosityβ€”it’s a practical response to a hard constraint: the most valuable data is often the least movable....Connected healthcare facilities graphic

Federated learning (FL) is no longer a research curiosityβ€”it’s a practical response to a hard constraint: the most valuable data is often the least movable. Regulatory boundaries, data sovereignty rules, and organizational risk tolerance routinely prevent centralized aggregation. Meanwhile, sheer data gravity makes even permitted transfers slow, expensive, and fragile at scale.

Source

Received β€” 21 April 2026 ⏭ NVIDIA Technical Blog

Maximizing Memory Efficiency to Run Bigger Models on NVIDIA Jetson

20 April 2026 at 23:01
Decorative image.The boom in open source generative AI models is pushing beyond data centers into machines operating in the physical world. Developers are eager to deploy these...Decorative image.

The boom in open source generative AI models is pushing beyond data centers into machines operating in the physical world. Developers are eager to deploy these models at the edge, enabling physical AI agents and autonomous robots to automate heavy-duty tasks. A key challenge is efficiently running multi-billion-parameter models on edge devices with limited memory. With ongoing constraints on…

Source

Received β€” 17 April 2026 ⏭ NVIDIA Technical Blog

How to Build Vision AI Pipelines Using NVIDIA DeepStream Coding AgentsΒ 

16 April 2026 at 15:00
Developing real-time vision AI applications presents a significant challenge for developers, often demanding intricate data pipelines, countless lines of code,...

Developing real-time vision AI applications presents a significant challenge for developers, often demanding intricate data pipelines, countless lines of code, and lengthy development cycles. NVIDIA DeepStream 9 removes these development barriers using coding agents, such as Claude Code or Cursor, to help you easily create deployable, optimized code that brings your vision AI applications to…

Source

❌