- 28 May, 2021 1 commit
-
-
Michael Melesse authored
* add rocm binary use the term cu_version update pkg_helpers add docker wheel option update config yml add force_cuda option * update config.yml * remove conda builds
-
- 25 May, 2021 1 commit
-
-
Nikita Shulga authored
* Add CUDA binary builds * Add "cuda_version": "cpu" to doc build jobs * Add required cu_versions to pkg_helpers * Regenerate config.yml
-
- 05 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 19 Feb, 2021 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 19 Jan, 2021 1 commit
-
-
Eli Uriegas authored
torchaudio can work with any version of pytorch so let's strip the pytorch version suffix to denote that Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 05 Jan, 2021 1 commit
-
-
Vincent QB authored
-
- 16 Oct, 2020 1 commit
-
-
moto authored
-
- 15 Sep, 2020 1 commit
-
-
Eli Uriegas authored
Default to using the `cpu` directory since the base one is not reliable Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 24 Jun, 2020 1 commit
-
-
Eli Uriegas authored
* packaging: Add test channels to pytorch dependency resolution Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * .circleci: Add test channel to smoke tests Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * .circleci: Put pytorch-test into a higher priority pytorch-nightly was getting prioritized over pytorch-nightly which shouldn't be the case Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
- 16 May, 2020 1 commit
-
-
peterjc123 authored
* Add windows binary jobs * Make wheel package platform-specific and python-version-specific
-
- 29 Jan, 2020 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 16 Jan, 2020 1 commit
-
-
Eli Uriegas authored
CUDA_SUFFIX was still being used here when it should've been swapped out for PYTORCH_VERSION_SUFFIX, which is what's being used for conda below. Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> (cherry picked from commit 009b115d074ac5fcca2cc34662fe814df63324c1) Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
- 08 Aug, 2019 3 commits
-
-
Edward Z. Yang authored
* Refactor version suffix so conda packages don't get suffixes. Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * typofix Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Also bugfixes and updates to the packaging scripts.
-
- 07 Aug, 2019 1 commit
-
-
Edward Z. Yang authored
* New entry points are packaging/build_wheel.sh and packaging/build_conda.sh. The only mandatory environment variable you have to set is PYTHON_VERSION * CircleCI configuration uses 2.1-style parametrized builds to let you toggle python version, etc. as you do builds. We create a separate job per build configuration for maximum parallelism * build_tools/packaging got moved to packaging, to be in-line with directory structure in torchvision * The build_conda.sh and build_wheel.sh delegate most of the heavy lifting to pkg_helpers.bash, which defines a number of bash functions for performing common operations. The intent is that I'll copy-paste this file between other domain API projects. * TORCHAUDIO_ prefix removed from envvars, so that I can more easily share packaging scripts between projects * BUILD_VERSION is completely gone; just change the version number if you need to rebuild * No more logic for cloning and checking out a fresh copy of torchaudio
-