- 04 Feb, 2021 1 commit
-
-
moto authored
* Switch to cmake for build * Hide symbols
-
- 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 1 commit
-
-
moto authored
-
- 09 Jan, 2021 1 commit
-
-
moto authored
-
- 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 2 commits
-
-
Matti Picus authored
-
Matti Picus authored
-
- 15 Dec, 2020 1 commit
-
-
Matti Picus authored
-
- 20 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
-
- 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
-
- 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
-
- 06 Aug, 2020 1 commit
-
-
moto authored
This CC adds CI test to check the backward compatibility of Torchscript functions/object dumps. The job first dumps Torchscript objects into file from torchaudio 0.6.0 release environment (x Python 3.6, 3.7, 3,8), then load & run the function in master build (in Python 3.6, 3.7, 3.8). If there is a BC-breaking change in master build, (registration schema change), then the test should fail. At this moment, `info` function does not work due to suspected bug in torch side, so the test is disabled for `info` function. See https://github.com/pytorch/pytorch/issues/42258 for the detail. Once https://github.com/pytorch/pytorch/issues/42258 is resolved we can enable it.
-
- 05 Aug, 2020 1 commit
-
-
Eli Uriegas authored
-
- 14 Jul, 2020 1 commit
-
-
moto authored
-
- 01 Jul, 2020 2 commits
- 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>
-
- 23 Jun, 2020 1 commit
-
-
moto authored
This PR refactors cache generation mechanism by introducing dedicated command and bust cache on daily basis. At this moment, Windows unittest job for 3.6 and 3.7 are broken because of broken scipy but the environment is cached this persists until the next week. As we have nightly build, we do not need to keep cache for one week.
-
- 22 Jun, 2020 1 commit
-
-
Eli Uriegas authored
-
- 03 Jun, 2020 1 commit
-
-
moto authored
-
- 01 Jun, 2020 1 commit
-
-
moto authored
* Add caching to binary build for more reliable build * Apply same logic to unittest workflow
-
- 28 May, 2020 1 commit
-
-
moto authored
* Separate style check from unit test * TEST flake8 fail * TEST clang-format fail * Revert "TEST flake8 fail" This reverts commit 88d90185cefe294b9a662129a05c2e26a9844fe4. * Revert "TEST clang-format fail" This reverts commit 93517d1ccba650a6ccd813268fd73a4fd63b252c.
-
- 27 May, 2020 1 commit
-
-
moto authored
* Clean up extension build mechanism and extension location * Add back the switch to depend on external sox * Remove print * Fix
-
- 26 May, 2020 1 commit
-
-
guyang3532 authored
-
- 18 May, 2020 1 commit
-
-
moto authored
1. Docker image used for smoke test is old (No Python 3.8). Updating this to the latest one. build [here](https://app.circleci.com/pipelines/github/pytorch/audio/1763/workflows/56c846a5-acaa-41a7-92f5-46ec66186c61/jobs/44484) 2. Add `latest` tag to the newly built docker so that later we can always use `latest` version and we do not have to update docker image tag manually.
-
- 16 May, 2020 1 commit
-
-
peterjc123 authored
* Add windows binary jobs * Make wheel package platform-specific and python-version-specific
-