- 02 May, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3292 Reviewed By: nateanl Differential Revision: D45492729 Pulled By: mthrok fbshipit-source-id: 11578166854c01deb50a6011550a91b87b426385
-
- 01 May, 2023 1 commit
-
-
atalman authored
Summary: Adding win wheels builds Same as : https://github.com/pytorch/vision/pull/7540 Pull Request resolved: https://github.com/pytorch/audio/pull/3287 Reviewed By: osalpekar Differential Revision: D45452770 Pulled By: atalman fbshipit-source-id: e70ad3a8f456e805b46da3d1752c42208dadb8da
-
- 04 Apr, 2023 1 commit
-
-
moto authored
Summary: As we migrate to use upstream flashlight-text and KenLM, this PR disable building CTC decoder by default. This will stop shipping flashlight-text and KenLM bundle in torchaudio binary. Ref: https://github.com/pytorch/audio/issues/3088 cc jacobkahn Pull Request resolved: https://github.com/pytorch/audio/pull/3232 Reviewed By: hwangjeff Differential Revision: D44650872 Pulled By: mthrok fbshipit-source-id: 2415623abaf3cafa181135db5112d3c711137cd7
-
- 03 Apr, 2023 1 commit
-
-
moto authored
Summary: Initial step to migrate to upstream CTC decoder. https://circleci.com/api/v1.1/project/github/pytorch/audio/1174432/output/107/0?file=true&allocation-id=642636c6eaaa102ce75beb8e-0-build%2FB77C8AB Pull Request resolved: https://github.com/pytorch/audio/pull/3225 Reviewed By: nateanl Differential Revision: D44581338 Pulled By: mthrok fbshipit-source-id: 1517fa0cd5e4ba001d136eb0dfc2a9349afcd2da
-
- 21 Mar, 2023 1 commit
-
-
Zhaoheng Ni authored
Summary: In librosa 0.10 release, positional arguments are deprecated (see https://github.com/librosa/librosa/pull/1521 for details). The PR fixes the HiFiGAN unit test by using keyword arguments for `librosa.filters.mel` function. Pull Request resolved: https://github.com/pytorch/audio/pull/3185 Reviewed By: mthrok Differential Revision: D44218852 Pulled By: nateanl fbshipit-source-id: 6171f7bec6a2144917697c1d640e701d95ec60d7
-
- 20 Mar, 2023 1 commit
-
-
moto authored
Summary: This commit adds CUDA frame support to FilterGraph It initializes and attaches CUDA frames context to FilterGraph, so that CUDA frames can be processed in FilterGraph. As a result, it enables 1. CUDA filter support such as `scale_cuda` 2. Properly retrieve the pixel format coming out of FilterGraph when CUDA HW acceleration is enabled. (currently it is reported as "cuda") Resolves https://github.com/pytorch/audio/issues/3159 Pull Request resolved: https://github.com/pytorch/audio/pull/3183 Reviewed By: hwangjeff Differential Revision: D44183722 Pulled By: mthrok fbshipit-source-id: 522d21039c361ddfaa87fa89cf49c19d210ac62f
-
- 14 Feb, 2023 1 commit
-
-
Omkar Salpekar authored
Summary: Add triggers for RC branches and tags to all build workflows. This will ensure that the release-candidate builds will run with `CHANNEL=test`. Pull Request resolved: https://github.com/pytorch/audio/pull/3057 Reviewed By: atalman Differential Revision: D43279657 Pulled By: osalpekar fbshipit-source-id: 5abf3994b9b4a4897f53c540bd1db6c3d624b3e0
-
- 10 Feb, 2023 1 commit
-
-
Wei Wang authored
Summary: So far Linux and MacOS were tested to work fine out of the box. This PR is created to verify this -- disabled windows jobs and configs for now. Pull Request resolved: https://github.com/pytorch/audio/pull/3039 Reviewed By: osalpekar Differential Revision: D43174745 Pulled By: weiwangmeta fbshipit-source-id: 81766905256e03c5a01cb5448a350f5d409ca4b8
-
- 08 Feb, 2023 2 commits
-
-
moto authored
Summary: The first step to migrate doc build to GHA. Pull Request resolved: https://github.com/pytorch/audio/pull/3043 Reviewed By: xiaohui-zhang Differential Revision: D43110816 Pulled By: mthrok fbshipit-source-id: 91de5f3ac567188e7030f14c2827a202a1901f1a
-
DanilBaibak authored
Summary: Switch to Nova M1 Conda Pull Request resolved: https://github.com/pytorch/audio/pull/2908 Reviewed By: seemethere, osalpekar Differential Revision: D43093605 Pulled By: DanilBaibak fbshipit-source-id: 9e44f26cfb87e277c3808ee59f50218b4629e86e
-
- 03 Feb, 2023 1 commit
-
-
moto authored
Summary: Add GitHub Action-based GPU test jobs. - It seems that there is 2 hour upper cap so only running CUDA/GPU tests. - Since Kaldi related features are not available, they are disabled. Pull Request resolved: https://github.com/pytorch/audio/pull/3029 Reviewed By: hwangjeff Differential Revision: D42983800 Pulled By: mthrok fbshipit-source-id: 47fefe39c635d1c73ad6799ddacefd2666fe5403
-
- 27 Jan, 2023 1 commit
-
-
DanilBaibak authored
Summary: Switch to Nova Linux Conda build. Pull Request resolved: https://github.com/pytorch/audio/pull/2899 Reviewed By: seemethere, osalpekar, mthrok Differential Revision: D42416835 Pulled By: DanilBaibak fbshipit-source-id: 70886c4ff6f3243b80059be9385269cc0f2d4764
-
- 15 Dec, 2022 1 commit
-
-
DanilBaibak authored
Summary: Switch to Nova MacOS and M1 Wheels. This PR is a step in migrating from CircleCI to the Nova workflow. - [x] Disable the CircleCI builds for MacOS Wheel. - [x] Disable the CircleCI builds for M1 Wheel. - [x] Enable the Nova workflow for MacOS Wheel. - [x] Enable the Nova workflow for M1 Wheel. Pull Request resolved: https://github.com/pytorch/audio/pull/2907 Reviewed By: osalpekar, mthrok Differential Revision: D42040965 Pulled By: DanilBaibak fbshipit-source-id: b87f028cf5686bf97265109591fb0a8c1190324c
-
- 13 Dec, 2022 1 commit
-
-
DanilBaibak authored
Summary: Switch to Nova Linux Wheel build. - [x] Disable the CircleCI builds for Linux Wheel. - [x] Enable the Nova workflow for Linux Wheel. ~The Linux Wheel Python3.8 build has been kept because it is a dependency for the `docstring_parameters_sync` job.~ As Omkar pointed out, Docstring Parameters Sync also runs on GHA (https://github.com/pytorch/audio/actions/runs/3638187635/jobs/6140090209). So, we completely switched to the Nova Linux Wheel build. Pull Request resolved: https://github.com/pytorch/audio/pull/2896 Reviewed By: mthrok Differential Revision: D41994993 Pulled By: DanilBaibak fbshipit-source-id: 2bafdbe1b62ef8fa194ce96f4d4667a3ed3dc44f
-
- 11 Nov, 2022 1 commit
-
-
DanilBaibak authored
Summary: Added missed build workflows for MacOS and Linux: - [x] Linux conda - [x] MacOS conda This does not change the existing builds/uploads in CircleCI, and should not break any existing jobs/workflows. This is just to add back workflows for the MacOS and Linux conda builds with Nova. We will create a workflow (most likely in test-infra) that does this comparison between the binaries to ensure there is parity between the binaries before we start uploading with Nova. Pull Request resolved: https://github.com/pytorch/audio/pull/2800 Reviewed By: osalpekar Differential Revision: D41181467 Pulled By: DanilBaibak fbshipit-source-id: a5c5d4dcfdd778b4045203f6016c20fb42daa01b
-
- 10 Nov, 2022 2 commits
-
-
Omkar Salpekar authored
Summary: Adding Nova Reusable Workflow for M1 Wheels Build. Once this has been running well for a while, we can replace the old `build-m1-binaries.yml` workflow. Pull Request resolved: https://github.com/pytorch/audio/pull/2839 Reviewed By: DanilBaibak Differential Revision: D41195316 Pulled By: osalpekar fbshipit-source-id: f3754043f384b1645e5fcfaebf465f6839f72461
-
Omkar Salpekar authored
Summary: Adding Nova Reusable Workflow for M1 Conda Build. Once this has been running well for a while, we can replace the old `build-m1-binaries.yml` workflow. Pull Request resolved: https://github.com/pytorch/audio/pull/2840 Reviewed By: DanilBaibak Differential Revision: D41195298 Pulled By: osalpekar fbshipit-source-id: 14591b96e998aa43fa57e8e5b0b09d0ce4f4092e
-
- 09 Nov, 2022 1 commit
-
-
DanilBaibak authored
Summary: Added build wheels workflow for MacOS. This does not change the existing builds/uploads in CircleCI, and should not break any existing jobs/workflows. This is just to add back workflows to build the MacOS Wheels with Nova. We will create a workflow (most likely in test-infra) that does this comparison between the binaries to ensure there is parity between the binaries before we start uploading with Nova. Pull Request resolved: https://github.com/pytorch/audio/pull/2782 Reviewed By: osalpekar Differential Revision: D41091271 Pulled By: DanilBaibak fbshipit-source-id: 906bcfecb26b5268a05163fa339909707f7de494
-
- 02 Nov, 2022 1 commit
-
-
Eli Uriegas authored
Summary: Makes it specific to which version of otool and install_name_tool we actually prefer since using the one from conda can produce inconsistent results Fixes https://github.com/pytorch/audio/issues/2806 Signed-off-by:
Eli Uriegas <eliuriegas@meta.com> Pull Request resolved: https://github.com/pytorch/audio/pull/2828 Reviewed By: malfet, mthrok Differential Revision: D40960633 Pulled By: seemethere fbshipit-source-id: 5010c06578f1efc4fe314f9a3ff47f18e14ad156
-
- 19 Oct, 2022 2 commits
-
-
Omkar Salpekar authored
Summary: Creating this fresh PR since we're reverting the older commit that removed build configs from the CircleCI file. This does not change the existing builds/uploads in CircleCI, and should not break any existing jobs/workflows. This is just to add back workflows to build the Linux Wheels with Nova, upload them to GH artifacts (NOT to the actual nightly channels), and ensure that they produce the same binaries as CircleCI. TO CLARIFY: this does not upload anything to nightly channels, so this PR has not effect on any existing jobs or distributed binaries. We will create a workflow (most likely in test-infra) that does this comparison between the binaries to ensure there is parity between the binaries before we start uploading with Nova. Pull Request resolved: https://github.com/pytorch/audio/pull/2719 Reviewed By: hwangjeff, weiwangmeta Differential Revision: D39866440 Pulled By: osalpekar fbshipit-source-id: 9ebf0402214fcd97cc519801276d85d336617410
-
Omkar Salpekar authored
Summary: Create a standalone GitHub Actions workflow for Docstring Sync. This job (https://app.circleci.com/pipelines/github/pytorch/audio/12625/workflows/96223ad2-0fcd-4dae-a045-d530aaf9b55c/jobs/907466) currently depends on linux wheels builds, which creates a dependency that makes the migration to Nova trickier. This PR creates a fresh standalone workflow for this job that is triggered per-PR and before nightly/release cuts. Pull Request resolved: https://github.com/pytorch/audio/pull/2720 Reviewed By: izaitsevfb, seemethere Differential Revision: D39863574 Pulled By: osalpekar fbshipit-source-id: 8599dc006693242278857a3dedeb4fddc1eed14b
-
- 27 Sep, 2022 2 commits
-
-
Omkar Salpekar authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2718 Original commit changeset: 7e222d80ca07 Original Phabricator Diff: D39756852 (https://github.com/pytorch/audio/commit/7ba7cf4d24a2967b8fa4aaff437116524281f8fd) Reviewed By: weiwangmeta Differential Revision: D39839899 fbshipit-source-id: f5605eb9882f7c7f0008e88338ab711131b29404
-
Omkar Salpekar authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2706 Reviewed By: kit1980 Differential Revision: D39786253 Pulled By: osalpekar fbshipit-source-id: 2a0c427f57e5c70ff1cf419b7e0c2316e5f0e16c
-
- 23 Sep, 2022 1 commit
-
-
Omkar Salpekar authored
Summary: This does 2 things: Comments out Linux Wheels-related jobs in CircleCI so that they are not run on nightlies/releases. Adds a GHA workflow that calls the build workflow in pytorch/test-infra. Testing: Verified that the builds are triggered by this workflow, and all builds are green: https://github.com/pytorch/audio/actions/runs/3109635749/jobs/5040029155 Pull Request resolved: https://github.com/pytorch/audio/pull/2702 Reviewed By: seemethere Differential Revision: D39756852 Pulled By: osalpekar fbshipit-source-id: 7e222d80ca0720e3be43b929f1e55f5c0166b947
-
- 15 Sep, 2022 1 commit
-
-
Andrey Talman authored
Summary: Usage setup-minicoda action for m1 build We want to try to address space issues on m1. The following action: ``` pytorch/test-infra/.github/actions/setup-miniconda@main ``` Sets up miniconda in temp folder which should be cleaned between runs Pull Request resolved: https://github.com/pytorch/audio/pull/2674 Reviewed By: jeanschmidt Differential Revision: D39540481 Pulled By: atalman fbshipit-source-id: 0596598ab6b2f99c775aa0c9e14a3a388533068d
-
- 09 Sep, 2022 1 commit
-
-
Omkar Salpekar authored
Summary: We moved over to a new design for release workflows that encompass all the build logic in the test-infra repo (apart from custom pre-build and post-build scripts). Thus, we no longer need these caller workflows in the audio repo. This PR removes them entirely. Pull Request resolved: https://github.com/pytorch/audio/pull/2660 Reviewed By: seemethere Differential Revision: D39392456 Pulled By: osalpekar fbshipit-source-id: a8bdeb4738b91666abcdc883f6f8f1bf359f1d42
-
- 26 Aug, 2022 1 commit
-
-
Omkar Salpekar authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2650 Reviewed By: mehtanirav Differential Revision: D39040559 Pulled By: osalpekar fbshipit-source-id: df39e23d7c246728793aab969b8dc1070af88d75
-
- 25 Aug, 2022 1 commit
-
-
Omkar Salpekar authored
Summary: Calling the reusable workflow introduced in https://github.com/pytorch/test-infra/pull/546 to build conda binaries on linux. Pull Request resolved: https://github.com/pytorch/audio/pull/2626 Reviewed By: mehtanirav Differential Revision: D39028057 Pulled By: osalpekar fbshipit-source-id: d74ea3771967d0ee2b0ad28a8f811a95145b2183
-
- 23 Aug, 2022 1 commit
-
-
Omkar Salpekar authored
Summary: As part of Project Nova, we are consolidating CI/CD workflows and infra, making them reusable across PyTorch ecosystem libraries. https://github.com/pytorch/test-infra/pull/460 introduces a general-purpose reusable workflow to build linux wheels for python libraries. This PR introduces a caller workflow that triggers the reusable workflow. Details around modular env setup, passing input args across workflows, etc. are still being worked out. Using reusable workflow defined in https://github.com/pytorch/test-infra/pull/506 Pull Request resolved: https://github.com/pytorch/audio/pull/2548 Reviewed By: osalpekar Differential Revision: D38947733 Pulled By: mehtanirav fbshipit-source-id: 03ab88cef973a092f5c5d1ff8c74ec7ae7e46d01
-
- 15 Aug, 2022 1 commit
-
-
Andrey Talman authored
Summary: Same as: https://github.com/pytorch/vision/pull/6422 Testing: ``` export ANACONDA_PATH=$(conda info --base)/bin echo $ANACONDA_PATH /opt/homebrew/Caskroom/miniconda/base/bin $ANACONDA_PATH/anaconda -V anaconda Command line client (version 1.10.0) ``` Failure: https://github.com/pytorch/audio/runs/7837085749?check_suite_focus=true Pull Request resolved: https://github.com/pytorch/audio/pull/2621 Reviewed By: weiwangmeta, seemethere Differential Revision: D38714324 Pulled By: atalman fbshipit-source-id: 55342cf69006e9250403c955202846bab4516f3e
-
- 02 Aug, 2022 1 commit
-
-
Eli Uriegas authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2581 Also removes spurious lines of code that were erroring out silently Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> Test Plan: Imported from OSS Reviewed By: carolineechen Differential Revision: D38336705 Pulled By: seemethere fbshipit-source-id: 700a969a4bace7d9ca94a9db908b29f383b7d94e
-
- 21 Jul, 2022 1 commit
-
-
Eli Uriegas authored
Summary: Updates the runner to the latest apple silicon machines we have that also run on macOS 12.4 Similar to https://github.com/pytorch/vision/pull/6290 Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: https://github.com/pytorch/audio/pull/2556 Reviewed By: atalman, mthrok Differential Revision: D37999959 Pulled By: seemethere fbshipit-source-id: 01d2ff01e48dcc0c4e33ed81758886fa19642aa3
-
- 15 Jun, 2022 4 commits
-
-
Andrey Talman authored
Summary: Making sure channel flag is set correctly for the test channel Pull Request resolved: https://github.com/pytorch/audio/pull/2496 Reviewed By: hwangjeff, mthrok Differential Revision: D37183083 Pulled By: atalman fbshipit-source-id: 5df8aad1bceb22ad65b0942bf370480bb1cbd44a
-
Andrey Talman authored
Summary: Fix typo in release build step Pull Request resolved: https://github.com/pytorch/audio/pull/2495 Reviewed By: hwangjeff Differential Revision: D37176695 Pulled By: atalman fbshipit-source-id: 37b4e30c1084e506f3a45cf7427784c955868909
-
Andrey Talman authored
Summary: Fix push on release reference name We want to compare it against refs/heads/release rather then release Tests: https://github.com/atalman/vision/commit/af17cd95d2d43ca13354fb700e2da42108dd5a87 Sets correctly release chanell (wheels): https://github.com/atalman/vision/runs/6901327010?check_suite_focus=true Pull Request resolved: https://github.com/pytorch/audio/pull/2492 Reviewed By: hwangjeff Differential Revision: D37174090 Pulled By: atalman fbshipit-source-id: e114972935572a701eb7daff429a0df0ed5a75e4
-
Andrey Talman authored
Summary: Making sure we are picking correct release branch Ref: https://github.com/pytorch/vision/pull/6168 Pull Request resolved: https://github.com/pytorch/audio/pull/2489 Reviewed By: mthrok Differential Revision: D37160145 Pulled By: atalman fbshipit-source-id: 3e4a2208cbe47f85147573159f9adb8d6a824956
-
- 14 Jun, 2022 1 commit
-
-
Andrey Talman authored
Summary: Adding conda builds for M1 Pull Request resolved: https://github.com/pytorch/audio/pull/2473 Reviewed By: mthrok Differential Revision: D37151454 Pulled By: atalman fbshipit-source-id: 0108b937a4c7048bd4bb03b2b5a367704d7b78cc
-
- 13 Jun, 2022 1 commit
-
-
Andrey Talman authored
Summary: Fix typo in nightly m1 ref See: https://github.com/pytorch/vision/pull/6158 Pull Request resolved: https://github.com/pytorch/audio/pull/2474 Reviewed By: malfet, mthrok Differential Revision: D37117637 Pulled By: atalman fbshipit-source-id: 2a8f7b5bf3506f2a53884424799919137870a0ad
-
- 10 Jun, 2022 1 commit
-
-
Andrey Talman authored
Summary: Adding tagged builds for torchaudio see: https://github.com/pytorch/vision/pull/6140 Pull Request resolved: https://github.com/pytorch/audio/pull/2471 Reviewed By: hwangjeff Differential Revision: D37080828 Pulled By: atalman fbshipit-source-id: 13d754f522510514f0148ba465ce12a320058722
-
- 03 Jun, 2022 1 commit
-
-
Andrey Talman authored
Summary: Refactor M1 logic These improvement introduced in following PR: https://github.com/pytorch/vision/pull/6117 Pull Request resolved: https://github.com/pytorch/audio/pull/2438 Reviewed By: nateanl Differential Revision: D36896028 Pulled By: atalman fbshipit-source-id: 2ce360bfa78b2a7c77d5d4db800d487d171831a9
-