[TREx] Add __init__.py to mark folder as package by acmore · Pull Request #4609 · NVIDIA/TensorRT
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 2.3k
Open
[TREx] Add __init__.py to mark folder as package#4609
acmore wants to merge 1 commit intoNVIDIA:mainfrom
[TREx] Add __init__.py to mark folder as package#4609
acmore wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
Copy link Copy Markdown
acmore
commented
Oct 28, 2025
acmore
commented
When installing from source, the trex cannot be installed correctly. The bin and utils folder are not installed because find_packages in setup.py requires the init.py inside the package folder.
acmore
requested a review
from a team
as a code owner
acmore
requested review from
pranavm-nvidia and
yuanyao-nv
Signed-off-by: acmore <hezj07@gmail.com>
acmore
force-pushed
the
main
branch
from
19863ae to
05f4e5c
Compare
pranavm-nvidia approved these changes Oct 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment