Twitter/X

On 2026-06-04 Andrew Ng announced a short deeplearning.ai course (built with Red…

Brief

Andrew Ng's new deeplearning.ai short course (announced 2026-06-04), produced with Red Hat and taught by Cedric Clyburn, teaches practical methods for serving LLMs at scale. It focuses on memory management—e.g., a 70B model needs ~140 GB for weights plus per-request KV caches—covering quantization, vLLM deployment, and benchmarking tradeoffs between speed, cost, and accuracy.

Why it matters

On 2026-06-04 Andrew Ng announced a short deeplearning.ai course (built with Red Hat) taught by Cedric Clyburn on serving LLMs to many concurrent users with low latency and reasonable cost.

Key details

  • A 70B-parameter model requires ~140 GB just to load weights, and every active request also needs GPU memory for a KV cache to store token context; the course teaches reducing memory footprint via quantization and serving with vLLM.
  • Practical skills taught include quantizing models and measuring accuracy tradeoffs, deploying with vLLM to handle concurrent requests, and benchmarking to balance speed, cost, and accuracy (signup: deeplearning.ai/courses/fast…).
Source evidence

New course on serving LLMs efficiently -- how do you serve models to many concurrent users at low latency and reasonable cost? This short course is built with @RedHat and taught by @cedricclyburn.

Efficient LLM serving requires efficient memory management. A 70B-parameter model takes ~140 GB just to load the weights. On top of that, every active request needs its own chunk of GPU memory, the KV cache, to store the token context it has built up so far. In this course, you'll learn to reduce a model's memory footprint with quantization and serve it using vLLM, which handles many concurrent requests efficiently through smart memory management.

Skills you'll gain:
- Quantize a model and measure the accuracy tradeoff
- Serve a model with vLLM and watch it handle concurrent requests efficiently
- Benchmark your deployment and make informed tradeoffs between speed, cost, and accuracy

Join and learn to serve LLMs efficiently:
deeplearning.ai/courses/fast…

Video