- 04 Feb, 2021 1 commit
-
-
moto authored
* Switch to cmake for build * Hide symbols
-
- 03 Feb, 2021 1 commit
-
-
moto authored
So that when a test fails in flaky manner, we can look into the difference.
-
- 02 Feb, 2021 1 commit
-
-
Vincent QB authored
-
- 26 Jan, 2021 1 commit
-
-
moto authored
-
- 21 Jan, 2021 4 commits
-
-
moto authored
* Do not install sox system-wide, so that it will never get mixed up with static one torchaudio builds * Do not install cmake system-wide * Move libsndfile installation to Docker image
-
moto authored
-
moto authored
Changing the test Docker image for GPU tests to use Nvidia Docker `devel` image. This is necessary for #1187.
-
moto authored
TorchScript BC test checks that if dumped object from the previous version is compatible with the latest master. However, PyTorch does not guarantee backward compatibility of serialized TorchScript object across versions. Domain libraries do not guarantee this either.
-
- 15 Jan, 2021 1 commit
-
-
moto authored
* Support file-like object in save func * Disable CircleCI cache for TP artifacts for cleaner build
-
- 12 Jan, 2021 2 commits
-
-
moto authored
- 09 Jan, 2021 1 commit
-
-
moto authored
-
- 08 Jan, 2021 1 commit
-
-
moto authored
-
- 07 Jan, 2021 1 commit
-
-
moto authored
-
- 05 Jan, 2021 1 commit
-
-
Vincent QB authored
-
- 22 Dec, 2020 1 commit
-
- 21 Dec, 2020 1 commit
-
-
Eli Uriegas authored
There's an issue with the CUDA 11.0 package for conda with conda-package-handling that relates to https://github.com/conda/conda-package-handling/issues/71 This should fix issues with the conda smoke testing we encountered previously. Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
- 17 Dec, 2020 3 commits
-
-
Matti Picus authored
-
Matti Picus authored
-
Matti Picus authored
-
- 15 Dec, 2020 1 commit
-
-
Matti Picus authored
-
- 08 Dec, 2020 1 commit
-
-
moto authored
* Import torchaudio #1034 70f429a4 Summary: Import torchaudio #1027 0cf4b8a9 Reviewed By: vincentqb, cpuhrsch Differential Revision: D24958707 fbshipit-source-id: d06dd6b59197cc2c16bec5a9012cbf33a172b6b3 * Import torchaudio #1066 4406a6bb Summary: Import up to #1066 Reviewed By: cpuhrsch Differential Revision: D25373068 fbshipit-source-id: 890d36a25259b93428b3037c3123ff5a2cacfa04
-
- 20 Nov, 2020 1 commit
-
-
Matti Picus authored
-
- 17 Nov, 2020 1 commit
-
-
Matti Picus authored
-
- 16 Nov, 2020 1 commit
-
-
Matti Picus authored
-
- 13 Nov, 2020 2 commits
-
-
moto authored
* Import torchaudio #996 758f6c2a Reviewed By: cpuhrsch Differential Revision: D24606263 fbshipit-source-id: 4301b1df84d20c671783ec34c52d5b257374abf1 * Import torchaudio #1004 5e54c770 Summary: Import torchaudio up to #1004 5e54c770 Reviewed By: vincentqb, cpuhrsch Differential Revision: D24841498 fbshipit-source-id: 3829130636f36779d84f01ff0d0120b80b2396d7
-
Matti Picus authored
-
- 09 Nov, 2020 1 commit
-
-
moto authored
-
- 03 Nov, 2020 1 commit
-
-
moto authored
-
- 30 Oct, 2020 1 commit
-
-
moto authored
-
- 22 Oct, 2020 1 commit
-
-
Vasilis Vryniotis authored
-
- 19 Oct, 2020 1 commit
-
-
moto authored
-
- 16 Oct, 2020 1 commit
-
-
moto authored
-
- 15 Oct, 2020 1 commit
-
-
moto authored
-
- 14 Oct, 2020 1 commit
-
-
moto authored
-
- 06 Oct, 2020 1 commit
-
-
peterjc123 authored
-
- 23 Sep, 2020 1 commit
-
- 03 Sep, 2020 1 commit
-
-
Eli Uriegas authored
Upstream is on 9.4.1 and we were experiencing issues when conda-build was attempting to check for overlinking and failed out due to some files not existing in xcode 9.0 Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 28 Aug, 2020 1 commit
-
-
moto authored
When running smoke test, proper way to install conda package is to install from workspace, instead of installing from archive. Otherwise the dependencies are not properly installed https://github.com/conda/conda/issues/1884 For this, we pass the whole `conda-bld` directory from conda package build job to upload job then smoke test job. `torchaudio` does not have a mandatory third-party python package dependency, so this was not an issue. See also https://github.com/pytorch/text/pull/803
-
- 12 Aug, 2020 1 commit
-
-
moto authored
-