Diffusion Models 101: From Noise to Pixels

Intro Today, most of us have used nano banana, Midjourney, Kling AI, Luma, or Sora to generate silly videos or catchy images on socials. But what do they share in common? They all rely on Diffusion Models as their core engine, even the brand new Seedance. While many of these are proprietary, the open-source world …

NVIDIA’s ๐—–๐—ผ๐—ป๐˜๐—ฒ๐˜…๐˜ ๐— ๐—ฒ๐—บ๐—ผ๐—ฟ๐˜† ๐—ฆ๐˜๐—ผ๐—ฟ๐—ฎ๐—ด๐—ฒ (CMX): The KV Cache War

Intro A few weeks ago I wrote about why Intel Optane Persistent Memory was the ideal technology for LLM KV-cache offloading with a near-DRAM latency, and natively non-volatile. In other words, it behaved like memory but survived reboots. I also explained why CXL wasn’t quite the performance equivalent, due to higher latency and non persistence. But recently …

What is vLLM-Omni? Beginners Intro

Intro Any-to-any multimodal models combining text, images, video, and audio are advancing AI, but their complex architectures, mixing autoregressive LLMs and diffusion transformers, make efficient serving very difficult. Current systems like OpenAI’s ChatGPT (text) and Sora (video) run as separate engines, lacking unified any-to-any pipelines. vLLM-Omni solves just that with a fully disaggregated serving system …

vLLM production-stack: Deployment in the cloud (part2)

Intro In the previous post, we explored how the vLLM Production-Stack upgrades vanilla vLLM engine to an enterprise-grade platform. This time, weโ€™ll crack open the Helm chart, decoding the key knobs in values.yaml and showing deployment recipes that span from a minimal install to full cloud setups. Acknowledgment: While authored independently, this series benefited from …

Inside CoreWeave Cloud: CLI & Platform Primer

Intro No invite? No quota? No problem. If youโ€™ve tried to create an account on CoreWeave, you already know the drill: thereโ€™s No open self-registration, No free tier, and No โ€œSign up with GitHubโ€โ€”without an invite. That’s why I decided to write my first CoreWeave blog post. This post shows how to get started with …