- 12 May, 2020 1 commit
-
-
Eli Uriegas authored
-
- 11 May, 2020 1 commit
-
-
Philip Meier authored
* add mypy config * fix syntax error * fix annotations in torchvision/utils.py * add mypy type check to CircleCI * add mypy cache to ignore files * try fix CI * ignore flake8 F821 since it interferes with mypy * add mypy type check to config generator * explicitly set config files
-
- 29 Apr, 2020 1 commit
-
-
Francisco Massa authored
-
- 08 Apr, 2020 1 commit
-
-
Eli Uriegas authored
These are a bit difficult to debug when you can't see the commands that are running. So just output every command that's running to stdout using `set -x` Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 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
-
- 03 Apr, 2020 2 commits
-
-
Francisco Massa authored
* Add clang-format to CircleCI * Fix for clang-format version * Fix lint and remove Travis CI * Seeing if lost commit comes back * Fix lint * Re-enable all tests
-
Francisco Massa authored
* Add CircleCI job for python lint * Break lint * Fix * Fix lint * Re-enable all tests and remove travis python lint
-
- 02 Apr, 2020 2 commits
-
-
Eli Uriegas authored
CUDA 10.2 is compatible with Nvidia drivers >= 440 We should also be testing against the latest version of python wherever possible. Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
Francisco Massa authored
* Re-enable one torchvision CUDA CI for tests * Try with CUDA 9.2
-
- 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
-
-
Eli Uriegas authored
pjh5 is a former employee so we should switch over to using a bot token. Should resolve nightly pipeline failing on upload. Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 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>
-
- 17 Jan, 2020 1 commit
-
-
Eli Uriegas authored
Python 2.7 was EOL on January 1, 2020 The last torchvision release to support Python 2.7 was 0.5.0 Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 15 Nov, 2019 2 commits
-
-
Francisco Massa authored
-
Soumith Chintala authored
-
- 18 Oct, 2019 2 commits
-
-
Francisco Massa authored
-
Francisco Massa authored
* Try enabling Windows CUDA CI * Cleanups * Attempt 1 * Attempt 2 * Re-enable other tests
-
- 16 Oct, 2019 4 commits
-
-
Francisco Massa authored
* Try fix Windows CircleCI * Try conda init first * Use newer orb
-
Francisco Massa authored
-
Edward Z. Yang authored
* Switch to push-based nightlies. See https://github.com/pytorch/pytorch/issues/26817 Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * disable merge Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * fixup Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-
Francisco Massa authored
* Use PyTorch 1.3 for CI * Try fixing TravisCI * Revert rebase to master to old state * Try pinning lastest anaconda that was working, there was a new package out yesterday that might have breaken up things * Try removing conda update conda
-
- 15 Oct, 2019 1 commit
-
-
Francisco Massa authored
-
- 07 Oct, 2019 1 commit
-
-
Francisco Massa authored
-
- 26 Sep, 2019 1 commit
-
-
Francisco Massa authored
* Fix nightly builds * Fix lint * Disable video_reader tests on Travis * Disable one more test that segfaults on Travis * Fix typo in expression
-
- 18 Sep, 2019 1 commit
-
-
peterjc123 authored
* Fix Windows CI * Use correct version
-
- 17 Sep, 2019 1 commit
-
-
Francisco Massa authored
* Set block style serialization in yaml * Add new checkout command * Put on a different branch name
-
- 12 Sep, 2019 1 commit
-
-
Karl Ostmo authored
use flake8 with Python 3 on .circleci directory
-
- 09 Sep, 2019 1 commit
-
-
Francisco Massa authored
* [WIP] Add CircleCI for CI * Make jobs only run on master * Add initial CI * [wip] testing if works * Trying some basic GPU tests * [WIP] maybe it will work? * [WIP] One more try * Pin versions * Simplify and reuse * Fix * [WIP] testing windows * [WIP] testing windows * Try windows * Try Windows * Try windows * Try windows * Try windows * Try windows * Try windows * Try windows * Windows speedup * Windows multicores * Add parallel flags for Windows * Skip some tests on Windows * Sync config.yml and config.yml.in * Regenerate * Run all tests * Limit python and cuda version for finding pytorch * Skip darwin for previous check * Add description * Fix logic * Remove space * Add CUDA test back * Add back .travis.yml for now and remove duplicate test * Add newline
-
- 08 Aug, 2019 2 commits
-
-
Edward Z. Yang authored
* Actually upload wheels (please port to master) Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * Propagate more environment variables. Signed-off-by:
Edward Z. Yang <ezyang@fb.com> * Put macos binaries in the right place Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-
Edward Z. Yang authored
Add uploading support, make CUDA builds actually work.
-
- 07 Aug, 2019 2 commits
-
-
Edward Z. Yang authored
Following a similar line of inquiry to pytorch/audio#217
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-