1. 06 Mar, 2022 1 commit
  2. 30 Dec, 2021 1 commit
  3. 31 Aug, 2021 1 commit
    • Nikita Shulga's avatar
      Fix CUDA build logic for _torchaudio.so (#1737) · e3c082b7
      Nikita Shulga authored
      It's wrong to depend on `${TORCH_LIBRARIES}` as it pulls in explicit
      `libcuda.so.1` dependency, which violates the assumption that GPU
      accelerated libraries should be loadable with no NVIDIA drivers installed
      
      Instead, make it depend on `torch` target, which includes all necessary
      Torch C++ API dependences
      e3c082b7
  4. 18 Aug, 2021 1 commit
    • moto's avatar
      Guard Kaldi's version generation (#1715) · df9d0b47
      moto authored
      When building torchaudio from source, `get_version.sh` from kaldi is executed everytime,
      which results in kaldi-bindings to be always rebuilt.
      
      This commit add "if" guard to the part so that they are not always executed.
      df9d0b47
  5. 09 Feb, 2021 1 commit