- 01 Dec, 2023 1 commit
-
-
moto authored
-
- 09 Nov, 2023 2 commits
- 05 Oct, 2023 2 commits
-
-
moto authored
-
moto authored
Currently, nightly documentation is pushed automatically for each commit and on daily basis. For release, automating it is tricky because we need to ensure that the version number is properly updated. (removing alpha suffix at branch cut time and updating minor version at minor release) For this reason, in release/2.1 we used manual-trigger to build and deploy doc for release. This commit back port it to main. For each release, once the version number is updated, running build_doc job from GHA will deploy the documentation automatically.
-
- 26 Sep, 2023 1 commit
-
-
moto authored
The test executable is not found. Need to investigate more later.
-
- 19 Sep, 2023 1 commit
-
-
moto authored
Extracted from #3604 Add Wall helper class and C++ unit test
-
- 05 Sep, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3578 Reviewed By: nateanl Differential Revision: D48971591 Pulled By: mthrok fbshipit-source-id: a76cf8f1287c076d7b6919d901eda0ce832bdb7d
-
- 02 Sep, 2023 1 commit
-
-
Omkar Salpekar authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3587 Reviewed By: huydhn Differential Revision: D48847224 Pulled By: osalpekar fbshipit-source-id: 15ccae56f0e5e8e366b5feb66fdb42bb5cba97e1
-
- 29 Aug, 2023 1 commit
-
-
Omkar Salpekar authored
Summary: We will use a separate token for uploading test binaries (instead of reusing the nightly token). This PR adds that token to the caller workflow. Pull Request resolved: https://github.com/pytorch/audio/pull/3582 Reviewed By: atalman Differential Revision: D48803009 Pulled By: osalpekar fbshipit-source-id: c2af57f6946da51a7b56c975614e60f243e3f6fb
-
- 21 Aug, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3570 Reviewed By: huangruizhe Differential Revision: D48518568 Pulled By: mthrok fbshipit-source-id: 0fdfb8b3988789c7ded0fb336824034bedf6a394
-
- 20 Aug, 2023 1 commit
-
-
moto authored
Summary: It seems that the default Python version was updated to 3.11. libcst does not have binary release for 3.11, so the CI attempts to build from source but it fails because building libcst requires Rust compiler. This commit fix the Python version of style check job to 3.10 so that the issue with Rust compiler is avoided. Pull Request resolved: https://github.com/pytorch/audio/pull/3564 Reviewed By: huangruizhe Differential Revision: D48499560 Pulled By: mthrok fbshipit-source-id: 53ab77268d8143f4946d92e8cd1f96aea55e7b72
-
- 15 Aug, 2023 1 commit
-
-
Andrey Talman authored
Summary: Use pytorch/manylinuxaarch64-builder:cpu-aarch64 Introduced in https://github.com/pytorch/builder/pull/1472 Pull Request resolved: https://github.com/pytorch/audio/pull/3560 Reviewed By: mthrok Differential Revision: D48366572 Pulled By: atalman fbshipit-source-id: 6de15f81abb09c737e6a1271226259483141e8f4
-
- 14 Aug, 2023 2 commits
-
-
moto authored
Summary: Update the ubuntu image so that CI is triggered. There is some issue with FFmpeg 4, so that CI does not succeed. This will be is handled separately. Pull Request resolved: https://github.com/pytorch/audio/pull/3502 Reviewed By: huangruizhe Differential Revision: D48327431 Pulled By: mthrok fbshipit-source-id: 5ea639f3e20c3aaf460e6030f6cb1ad2daa00172
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3557 Reviewed By: huangruizhe Differential Revision: D48326462 Pulled By: mthrok fbshipit-source-id: c37ae38e28e4514ea284613636604a725829346d
-
- 10 Aug, 2023 1 commit
-
-
Mike Schneider authored
Summary: # Changes * Adding workflow for building aarch64 wheels. Pull Request resolved: https://github.com/pytorch/audio/pull/3553 Reviewed By: hwangjeff, osalpekar Differential Revision: D48239384 Pulled By: atalman fbshipit-source-id: dfa00edb3fee0acaf2b83fb420eaf12bddc6980e
-
- 27 Jul, 2023 2 commits
-
-
moto authored
Summary: This commit updates the way libsox is integrated to torchaudio 1. We stop statically linking libsox, so torchaudio will not ship libsox. 2. We link libsox dynamically. Users are expected to install libsox by themselves. 3. We use stab library to build torchaudio. Pull Request resolved: https://github.com/pytorch/audio/pull/3497 Differential Revision: D47803706 Pulled By: mthrok fbshipit-source-id: 31b05495d81069186fa52d67beea360cc7e817a8
-
moto authored
Summary: Since libsox and ffmpeg extensions now depend on external libraries, their initialization processes might cause unrecoverable issue, such as segfault. This commit adds environment variable to disable them so that importing torchaudio won't attempt to load these libraries. Pull Request resolved: https://github.com/pytorch/audio/pull/3500 Differential Revision: D47808178 Pulled By: mthrok fbshipit-source-id: 80c1c6b5f4bc608d4e209473702680db093c95ee
-
- 26 Jul, 2023 1 commit
-
-
moto authored
Summary: Add scheduled doc update job so that docs are updated at least once a day. Pull Request resolved: https://github.com/pytorch/audio/pull/3496 Differential Revision: D47795577 Pulled By: mthrok fbshipit-source-id: aba5376ec51f07560014d250a16fef8b8a11b43e
-
- 25 Jul, 2023 3 commits
-
-
moto authored
Summary: In preparation for https://github.com/pytorch/audio/pull/3082 Disable those FFmpeg tests that depend on sox CLI. These tests need to be updated or removed so as not to use sox CLI. Auto-skip some sox tests if decoder/encoder are not available Pull Request resolved: https://github.com/pytorch/audio/pull/3494 Differential Revision: D47761948 Pulled By: mthrok fbshipit-source-id: 3a48d7f280f8376a48d223947dd41a7cdc8cbc30
-
moto authored
Summary: - Fix condition to add new commit to gh-pages - Allow to deploy docs from workflow dispatch Pull Request resolved: https://github.com/pytorch/audio/pull/3495 Differential Revision: D47767443 Pulled By: mthrok fbshipit-source-id: 9ca858868f3e822e532c21cde9d7499af9891a51
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3490 Differential Revision: D47757316 Pulled By: mthrok fbshipit-source-id: cfb376be29980f9e452f291c4fa25780e9f85a97
-
- 15 Jul, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3476 Differential Revision: D47494211 Pulled By: mthrok fbshipit-source-id: 230bbf0a271b070d1dea34146d0d466e666cccdc
-
- 13 Jul, 2023 1 commit
-
-
Omkar Salpekar authored
Summary: Reintroduce a conda environment within which we will do all deps installation, audio builds, and tests runs. This conda environment will use the python version set by the GHA job - previously this just defaulted to using the system 3.10 python which was default inside the container. Pull Request resolved: https://github.com/pytorch/audio/pull/3477 Reviewed By: mthrok Differential Revision: D47414572 Pulled By: osalpekar fbshipit-source-id: 80760f82c7726205b29812d576e498db2a7a80a0
-
- 12 Jul, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3475 Differential Revision: D47403772 Pulled By: mthrok fbshipit-source-id: 5cdde521dbbbbf33856470a9dc79419b4a3a1683
-
- 11 Jul, 2023 2 commits
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3470 Differential Revision: D47374347 Pulled By: mthrok fbshipit-source-id: 003b83e50a70f6e1d06eb196f0be5dbba1640226
-
moto authored
Summary: Now that we do not build FFmpeg as part of CI build process, we can remove the pre/post build scripts. Needs to land after https://github.com/pytorch/test-infra/pull/4358 Pull Request resolved: https://github.com/pytorch/audio/pull/3466 Reviewed By: atalman Differential Revision: D47367022 Pulled By: mthrok fbshipit-source-id: 17aafff74ee7d269236cffb8a88c803a8d4c44b7
-
- 10 Jul, 2023 1 commit
-
-
moto authored
Summary: 1. Update smoke test script to change directory so that there is no `torchaudio` directory in CWD when smoke test is being executed. 2. Disable the part of smoke test which requires FFmpeg for wheel. The preparation for https://github.com/pytorch/test-infra/pull/4358 Pull Request resolved: https://github.com/pytorch/audio/pull/3465 Reviewed By: nateanl Differential Revision: D47345117 Pulled By: mthrok fbshipit-source-id: 95aad0a22922d44ee9a24a05d9ece85166b8c17e
-
- 06 Jul, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3462 Differential Revision: D47270241 Pulled By: mthrok fbshipit-source-id: 6a3b02380dfb381ffb47c1f46b46f4833c765246
-
- 05 Jul, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3455 Differential Revision: D47242316 Pulled By: mthrok fbshipit-source-id: 0eb4bdb0a45fccfe9ff97eaed79db63cd7bfc7d8
-
- 09 Jun, 2023 1 commit
-
-
moto authored
Summary: The new version of transformers changed the format of pre-trained weight. Fixing it is low-priority for the maintanance team so we disable the test. See https://github.com/pytorch/audio/issues/3430 Pull Request resolved: https://github.com/pytorch/audio/pull/3431 Differential Revision: D46592883 Pulled By: mthrok fbshipit-source-id: d8f54a281a92cac60c469c48f95345bcf0e959d6
-
- 08 Jun, 2023 4 commits
-
-
atalman authored
Summary: [Nova] Add cache ffmpeg before building - 2 Follow up after https://github.com/pytorch/audio/pull/3417, need to pass new arguments to test-infra workflows Pull Request resolved: https://github.com/pytorch/audio/pull/3423 Reviewed By: mthrok Differential Revision: D46559344 Pulled By: atalman fbshipit-source-id: fa5cccc3bfb052688de4a05cc3b4f37fcbe3a6f5
-
moto authored
Summary: - Moving the unit test scripts from .circleci to .github - Remove docker file for unit test base - Use the Conda from Docker image in Linux jobs. Remaining follow-up items - Reuse the unittest script in Linux GPU job like done in Linux CPU job. The unit test script needs to be fixed to be used for Linux GPU job in new GHA workflow. Keeping it as a separate follow-up work item. Pull Request resolved: https://github.com/pytorch/audio/pull/3407 Differential Revision: D46498263 Pulled By: mthrok fbshipit-source-id: d8256717a55bb4257151d819d3b2ebd453601eac
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3414 Differential Revision: D46536717 Pulled By: mthrok fbshipit-source-id: 505bdcdd1b59ca9fe5afc2c8516a0a821e2b8d7e
-
atalman authored
Summary: [Nova] Add cache ffmpeg before building Pull Request resolved: https://github.com/pytorch/audio/pull/3417 Reviewed By: mthrok Differential Revision: D46537892 Pulled By: atalman fbshipit-source-id: 9f8dc0ecfc305c3b378557d46f89a5d7de67a165
-
- 07 Jun, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3415 Differential Revision: D46526437 Pulled By: mthrok fbshipit-source-id: f78d19c19d7e68f67712412de35d9ed50f47263b
-
- 06 Jun, 2023 1 commit
-
-
atalman authored
Summary: We are using Project Nova workflows now. These are not required. Same as: https://github.com/pytorch/vision/pull/7656 Pull Request resolved: https://github.com/pytorch/audio/pull/3409 Reviewed By: mthrok Differential Revision: D46494331 Pulled By: atalman fbshipit-source-id: a642ae55b75482918e0afb7c55dc876bc8356e70
-
- 31 May, 2023 3 commits
-
-
Omkar Salpekar authored
Summary: Introducing the stylecheck job on Nova. It seems like it is failing on trunk, but the functionality of this job itself is working and it fails with the same error as it does on trunk with CCI. Pull Request resolved: https://github.com/pytorch/audio/pull/3390 Reviewed By: mthrok Differential Revision: D46324223 Pulled By: osalpekar fbshipit-source-id: 1324202e53569d610559ef6f1b90cb5c364e6909
-
Omkar Salpekar authored
Summary: See title. If all is well, we can deprecate the CCI job in a few days. Pull Request resolved: https://github.com/pytorch/audio/pull/3341 Reviewed By: mthrok Differential Revision: D46324265 Pulled By: osalpekar fbshipit-source-id: bc706c6ae4285d4085dc5f0223ea41d8fc290f1c
-
moto authored
Summary: Set the directory of JUnitText XML file to the one where test-infra picks up and put them in summary. Example: https://github.com/pytorch/audio/actions/runs/5136305988 Pull Request resolved: https://github.com/pytorch/audio/pull/3394 Differential Revision: D46328832 Pulled By: mthrok fbshipit-source-id: f0b5020a911ca4ec09345a965bdec769300859f0
-