- 11 Jun, 2021 1 commit
-
-
Zhiqiang Wang authored
-
- 10 Jun, 2021 1 commit
-
-
Anirudh authored
-
- 09 Jun, 2021 2 commits
-
-
Anirudh authored
-
Nicolas Hug authored
-
- 21 May, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Moving tensors to the right device. * Switch to gpu.medium
-
Vasilis Vryniotis authored
* Change cuda versions. * changing cu_version * patching regenerate.py * more changes.
-
- 19 May, 2021 1 commit
-
-
Jeff Daily authored
* add rocm4.2 to nightly wheel builds * remove rocm4.0.1 build Co-authored-by:
Francisco Massa <fvsmassa@gmail.com> Co-authored-by:
Eli Uriegas <1700823+seemethere@users.noreply.github.com>
-
- 17 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 11 May, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Fix inconsistent version pinning across yaml files. * Pin pillow to >=5.3.0 * Pin pillow>=5.3.0 everywhere
-
Nikita Shulga authored
-
- 10 May, 2021 1 commit
-
-
Ivan Kobzarev authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 05 May, 2021 1 commit
-
-
moto authored
xcode Version 9 is no longer supported by Apple. https://developer.apple.com/support/xcode/ Updating xcode to 12.0, which also updates the macOS to 10.15. See https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
-
- 04 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 30 Mar, 2021 3 commits
-
-
Yuchen Huang authored
[ghstack-poisoned] Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Jeff Daily authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Yuchen Huang authored
* [iOS] added workflows for libtorchvision_ops.a binary build [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] * Update on "[iOS] added workflows for libtorchvision_ops.a binary build" [ghstack-poisoned] Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 29 Mar, 2021 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 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>
-
- 24 Feb, 2021 1 commit
-
-
Eli Uriegas authored
-
- 22 Feb, 2021 1 commit
-
-
Eli Uriegas authored
-
- 16 Feb, 2021 2 commits
-
-
Matti Picus authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
* restore cache * Trigger CI again to see if cache is hit
-
- 12 Feb, 2021 1 commit
-
-
Eli Uriegas authored
(cherry picked from commit 2f40a483d73018ae6e1488a484c5927f2b309969) Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 01 Feb, 2021 1 commit
-
-
Vasilis Vryniotis authored
-
- 29 Jan, 2021 1 commit
-
-
Nicolas Hug authored
* Document undodcumented parameters * remove setup.cfg changes * Properly pass normalize down instead of deprecating it * Fix flake8 * Add new CI check * Fix type spec * Leave normalize be part of kwargs Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 22 Jan, 2021 1 commit
-
-
Matti Picus authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 12 Dec, 2020 1 commit
-
-
David Fan authored
* Adapt to new torch export API for dictionary
-
- 10 Dec, 2020 1 commit
-
-
David Fan authored
* Enable ONNX test in circle CI
-
- 08 Dec, 2020 1 commit
-
-
Francisco Massa authored
* Remove TravisCI Add hub tests to CircleCI, coverage and ONNX are still missing * Install torchvision dependencies on CI
-
- 02 Dec, 2020 1 commit
-
-
Francisco Massa authored
Replace tabs with spaces, add newlines to files and replace whitelist with allowlist
-
- 09 Nov, 2020 1 commit
-
-
Licht Takeuchi authored
* Add modulation input for DeformConv2D * lint * Patch for GPU CI * Remove bad cache on CI
-
- 26 Oct, 2020 1 commit
-
-
vfdev authored
-
- 22 Oct, 2020 1 commit
-
-
Vasilis Vryniotis authored
* Switching to Pytorch's clang-formatter. * Replacing binary.
-
- 21 Oct, 2020 1 commit
-
-
moto authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 05 Oct, 2020 1 commit
-
-
peterjc123 authored
* Fix cmake cuda build for Windows * add gpu test jobs * Update .circleci/regenerate.py Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 29 Sep, 2020 1 commit
-
-
Francisco Massa authored
* Add macos unittest * Add wget
-
- 14 Sep, 2020 2 commits
-
-
peterjc123 authored
-
Edgar Andrés Margffoy Tuay authored
* Add CMake build pipeline * Add CMake build workflow * Add executable permissions to script * Install cmake on Windows/MacOS * Install conda-build before setting up MSVC * Install PyTorch from nightly * Do not use conda-build variables * Add path to CMake * Install libpng and libjpeg * Perform make * Call msbuild on Windows * Add missing yq * Use vc_env_helper * Use string instruction * Escape configuration option * Remove configuration flag * Try to pass -p * Use caret to escape equal sign * Escape string option in Windows * Try to call other bat * Remove Windows/GPU CMake * Add tracing cpp test * Script model instead of tracing it * Try to register operators manually * Use manylinux-cuda102 * Activate conda env on Linux * Build and run sample tracing test * Add empty echo * Remove unnecessary register * Copy headers on Mac * Revert to 2xlarge * Include /usr/local/include on Mac * Install pillow on Windows * Install future * Install torchvision on Windows * Set include flag * Add torchlib to PATH * Normalize path via cygpath * Register ops on Windows * Minor error correction * Register CPU/GPU ops on DLL library and register ops via reference * Install dataclasses * Install dataclasses using pip * Address clang formatting issue * Try to use an actual GPU instance on Linux * Remove extra environment section * Declare environment explicitly * Regenerate * Pass env variables to Dokcer * Regenerate circleci * Test tracing on GPU * Use GPU medium * Regenerate * Use cuda101 * Regenerate * Do not use pre-trained weights Avoids having to download pretrained files, which could cause flaky tests Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 01 Sep, 2020 2 commits
-
-
peterjc123 authored
-
Eli Uriegas authored
Upstream is on 9.4.1 and we were experiencing issues when conda-build was attempting to check for overlinking and failed out due to some files not existing in xcode 9.0 Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-