Categories
Misc

Upcoming Webinar: Supercharge Agentic AI with Scalable Data Flywheels

data flywheel diagramJoin our live webinar on June 18 to see how NVIDIA NeMo microservices speed AI agent development.data flywheel diagram

Join our live webinar on June 18 to see how NVIDIA NeMo microservices speed AI agent development.

Source

Categories
Misc

Advanced Optimization Strategies for LLM Training on NVIDIA Grace Hopper

In the previous post, Profiling LLM Training Workflows on NVIDIA Grace Hopper, we explored the importance of profiling large language model (LLM) training…

In the previous post, Profiling LLM Training Workflows on NVIDIA Grace Hopper, we explored the importance of profiling large language model (LLM) training workflows and analyzed bottlenecks using NVIDIA Nsight Systems. We also discussed how the NVIDIA GH200 Grace Hopper Superchip enables efficient training processes. While profiling helps identify inefficiencies…

Source

Categories
Misc

Profiling LLM Training Workflows on NVIDIA Grace Hopper

The rapid advancements in AI have resulted in an era of exponential growth in model sizes, particularly in the domain of large language models (LLMs). These…

The rapid advancements in AI have resulted in an era of exponential growth in model sizes, particularly in the domain of large language models (LLMs). These models, with their transformative capabilities, are driving innovation across industries. However, the increasing complexity and computational demands of training such models necessitate a meticulous approach to optimization and profiling.

Source

Categories
Misc

🐯 Liger GRPO meets TRL

Categories
Misc

Unlock Efficient Data Processing with the Latest from NVIDIA DALI

A decorative image.NVIDIA DALI, a portable, open source software library for decoding and augmenting images, videos, and speech, recently introduced several features that improve…A decorative image.

NVIDIA DALI, a portable, open source software library for decoding and augmenting images, videos, and speech, recently introduced several features that improve performance and enable DALI with new use cases. These updates aim at simplifying the integration of DALI into existing PyTorch data processing logic, improving flexibility in building data processing pipelines by enabling CPU-to-GPU flows…

Source

Categories
Misc

An Easy Introduction to LLM Reasoning, AI Agents, and Test Time Scaling

image of jensen avatarAgents have been the primary drivers of applying large language models (LLMs) to solve complex problems. Since AutoGPT in 2023, various techniques have been…image of jensen avatar

Agents have been the primary drivers of applying large language models (LLMs) to solve complex problems. Since AutoGPT in 2023, various techniques have been developed to build reliable agents across industries. The discourse around agentic reasoning and AI reasoning models further adds a layer of nuance when designing these applications. The rapid pace of this development also makes it hard for…

Source

Categories
Misc

Dell Enterprise Hub is all you need to build AI on premises

Categories
Misc

Stream Smarter and Safer: Learn how NVIDIA NeMo Guardrails Enhance LLM Output Streaming

An illustration representing NeMo Guardrails.​​LLM Streaming sends a model’s response incrementally in real time, token by token, as it’s being generated. The output streaming capability has evolved…An illustration representing NeMo Guardrails.

​​LLM Streaming sends a model’s response incrementally in real time, token by token, as it’s being generated. The output streaming capability has evolved from a nice-to-have feature to an essential component of modern LLM applications. The traditional approach of waiting several seconds for full LLM responses creates delays, especially in complex applications with multiple model calls.

Source

Categories
Misc

AI Transforms Brain MRIs Into Potential Stroke Predictors

Researchers, using AI to analyze routine brain scans, have discovered a promising new method to reliably identify a common but hard-to-detect precursor of many…

Researchers, using AI to analyze routine brain scans, have discovered a promising new method to reliably identify a common but hard-to-detect precursor of many strokes. In a study published in the journal Cerebrovascular Diseases, scientists from the Royal Melbourne Hospital described a new AI model that could one day prevent at-risk patients from becoming stroke victims.

Source

Categories
Misc

Tiny Agents in Python: a MCP-powered agent in ~70 lines of code