- 15 Sep, 2022 2 commits
-
-
Andrey Talman authored
-
Philip Meier authored
* reduce verbosity of prototype tests and split them into multiple steps * rename builtin datasets module to fit common scheme
-
- 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>
-
- 28 Jul, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 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>
-
- 06 Jul, 2022 1 commit
-
-
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
-
- 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 2 commits
-
-
Andrey Talman authored
* Adding tagged builds * Testing * Testing * Testing * Testing * Adding conda builds
-
Nikita Shulga authored
By passing `--pre` option to `pip install`, otherwise torchvision were always tested against last PyTorch release
-
- 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
-
- 28 Apr, 2022 1 commit
-
-
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
-
- 07 Apr, 2022 1 commit
-
-
Nicolas Hug authored
-
- 07 Jan, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 14 Nov, 2021 1 commit
-
-
Carlosbogo authored
Removed pandas references from the repo
-
- 15 Oct, 2021 1 commit
-
-
Nicolas Hug authored
-
- 14 Oct, 2021 1 commit
-
-
Nicolas Hug authored
-
- 04 Oct, 2021 1 commit
-
-
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:Nicolas Hug <nicolashug@fb.com>
-
- 29 Sep, 2021 1 commit
-
-
Nicolas Hug authored
-
- 23 Aug, 2021 1 commit
-
-
Nikita Shulga authored
-
- 17 Jun, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 09 Jun, 2021 3 commits
-
-
Philip Meier authored
* add additional workflow trigger * [skip ci] fix name of script for PR label processing (#4013) * trigger CI * fix workflow in case commit has no associated PR * [skip CI] test PR for label-checking workflow (#4015) * [skip CI] fix PR labels processing logic (#4016) * [skip CI] try fix trigger for unlabeled PR pings (#4017) * [skip CI] remove quotes around users ping (#4018) * [skip CI] cleanup PR labeling workflow (#4019) * [skip CI] fix ping message for unlabeled PRs (#4020) * cleanup
-
Philip Meier authored
-
Philip Meier authored
* test label extraction * debug * debug * ping maintainers in case a PR was not properly labeled * flake8 * add required labels
-
- 07 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 05 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 03 May, 2021 1 commit
-
-
vfdev authored
-
- 23 Apr, 2021 1 commit
-
-
Jon Janzen authored
This is triggering crazy amounts of API calls for internal tools. I'm reverting this to stop the problem.
-
- 22 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-