-
Notifications
You must be signed in to change notification settings - Fork 362
✨[Feature] py3.13 wheels #3454
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
Comments
Builds for 3.13 are being created now, but only for 3.13 GIL not 3.13t as TensorRT does not support 3.13t currently. |
I think the PR to add this is still in draft? At least I don't see 3.13 wheels in nightly (or are they somewhere else) https://download.pytorch.org/whl/nightly/torch-tensorrt/ |
@jjh42 yes, it's still in progress but it's going to be merged into the main and 2.7 release very soon. However, we noticed some compatibility issues in Python 3.13, which make us have to disable the refitting related features in 3.13. May I know the reason why you want to use 3.13 instead of older ones? |
@zewenli98 the main benefit is just much nicer error reporting. I see there are nightly wheels out now, thanks! |
My mistake, I don't there is nightly wheels yet. I guess hopefully they'll show up in a day. |
tensorrt now supports python 3.13, so I think it should now be feasible to support 3.13 for torch_tensorrt publish wheels.
The text was updated successfully, but these errors were encountered: