Skip to content

📖 [Story] Modularlizing TS core in Python #2119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
narendasan opened this issue Jul 17, 2023 · 1 comment
Closed

📖 [Story] Modularlizing TS core in Python #2119

narendasan opened this issue Jul 17, 2023 · 1 comment
Labels
No Activity Story Issues proposing a new Story

Comments

@narendasan
Copy link
Collaborator

narendasan commented Jul 17, 2023

TL;DR

Right now references to TS-Core (_C.so + deps) are all over the python package which makes pure python builds difficult. Some steps have been taken to move all references to TS-core into the TS subpackage so that TS can be an optional subpackage and not a requirement.

Goal(s)

Make it so that building pure python / TS-less packages is easy from the command line.

### Tasks
- [ ] https://github.com/pytorch/TensorRT/issues/2121

Additional context

@narendasan narendasan added the Story Issues proposing a new Story label Jul 17, 2023
@github-actions
Copy link

This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Activity Story Issues proposing a new Story
Projects
None yet
Development

No branches or pull requests

1 participant