"csrc/multi_tensor_apply_base.cuh" did not exist on "de6378f5dae8fcf2879a4be8ecea8bbcb9e59d53"
- 15 Nov, 2022 1 commit
-
-
moto authored
Summary: * Add the new official torchaudio logo to documentation/README. * Add a page for download logo. https://output.circle-artifacts.com/output/job/e9eb1292-7c10-4fef-adc3-ad568802aa59/artifacts/0/docs/index.html <img width="1068" alt="Screen Shot 2022-11-14 at 10 30 27 AM" src="https://user-images.githubusercontent.com/855818/201738349-9e248f15-dce2-4931-9066-aa898a53d6ad.png"> https://output.circle-artifacts.com/output/job/e9eb1292-7c10-4fef-adc3-ad568802aa59/artifacts/0/docs/logo.html <img width="617" alt="Screen Shot 2022-11-14 at 10 30 47 AM" src="https://user-images.githubusercontent.com/855818/201738420-ad0fda2f-f310-4802-851c-bbdf6c84c045.png"> Pull Request resolved: https://github.com/pytorch/audio/pull/2802 Reviewed By: carolineechen Differential Revision: D41295277 Pulled By: mthrok fbshipit-source-id: 6615d00799c9611f875e8485459d800e350b3486
-
- 14 Nov, 2022 1 commit
-
-
moto authored
Summary: Removing LTS mention and packages from README as it is discontinued. Pull Request resolved: https://github.com/pytorch/audio/pull/2844 Reviewed By: hwangjeff, xiaohui-zhang Differential Revision: D41200886 Pulled By: mthrok fbshipit-source-id: 0da0afe68df51826075ce945cf0cf1de901e1c8f
-
- 29 Oct, 2022 1 commit
-
-
Caroline Chen authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2804 Reviewed By: nateanl Differential Revision: D40813412 Pulled By: carolineechen fbshipit-source-id: 8270bf17851b7424f51ecb8dbcbc2e1076efe333
-
- 19 Aug, 2022 1 commit
-
-
moto authored
Summary: Update compatibility matrix Pull Request resolved: https://github.com/pytorch/audio/pull/2633 Reviewed By: nateanl Differential Revision: D38827670 Pulled By: mthrok fbshipit-source-id: 5c66bf60a06e37919ee725a5f4adf571e6c89100
-
- 28 Jun, 2022 1 commit
-
-
hwangjeff authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2513 Reviewed By: mthrok Differential Revision: D37491994 Pulled By: hwangjeff fbshipit-source-id: 2c164bcec39342fd94abf4cc148d96dc9844699e
-
- 06 May, 2022 1 commit
-
-
moto authored
Summary: This commit changes the way torchaudio binary distributions are built. * For all the binary distributions (conda/pip on Linux/macOS/Windnows), build custom FFmpeg libraries. * The custom FFmpeg libraries do not use `--use-gpl` nor `--use-nonfree`, so that they stay LGPL. * The custom FFmpeg libraries employ rpath so that the torchaudio binary distributions look for the corresponding FFmpeg libraries installed in the runtime environment. * The torchaudio binary build process will use them to bootstrap its build process. * The custom FFmpeg libraries are NOT shipped. This commit also add disclaimer about FFmpeg in README. Pull Request resolved: https://github.com/pytorch/audio/pull/2355 Reviewed By: nateanl Differential Revision: D36202087 Pulled By: mthrok fbshipit-source-id: c30e5222ba190106c897e42f567cac9152dbd8ef
-
- 25 Mar, 2022 1 commit
-
-
moto authored
Summary: Following the issue https://github.com/pytorch/text/issues/1662, add more clarification on LTS. Also tidy up a bit by moving older versions in to details. cc Nayef211 --- <img width="794" alt="Screen Shot 2022-03-25 at 2 30 49 PM" src="https://user-images.githubusercontent.com/855818/160203327-acc5cbcb-ca86-43ee-b59f-48795b9e676c.png"> Pull Request resolved: https://github.com/pytorch/audio/pull/2293 Reviewed By: hwangjeff Differential Revision: D35159211 Pulled By: mthrok fbshipit-source-id: 18908c62440fc02773634c2700020fc407893dd3
-
- 10 Mar, 2022 1 commit
-
-
Zhaoheng Ni authored
Summary: Add torchaudio 0.11.0 version to the table. Pull Request resolved: https://github.com/pytorch/audio/pull/2272 Reviewed By: carolineechen Differential Revision: D34790836 Pulled By: nateanl fbshipit-source-id: af9ec1a4b470b04b793f39d12dbf722d67c62fce
-
- 14 Jan, 2022 1 commit
-
-
moto authored
Summary: - Change the version of nightly build to `Nightly Build (VERSION)`. - Use `BUILD_VERSION` env var for release. - Automatically change copyright year. - Update the link to nightly in README so that the main branch directs to the corresponding document. Because of the way CI job is setup, the resulting documentation says 0.8.0. This is fixed by https://github.com/pytorch/audio/issues/2151. Pull Request resolved: https://github.com/pytorch/audio/pull/2152 Reviewed By: carolineechen, nateanl Differential Revision: D33585053 Pulled By: mthrok fbshipit-source-id: 3c2bf9fc3214c89f989f5ac65b74bc1e276a7161
-
- 06 Jan, 2022 1 commit
-
-
Werner Chao authored
Summary: Drop support for python 3.6, and update dependencies documentation. More details [Issue 2051](https://github.com/pytorch/audio/issues/2051). Pull Request resolved: https://github.com/pytorch/audio/pull/2139 Reviewed By: mthrok Differential Revision: D33454583 Pulled By: wernerchao fbshipit-source-id: 64eccb38e26853ba63f72fb92723e3f0155e806e
-
- 05 Jan, 2022 1 commit
-
-
Caroline Chen authored
Summary: after addition of tutorial and librispeech example with [WER results](https://github.com/pytorch/audio/pull/2130/files#diff-5f82be20f11a10a4cb411007df965b84eaab98fcc7ed49b42be1dd9916203193R20), we can remove README from decoder csrc directory and move the rest of the information to the corresponding documentation/main README Pull Request resolved: https://github.com/pytorch/audio/pull/2136 Reviewed By: mthrok Differential Revision: D33419449 Pulled By: carolineechen fbshipit-source-id: 6cb29280f639af46834bec935b45f3c5a8ee350f
-
- 02 Nov, 2021 1 commit
-
-
yangarbiter authored
-
- 01 Nov, 2021 1 commit
-
-
Harish Kulkarni authored
-
- 24 Oct, 2021 1 commit
-
-
moto authored
-
- 22 Oct, 2021 1 commit
-
-
moto authored
It seems that this is no longer necessary for recent macOS .
-
- 21 Oct, 2021 2 commits
-
-
moto authored
-
Caroline Chen authored
-
- 27 Sep, 2021 1 commit
-
-
Nikita Shulga authored
Also update README.md to mention 1.9.1
-
- 26 Aug, 2021 1 commit
-
-
moto authored
* Default to BUILD_SOX=1 in non-Windows systems Since the adaptation of CMake and restricting to the static linking of libsox, the build process has become much robust with libsox integration enabled. This commit makes it default behavior to build libsox integration in non-Windows systems. The build process still checks BUILD_SOX env var so, setting `BUILD_SOX=0` disables it.
-
- 19 Aug, 2021 1 commit
-
-
Caroline Chen authored
-
- 31 Jul, 2021 1 commit
-
-
Nikita Shulga authored
-
- 28 Jul, 2021 1 commit
-
-
yangarbiter authored
-
- 22 Jul, 2021 1 commit
-
-
evanjscallan authored
-
- 17 Jun, 2021 1 commit
-
-
moto authored
-
- 02 Jun, 2021 1 commit
-
-
moto authored
* Update compatibility matrix * Remove some obsolete information
-
- 01 Jun, 2021 1 commit
-
-
moto authored
-
- 08 Apr, 2021 1 commit
-
-
Mustafa Bal authored
-
- 09 Mar, 2021 1 commit
-
-
Vincent QB authored
-
- 05 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 02 Mar, 2021 1 commit
-
-
Vincent QB authored
-
- 10 Feb, 2021 1 commit
-
-
Vincent QB authored
-
- 09 Feb, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:moto <855818+mthrok@users.noreply.github.com>
-
- 02 Dec, 2020 1 commit
-
-
ProGamerGov authored
-
- 16 Nov, 2020 2 commits
-
-
Jcaw authored
-
Yusuke Mori authored
-
- 26 Oct, 2020 1 commit
-
-
Vincent QB authored
-
- 29 Jul, 2020 1 commit
-
-
moto authored
-
- 01 Jul, 2020 1 commit
-
-
moto authored
-
- 04 Jun, 2020 2 commits