1. 17 Feb, 2023 2 commits
  2. 27 Jan, 2023 1 commit
  3. 26 Oct, 2022 1 commit
    • Omkar Salpekar's avatar
      [Nova] GHA Linux GPU Job (#6804) · add75968
      Omkar Salpekar authored
      * [Nova] GHA Linux GPU Job
      
      * increase timeout since jobs timeout and cancel after 30 mins
      
      * bigger instance and longer timeout
      
      * use instance with more gpu memory and only run py38 and cu116 on PR CI
      add75968
  4. 20 Oct, 2022 1 commit
    • Omkar Salpekar's avatar
      [Nova] Migrate Linux CPU job to Generic Job (#6797) · 246de077
      Omkar Salpekar authored
      * [Nova] Migrate Linux CPU job to Generic Job
      
      * branch ref for composite action job
      
      * move checkout step to separate job
      
      * added runs-on
      
      * nit fixes
      
      * no need to run conda sheel script thing
      
      * Channel is set inside the script
      
      * add remaining env vars
      
      * nit env var fix
      
      * cleanup
      
      * simplify unneeded jobs
      
      * name of the conda env should be the path
      
      * remove main ref to use PR
      246de077
  5. 19 Oct, 2022 1 commit
  6. 18 Oct, 2022 1 commit
  7. 17 Oct, 2022 1 commit
    • Omkar Salpekar's avatar
      [Nova] Add GHA Linux CPU Unittests for Torchvision (#6759) · 0610b13a
      Omkar Salpekar authored
      * [Nova][WIP] Add Linux CPU Unittests for Torchvision
      
      * use conda-builder image since conda installation is needed
      
      * install torch dep with conda instead
      
      * use circleCI command to run tests
      
      * larger instance to avoid OOM issues
      
      * proper syntax for self-hosted runners
      
      * 4xlarge instance
      
      * 8xlarge
      
      * 12xlarge
      
      * use setup-miniconda job
      
      * add back PATH change to help setup py detect conda
      
      * run conda shell script
      
      * install other deps up front
      
      * git config and undo path change
      
      * revert to local conda install
      
      * conda-builder image
      
      * support for whole python version matrix
      
      * clean up the conda env once we are done with the job
      0610b13a
  8. 12 Aug, 2022 1 commit
  9. 28 Jul, 2022 1 commit
  10. 26 Jul, 2022 1 commit
  11. 15 Jun, 2022 2 commits
  12. 09 Jun, 2022 1 commit
    • Nikita Shulga's avatar
      Fix `Test M1` workflow · e1f46d42
      Nikita Shulga authored
      By passing `--pre` option to `pip install`, otherwise torchvision were always tested against last PyTorch release
      e1f46d42
  13. 06 Jun, 2022 1 commit
    • Nicolas Hug's avatar
      Add unit-tests for M1 (#6132) · d4a03fc0
      Nicolas Hug authored
      * Add M1 testing job
      
      * libjpeg -> jpeg<=9b in test-m1.yml
      
      * Added export PATH=~/miniconda3/bin... from 6122
      
      * Tests were OK, let's see if we can remove the pinning
      d4a03fc0