From cc6de704a2f8cbfb1f0953616e033e3a28cba9a1 Mon Sep 17 00:00:00 2001 From: Sayali Kandarkar Date: Wed, 15 Apr 2026 18:02:39 -0700 Subject: [PATCH] Update Model-Optimizer skill count from 4 to 5 Model-Optimizer repo added a 5th skill, causing ci.yml drift check to fail on all open PRs. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1171058..a6eed8be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: "CUDA-Q|NVIDIA/cuda-quantum|main|.claude/skills|1" "cuOpt|NVIDIA/cuopt|main|skills|19" "TensorRT-LLM|NVIDIA/TensorRT-LLM|main|.claude/skills|20" - "Model-Optimizer|NVIDIA/Model-Optimizer|main|.claude/skills|4" + "Model-Optimizer|NVIDIA/Model-Optimizer|main|.claude/skills|5" "Megatron-Core|NVIDIA/Megatron-LM|main|.claude/skills|3" "Megatron-Bridge|NVIDIA-NeMo/Megatron-Bridge|main|skills|9" "Nemotron Voice Agent|NVIDIA-AI-Blueprints/nemotron-voice-agent|main|.agents/skills|1" diff --git a/README.md b/README.md index 2dcbb2be..b0b134e7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ That's it — the skill activates automatically the next time your agent encount | **CUDA-Q** | CUDA Quantum — onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications. | 1 | [`NVIDIA/cuda-quantum/.claude/skills/`](https://github.com/NVIDIA/cuda-quantum/tree/main/.claude/skills) | | **cuOpt** | GPU-accelerated optimization — vehicle routing, linear programming, quadratic programming, installation, server deployment, and developer tools. | 19 | [`NVIDIA/cuopt/skills/`](https://github.com/NVIDIA/cuopt/tree/main/skills) | | **TensorRT-LLM** | LLM inference optimization — model onboarding, performance analysis and optimization, kernel writing, CI diagnostics, code contribution, and codebase exploration. | 20 | [`NVIDIA/TensorRT-LLM/.claude/skills/`](https://github.com/NVIDIA/TensorRT-LLM/tree/main/.claude/skills) | -| **Model-Optimizer** | Model optimization — quantization, sparsity, and distillation for efficient inference. | 4 | [`NVIDIA/Model-Optimizer/.claude/skills/`](https://github.com/NVIDIA/Model-Optimizer/tree/main/.claude/skills) | +| **Model-Optimizer** | Model optimization — quantization, sparsity, and distillation for efficient inference. | 5 | [`NVIDIA/Model-Optimizer/.claude/skills/`](https://github.com/NVIDIA/Model-Optimizer/tree/main/.claude/skills) | | **Megatron-Core** | Large-scale distributed training — model parallelism, pipeline parallelism, and mixed precision. | 3 | [`NVIDIA/Megatron-LM/.claude/skills/`](https://github.com/NVIDIA/Megatron-LM/tree/main/.claude/skills) | | **Megatron-Bridge** | Bridge between NeMo and Megatron — data processing, model conversion, and training utilities. | 9 | [`NVIDIA-NeMo/Megatron-Bridge/skills/`](https://github.com/NVIDIA-NeMo/Megatron-Bridge/tree/main/skills) | | **Nemotron Voice Agent** | Real-time conversational AI — deploy speech-to-speech voice agents on Workstation, Jetson Thor, or Cloud NIMs. | 1 | [`nemotron-voice-agent/.agents/skills/`](https://github.com/NVIDIA-AI-Blueprints/nemotron-voice-agent/tree/main/.agents/skills) |