- 09 Nov, 2023 1 commit
-
-
moto authored
Back port from release/2.1 branch. Need to git-fetch source code to get the version number dynamically
-
- 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.
-
- 27 Jul, 2023 1 commit
-
-
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
-
- 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 2 commits
-
-
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
-
- 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 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3470 Differential Revision: D47374347 Pulled By: mthrok fbshipit-source-id: 003b83e50a70f6e1d06eb196f0be5dbba1640226
-
- 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
-
- 26 May, 2023 1 commit
-
-
atalman authored
Summary: This reverts commit d38a7854. This is temporary revert to unblock unit test migration from circleci to github Pull Request resolved: https://github.com/pytorch/audio/pull/3377 Reviewed By: mthrok Differential Revision: D46230498 Pulled By: atalman fbshipit-source-id: 000d8a9ca00750fc1ca61f4c2cdd6e930a5ce46d
-
- 24 May, 2023 3 commits
-
-
moto authored
Summary: Follow-up https://github.com/pytorch/audio/issues/3045 - Revert the removal of HW acceleration doc - comment out FFmpeg CLI test run Pull Request resolved: https://github.com/pytorch/audio/pull/3349 Reviewed By: nateanl Differential Revision: D46121899 Pulled By: mthrok fbshipit-source-id: dfc030a69f05addec73637cfb6a720c184e37323
-
moto authored
Summary: This commit changes the way doc is pushed. It ammends instead of adding a new commit. Currently each commit in gh-pages contain like 100MB of data. gh-pages branch is fetched by default when `git clone`. So the size of torchaudio repo grows significantly. Pull Request resolved: https://github.com/pytorch/audio/pull/3345 Reviewed By: nateanl Differential Revision: D46136612 Pulled By: mthrok fbshipit-source-id: 39479ee5d1a6888254ef50f0db252453d976d183
-
pbialecki authored
Summary: CC atalman malfet Pull Request resolved: https://github.com/pytorch/audio/pull/3360 Reviewed By: mthrok Differential Revision: D46150898 Pulled By: atalman fbshipit-source-id: 985a0ef69406f48fb15f239d6b16616c0a5379f5
-
- 19 May, 2023 1 commit
-
-
moto authored
Summary: This commit add the step to build FFmpeg with GPU decoder in build_doc job so that we can use GPU decoder/encoder in documentations. Pull Request resolved: https://github.com/pytorch/audio/pull/3045 Reviewed By: nateanl Differential Revision: D45965739 Pulled By: mthrok fbshipit-source-id: c167eb3ef347860a51efa906068fa2daa556f017
-
- 16 May, 2023 1 commit
-
-
moto authored
Summary: This commit upgrade the version of FFmpeg compiled against TorchAudio binary distribution to 5.0.4. FFmpeg 5.0 was released in Jan 2022, and many package managers provide a version of FFmpeg v5. Conda-forge lists 5.1 for all the platforms TorchAudio supports.https://anaconda.org/conda-forge/ffmpeg Pull Request resolved: https://github.com/pytorch/audio/pull/3298 Reviewed By: hwangjeff Differential Revision: D45865599 Pulled By: mthrok fbshipit-source-id: d95638eb80daaf477a710a992f4ead9b9009bb9b
-
- 11 May, 2023 1 commit
-
-
moto authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3326 Reviewed By: hwangjeff Differential Revision: D45760678 Pulled By: mthrok fbshipit-source-id: 79b5d846c93516ca90c9700279124a9a04470242
-
- 05 May, 2023 1 commit
-
-
moto authored
Summary: Fixes the regression caused by build_doc job GHA migration. The version number is not properly set. Pull Request resolved: https://github.com/pytorch/audio/pull/3310 Reviewed By: nateanl Differential Revision: D45607829 Pulled By: mthrok fbshipit-source-id: 3450a38fa6982fcc56676a80144e9eed1aad02ec
-
- 03 May, 2023 1 commit
-
-
moto authored
Summary: Follow-up of https://github.com/pytorch/audio/issues/3292 Doc deployment is gated by branch_name == nightly, but nightly branch fires push and PR events and there will be two deployment jobs. This commit specify push event. Pull Request resolved: https://github.com/pytorch/audio/pull/3294 Reviewed By: hwangjeff Differential Revision: D45501983 Pulled By: mthrok fbshipit-source-id: 8eb66b463800f6a30affafb27f5f2448a561cfe1
-
- 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
-
- 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
-
- 08 Feb, 2023 1 commit
-
-
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
-