- 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
-
-
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
-
- 15 Jun, 2021 1 commit
-
-
Eli Uriegas authored
* packaging: Remove special versioning priveleges Adds a version suffix for CUDA 10.2 for ease of installing when installing from download.pytorch.org Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * also include windows cmath fix Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * remove comment Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * fix indent Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * actually add the script Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
- 27 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
-
- 26 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
-
- 11 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Fix inconsistent version pinning across yaml files. * Pin pillow to >=5.3.0 * Pin pillow>=5.3.0 everywhere
-
- 10 May, 2021 1 commit
-
-
Nicolas Hug authored
* hello * Try with DYLD_FALLBACK_LIBRARY_PATH Co-authored-by:Edgar Andrés Margffoy Tuay <andfoy@gmail.com>
-
- 07 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
-
- 10 Apr, 2021 1 commit
-
-
Eli Uriegas authored
* packaging: Remove pin for jpeg, numpy These may no longer be necessary due to the default anaconda channel having the necessary packages now. Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * Update packaging/torchvision/meta.yaml Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 30 Mar, 2021 2 commits
-
-
Nicolas Hug authored
* remove some files * Also remove entire packaging/conda folder Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
* trying stuff * Put flags back? * remove second one just to see * It worked but it's because it's not built by CI. Trying another one * Try using TORCH_CUDA_ARCH_LIST instead * oops * Add new env variable to build/script_env * set TORCH_CUDA_ARCH_LIST for the rest of the CUDA versions * don't pass NVCC_FLAGS venv to conda, let's see if it works Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 24 Mar, 2021 1 commit
-
-
Francisco Massa authored
-
- 22 Mar, 2021 1 commit
-
-
Jeff Daily authored
* add ROCm binary wheels * fix lint error Co-authored-by:
Eli Uriegas <1700823+seemethere@users.noreply.github.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 22 Feb, 2021 1 commit
-
-
Eli Uriegas authored
-
- 12 Feb, 2021 1 commit
-
-
Eli Uriegas authored
(cherry picked from commit 2f40a483d73018ae6e1488a484c5927f2b309969) Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 25 Jan, 2021 1 commit
-
-
Vasilis Vryniotis authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 04 Jan, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Speedup test_ucf101 (#2623 * Speedup Cmake builds (#3186) * Speedup test_autoaugment (#3190) * Speedup DeformConvTester (#3191) * Speedup InceptionV3 and GoogleNet on Windows (#3196)
-
- 02 Dec, 2020 1 commit
-
-
Francisco Massa authored
Replace tabs with spaces, add newlines to files and replace whitelist with allowlist
-
- 27 Oct, 2020 2 commits
-
-
Eli Uriegas authored
This was a mistake since version suffix should always be appended Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> (cherry picked from commit 6631b74db7cf8aebee8af196b4c65b1fce220baa) Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
Francisco Massa authored
-
- 21 Oct, 2020 1 commit
-
-
moto authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 20 Oct, 2020 1 commit
-
-
Gao, Xiang authored
-
- 16 Oct, 2020 1 commit
-
-
Eli Uriegas authored
ROCM builds were being picked up for CUDA 10.2 builds since they do not specify a version suffix. We can utilize the CU_VERSION to be specific about which index to actually pull from. Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 15 Oct, 2020 1 commit
-
-
Edgar Andrés Margffoy Tuay authored
* Fix external DLL loading on wheels * Use SetDefaultDllDirectoriess and AddDllDirectory * Add previous paths * Trigger debug * Do not call SetDefaultDllDirectories. * Do not call loadlibrary if the extensions were not compiled * Fix lint issues
-
- 14 Oct, 2020 1 commit
-
-
Edgar Andrés Margffoy Tuay authored
* [DEBUG] Check wheel relocation issues * Call delocate on Mac * Use yum instead of conda * Do not copy ffmpeg dylibs * Linux dry run * Do not download FFmpeg on Mac * Install bzip2 * Restore FFmpeg on Windows * Remove ffmpeg temporarily * Do not remove dependencies * Disable FFmpeg temporarily on Linux wheels * Test relocation in Linux * Add docstring * Call relocation script * Minor error correction * Import auditwheel only on Linux * Restore ffmpeg again on Windows * Return *device * Try fix Windows * Fix clang-format * Start windows patchwork * Copy all DLLs * Disable FFmpeg on Windows for now * Bugfix Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 06 Oct, 2020 1 commit
-
-
Edgar Andrés Margffoy Tuay authored
* Add PyTorch FFmpeg to wheel and conda distributions * Try to install wget from conda * Add yq flag on Mac * Correct copy instructions * Use cURL on Windows * Call bzip2 directly due to msys2/MSYS2-packages#1548 * Copy ffmpeg binaries to system-wide directories * Try to use std:c++17 on Windows * Try to define ssize_t on Windows * Use C++14 * Declare AVRational structs explicitly * Initialize AVRational explicitly * Replace macro to prevent errors on Windows * Replace AV_TIME_BASE_Q * Add library paths for video extension * Force ffmpeg from pytorch channels? * Fix clang style warnings * Update CONDA_CHANNEL_FLAGS * Fix clang style issues * Update unittest * Use FFmpeg 4.2 * Install correct version on Mac * Pin av version to 8.0.0 * Fix string formatting issue * Fix pip pinning * Try with 8.0.1 * Use av 8.0.2 * Remove trailling whitespaces * Disable test_io_opt.py * Disable test_datasets_video_utils Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 14 Sep, 2020 2 commits
-
-
Edgar Andrés Margffoy Tuay authored
* Run C++ torchvision example as part of cmake tests * Enable C++14 support * Minor error correction * Add GPU forward on example * Use arrow operator
-
peterjc123 authored
-