docs: add "What's Hot" section to README#1992
Conversation
Greptile SummaryThis PR adds a new "What's Hot" section near the top of the README to surface recently shipped capabilities that developers should know about on first landing. The section uses the same Markdown table style already present elsewhere in the file and sits above the existing "Updates" release log.
Confidence Score: 5/5Documentation-only change with no code or configuration touched — safe to merge. The change adds a small Markdown table and a blockquote to the README. Nothing executable is modified, the new links point to the same docs domain already used throughout the file, and the @nemo-curator-leads handle is correctly escaped with backticks so it won't fire a GitHub notification. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README top] --> B[Badges & Title]
B --> C["**NEW** What's Hot table\n(Slurm · Audio · Inference Server)"]
C --> D[Updates release log]
D --> E[What You Can Do table]
E --> F[Quick Start]
F --> G[Architecture & further sections]
Reviews (2): Last reviewed commit: "docs: add "What's Hot" section to README" | Re-trigger Greptile |
Surfaces the latest capabilities developers should know about — Slurm, Audio, and Inference Server — at the top of the README. Addresses NVIDIA-NeMo#1552. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Lawrence Lane <llane@nvidia.com>
b03bfbd to
32f6c6b
Compare
Summary
Context
Requested by Arham in #docs Slack thread — developers landing on the README should immediately see the latest capabilities worth trying. The three highlighted features were called out by Arham; cc @nemo-curator-leads if anything else should be added before merge (candidates: Cosmos-Embed1 video embeddings, Nemotron-CC recipe, simplified
ResourcesAPI).Test plan
🤖 Generated with Claude Code