1. 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
  2. 19 Oct, 2022 1 commit
  3. 18 Oct, 2022 1 commit
  4. 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
  5. 30 Sep, 2022 1 commit
  6. 23 Sep, 2022 2 commits
  7. 15 Sep, 2022 2 commits
  8. 15 Aug, 2022 4 commits
  9. 12 Aug, 2022 1 commit
  10. 28 Jul, 2022 1 commit
  11. 26 Jul, 2022 1 commit
  12. 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
  13. 15 Jun, 2022 2 commits
  14. 13 Jun, 2022 1 commit
  15. 10 Jun, 2022 1 commit
  16. 09 Jun, 2022 2 commits
  17. 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
  18. 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
  19. 02 Jun, 2022 2 commits
    • Nikita Shulga's avatar
      [M1] Install "jpeg<=9b" rather than OpenJpeg (#6122) · c890a7e7
      Nikita Shulga authored
      Explicitly set PATH to point to `conda` binary, otherwise libjpeg detection logic does not work
      Pin libjpeg to the same version on x86 and m1
      Add simple tests that jpeg can be decoded by a generated wheel
      c890a7e7
    • Nikita Shulga's avatar
      [BE] Unify version computation (#6117) · 59ef2ab0
      Nikita Shulga authored
      * [BE] Unify version computation
      
      Instead of hardcoding dev version in various script, use one from
      `version.txt` if `setup_build_version` is called without arguments
      
      Also, pass `--pre` option to M1 build/test pip install commands to build
      TorchVision against nightly pytorch
      
      * Pin torchvision dependency to a specific pytorch version
      59ef2ab0
  20. 31 May, 2022 1 commit
  21. 26 May, 2022 1 commit
  22. 28 Apr, 2022 1 commit
    • Philip Meier's avatar
      add Windows and macOS CI jobs for prototype tests (#5914) · 2e9cdd19
      Philip Meier authored
      * add Windows and macOS CI jobs for prototype tests
      
      * fix CircleCI config
      
      * cleanup
      
      * use 3.8 as base to surface errors
      
      * try using bash explicitly
      
      * cleanup
      
      * try test reports
      
      * debug
      
      * disable CircleCI
      
      * add write permissions for write
      
      * expand permissions
      
      * try move permissions on job rather than global
      
      * debug
      
      * always debug
      
      * maximum permissions
      
      * cleanup
      
      * cleanup
      2e9cdd19
  23. 07 Apr, 2022 1 commit
  24. 26 Jan, 2022 1 commit
  25. 07 Jan, 2022 1 commit
  26. 06 Dec, 2021 1 commit
  27. 14 Nov, 2021 1 commit
  28. 20 Oct, 2021 1 commit
  29. 15 Oct, 2021 1 commit
  30. 14 Oct, 2021 1 commit
  31. 04 Oct, 2021 1 commit
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  32. 29 Sep, 2021 1 commit