Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ For issues with **this catalog repo itself** (README, structure, listing a new p
```
NVIDIA/skills/
├── skills/ # All skills, mirrored daily from product repos
│ ├── CUDA-Q/ # CUDA-Q skills (1)
│ ├── cuopt/ # cuOpt skills (19)
│ ├── Megatron-Bridge/ # Megatron-Bridge skills (9)
│ ├── Megatron-Core/ # Megatron-Core skills (6)
│ ├── Model-Optimizer/ # Model-Optimizer skills (5)
│ ├── CUDA-Q/ # CUDA-Q skills
│ ├── cuopt/ # cuOpt skills
│ ├── Megatron-Bridge/ # Megatron-Bridge skills
│ ├── Megatron-Core/ # Megatron-Core skills
│ ├── Model-Optimizer/ # Model-Optimizer skills
│ ├── NeMo-Evaluator/ # NeMo Evaluator skills
│ ├── NeMo-Evaluator-Launcher/
│ ├── NeMo-Gym/ # NeMo Gym skills (1)
│ ├── NemoClaw/ # NemoClaw skills (21)
│ ├── nemotron-voice-agent/ # Nemotron Voice Agent skills (1)
│ ├── TensorRT-LLM/ # TensorRT-LLM skills (20)
│ ├── NeMo-Gym/ # NeMo Gym skills
│ ├── NemoClaw/ # NemoClaw skills
│ ├── nemotron-voice-agent/ # Nemotron Voice Agent skills
│ ├── TensorRT-LLM/ # TensorRT-LLM skills
│ └── ...
├── components.d/ # Product registry — one file per component, teams onboard here
│ ├── cuda-q.yml
Expand Down
Loading