1. 01 Jun, 2023 1 commit
  2. 31 May, 2023 1 commit
  3. 24 May, 2023 1 commit
  4. 22 May, 2023 1 commit
  5. 15 May, 2023 1 commit
  6. 03 May, 2023 1 commit
  7. 01 May, 2023 1 commit
  8. 04 Apr, 2023 1 commit
    • moto's avatar
      Remove linux GPU unit test from CircleCI (#3231) · 0d57a3af
      moto authored
      Summary:
      Linux GPU unit test on CircleCI relies on custom Docker image with CUDA 10.2.
      
      PyTorch 2.0 does not support CUDA 10, so these tests have not run for a while.
      
      We have GPU tests on GHA for Linux, so we can get rid of them.
      
      Windows GPU tests are not ported to GHA yet, but they are still working on CircleCI, so we don't delete them yet.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3231
      
      Reviewed By: hwangjeff
      
      Differential Revision: D44639302
      
      Pulled By: mthrok
      
      fbshipit-source-id: c1fd39f4805a50a12af4259d423985fe453fd229
      0d57a3af
  9. 17 Feb, 2023 1 commit
  10. 10 Feb, 2023 1 commit
  11. 08 Feb, 2023 1 commit
  12. 06 Feb, 2023 1 commit
  13. 01 Feb, 2023 1 commit
  14. 27 Jan, 2023 1 commit
  15. 11 Jan, 2023 1 commit
  16. 15 Dec, 2022 1 commit
    • DanilBaibak's avatar
      Switch to Nova MacOS Wheel (#2907) · 0be8423d
      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
      0be8423d
  17. 13 Dec, 2022 1 commit
  18. 07 Dec, 2022 1 commit
  19. 29 Sep, 2022 1 commit
  20. 28 Sep, 2022 2 commits
  21. 27 Sep, 2022 1 commit
  22. 26 Sep, 2022 1 commit
  23. 20 Sep, 2022 1 commit
  24. 14 Sep, 2022 1 commit
  25. 26 Aug, 2022 1 commit
  26. 16 May, 2022 1 commit
    • moto's avatar
      Update build_doc job to use Conda CUDA package (#2395) · 8fd60cc8
      moto authored
      Summary:
      This commit moves `build_doc` job to run on top of Conda binary
      build job.
      
      The motivation is that Conda provides easy access to third party
      tools that are required to build complex documentation.
      
      Specifically in https://github.com/pytorch/audio/pull/2393,
      ipynb-style tutorial is being added, which requires `nbsphinx`.
      
      `nbsphinx` requires `pandoc` package and there was some issue
      with the version from PyPI. A workaround is to use the one from
      Conda package.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2395
      
      Reviewed By: carolineechen, nateanl
      
      Differential Revision: D36404407
      
      Pulled By: mthrok
      
      fbshipit-source-id: 26ec5ebfd5be795384306a9f24817a2eb3ec96c1
      8fd60cc8
  27. 10 May, 2022 1 commit
  28. 06 May, 2022 1 commit
    • moto's avatar
      Use custom FFmpeg libraries for torchaudio binary distributions (#2355) · b7624c60
      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
      b7624c60
  29. 05 May, 2022 1 commit
    • moto's avatar
      Run smoke tests on regular PRs (#2364) · 6beb4875
      moto authored
      Summary:
      Currently smoke tests are only executed on nightly jobs.
      This is inconvenient as PRs that changes build process do not get
      the signal naturally.
      
      This commit changes it by always executing smoke tests.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2364
      
      Reviewed By: atalman
      
      Differential Revision: D36171267
      
      Pulled By: mthrok
      
      fbshipit-source-id: e549965ba139b5992177b7a094d87c9ef4432a7f
      6beb4875
  30. 28 Apr, 2022 1 commit
  31. 22 Apr, 2022 1 commit
  32. 21 Apr, 2022 1 commit
  33. 25 Feb, 2022 1 commit
    • Eli Uriegas's avatar
      ci: Limit scope of unittest to one python version (#2256) · 8c1db721
      Eli Uriegas authored
      Summary:
      Pull Request resolved: https://github.com/pytorch/audio/pull/2256
      
      
      
      Limits scope of unittesting to one python version for both macOS and
      Windows. These types of workflows are particularly expensive and take a
      long time so running them on every PR / every push is a bit wasteful
      considering the value in signal between different python versions is
      probably negligible.
      Signed-off-by: default avatarEli Uriegas <eliuriegas@fb.com>
      
      Test Plan: Imported from OSS
      
      Reviewed By: mthrok
      
      Differential Revision: D34459626
      
      Pulled By: seemethere
      
      fbshipit-source-id: 47f5c317027f1b395edf9c1720b1b33ba689cad5
      8c1db721
  34. 24 Feb, 2022 2 commits
  35. 02 Feb, 2022 1 commit
  36. 01 Feb, 2022 1 commit
  37. 31 Dec, 2021 1 commit
  38. 23 Dec, 2021 1 commit