1. 09 Nov, 2023 1 commit
  2. 19 Sep, 2023 1 commit
  3. 21 Aug, 2023 1 commit
  4. 27 Jul, 2023 1 commit
    • moto's avatar
      Replace libsox with stub library (#3497) · 8588fba1
      moto authored
      Summary:
      This commit updates the way libsox is integrated to torchaudio
      
      1. We stop statically linking libsox, so torchaudio will not ship libsox.
      2. We link libsox dynamically. Users are expected to install libsox by themselves.
      3. We use stab library to build torchaudio.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3497
      
      Differential Revision: D47803706
      
      Pulled By: mthrok
      
      fbshipit-source-id: 31b05495d81069186fa52d67beea360cc7e817a8
      8588fba1
  5. 15 Jul, 2023 1 commit
  6. 13 Jul, 2023 1 commit
    • Omkar Salpekar's avatar
      Linux CPU job should respect set Python version (#3477) · 86cb1e09
      Omkar Salpekar authored
      Summary:
      Reintroduce a conda environment within which we will do all deps installation, audio builds, and tests runs. This conda environment will use the python version set by the GHA job - previously this just defaulted to using the system 3.10 python which was default inside the container.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3477
      
      Reviewed By: mthrok
      
      Differential Revision: D47414572
      
      Pulled By: osalpekar
      
      fbshipit-source-id: 80760f82c7726205b29812d576e498db2a7a80a0
      86cb1e09
  7. 09 Jun, 2023 1 commit
  8. 08 Jun, 2023 1 commit
    • moto's avatar
      Clean up CI scripts (#3407) · f0803152
      moto authored
      Summary:
      - Moving the unit test scripts from .circleci to .github
      - Remove docker file for unit test base
      - Use the Conda from Docker image in Linux jobs.
      
      Remaining follow-up items
      
      - Reuse the unittest script in Linux GPU job like done in Linux CPU job.
      
      The unit test script needs to be fixed to be used for Linux GPU job
      in new GHA workflow. Keeping it as a separate follow-up work item.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3407
      
      Differential Revision: D46498263
      
      Pulled By: mthrok
      
      fbshipit-source-id: d8256717a55bb4257151d819d3b2ebd453601eac
      f0803152