"docs/vscode:/vscode.git/clone" did not exist on "e4b6133b785a48918e326d79e26b61a33036b84d"
- 24 Apr, 2020 1 commit
-
-
moto authored
* wip * Add test * add caching * fixup! add caching * fixup! fixup! add caching
-
- 23 Apr, 2020 2 commits
- 29 Jan, 2020 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 16 Jan, 2020 1 commit
-
-
Eli Uriegas authored
Python 2.7 was EOL on January 1, 2020 The last torchaudio release to support Python 2.7 was 0.4.0 Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 02 Jan, 2020 1 commit
-
-
Karl Ostmo authored
Remove suspect logic.
-
- 27 Dec, 2019 1 commit
-
-
Karl Ostmo authored
Closes #304 See rationale writeup: https://github.com/pytorch/vision/pull/1321#issuecomment-531033978
-
- 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
-