You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a fork of the Triton (PyPI) project, which provides support for NVIDIA GPUs with the Pascal microarchitecture, such as NVIDIA Tesla P40, since the Triton developers don't want to cooperate with support for such older GPUs.
Reasons for the request
Triton wheels are 160 209 MiB and cannot be uploaded without expanding the limit.
I don't expect frequent releases, and will only upload packages starting with the 2.2.0 release (three four releases total, 2.2.0, 2.3.0, 2.3.1 and 3.0.0, ~3450 MiB total for 5 python versions).
I tried reducing the wheel size, but even with stripped debug info triton==3.0.0 can't be uploaded.
Code of Conduct
I agree to follow the PSF Code of Conduct
The text was updated successfully, but these errors were encountered:
I found a way to reduce the size of the triton wheels, but it is still 95 MiB (version 2.3.1, so 160 MiB -> 95 MiB), and these wheels will probably be harder to debug because asserts was removed along with the debug info. Also, future releases of triton may increase the size, so I would appreciate it if this request is approved. Thanks!
Update: 3.0.0 is actually 209 MiB, so I changed the desired size from 200 to 250 MiB.
Hey @sasha0552 👋
I've set the upload limit for triton-pascal to 250 MB on PyPI. Please be mindful of the frequency of releases at that size and maybe explore the Python's Limited API to reduce the amount of wheel per release.
Have a nice week 🚀
Project URL
https://pypi.org/project/triton-pascal/
Does this project already exist?
New Limit
250
Update issue title
Which indexes
PyPI
About the project
This is a fork of the Triton (PyPI) project, which provides support for NVIDIA GPUs with the Pascal microarchitecture, such as NVIDIA Tesla P40, since the Triton developers don't want to cooperate with support for such older GPUs.
Reasons for the request
Triton wheels are
160209 MiB and cannot be uploaded without expanding the limit.I don't expect frequent releases, and will only upload packages starting with the
2.2.0
release (threefour releases total,2.2.0
,2.3.0
,2.3.1
and3.0.0
, ~3450 MiB total for 5 python versions).I tried reducing the wheel size, but even with stripped debug info
triton==3.0.0
can't be uploaded.Code of Conduct
The text was updated successfully, but these errors were encountered: