1. 19 Nov, 2021 1 commit
    • moto's avatar
      Disable SPHINXOPT=-W for local env (#2013) · 3ff46bfa
      moto authored
      Summary:
      With the introduction of tutorials, the turn around time for doc build
      has become longer. By default, the tutorial is not built but SPHINXOPT=-W
      treats it as error.
      
      This commit disable the option for the local build while keeping it
      for the CI.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2013
      
      Reviewed By: carolineechen
      
      Differential Revision: D32538952
      
      Pulled By: mthrok
      
      fbshipit-source-id: eae4ffd87100dff466f91abfe26a82aa702d605a
      3ff46bfa
  2. 04 Nov, 2021 1 commit
    • moto's avatar
      [DOC] Default to not build gallery (#1977) · 5898edba
      moto authored
      With the introduction of TTS tutorial (#1973), it takes more than couple of minutes
      to build documentation. This commit makes the doc build process defaults to
      not build tutorials.
      
      To build tutorials one can use environment variable `BUILD_GALLERY=1`,
      and set `GALLERY_PATTERN=...` to filter the tutorials to build.
      
      This `GALLERY_PATTERN` is same approach as in `tutorials` repo.
      
      https://github.com/pytorch/tutorials/blob/cbf2238df0e78d84c15bd94288966d2f4b2e83ae/conf.py#L75-L83
      
      Also this commit dynamically parse the subdirectory of `examples/gallery` so that when a new category of examples are added, it will automatically parsed.
      5898edba
  3. 03 Nov, 2021 1 commit
  4. 27 Oct, 2021 1 commit
  5. 21 Oct, 2021 2 commits
  6. 19 Oct, 2021 1 commit
  7. 11 Oct, 2021 2 commits
  8. 06 Oct, 2021 1 commit
  9. 27 Sep, 2021 1 commit
    • 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
  10. 23 Sep, 2021 1 commit
  11. 15 Sep, 2021 1 commit
  12. 02 Sep, 2021 3 commits
  13. 31 Aug, 2021 2 commits
    • Nikita Shulga's avatar
      Increase no_output_timeout to 20m for WinConda (#1738) · 29c35626
      Nikita Shulga authored
      Downloading CUDA-11.1 from conda-forge takes a while
      29c35626
    • 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
  14. 28 Aug, 2021 1 commit
  15. 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
  16. 03 Aug, 2021 1 commit
  17. 31 Jul, 2021 2 commits
  18. 28 Jul, 2021 1 commit
  19. 07 Jul, 2021 2 commits
  20. 28 Jun, 2021 3 commits
  21. 23 Jun, 2021 2 commits
  22. 22 Jun, 2021 1 commit
    • moto's avatar
      Temporarily pin nightly version on Linux/macOS CPU unittest (#1598) · 6d9c04d8
      moto authored
      There are some issues on CMake-based integration after 2021-06-19.
      
      ```
        Imported target "torch" includes non-existent path
          "/opt/conda/conda-bld/pytorch_1624259172741/work/torch/lib"
        in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:
        * The path was deleted, renamed, or moved to another location.
        * An install or uninstall procedure did not complete successfully.
        * The installation package was faulty and references files it does not provide.
      ```
      
      This is being worked on PR like https://github.com/pytorch/pytorch/pull/60403.
      The nightly builds are still causing the error, so as a workaround, 
      we pin the nightly build version for Linux/macOS unittest.
      The issue still happens on Windows unittest and binary builds.
      6d9c04d8
  23. 15 Jun, 2021 1 commit
  24. 09 Jun, 2021 1 commit
  25. 01 Jun, 2021 1 commit
  26. 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
  27. 27 May, 2021 1 commit
  28. 25 May, 2021 2 commits
  29. 05 May, 2021 1 commit