"vscode:/vscode.git/clone" did not exist on "bede79c29042206c098d17435fa0c6284fbe45b8"
  1. 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
  2. 09 Nov, 2020 1 commit
  3. 14 Oct, 2020 1 commit
  4. 14 Jul, 2020 1 commit
  5. 22 Jun, 2020 1 commit
  6. 03 Jun, 2020 1 commit
  7. 01 Jun, 2020 1 commit
  8. 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
  9. 26 May, 2020 1 commit
  10. 16 May, 2020 1 commit
  11. 13 May, 2020 1 commit
  12. 06 May, 2020 1 commit
  13. 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
  14. 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
  15. 23 Apr, 2020 2 commits
  16. 29 Jan, 2020 1 commit
  17. 16 Jan, 2020 1 commit
  18. 02 Jan, 2020 1 commit
  19. 27 Dec, 2019 1 commit
  20. 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