TensorRT-LLMs/3rdparty
Fanrong Li 4931c5eb3a
[None][feat] update deepgemm to the DeepGEMM/nv_dev branch (#9898)
Signed-off-by: Fanrong Li <23290157+lfr-0531@users.noreply.github.com>
2026-01-05 16:43:42 +08:00
..
CMakeLists.txt [None][feat] update deepgemm to the DeepGEMM/nv_dev branch (#9898) 2026-01-05 16:43:42 +08:00
cpp-thirdparty.md [TRTLLM-9299][infra] Add third-party docs for python (#9366) 2025-11-23 22:58:25 -08:00
py-thirdparty.md [TRTLLM-9299][infra] Add third-party docs for python (#9366) 2025-11-23 22:58:25 -08:00
README.md [TRTLLM-9299][infra] Add third-party docs for python (#9366) 2025-11-23 22:58:25 -08:00

Adding new third-party Dependencies

The markdown files in this directory contain playbooks for how to add new third-party dependencies. Please see the document that matches the kind of dependency you want to add:

  • For C++ dependencies compiled into the extension modules via the cmake build and re-distributed with the wheel see here
  • For python dependencies declared via wheel metadata and installed in the container via pip see here