1. 31 Dec, 2021 1 commit
  2. 23 Dec, 2021 1 commit
  3. 11 Dec, 2021 1 commit
  4. 21 Oct, 2021 1 commit
  5. 19 Oct, 2021 1 commit
  6. 11 Oct, 2021 2 commits
  7. 02 Sep, 2021 2 commits
  8. 15 Jun, 2021 1 commit
  9. 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
  10. 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
  11. 06 Apr, 2021 1 commit
  12. 19 Feb, 2021 1 commit
  13. 11 Feb, 2021 1 commit
  14. 08 Dec, 2020 1 commit
    • moto's avatar
      Fbsync (#1038) · a2085b85
      moto authored
      * Import torchaudio #1034 70f429a4
      
      Summary: Import torchaudio #1027 0cf4b8a9
      
      Reviewed By: vincentqb, cpuhrsch
      
      Differential Revision: D24958707
      
      fbshipit-source-id: d06dd6b59197cc2c16bec5a9012cbf33a172b6b3
      
      * Import torchaudio #1066 4406a6bb
      
      Summary: Import up to #1066
      
      Reviewed By: cpuhrsch
      
      Differential Revision: D25373068
      
      fbshipit-source-id: 890d36a25259b93428b3037c3123ff5a2cacfa04
      a2085b85
  15. 20 Nov, 2020 1 commit
  16. 13 Nov, 2020 2 commits
    • moto's avatar
      Fbsync (#1020) · f1142e65
      moto authored
      * Import torchaudio #996 758f6c2a
      
      Reviewed By: cpuhrsch
      
      Differential Revision: D24606263
      
      fbshipit-source-id: 4301b1df84d20c671783ec34c52d5b257374abf1
      
      * Import torchaudio #1004 5e54c770
      
      Summary: Import torchaudio up to #1004 5e54c770
      
      Reviewed By: vincentqb, cpuhrsch
      
      Differential Revision: D24841498
      
      fbshipit-source-id: 3829130636f36779d84f01ff0d0120b80b2396d7
      f1142e65
    • Matti Picus's avatar
      8d0c08db
  17. 09 Nov, 2020 1 commit
  18. 14 Oct, 2020 1 commit
  19. 14 Jul, 2020 1 commit
  20. 22 Jun, 2020 1 commit
  21. 03 Jun, 2020 1 commit
  22. 01 Jun, 2020 1 commit
  23. 28 May, 2020 1 commit
    • moto's avatar
      Separate style check from unit test (#664) · 6c3cc16d
      moto authored
      * Separate style check from unit test
      
      * TEST flake8 fail
      
      * TEST clang-format fail
      
      * Revert "TEST flake8 fail"
      
      This reverts commit 88d90185cefe294b9a662129a05c2e26a9844fe4.
      
      * Revert "TEST clang-format fail"
      
      This reverts commit 93517d1ccba650a6ccd813268fd73a4fd63b252c.
      6c3cc16d
  24. 26 May, 2020 1 commit
  25. 16 May, 2020 1 commit
  26. 13 May, 2020 1 commit
  27. 06 May, 2020 1 commit
  28. 04 May, 2020 1 commit
    • peterjc123's avatar
      Enable unittest jobs for windows (#604) · 4a24ed72
      peterjc123 authored
      
      
      * Turn on tests when building through conda-build
      
      * skip one failling test on windows.
      
      * Switch to unittest
      
      * Fix conda env activation
      
      * add linux only condition
      
      * Fix librosa installation
      
      * conda-forge channel as a fallback
      
      * Revert "conda-forge channel as a fallback"
      
      This reverts commit 8c15f6638e34792640a3de3e057d9c2995425180.
      
      * Try the pytorch way
      
      * Use conda-forge
      
      * Disable conda-forge
      
      * Install future at setup env
      
      * Move linux unittest CI job tools to dedicated directory
      
      * Restore Linux scripts and move the updated souces to a new subdir
      
      * Add back future
      
      * Remove comments
      Co-authored-by: default avatarVincent Quenneville-Belair <vincentqb@gmail.com>
      Co-authored-by: default avatarmoto <855818+mthrok@users.noreply.github.com>
      4a24ed72
  29. 24 Apr, 2020 1 commit
    • moto's avatar
      Run unit test on CCI (#576) · a47dca4f
      moto authored
      * wip
      
      * Add test
      
      * add caching
      
      * fixup! add caching
      
      * fixup! fixup! add caching
      a47dca4f
  30. 23 Apr, 2020 2 commits
  31. 29 Jan, 2020 1 commit
  32. 16 Jan, 2020 1 commit
  33. 02 Jan, 2020 1 commit
  34. 27 Dec, 2019 1 commit
  35. 07 Aug, 2019 1 commit
    • Edward Z. Yang's avatar
      Rewrite our packaging from scratch (#217) · cd185d1f
      Edward Z. Yang authored
      * New entry points are packaging/build_wheel.sh and packaging/build_conda.sh. The only mandatory environment variable you have to set is PYTHON_VERSION
      * CircleCI configuration uses 2.1-style parametrized builds to let you toggle python version, etc. as you do builds. We create a separate job per build configuration for maximum parallelism
      * build_tools/packaging got moved to packaging, to be in-line with directory structure in torchvision
      * The build_conda.sh and build_wheel.sh delegate most of the heavy lifting to pkg_helpers.bash, which defines a number of bash functions for performing common operations. The intent is that I'll copy-paste this file between other domain API projects.
      * TORCHAUDIO_ prefix removed from envvars, so that I can more easily share packaging scripts between projects
      * BUILD_VERSION is completely gone; just change the version number if you need to rebuild
      * No more logic for cloning and checking out a fresh copy of torchaudio
      cd185d1f