Skip to content

Commit d3e2e4d

Browse files
authored
Merge branch 'main' into donghyukc/ffmpeg_cve_system
2 parents 1a607b5 + cf9afec commit d3e2e4d

4 files changed

Lines changed: 21 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515

1616
> *Part of the [NVIDIA NeMo](https://www.nvidia.com/en-us/ai-data-science/products/nemo/) software suite for managing the AI agent lifecycle.*
1717
18+
## What's Hot
19+
20+
Don't miss the latest capabilities developers are picking up:
21+
22+
| Feature | What it unlocks | Read this |
23+
|---------|-----------------|-----------|
24+
| **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) |
25+
| **Audio Curation** | Build ALM and speech datasets with composite quality filtering, audio tagging, and speaker diarization | [Audio Guide](https://docs.nvidia.com/nemo/curator/latest/curate-audio) |
26+
| **Inference Server** | Spin up an OpenAI-compatible LLM endpoint inside your pipeline for SDG, classification, and synthetic data workflows | [Inference Server](https://docs.nvidia.com/nemo/curator/latest/curate-text/synthetic/inference-server) |
27+
28+
> Want something featured here? Open an issue or ping `@nemo-curator-leads`.
29+
1830
## Updates
1931

2032
- **2026-04** — NeMo Curator 26.04: Cosmos-Xenna 0.2.0 upgrade, simplified `Resources` API, Ray runtime upgrade. See the [release notes](https://docs.nvidia.com/nemo/curator/latest/about/release-notes).

docker/common/install_etcd_nats.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
set -xeuo pipefail
1717

18-
# Versions pinned to match upstream ai-dynamo/dynamo container/context.yaml,
19-
# so Dynamo-Curator integration runs the same etcd/nats-server binaries as
20-
# Dynamo's own runtime images.
21-
ETCD_VERSION=3.5.21
18+
# nats-server matches upstream ai-dynamo/dynamo container/context.yaml. etcd
19+
# leads Dynamo's pin (3.5.30) to the latest 3.5.x patch to clear the bundled
20+
# grpc-go + x/net CVEs; 3.5.x binaries stay wire-compatible with Dynamo.
21+
ETCD_VERSION=3.5.32
2222
NATS_VERSION=2.10.28
2323

2424
for i in "$@"; do

tutorials/text/deduplication/fuzzy/fuzzy_e2e.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
" def process(self, batch: DocumentBatch) -> DocumentBatch:\n",
11241124
" df = batch.to_pandas().merge(cc_df, how=\"inner\", on=[CURATOR_DEDUP_ID_STR])\n",
11251125
" return DocumentBatch(\n",
1126-
" task_id=batch.task_id, dataset_name=batch.dataset_name, data=df, _stage_perf=batch._stage_perf\n",
1126+
" dataset_name=batch.dataset_name, data=df, _stage_perf=batch._stage_perf\n",
11271127
" )\n",
11281128
"\n",
11291129
"\n",
@@ -1509,7 +1509,7 @@
15091509
"name": "python",
15101510
"nbconvert_exporter": "python",
15111511
"pygments_lexer": "ipython3",
1512-
"version": "3.12.11"
1512+
"version": "3.12.12"
15131513
}
15141514
},
15151515
"nbformat": 4,

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)