grimoire / torch2trt_dynamic

A pytorch to tensorrt convert with dynamic shape support
MIT License
254 stars 34 forks source link

Can it be uploaded/released to pypi.org? #36

Open albertodallolio opened 4 months ago

albertodallolio commented 4 months ago

Thanks a lot for the great repository.

Would it be possible to release the package to pypi.org? This way the pip installation becomes easier without the need to git clone the repository.

Thanks a lot

grimoire commented 4 months ago

Good advice. But I am afraid this repo is not ready for a pre-built package version. I need to figure out how to package custom ops into the package and add enough unit tests.