TensorRT-LLMs/3rdparty
Kaiyu Xie 85b4c92d60
[None] [chore] Update to cutlass 4.3 (#8637)
Signed-off-by: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com>
2025-11-28 08:54:34 +08:00
..
CMakeLists.txt [None] [chore] Update to cutlass 4.3 (#8637) 2025-11-28 08:54:34 +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