Skip to main content

yo-steven/skills-exploration-20260522

SkillsMP 已收集 yo-steven/skills-exploration-20260522 中的 89 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
89
GitHub 星标
0
GitHub Forks
0

已展示 40 / 89 个已收集 Skill。

职业分类
软件开发工程师
描述

CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI). Use for solver internals, PRs, DCO, and code conventions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Install cuOpt for Python, C, or as a server (pip, conda, Docker) — system requirements, install commands, and verification. Use when the user wants to install or verify cuOpt for any user-facing interface. For building cuOpt from source or contributing to…

原文语言:英语

更新
职业分类
软件开发工程师
描述

LP, MILP, and QP (beta) with cuOpt — C API only. Use when the user is embedding LP, MILP, or QP in C/C++.

原文语言:英语

更新
职业分类
软件开发工程师
描述

LP, MILP, and QP (beta) with cuOpt — CLI only (MPS files, cuopt_cli). Use when the user is solving LP, MILP, or QP from MPS via command line.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Solve Linear Programming (LP), Mixed-Integer Linear Programming (MILP), and Quadratic Programming (QP, beta) with the Python API. Use when the user asks about optimization with linear or quadratic objectives, linear constraints, integer variables, scheduling,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only. Use when the user is building or solving routing in Python.

原文语言:英语

更新
职业分类
软件开发工程师
描述

cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.

原文语言:英语

更新
职业分类
软件开发工程师
描述

cuOpt REST server — what it does and how requests flow. Domain concepts; no deploy or client code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Base rules for end users calling NVIDIA cuOpt (routing/LP/MILP/QP/install/server). Not for cuOpt internals — use cuopt-developer for those.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Numerical optimization (LP, MILP, QP) — concepts, problem-text parsing, and formulation patterns. What LP, MILP, and QP are, required formulation questions, modeling elements, common patterns, and how to parse problem statements (parameters, constraints,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Vehicle routing (VRP, TSP, PDP) — problem types and data requirements. Domain concepts; no API or interface.

原文语言:英语

更新
职业分类
软件开发工程师
描述

After solving a non-trivial problem, detect generalizable learnings and propose skill updates so future interactions benefit automatically. Always active — applies to every interaction.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing DALI data loading or preprocessing code with `nvidia.dali.experimental.dynamic` (ndd), or when converting DALI pipeline-mode code to dynamic mode, or when the user asks about DALI dynamic mode, imperative DALI, or ndd. Use this skill any time…

原文语言:英语

更新
职业分类
软件开发工程师
描述

NVIDIA DeepStream SDK 9.0 development with Python pyservicemaker API. Use when building video analytics pipelines, GStreamer-based video processing, TensorRT inference integration, object detection/tracking, or Kafka/message broker integration.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use this skill to bring any vision model from HuggingFace or NVIDIA NGC into an NVIDIA DeepStream pipeline with end-to-end automation: ONNX download, SafeTensors export, TRT engine build, custom nvinfer bbox parser, multi-stream benchmark, and PDF report.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guide for adding support for new LLM or VLM models in Megatron-Bridge. Covers bridge, provider, recipe, tests, docs, and examples.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Dev environment setup for Megatron Bridge — container-based development, uv package management, lockfile regeneration, adding dependencies, Slurm container usage, and common build pitfalls.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Bump a pinned dependency (TransformerEngine, Megatron-LM, NRX, etc.), regenerate the lockfile, open a PR, and drive it to green by attaching a watchdog to the "CICD NeMo" workflow and quarantining failing functional tests as flaky until the run is green.

原文语言:英语

更新
职业分类
软件开发工程师
描述

CI/CD reference for Megatron Bridge — pipeline structure, commit and PR workflow, CI failure investigation, and common failure patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Run Megatron-LM (MLM) and Megatron Bridge training with mock or real data. Covers correlation testing, available recipes, and multi-GPU examples.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Convert single-node scripts to multi-node Slurm sbatch jobs and debug common multi-node failures. Covers srun-native vs uv run torch.distributed approaches, container setup, NCCL timeouts, OOM sizing for MoE models, and interactive allocation.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

External NeMo-RL end-to-end validation workflow for Megatron-Bridge model/provider changes, including downstream compatibility checks, external RL lifecycle behavior, Megatron policy setup, HF import/export, checkpoint/resume, non-colocated vLLM refit, delta…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Validate and use selective and full activation recompute in Megatron Bridge to reduce GPU memory usage at the cost of extra compute.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Validate and use CPU offloading in Megatron Bridge, including layer-level activation offloading and fractional optimizer state offloading with HybridDeviceOptimizer.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlap_moe_expert_parallel_comm, delay_wgrad_compute, and flex dispatcher backends such as DeepEP and HybridEP.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Operational guide for enabling hierarchical context parallelism in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Operational guide for enabling Megatron FSDP in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Techniques for reducing peak GPU memory in Megatron Bridge — expandable segments, parallelism resizing, activation recompute, CPU offloading constraints, and common OOM fixes.

原文语言:英语

更新
职业分类
软件开发工程师
描述

MoE expert-parallel communication overlap in Megatron Bridge. Covers dispatch/combine overlap, flex dispatcher backends, and expert wgrad scheduling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Choose the right MoE token dispatcher (`alltoall`, DeepEP, or HybridEP) for the hardware, EP degree, and optimization stage. Summarizes patterns from DSV3, Qwen3, Qwen3-Next, and VLM bring-up work.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Representative MoE training playbooks by hardware platform and model family. Summarizes rounded throughput bands, parallelism patterns, and common tuning stacks.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Long-context MoE training guidance for Megatron Bridge. Covers CP sizing, selective recompute, dispatcher choices, and practical patterns from DSV3, Qwen3, and Qwen3-Next long-context experiments.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Systematic workflow for MoE training optimization in Megatron Bridge, based on the Megatron-Core MoE paper. Covers the Three Walls framework, parallel folding, recompute strategy, dispatcher choice, and CUDA-graph bring-up.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Practical guidance for training MoE VLMs in Megatron Bridge. Compares FSDP and 3D-parallel approaches, using rounded lessons from Qwen3-VL, Qwen3-Next, and other multimodal experiments.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Operational guide for choosing and combining parallelism strategies in Megatron Bridge, including sizing rules, hardware topology mapping, and combined parallelism configuration.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Validate and use packed sequences and long-context training in Megatron-Bridge, distinguishing offline packed SFT for LLMs from in-batch packing for VLMs, and applying the right CP constraints.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

Recommend and customize Megatron Bridge recipes for a user's model, GPU count, and training goal. Indexes library recipes (pretrain/SFT/PEFT) and performance recipes.

原文语言:英语

更新
已展示 40 / 89 个已收集 Skill。