1. 30 Nov, 2022 1 commit
    • Omkar Salpekar's avatar
      [Nova] Fix extensions in wheels build (#6972) · 474d87b8
      Omkar Salpekar authored
      * Fix extensions in wheels build
      
      * pass pre-script from caller
      
      * add pre-script to run relocate on wheel
      
      * install auditwheel for relocate
      
      * reorder numpy install
      
      * use jpeg80 for py3.9 and py3.10 mac builds
      
      * revert back to jpeg9
      
      * printing the found jpeg libs during build time and reintro circle for comparison
      
      * more debug logs, remove extra linux builds
      
      * typo fix
      
      * brew uninstall conflicting jpeg libraries on mac machines
      
      * fix path for unittests
      
      * ufmt
      474d87b8
  2. 21 Nov, 2022 1 commit
  3. 11 Nov, 2022 1 commit
    • Philip Meier's avatar
      Cleanup prototype datasets CI and related things (#6944) · ad2eceab
      Philip Meier authored
      * remove prototype datasets from CI
      
      * move encoded features to prototype datasets namespace
      
      * remove decoding transforms
      
      * [REVERT ME] reinstate prototype datasets CI
      
      * Revert "[REVERT ME] reinstate prototype datasets CI"
      
      This reverts commit 215fb185cf6be5be7adf0388116c77acc9a5d3f3.
      ad2eceab
  4. 07 Nov, 2022 1 commit
  5. 04 Nov, 2022 1 commit
  6. 02 Nov, 2022 1 commit
  7. 31 Oct, 2022 2 commits
  8. 28 Oct, 2022 3 commits
  9. 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
  10. 21 Oct, 2022 2 commits
  11. 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
  12. 19 Oct, 2022 1 commit
  13. 18 Oct, 2022 1 commit
  14. 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
  15. 30 Sep, 2022 1 commit
  16. 23 Sep, 2022 2 commits
  17. 15 Sep, 2022 2 commits
  18. 15 Aug, 2022 4 commits
  19. 12 Aug, 2022 1 commit
  20. 28 Jul, 2022 1 commit
  21. 26 Jul, 2022 1 commit
  22. 06 Jul, 2022 1 commit
    • vfdev's avatar
      [proto] Added mid-level ops and feature-based ops (#6219) · bd19fb8e
      vfdev authored
      * Added mid-level ops and feature-based ops
      
      * Fixing deadlock in dataloader with circular imports
      
      * Added non-scalar fill support workaround for pad
      
      * Removed comments
      
      * int/float support for fill in pad op
      
      * Updated type hints and removed bypass option from mid-level methods
      
      * Minor nit fixes
      bd19fb8e
  23. 15 Jun, 2022 2 commits
  24. 13 Jun, 2022 1 commit
  25. 10 Jun, 2022 1 commit
  26. 09 Jun, 2022 2 commits
  27. 08 Jun, 2022 1 commit
    • Nikita Shulga's avatar
      GH: Add M1 conda build workflows (#6135) · ee6f6ec2
      Nikita Shulga authored
      Clean up Conda build folder before every run
      Enable artifact upload to GitHub for every workflow run, but upload to Conda/S3 only on nightly pushes
      
      Test plan: `conda install -c pytorch-nightly torchvision; python -c "import torchvision;print(torchvision.io.read_image('hummingbird.jpg').shape)"`
      ee6f6ec2
  28. 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
  29. 02 Jun, 2022 1 commit