Reduce manylinux wheel size for x86_64 arch #94262
8000
Labels
module: binaries
Anything related to official binaries that we release to users
Uh oh!
There was an error while loading. Please reload this page.
🚀 The feature, motivation and pitch
Right now the linux x86_64 wheels are huge and are more than 800MB, whilst the aarch64 counterparts are much smaller.
Supplying the manylinux2014 wheels in addition to the manylinux1 wheels may provide users access to potential size optimizations because of fewer deps needing to be bundled within the wheel (this is an assumption on my part and maybe someone can clarify why the size is so large).
Source: https://pypi.org/project/torch/#files
Alternatives
Do nothing and keep downloading the existing wheels. Whilst this works, it increases the size of the docker images and the amount of data that a user needs to download to just work with the package.
Additional context
No response
cc @ezyang @seemethere @malfet
The text was updated successfully, but these errors were encountered: