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
|
|
||
| | Feature | What it unlocks | Read this | | ||
| |---------|-----------------|-----------| | ||
| | **Curator on Slurm** | Run multi-node Ray pipelines on HPC clusters — text, image, video, and audio workloads at scale | [Slurm Deployment Guide](https://docs.nvidia.com/nemo/curator/latest/admin/deployment/slurm/multi-node-ray.html) | |
There was a problem hiding this comment.
This link is broken for me.
| | Feature | What it unlocks | Read this | | ||
| |---------|-----------------|-----------| | ||
| | **Curator on Slurm** | Run multi-node Ray pipelines on HPC clusters — text, image, video, and audio workloads at scale | [Slurm Deployment Guide](https://docs.nvidia.com/nemo/curator/latest/admin/deployment/slurm/multi-node-ray.html) | | ||
| | **Audio Curation** | Curate speech datasets for ASR and multimodal training — transcription, WER filtering, and quality assessment | [Audio Guide](https://docs.nvidia.com/nemo/curator/latest/curate-audio/index.html) | |
There was a problem hiding this comment.
Agree that we should list audio curation but not sure this is the best description since transcription, WER filtering, and quality assessment were the first things added to audio. Since then several other pipelines have been added: https://github.com/NVIDIA-NeMo/Curator/commits/main/nemo_curator/stages/audio
Maybe most notably, ALM (Audio Language Model) data curation, quality filtering via AudioDataFilterStage, and audio tagging and speaker diarization. (Claude can probably summarize these concepts better than me.)
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