These are a collection of scripts that are to be used for release activities.
PYTHON_VERSION=3.9 PYTORCH_VERSION=1.11.0 packaging/build_conda.sh
PYTHON_VERSION=3.9 packaging/build_conda.sh
PYTHON_VERSION=3.9 PYTORCH_VERSION=1.11.0 packaging/build_wheel.sh
PYTHON_VERSION=3.9 packaging/build_wheel.sh
The following table is the corresponding torchdata
binaries with pre-compiled AWSSDK
extension on different operating systems.
torchdata |
Wheel |
Conda |
---|---|---|
Linux | ✔️ | ✔️ |
Windows | ✔️ | ❌ |
MacOS (x86_64) | ✔️ | ✔️ |
MacOS (arm64) | ✔️ | ✔️ |
AWSSDK
requires OpenSSL and cURL. In order to provide manylinux2014_x86_64
wheels with AWSSDK
enabled, torchdata
distributions are bundled with OpenSSL(1.1.1o) and cURL(7.38.1). If anything is out of date, please open an issue to request upgrading them.