- 30 Jun, 2020 2 commits
-
-
Edgar Andrés Margffoy Tuay authored
* Add libpng requirement into conda recipe * Try to install libjpeg-turbo * Add PNG reading capabilities * Remove newline * Add image extension to compilation instructions * Include png functions as part of the main library * Update CMakeLists * Detect if building on conda-build * Debug * More debug messages * Print globbed libreries * Print globbed libreries * Point to correct PNG path * Remove libJPEG preventively * Debug extension loading * Link libpng explicitly * Link with PNG * Add PNG reading capabilities * Add libpng requirement into conda recipe * Try to install libjpeg-turbo * Remove newline * Add image extension to compilation instructions * Include png functions as part of the main library * Update CMakeLists * Detect if building on conda-build * Debug * More debug messages * Print globbed libreries * Print globbed libreries * Point to correct PNG path * Remove libJPEG preventively * Debug extension loading * Link libpng explicitly * Link with PNG * Install libpng on conda-based wheel distributions * Add -y flag * Add -y flag to yum * Locate LibPNG on windows conda * Remove empty else * Copy libpng16.so * Copy dylib on Mac * Improve check on Windows * Try to install ninja using conda on windows * Use libpng on Windows * Package lib on windows wheel * Point library to the correct place * Include binaries as part of wheel * Copy libpng.so on linux * Look for png.h on Windows when using conda-build * Do not skip png tests on Mac/Win * Restore libjpeg-turbo * Install jpeg-turbo on wheel distributions * Install libjpeg-turbo from conda-forge on wheel distributions * Do not pull av on conda-build * Add pillow disclaimer * Vendors libjpeg-turbo 2.0.4 * Merge JPEG work * Remove submodules * Regenerate circle config * Fix style issues * Fix C++ style issues * More style corrections * Add JPEG-turbo to linking libraries * More style corrections * More style corrections * More style corrections * Install libjpeg-turbo-devel * Install libturbo-jpeg on typing pipeline * Update Circle template * Windows and Unix turbojpeg have the same linking name * Install turbojpeg-devel instead of libjpeg-turbo * Copy TurboJPEG binaries to wheel * Move test image * Move back test image * Update JPEG test path * Remove dot from extension * Move image functions to extension * Use stdout arg in subprocess * Disable image extension if libpng or turbojpeg are not found * Append libpng stdout * Prevent list appending on lists * Minor path correction * Minor error correction * Add linking flags * Style issues correction * Address minor review corrections * Refactor library search * Restore access index * Fix JPEG tests * Update libpng version in Travis * Add -y flag * Remove dot * Update libpng using apt * Check libpng version * Change libturbojpeg binary * Update import * Change call * Restore av in conda recipe * Minor error correction * Remove unused comment in travis.yml * Update README * Fix missing links * Remove fixes for 16.04 Co-authored-by:Ryad ZENINE <r.zenine@gmail.com>
-
guyang3532 authored
-
- 29 Jun, 2020 2 commits
-
-
peterjc123 authored
-
Eli Uriegas authored
* .circleci: Add workflows to run on tag Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * packaging: Add backslash to escape Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
- 26 Jun, 2020 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 17 Jun, 2020 1 commit
-
-
peterjc123 authored
* Pin ninja version for Windows jobs * Update build_wheel.sh * Pin for all
-
- 01 Jun, 2020 1 commit
-
-
peterjc123 authored
-
- 31 May, 2020 1 commit
-
-
peterjc123 authored
-
- 30 May, 2020 1 commit
-
-
peterjc123 authored
* Fix binary builds with CUDA 9.2 on Windows * Remove packages according to VC_YEAR
-
- 29 May, 2020 1 commit
-
-
peterjc123 authored
-
- 12 May, 2020 2 commits
-
-
Eli Uriegas authored
-
Eli Uriegas authored
-
- 24 Apr, 2020 1 commit
-
-
Eli Uriegas authored
-
- 14 Apr, 2020 3 commits
-
-
Francisco Massa authored
-
Philip Meier authored
-
peterjc123 authored
-
- 08 Apr, 2020 1 commit
-
-
peterjc123 authored
-
- 07 Apr, 2020 1 commit
-
-
peterjc123 authored
-
- 06 Apr, 2020 1 commit
-
-
peterjc123 authored
* Try building Windows nightlies on CircleCI * Update config.yml * Merge jobs * Use cmd * Debug * Fix PATH * Enable build matrix * Try integrate with regenerate.py * Fix upload path for Windows wheels * Bring fewer tests to CI * Run other tests only on master * Refactor code * Use nightly branch * Fix lint
-
- 02 Apr, 2020 1 commit
-
-
peterjc123 authored
-
- 01 Apr, 2020 1 commit
-
-
peterjc123 authored
-
- 31 Mar, 2020 1 commit
-
-
Philip Meier authored
* remove six from python code * remove six from setup.py * remove six from tests * remove six from references * remove six from packaging * revert str to torch._six._string_classes * revert str to torch._six._string_classes
-
- 24 Mar, 2020 1 commit
-
-
peterjc123 authored
Signed-off-by:peter <peterghost86@gmail.com>
-
- 19 Mar, 2020 1 commit
-
-
Eli Uriegas authored
* ci: Add cu102 to CI and packaging Adds cu102 to our testing matrix as well as change the default manywheel version to be cu102. Also adds a function to get manylinux images instead of it being a conditional block. Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * .circleci: Remove cu100, no longer built We removed the build for cu100 in upstream pytorch as well since we have begun to support cu102 Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * Fix lint * More lint fixes Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 11 Mar, 2020 1 commit
-
-
peterjc123 authored
* Update Windows CI for nightly builds * Add CUDA 10.2 jobs * Update vs install scripts * Add switch case for cuda 10.2 * more changes for cuda 10.2 * Revert upload jobs
-
- 14 Feb, 2020 1 commit
-
-
Eli Uriegas authored
* ci: Add verbosity to pytest results, store in ci Makes the pytest runs for building conda packages more verbose and stores the results for viewing inside of CircleCI Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * test: Skip inception v3 in test_quantized_models Was causing timeouts on circleci due to long run time, re-enable when tests can be brought to a reasonable time again. Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
- 29 Jan, 2020 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 27 Jan, 2020 2 commits
-
-
Edgar Riba authored
-
peterjc123 authored
-
- 21 Jan, 2020 1 commit
-
-
Jeremy Reizenstein authored
-
- 16 Jan, 2020 1 commit
-
-
Soumith Chintala authored
-
- 14 Jan, 2020 1 commit
-
-
Soumith Chintala authored
-
- 21 Oct, 2019 1 commit
-
-
peterjc123 authored
* Try vs2019 toolchain * ver num * pass env var * fix search logic * Support both VS2017 and VS2019 * Some small fixes
-
- 18 Oct, 2019 1 commit
-
-
Francisco Massa authored
* Try enabling Windows CUDA CI * Cleanups * Attempt 1 * Attempt 2 * Re-enable other tests
-
- 16 Oct, 2019 3 commits
-
-
Francisco Massa authored
-
Francisco Massa authored
-
peterjc123 authored
-
- 11 Oct, 2019 1 commit
-
-
peterjc123 authored
* Changes for 0.4.1 * Fix upload scripts
-
- 03 Oct, 2019 1 commit
-
-
Francisco Massa authored
* Temporary fix for CI * Missing install
-
- 27 Sep, 2019 1 commit
-
-
peterjc123 authored
-