"website/vscode:/vscode.git/clone" did not exist on "15d3a4557eecf53e02ce8f29f043daee13babdc4"
  1. 21 Apr, 2022 1 commit
  2. 24 Feb, 2022 1 commit
  3. 17 Feb, 2022 1 commit
  4. 07 Jan, 2022 1 commit
    • moto's avatar
      Enable build ffmpeg-features in all related jobs (#2140) · 565f8d41
      moto authored
      Summary:
      This commit enables ffmpeg-feature build in tests and
      binary builds of all platforms.
      (Linux/macOS/Windows x conda/wheel)
      
      It also moves the definition of BUILD_FFMPEG env vars to the
      top level `config.yml`.
      
       ---
      Manual checking if all the build log contains `libtorchaudio_ffmpeg`.
      ### binary build
      - [x] `binary_linux_conda_py3.7_cpu`
      - [x] `binary_linux_conda_py3.7_cu102`
      - [x] `binary_linux_wheel_py3.7_cpu`
      - [x] `binary_linux_wheel_py3.7_cu102`
      - [x] `binary_macos_conda_py3.7_cpu`
      - [x] `binary_macos_wheel_py3.7_cpu`
      - [x] `binary_windows_conda_py3.7_cpu`
      - [x] `binary_windows_conda_py3.7_cu113`
      - [x] `binary_windows_wheel_py3.7_cpu`
      - [x] `binary_windows_wheel_py3.7_cu113`
      
      ### test
      - [x] `unittest_linux_cpu_py3.7`
      - [x] `unittest_linux_gpu_py3.7`
      - [x] `unittest_macos_cpu_py3.7`
      - [x] `unittest_windows_cpu_py3.7`
      - [x] `unittest_windows_gpu_py3.7`
      - [x] `integration test`
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2140
      
      Reviewed By: hwangjeff
      
      Differential Revision: D33464430
      
      Pulled By: mthrok
      
      fbshipit-source-id: 2c5b72be75d49019bf1599036180d4e56074e46b
      565f8d41
  5. 04 Jan, 2022 2 commits
  6. 03 Jan, 2022 1 commit
    • moto's avatar
      Build ffmpeg-features on Conda binary dist (#2120) · 10dcfc70
      moto authored
      Summary:
      This commit enable ffmpeg-feature build on conda-based binary distribution on Linux and macOS.
      
      It adds `ffmpeg` as build-time dependencies and enable the build with `BUILD_FFMPEG=1`.
      
      Windows binaries, wheel-based binaries on Linux/macOS are not changed.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2120
      
      Reviewed By: nateanl
      
      Differential Revision: D33397473
      
      Pulled By: mthrok
      
      fbshipit-source-id: 67a23a40c0614c56fee60cc06a45f3265037f6df
      10dcfc70
  7. 30 Dec, 2021 1 commit
  8. 11 Dec, 2021 1 commit
  9. 03 Dec, 2021 1 commit
  10. 22 Oct, 2021 1 commit
  11. 21 Oct, 2021 2 commits
  12. 14 Oct, 2021 1 commit
  13. 12 Oct, 2021 1 commit
  14. 29 Sep, 2021 1 commit
  15. 27 Sep, 2021 2 commits
    • Nikita Shulga's avatar
      Update the main version to 0.11.0 (#1793) · ecd068f5
      Nikita Shulga authored
      Also update README.md to mention 1.9.1
      ecd068f5
    • Yi Zhang's avatar
      Enable audio windows cuda tests (#1777) · d98c8847
      Yi Zhang authored
      * enable windows cudatests
      
      * add this dir
      
      * minor change
      
      * vs integration
      
      * Update cuda_install.bat
      
      * add logs
      
      * minor change
      
      * minor change
      
      * cp vision conda activate
      
      * mv vc_env_helper.bat
      
      * minor change
      
      * exit if cuda not avaiable
      
      * install numpy
      
      * improt CMakeLists
      
      * check cuda
      
      * minor change
      
      * change windows GPU image from previous to stable
      
      * set libtorch audio suffix as pyd on Windows
      
      * reduce changes
      
      * check env settings
      d98c8847
  16. 02 Sep, 2021 1 commit
  17. 31 Aug, 2021 1 commit
    • Nikita Shulga's avatar
      Enable Linux wheel/conda GPU package builds (#1730) · 0f844305
      Nikita Shulga authored
      * Remove some obsolete conditions about CUDA-10.0 from `pkg_helpers.bash`.
      * Use `USE_CUDA` instead of `FORCE_CUDA` in `pkg_helpers.bash`
      * Do not define `NO_CUDA_PACKAGE` in build_wheel.sh and build_cuda.sh
      * Add conda-forge for Win cuda-11.1 builds
      * Pass USE_CUDA / TORCH_CUDA_ARCH_LIST to conda build
      * Add selected CUDA to path
      * Don't define USE_CUDA for ROCM
      
      TODO: Fix Windows CUDA builds
      0f844305
  18. 28 Aug, 2021 1 commit
  19. 26 Aug, 2021 1 commit
    • moto's avatar
      Default to BUILD_SOX=1 in non-Windows systems (#1725) · 89ea6955
      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.
      89ea6955
  20. 19 Aug, 2021 1 commit
  21. 11 Aug, 2021 1 commit
  22. 31 Jul, 2021 1 commit
  23. 28 Jun, 2021 2 commits
  24. 02 Jun, 2021 1 commit
  25. 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
  26. 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
  27. 05 Mar, 2021 1 commit
  28. 04 Mar, 2021 1 commit
  29. 19 Feb, 2021 1 commit
  30. 04 Feb, 2021 1 commit
  31. 19 Jan, 2021 1 commit
  32. 05 Jan, 2021 1 commit
  33. 26 Oct, 2020 1 commit
  34. 16 Oct, 2020 1 commit
  35. 15 Sep, 2020 1 commit
  36. 24 Jun, 2020 1 commit