Nvidia Tensorrt LLM Trtllm Codebase Exploration

Systematic approach to exploring the TensorRT-LLM codebase before implementing new features or optimizations. Teaches how to discover existing infrastructure, trace code paths, and avoid reimplementing what already exists. Derived from real mistakes where ~250 lines of code were written and deleted because existing forward methods weren't discovered upfront. Use when starting any new feature, optimization, or code modification in TRT-LLM.

autohandai Updated

File contents

autohandai/community-skills/tree/main/nvidia-tensorrt-llm-trtllm-codebase-exploration commit d56a655ee2

Frequently asked questions

npx skillmds@latest add autohandai-community-skills/nvidia-tensorrt-llm-trtllm-codebase-exploration