所有 Skills

找到 6179 個 Skills

Skills 列表

vss-query-analytics

vss-query-analytics

3Kdevops-cloud

Use this skill when reading video-analytics metrics, incidents, alerts, and sensor data via the VA-MCP server (port 9901). Not for live VLM or incident-range narrative reports.

nvidia avatarnvidia
獲取
nemo-mbridge-perf-tp-dp-comm-overlap

nemo-mbridge-perf-tp-dp-comm-overlap

3Kagent-workflows

Operational guide for enabling TP, DP, and PP communication overlap in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

nvidia avatarnvidia
獲取
mcore-linting-and-formatting

mcore-linting-and-formatting

3Kbackend-api

Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.

nvidia avatarnvidia
獲取
dicom-series-to-volume

dicom-series-to-volume

3Kagent-workflows

Used for converting one CT DICOM series folder to a HU NIfTI volume with affine evidence. Not for multi-frame DICOM or clinical use.

nvidia avatarnvidia
獲取
nemo-rl-docs

nemo-rl-docs

3Kresearch-knowledge

Documentation conventions for NeMo-RL. Covers docs/index.md updates and docstring format. Do NOT use for: bug fixes, test fixes, dependency bumps, refactoring, CI/CD changes, performance tuning, or any task that does not involve writing or updating documentation.

nvidia avatarnvidia
獲取
nemo-automodel-model-onboarding

nemo-automodel-model-onboarding

3Ktesting-qa

Guide for onboarding new model architectures into NeMo AutoModel, including architecture discovery, implementation patterns, registration, and validation.

nvidia avatarnvidia
獲取
nemo-automodel-launcher-config

nemo-automodel-launcher-config

3Kdevops-cloud

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

nvidia avatarnvidia
獲取
dynamo-router-starter

dynamo-router-starter

3Kdevops-cloud

Start or patch Dynamo router modes and run router endpoint smoke checks. Use for round-robin, KV-aware, least-loaded, or device-aware routing setup; use recipe-runner for recipe deployment and troubleshoot for failure diagnosis.

nvidia avatarnvidia
獲取
dynamo-troubleshoot

dynamo-troubleshoot

3Kbackend-api

Diagnose failed or unhealthy Dynamo deployments. Use when pods, model-cache jobs, PVCs, workers, frontend/router health, endpoints, or benchmark jobs fail; use recipe-runner/router-starter before this for normal bring-up.

nvidia avatarnvidia
獲取
dynamo-recipe-runner

dynamo-recipe-runner

3Kdevops-cloud

Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter for router-only mode work and troubleshoot for broken deployments.

nvidia avatarnvidia
獲取
physicsnemo-discover

physicsnemo-discover

3Kresearch-knowledge

Official NVIDIA-authored guidance for navigating PhysicsNeMo — pick the model, datapipe, or example for a SciML/AI4Science task (surrogates, forecasting, downscaling, physics-informed, inverse, generative). Points at existing files via live repo search; never writes code. Do NOT use for installation or environment setup, training-loop or other code authoring/scaffolding, contributor/CI/packaging questions, repo-specific questions in physicsnemo-sym/-cfd/-curator, or general (non-physics) ML/PyTorch.

nvidia avatarnvidia
獲取
nemo-mbridge-perf-memory-tuning

nemo-mbridge-perf-memory-tuning

3Ktesting-qa

Techniques for reducing peak GPU memory in Megatron Bridge — expandable segments, PEFT + SP input re-gather, parallelism resizing, activation recompute, CPU offloading constraints, and common OOM fixes.

nvidia avatarnvidia
獲取
nemo-mbridge-perf-cuda-graphs

nemo-mbridge-perf-cuda-graphs

3Ktesting-qa

Validate and use CUDA graph capture in Megatron Bridge, including local full-iteration graphs and Transformer Engine scoped graphs for attention, MLP, and MoE modules.

nvidia avatarnvidia
獲取
vss-ask-video

vss-ask-video

3Kagent-workflows

Use this skill to ask the VSS agent's video_understanding tool a fresh visual question about a recorded clip. Not for prior tool output, search hits, or metadata-answerable questions.

nvidia avatarnvidia
獲取
dynamo-interconnect-check

dynamo-interconnect-check

3Kdevops-cloud

Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment up (especially disagg/multi-node) to confirm the KV transport is correct; use troubleshoot for diagnosing already-failed pods.

nvidia avatarnvidia
獲取
nemo-evaluator-plugin

nemo-evaluator-plugin

3Kagent-workflows

Evaluate models, datasets, and agents with the NeMo Evaluator plugin. Use for metric selection, SDK checks, platform jobs, and result retrieval.

nvidia avatarnvidia
獲取
nemo-rl-auto-research

nemo-rl-auto-research

3Kresearch-knowledge

Autonomous NeMo-RL research agent workflow for directed hypothesis testing and open-ended discovery. Guides agents through the full experiment lifecycle: understanding recipes and environments, wiring RL or NeMo-gym runs, launching reproducible baselines and iterations, analyzing results, preserving human oversight, and using git plus TSV logs as the research ledger. Do NOT use for: bug fixes, code review, documentation, refactoring, dependency updates, or single-file changes.

nvidia avatarnvidia
獲取
earth2studio-install

earth2studio-install

3Kagent-workflows

Guide installing Earth2Studio via uv or pip, selecting model extras, and configuring the environment. Do NOT use for writing inference code, choosing models, or PhysicsNeMo questions.

nvidia avatarnvidia
獲取
digital-health-clinical-asr-setup

digital-health-clinical-asr-setup

3Kbackend-api

Stage 1 of Clinical ASR Flywheel. Use when bootstrapping a cycle: NVCF+MW disclosure, NVIDIA_API_KEY check, deps install, TTS+ASR smoke test.

nvidia avatarnvidia
獲取
dicom-metadata-extract

dicom-metadata-extract

3Kagent-workflows

Used for extracting selected metadata from one DICOM file and flagging standard-tag PHI presence. Not for anonymization or clinical use.

nvidia avatarnvidia
獲取
vss-search-archive

vss-search-archive

3Kbackend-api

Use this skill to run top-level VSS fusion search on archived video, or to ingest video files / RTSP streams for search. Do NOT use for ad-hoc visual Q&A (use vss-ask-video), live captioning (use vss-deploy-dense-captioning), or video summarization and reports (use vss-summarize-video).

nvidia avatarnvidia
獲取
digital-health-clinical-asr-build

digital-health-clinical-asr-build

3Ktesting-qa

Stage 2 of the Clinical ASR Flywheel. Use when curating clinical terms, tagging IPA, and synthesizing a NeMo manifest. NOT for scoring (use /digital-health-clinical-asr-eval).

nvidia avatarnvidia
獲取
cupynumeric-migration-readiness

cupynumeric-migration-readiness

3Kbackend-api

Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.

nvidia avatarnvidia
獲取
physical-ai-video-data-augmentation

physical-ai-video-data-augmentation

3Kbackend-api

Use when running video data augmentation and auto-labeling workflows on OSMO: flow selection, preflight, submit-time interpolation, monitoring, and output retrieval. Trigger keywords: video data augmentation, data enrichment, auto labeling, VDA demo, OSMO workflow, pseudo labeling.

nvidia avatarnvidia
獲取
想按分類檢視?試試 /category/writing-content.