[None] [chore] Add ATTRIBUTIONS-{CPP,Python}.md + Update in wheels setup (#8438)

Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com>
This commit is contained in:
Venky 2025-10-17 06:33:05 -07:00 committed by GitHub
parent 56f697be2e
commit 8d07580c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 60584 additions and 1 deletions

View File

@ -66,7 +66,7 @@ repos:
additional_dependencies:
- tomli
# add ignore words list
args: ["-L", "Mor,ans,thirdparty"]
args: ["-L", "Mor,ans,thirdparty", "--skip", "ATTRIBUTIONS-*.md"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks:

14698
ATTRIBUTIONS-CPP.md Executable file

File diff suppressed because it is too large Load Diff

45884
ATTRIBUTIONS-Python.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -244,6 +244,7 @@ setup(
package_data={
'tensorrt_llm': package_data,
},
license_files=["LICENSE", "ATTRIBUTIONS-CPP.md"],
entry_points={
'console_scripts': [
'trtllm-build=tensorrt_llm.commands.build:main',