"projects/vscode:/vscode.git/clone" did not exist on "b7e3b7b16ca7d0d29d1265713d5b12583ddf1be7"
  1. 15 Sep, 2022 1 commit
  2. 15 Aug, 2022 4 commits
  3. 12 Aug, 2022 1 commit
  4. 26 Jul, 2022 1 commit
  5. 15 Jun, 2022 2 commits
  6. 13 Jun, 2022 1 commit
  7. 10 Jun, 2022 1 commit
  8. 09 Jun, 2022 1 commit
  9. 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
  10. 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
  11. 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
  12. 31 May, 2022 1 commit
  13. 26 May, 2022 1 commit