1. 04 Feb, 2021 1 commit
  2. 21 Jan, 2021 4 commits
    • moto's avatar
      Update unit test base Docker image (#1193) · 5547f204
      moto authored
      * Do not install sox system-wide, so that it will never get mixed up with static one torchaudio builds
      * Do not install cmake system-wide
      * Move libsndfile installation to Docker image
      5547f204
    • moto's avatar
      Disable CCI cache (#1189) · 7d503816
      moto authored
      7d503816
    • moto's avatar
      Update GPU test image for development (#1191) · fe921bfa
      moto authored
      Changing the test Docker image for GPU tests to use Nvidia Docker `devel` image. This is necessary for #1187. 
      fe921bfa
    • moto's avatar
      Disable torchscript BC test (#1192) · c257ee7d
      moto authored
      TorchScript BC test checks that if dumped object from the previous version is compatible with the latest master. However, PyTorch does not guarantee backward compatibility of serialized TorchScript object across versions. Domain libraries do not guarantee this either.
      c257ee7d
  3. 15 Jan, 2021 1 commit
  4. 12 Jan, 2021 1 commit
  5. 09 Jan, 2021 1 commit
  6. 21 Dec, 2020 1 commit
  7. 17 Dec, 2020 2 commits
  8. 15 Dec, 2020 1 commit
  9. 20 Nov, 2020 1 commit
  10. 13 Nov, 2020 1 commit
  11. 09 Nov, 2020 1 commit
  12. 03 Nov, 2020 1 commit
  13. 30 Oct, 2020 1 commit
  14. 19 Oct, 2020 1 commit
  15. 16 Oct, 2020 1 commit
  16. 15 Oct, 2020 1 commit
  17. 03 Sep, 2020 1 commit
  18. 28 Aug, 2020 1 commit
  19. 12 Aug, 2020 1 commit
  20. 06 Aug, 2020 1 commit
  21. 05 Aug, 2020 1 commit
  22. 14 Jul, 2020 1 commit
  23. 01 Jul, 2020 2 commits
  24. 24 Jun, 2020 1 commit
  25. 23 Jun, 2020 1 commit
    • moto's avatar
      Refactor Cache bust mechanism and bust on daily basis (#742) · d9e6ce45
      moto authored
      This PR refactors cache generation mechanism by introducing dedicated command
      and bust cache on daily basis.
      
      At this moment, Windows unittest job for 3.6 and 3.7 are broken because of
      broken scipy but the environment is cached this persists until the next week.
      
      As we have nightly build, we do not need to keep cache for one week.
      d9e6ce45
  26. 22 Jun, 2020 1 commit
  27. 01 Jun, 2020 1 commit
  28. 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
  29. 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
  30. 26 May, 2020 1 commit
  31. 18 May, 2020 1 commit
  32. 16 May, 2020 1 commit
  33. 13 May, 2020 1 commit
  34. 06 May, 2020 1 commit
  35. 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