"projects/vscode:/vscode.git/clone" did not exist on "b7e3b7b16ca7d0d29d1265713d5b12583ddf1be7"
- 15 Sep, 2022 1 commit
-
-
Andrey Talman authored
-
- 15 Aug, 2022 4 commits
-
-
Andrey Talman authored
-
Andrey Talman authored
-
Andrey Talman authored
-
Andrey Talman authored
-
- 12 Aug, 2022 1 commit
-
-
Philip Meier authored
* shlex -> shutil * [SKIP CI] * [skip ci] Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 26 Jul, 2022 1 commit
-
-
Eli Uriegas authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 15 Jun, 2022 2 commits
-
-
Andrey Talman authored
-
Andrey Talman authored
* Make sure we are building against test chanell for release * Cleanup * Cleanup * Refactoring logic * Remove tagged tests
-
- 13 Jun, 2022 1 commit
-
-
Nikita Shulga authored
s#ref/heads/#refs/heads/# I should have noticed it while copy-n-pasting the condition. Unfortunately there are no way to test is other than in prod, but nightly builds are still not getting pushed, see https://github.com/pytorch/vision/runs/6860407007?check_suite_focus=true for example
-
- 10 Jun, 2022 1 commit
-
-
Nikita Shulga authored
Replace `steps.extract_branch.outputs.branch` (which were probably taken from https://stackoverflow.com/questions/58033366/how-to-get-the-current-branch-within-github-actions ) with straightforward `github.event.ref` Tested in https://github.com/malfet/deleteme/runs/6822647720?check_suite_focus=true and https://github.com/malfet/deleteme/runs/6822691158?check_suite_focus=true
-
- 09 Jun, 2022 1 commit
-
-
Andrey Talman authored
* Adding tagged builds * Testing * Testing * Testing * Testing * Adding conda builds
-
- 08 Jun, 2022 1 commit
-
-
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)"`
-
- 06 Jun, 2022 1 commit
-
-
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
-
- 02 Jun, 2022 2 commits
-
-
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
-
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
-
- 31 May, 2022 1 commit
-
-
Nikita Shulga authored
This would package libpng and libjpeg.dylib into wheel files Add a very simple test step, copied from https://github.com/pytorch/pytorch.github.io/blob/1eaa33a3d3f1b83b64c5031c6dd04dbb238d6105/scripts/test_install.py#L78 Cherry-picked from https://github.com/pytorch/builder/blob/d0bc74cc363a9da5a8b6a40e883d40d25d050036/build_m1_domains.sh#L22
-
- 26 May, 2022 1 commit
-
-
Nikita Shulga authored
-