TensorRT-LLMs/3rdparty
Fanrong Li 5a99c9734d
[TRTLLM-8777][feat] Update DeepGEMM to the latest commit to include optimizations for DeepSeek-v3.2 (#9380)
Signed-off-by: Fanrong Li <23290157+lfr-0531@users.noreply.github.com>
2025-11-25 08:58:08 +08:00
..
CMakeLists.txt [TRTLLM-8777][feat] Update DeepGEMM to the latest commit to include optimizations for DeepSeek-v3.2 (#9380) 2025-11-25 08:58:08 +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