1. 08 Feb, 2023 1 commit
  2. 06 Feb, 2023 1 commit
  3. 01 Feb, 2023 1 commit
  4. 27 Jan, 2023 1 commit
  5. 11 Jan, 2023 1 commit
  6. 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
  7. 13 Dec, 2022 1 commit
  8. 07 Dec, 2022 1 commit
  9. 29 Sep, 2022 1 commit
  10. 28 Sep, 2022 2 commits
  11. 27 Sep, 2022 1 commit
  12. 26 Sep, 2022 1 commit
  13. 20 Sep, 2022 1 commit
  14. 14 Sep, 2022 1 commit
  15. 26 Aug, 2022 1 commit
  16. 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
  17. 10 May, 2022 1 commit
  18. 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
  19. 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
  20. 28 Apr, 2022 1 commit
  21. 22 Apr, 2022 1 commit
  22. 21 Apr, 2022 1 commit
  23. 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
  24. 24 Feb, 2022 2 commits
  25. 02 Feb, 2022 1 commit
  26. 01 Feb, 2022 1 commit
  27. 31 Dec, 2021 1 commit
  28. 23 Dec, 2021 1 commit
  29. 11 Dec, 2021 1 commit
  30. 21 Oct, 2021 1 commit
  31. 19 Oct, 2021 1 commit
  32. 11 Oct, 2021 2 commits
  33. 02 Sep, 2021 2 commits
  34. 15 Jun, 2021 1 commit
  35. 28 May, 2021 1 commit
    • Michael Melesse's avatar
      [ROCm] add rocm wheels (#1477) · 3bb3287f
      Michael Melesse authored
      * add rocm binary
      
      use the term cu_version
      
      update pkg_helpers
      
      add docker wheel option
      
      update config yml
      
      add force_cuda option
      
      * update config.yml
      
      * remove conda builds
      3bb3287f
  36. 25 May, 2021 1 commit
    • Nikita Shulga's avatar
      Add CUDA binary builds (#1497) · ffe735ba
      Nikita Shulga authored
      * Add CUDA binary builds
      
      * Add "cuda_version": "cpu" to doc build jobs
      
      * Add required cu_versions to pkg_helpers
      
      * Regenerate config.yml
      ffe735ba