1. 15 Sep, 2022 2 commits
  2. 15 Aug, 2022 4 commits
  3. 12 Aug, 2022 1 commit
  4. 28 Jul, 2022 1 commit
  5. 26 Jul, 2022 1 commit
  6. 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
  7. 15 Jun, 2022 2 commits
  8. 13 Jun, 2022 1 commit
  9. 10 Jun, 2022 1 commit
  10. 09 Jun, 2022 2 commits
  11. 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
  12. 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
  13. 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
  14. 31 May, 2022 1 commit
  15. 26 May, 2022 1 commit
  16. 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
  17. 07 Apr, 2022 1 commit
  18. 26 Jan, 2022 1 commit
  19. 07 Jan, 2022 1 commit
  20. 06 Dec, 2021 1 commit
  21. 14 Nov, 2021 1 commit
  22. 20 Oct, 2021 1 commit
  23. 15 Oct, 2021 1 commit
  24. 14 Oct, 2021 1 commit
  25. 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
  26. 29 Sep, 2021 2 commits
  27. 31 Aug, 2021 1 commit
  28. 23 Aug, 2021 1 commit
  29. 17 Jun, 2021 1 commit
  30. 09 Jun, 2021 3 commits