- 07 Jul, 2021 1 commit
-
-
Caroline Chen authored
-
- 28 Jun, 2021 3 commits
-
-
Eli Uriegas authored
No longer needed for Python 3.9 Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
Caroline Chen authored
-
moto authored
-
- 23 Jun, 2021 2 commits
- 22 Jun, 2021 1 commit
-
-
moto authored
There are some issues on CMake-based integration after 2021-06-19. ``` Imported target "torch" includes non-existent path "/opt/conda/conda-bld/pytorch_1624259172741/work/torch/lib" in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include: * The path was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide. ``` This is being worked on PR like https://github.com/pytorch/pytorch/pull/60403. The nightly builds are still causing the error, so as a workaround, we pin the nightly build version for Linux/macOS unittest. The issue still happens on Windows unittest and binary builds.
-
- 15 Jun, 2021 1 commit
-
-
Matti Picus authored
-
- 09 Jun, 2021 1 commit
-
-
Salil Desai authored
-
- 01 Jun, 2021 1 commit
-
-
moto authored
-
- 28 May, 2021 1 commit
-
-
Michael Melesse authored
* add rocm binary use the term cu_version update pkg_helpers add docker wheel option update config yml add force_cuda option * update config.yml * remove conda builds
-
- 27 May, 2021 1 commit
-
-
moto authored
-
- 25 May, 2021 2 commits
-
-
Nikita Shulga authored
* Add CUDA binary builds * Add "cuda_version": "cpu" to doc build jobs * Add required cu_versions to pkg_helpers * Regenerate config.yml
-
Nikita Shulga authored
-
- 05 May, 2021 1 commit
-
-
moto authored
All macOS CI jobs were failing at `brew`. The issue was the macOS version `10.13`, which is no longer supported by `brew`. The macOS version is indirectly controlled by `xcode` version as listed [here](https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions). Updating the `xcode` to `"12.0"` as in PyTorch core bump macOS version to `10.15` and it resolves the issue. `Python 3.9` is still failing but it's packaging issue on upstream, which needs to be resolved separately.
-
- 23 Apr, 2021 1 commit
-
-
Nikita Shulga authored
Should be moved back to stable once https://github.com/pytorch/pytorch/issues/56654 is closed
-
- 20 Apr, 2021 1 commit
-
-
moto authored
-
- 06 Apr, 2021 2 commits
-
-
moto authored
This code was added as a part of investigation of inconsistent behavior of file-like object support. Now the investigation is done and this code does not provide much insight yet adding a bunch of lines to the log, so this PR removes it.
-
Mustafa Bal authored
-
- 12 Mar, 2021 1 commit
-
-
Rahul Amaram authored
-
- 05 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 26 Feb, 2021 1 commit
-
-
Nicolas Hug authored
-
- 23 Feb, 2021 1 commit
-
-
Eli Uriegas authored
Numpy is a dependency of pytorch so we should let it get resolved as it install pytorch Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 19 Feb, 2021 1 commit
-
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 11 Feb, 2021 1 commit
-
-
Nicolas Hug authored
-
- 09 Feb, 2021 1 commit
-
-
moto authored
-
- 04 Feb, 2021 1 commit
-
-
moto authored
* Switch to cmake for build * Hide symbols
-
- 03 Feb, 2021 1 commit
-
-
moto authored
So that when a test fails in flaky manner, we can look into the difference.
-
- 02 Feb, 2021 1 commit
-
-
Vincent QB authored
-
- 26 Jan, 2021 1 commit
-
-
moto authored
-
- 21 Jan, 2021 4 commits
-
-
moto authored
* Do not install sox system-wide, so that it will never get mixed up with static one torchaudio builds * Do not install cmake system-wide * Move libsndfile installation to Docker image
-
moto authored
-
moto authored
Changing the test Docker image for GPU tests to use Nvidia Docker `devel` image. This is necessary for #1187.
-
moto authored
TorchScript BC test checks that if dumped object from the previous version is compatible with the latest master. However, PyTorch does not guarantee backward compatibility of serialized TorchScript object across versions. Domain libraries do not guarantee this either.
-
- 15 Jan, 2021 1 commit
-
-
moto authored
* Support file-like object in save func * Disable CircleCI cache for TP artifacts for cleaner build
-
- 12 Jan, 2021 2 commits
-
-
moto authored
- 09 Jan, 2021 1 commit
-
-
moto authored
-
- 08 Jan, 2021 1 commit
-
-
moto authored
-
- 07 Jan, 2021 1 commit
-
-
moto authored
-