1. 05 Mar, 2021 1 commit
  2. 04 Mar, 2021 1 commit
  3. 19 Feb, 2021 1 commit
  4. 04 Feb, 2021 1 commit
  5. 19 Jan, 2021 1 commit
  6. 05 Jan, 2021 1 commit
  7. 26 Oct, 2020 1 commit
  8. 16 Oct, 2020 1 commit
  9. 15 Sep, 2020 1 commit
  10. 24 Jun, 2020 2 commits
  11. 01 Jun, 2020 1 commit
  12. 27 May, 2020 1 commit
    • moto's avatar
      Self-contain codecs library (#625) · d3c83eaa
      moto authored
      * Clean up extension build mechanism and extension location
      
      * Add back the switch to depend on external sox
      
      * Remove print
      
      * Fix
      d3c83eaa
  13. 16 May, 2020 1 commit
  14. 16 Apr, 2020 1 commit
  15. 01 Apr, 2020 1 commit
  16. 29 Jan, 2020 1 commit
  17. 16 Jan, 2020 2 commits
  18. 08 Jan, 2020 1 commit
    • peterjc123's avatar
      Add Windows CI (#394) · be5b2d56
      peterjc123 authored
      * [WIP] Add Windows CI
      
      * Remove cu_version
      
      * checkout_merge -> checkout
      
      * Add build script
      
      * Switch backend to soundfile
      
      * Remove soundfile as dependency
      
      * Rename jobs
      
      * Fix lint
      be5b2d56
  19. 25 Sep, 2019 1 commit
  20. 18 Sep, 2019 1 commit
  21. 16 Sep, 2019 1 commit
  22. 29 Aug, 2019 1 commit
  23. 08 Aug, 2019 3 commits
  24. 07 Aug, 2019 2 commits
    • Edward Z. Yang's avatar
      Setup cuda_suffix (#218) · 636e1499
      Edward Z. Yang authored
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      636e1499
    • 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