- 04 May, 2020 1 commit
-
-
peterjc123 authored
* Turn on tests when building through conda-build * skip one failling test on windows. * Switch to unittest * Fix conda env activation * add linux only condition * Fix librosa installation * conda-forge channel as a fallback * Revert "conda-forge channel as a fallback" This reverts commit 8c15f6638e34792640a3de3e057d9c2995425180. * Try the pytorch way * Use conda-forge * Disable conda-forge * Install future at setup env * Move linux unittest CI job tools to dedicated directory * Restore Linux scripts and move the updated souces to a new subdir * Add back future * Remove comments Co-authored-by:
Vincent Quenneville-Belair <vincentqb@gmail.com> Co-authored-by:
moto <855818+mthrok@users.noreply.github.com>
-
- 02 May, 2020 1 commit
-
-
moto authored
* Bust cache weekly * Rename directory for utility * Show 20 slowest tests * fixup! Show 20 slowest tests
-
- 29 Apr, 2020 2 commits
- 28 Apr, 2020 1 commit
-
-
moto authored
-
- 25 Apr, 2020 1 commit
-
-
moto authored
-
- 24 Apr, 2020 4 commits
- 23 Apr, 2020 2 commits
- 01 Apr, 2020 1 commit
-
-
Bhargav Kathivarapu authored
-
- 10 Mar, 2020 1 commit
-
-
Eli Uriegas authored
pjh5 is a former employee so we should switch over to using a bot token. Should resolve nightly pipeline failing on upload. Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 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>
-
- 09 Jan, 2020 1 commit
-
-
Eli Uriegas authored
With the introduction of the `filter_branch` parameter to the `workflows` function we no longer have a need to have this if block anymore per @ezyang's assessment. Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 08 Jan, 2020 1 commit
-
-
peterjc123 authored
* [WIP] Add Windows CI * Remove cu_version * checkout_merge -> checkout * Add build script * Switch backend to soundfile * Remove soundfile as dependency * Rename jobs * Fix lint
-
- 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
-
- 11 Dec, 2019 1 commit
-
-
Mingbo Wan authored
* use binaries just built for smoke test * to trigger tests on PR * trigger tests * different build has different test * test good, now move to official * test good, now move to official
-
- 03 Dec, 2019 1 commit
-
-
Mingbo Wan authored
-
- 25 Nov, 2019 1 commit
-
-
Mingbo Wan authored
* adding smoke test * adding smoke test * fix config.yml * trigger smoke test * test aws erc credential * test aws erc credential * test aws erc credential * test aws erc credential * adding ecr cred * test aws erc credential * test aws erc credential * test aws erc credential - different way * test aws erc credential - different way #2 * test aws erc credential - different way #3 * test aws erc credential - different way #4 * test aws #1 * test aws erc credential, after enabling circleci setting * fixing conda init * add verbose output for smoke test * add docker image build workflow * add docker image build workflow * fix aws ecr login * use images build from circelci * ready for review * updated Readme with instructions on nightly install, also updated docker image which can make nightlies installed via pip pass * nit * reduce size
-
- 15 Nov, 2019 1 commit
-
-
Soumith Chintala authored
-
- 11 Oct, 2019 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 15 Aug, 2019 1 commit
-
- 13 Aug, 2019 1 commit
-
-
jamarshon authored
-
- 08 Aug, 2019 1 commit
-
-
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
-
- 06 Aug, 2019 5 commits
-
-
Edward Z. Yang authored
This reverts commit c2fc079f.
-
Edward Z. Yang authored
This reverts commit 3db30836.
-
Edward Z. Yang authored
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
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-