- updated to stable release 1.4.0, which has as Highlights:

* Distributed Model Parallel Training
  * Pruning functionalities have been added to PyTorch 
- New Features:
  * torch.optim.lr_scheduler now support “chaining.”
  * torch.distributed.rpc is a newly introduced package
- full Changelog listed in relases file or under
  https://github.com/pytorch/pytorch/releases
- added files: 
  * skip-third-party-check.patch which is a patch to skip
    the check of disabled dependencies
  * QNNPACK-7d2a4e9931a82adc3814275b6219a03e24e36b4c.tar.gz
    which is part of pytorch but developed in different repo
- removed patch files:
  * fix-build-options.patch
  * honor-PSIMD-env.patch
  * removed-some-tests.patch
- Requires python-PeachPy on x86_64 only, as it is optional
  and available on x86_64 only

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-torch?expand=0&rev=7
This commit is contained in:
2020-02-21 15:50:33 +00:00
committed by Git OBS Bridge
parent 3756bcc792
commit 0a90b0a626
20 changed files with 5390 additions and 210 deletions

View File

@@ -1,14 +1,35 @@
-------------------------------------------------------------------
Tue Jan 14 13:01:33 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
Fri Feb 21 14:15:00 UTC 2020 - Christian Goll <cgoll@suse.com>
- Requires python-PeachPy on x86_64 only, as it is optional
and available on x86_64 only
- updated to stable release 1.4.0, which has as Highlights:
* Distributed Model Parallel Training
* Pruning functionalities have been added to PyTorch
- New Features:
* torch.optim.lr_scheduler now support “chaining.”
* torch.distributed.rpc is a newly introduced package
- full Changelog listed in relases file or under
https://github.com/pytorch/pytorch/releases
- added files:
* skip-third-party-check.patch which is a patch to skip
the check of disabled dependencies
* QNNPACK-7d2a4e9931a82adc3814275b6219a03e24e36b4c.tar.gz
which is part of pytorch but developed in different repo
- removed patch files:
* fix-build-options.patch
* honor-PSIMD-env.patch
* removed-some-tests.patch
-------------------------------------------------------------------
Wed Jan 8 10:47:18 UTC 2020 - Christian Goll <cgoll@suse.com>
- updated the requirement for examples and converters
-------------------------------------------------------------------
Tue Jan 14 13:01:33 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Requires python-PeachPy on x86_64 only, as it is optional
and available on x86_64 only
-------------------------------------------------------------------
Wed Jun 12 11:17:34 UTC 2019 - Christian Goll <cgoll@suse.com>