- 06 Jul, 2020 1 commit
-
-
moto authored
* Pin llvmlite * Add comments
-
- 01 Jul, 2020 2 commits
- 26 Jun, 2020 1 commit
-
-
moto authored
-
- 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 3 commits
-
-
moto authored
-
moto authored
In #728, linux unit test switches to libsox provided by apt. For CPU jobs this is fine because all the job steps share the same Docker container, but on CPU job, each job step runs a script in a new Docker container, so libsox installed in a step is not available to the subsequent steps. To fix this, this PR moves the installation of libsox and sox to Docker build.
-
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
-
- 19 Jun, 2020 1 commit
-
-
moto authored
This is a part of PRs to add new "sox_io" backend #726, and depends on #718. This PR adds `info` function to "sox_io" backend, which allows users to fetch some metadata of an audio file. At this moment, the information retrieved are; - Number of samples in the audio file - Sampling rate - Number of channels
-
- 15 Jun, 2020 1 commit
-
-
peterjc123 authored
-
- 03 Jun, 2020 2 commits
-
-
moto authored
-
Bhargav Kathivarapu authored
* Migrate fbank tests * Update CCI job environment * Remove invalid test cases Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
- 01 Jun, 2020 2 commits
- 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
-
- 13 May, 2020 1 commit
-
-
peterjc123 authored
* Enable CUDA tests for Windows * Add back branch filters
-
- 06 May, 2020 1 commit
-
-
moto authored
* Add GPU test * Run only on master
-
- 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
-