- 20 Jun, 2022 1 commit
-
-
Andrey Talman authored
-
- 09 Jun, 2022 1 commit
-
-
Andrey Talman authored
* Adding tagged builds * Testing * Testing * Testing * Testing * Adding conda builds
-
- 02 Jun, 2022 1 commit
-
-
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
-
- 24 May, 2022 1 commit
-
-
YosuaMichael authored
-
- 10 May, 2022 1 commit
-
-
Philip Meier authored
* remove explicit install of Pillow throughout CI * explicitly install zlib in windows conda env * check pillow on Windows * move check into conda env * fix * more debug output * more debug * add debug also to linux * retry w/ and w/o packaging third party library * tag debug * more debug * pin setuptools < 61 * install setuptools from pip * cleanup * try remove one more Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 09 May, 2022 1 commit
-
-
Andrey Talman authored
-
- 21 Apr, 2022 1 commit
-
-
Andrey Talman authored
Co-authored-by:
Nikita Shulga <nshulga@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 21 Mar, 2022 1 commit
-
-
Nikita Shulga authored
To mitigate missing `libcupti.so` dependency
-
- 20 Feb, 2022 1 commit
-
-
Nikita Shulga authored
* Add Python-3.10 (build and test) * Fix functional.adjust_gamma Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Joao Gomes <joaopsgomes@gmail.com>
-
- 16 Feb, 2022 1 commit
-
-
Nikita Shulga authored
* Delete stale packaging scripts `osx_wheel.sh` and `linux_manywheel.sh` has not been functional for a while and are not referenced from any of the CI scripts Updated `README.md` to reflect how release binary builds are currently run
-
- 09 Feb, 2022 1 commit
-
-
Joao Gomes authored
* bump version
-
- 07 Jan, 2022 1 commit
-
-
Vasilis Vryniotis authored
-
- 30 Dec, 2021 1 commit
-
-
Yi Zhang authored
Co-authored-by:Nikita Shulga <nshulga@fb.com>
-
- 09 Dec, 2021 1 commit
-
-
Andrey Talman authored
* Add CUDA-11.5 builds to torchvision * Try to fix cudatoolkit issue * Trying to use cuda11.5 instead of the toolkit * Trying to rollback last two changes * Testing * Using conda-forge only for cuda115 builds * Fix typo
-
- 08 Dec, 2021 1 commit
-
-
Philip Meier authored
* Revert "[FBcode->GH] remove unused requests functionality (#5014)" This reverts commit 33123bee. * Revert "replace requests with urllib (#4973)" This reverts commit 8d25de7b. * add requests as hard dependency * install library stubs in CI * fix syntax * add requests to conda dependencies * fix mypy CI
-
- 24 Nov, 2021 1 commit
-
-
Nikita Shulga authored
Otherwise, it `setuptools.py` will try to install latest, which is not compatible with Python runtime older than 3.8 Fixes https://github.com/pytorch/vision/issues/4985
-
- 18 Nov, 2021 1 commit
-
-
F-G Fernandez authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 16 Nov, 2021 1 commit
-
-
Nikita Shulga authored
Cherry-pick pkg_helper changes from https://github.com/pytorch/audio/commit/0f8443050bd6ce402f939ef6876fccf1a2dacf16 (#4944) Add CUDA_HOME to PATH to fix Cmake builds Define `FORCE_CUDA` only when CUDA_PATH is present (or if RocM)
-
- 12 Nov, 2021 1 commit
-
-
Yi Zhang authored
Co-authored-by:Nikita Shulga <nshulga@fb.com>
-
- 28 Oct, 2021 1 commit
-
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 26 Oct, 2021 1 commit
-
-
Nikita Shulga authored
Relocate fails to find nvjpeg unless its present in the library search path.
-
- 25 Oct, 2021 1 commit
-
-
Yi Zhang authored
* fix cuda installation failure in packaging * rm stop windows upgrade * Update cuda_install.bat Co-authored-by:Nikita Shulga <nshulga@fb.com>
-
- 22 Oct, 2021 1 commit
-
-
Nikita Shulga authored
GPU tests have special step to install the driver, CUDA install step shouldl just install the runtime never Fixes regression introduced by https://github.com/pytorch/vision/pull/4421
-
- 20 Oct, 2021 1 commit
-
-
Nikita Shulga authored
* Move TorchVision conda package to use pytorch-mutex This is follow up after https://github.com/pytorch/builder/pull/823 that gets rids of `feature` and migrate it to `run_constrained` * Update packaging/torchvision/meta.yaml Co-authored-by:
Eli Uriegas <1700823+seemethere@users.noreply.github.com> * Update packaging/torchvision/meta.yaml Co-authored-by:
Eli Uriegas <1700823+seemethere@users.noreply.github.com> Co-authored-by:
Eli Uriegas <1700823+seemethere@users.noreply.github.com>
-
- 11 Oct, 2021 1 commit
-
-
Yi Zhang authored
Co-authored-by:Jane (Yuan) Xu <31798555+janeyx99@users.noreply.github.com>
-
- 04 Oct, 2021 2 commits
-
-
Nicolas Hug authored
-
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
-
-
Yi Zhang authored
* enable cuda for unittest * add one check * rename * minor fix * add more check * add cuda envs * add more cuda envs * add driver update * update vs integration * get cuda version * merge * add envs in install.sh * reduce some change and add comments * minor improve * fix typo * exit if driver update failed * fix lint * fix lint * Avoid catching exception to show error message * try 11.1 * try 11.1 * "try 11.1" * set the downloaded gpu driver dlls only for 10.2 * check torch.cuda.is_available() * add display.driver * Revert "Avoid catching exception to show error message" This reverts commit 1ce58c50de9fefcc3438d29ff398b941f9b6a757. * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh * Update .circleci/unittest/windows/scripts/set_cuda_envs.sh Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Nikita Shulga <nikita.shulga@gmail.com> Co-authored-by:
Nikita Shulga <nshulga@fb.com>
-
- 27 Sep, 2021 1 commit
-
-
Nikita Shulga authored
-
- 20 Sep, 2021 1 commit
-
-
Nikita Shulga authored
`import torchvision` fails if numpy is not installed, so it should have an explicit dependency on it (which is already the case for wheel package)
-
- 17 Sep, 2021 1 commit
-
-
Yi Zhang authored
* add cuda envs * packaging doesn't need cuda env now * fix cmake_windows_gpu * minor fix * rename suffix * minor change * update vs integration
-
- 13 Sep, 2021 2 commits
-
-
Yi Zhang authored
* if there's dll, overwrite it * temp change * revert last Co-authored-by:Nikita Shulga <nshulga@fb.com>
-
Philip Meier authored
* add pre-commit hooks * ignore yamls in packaging/* * add pre-commit to contributing guide lines * Update CONTRIBUTING.md Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * remove some hooks * fix docstrings * fix end of files Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 10 Sep, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Add deprecation warnings on vision::models * Change the C++ example. * Chage readme. * Update deprecation warning.
-
- 19 Aug, 2021 1 commit
-
-
zzk1st authored
* Unpinned the libjpeg version and fixed jpeg_mem_dest's size type Windows BC issue * Temporarily get back pinned jpeg lib in order to run tests on CircleCI * Revert "Temporarily get back pinned jpeg lib in order to run tests on CircleCI" This reverts commit ab18a354150f750256b61911e54aa48621ef24cd. * Used using instead of typedef and Fixed comment typo Co-authored-by:
Zhongkai Zhu <zhongkai@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 06 Aug, 2021 1 commit
-
-
Nikita Shulga authored
* Add CUDA-11.3 builds to torchvision Also mark `.cicrleci/config.yml` as autogenerated in `.gitattributes` * Add CUDA-11.3 install steps for Windows * And here as well
-
- 30 Jul, 2021 1 commit
-
-
Philip Meier authored
* fix MacOS cmake workflow * try only mkl * only pin mkl on MacOs * fix Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 23 Jul, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 09 Jul, 2021 1 commit
-
-
Nikita Shulga authored
* Do not install lame when building torchvision It is needed only for ffmpeg integration, which is disabled anyway * Also upgrade setuptool To update pkg_resources.packaging to version 20.0+
-
- 21 Jun, 2021 1 commit
-
-
Eli Uriegas authored
-