diff options
author | Maks Verver | 2023-09-02 22:51:54 +0200 |
---|---|---|
committer | Maks Verver | 2023-09-02 22:51:54 +0200 |
commit | 0e344d989ef30ca462d4b69034baef46f614769b (patch) | |
tree | 13a566a330ffd211c3f65b123c0a4176573ba40d /.SRCINFO | |
parent | bf0455bb0516ee8555b3c71ca85a693d34028bba (diff) | |
download | aur-python-fairscale.tar.gz |
Bump to latest version 0.4.13 (released December 11, 2022).
Also add some missing dependencies and enable tests.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -1,13 +1,24 @@ pkgbase = python-fairscale pkgdesc = PyTorch extensions for high performance and large scale training. - pkgver = 0.4.12 + pkgver = 0.4.13 pkgrel = 1 url = https://github.com/facebookresearch/fairscale - arch = x86_64 - license = custom - depends = python-pytorch + arch = any + license = BSD + makedepends = python-parameterized + makedepends = python-pip + makedepends = python-setuptools + makedepends = python-scikit-learn + depends = python-importlib-metadata depends = python-numpy - source = python-fairscale-0.4.12::https://github.com/facebookresearch/fairscale/archive/refs/tags/v0.4.12.tar.gz - sha512sums = 1124b70e9f60431d73d4a94260bf2773527ad931f311602ac07305fc31f7865e5aee9c126d10160eabc11891a45e0ac6ca3529e890532fd33e774bae63469bed + depends = python-pgzip + depends = python-pygit2 + depends = python-pytest + depends = python-pytorch + depends = python-torchvision + source = fairscale-0.4.13.tar.gz::https://github.com/facebookresearch/fairscale/archive/refs/tags/v0.4.13.tar.gz + source = test_single_node_adascale.patch + sha512sums = e80793c55629c04205651ab16b6d86bf5a264eaafd45a6789504fe77e53d88419fb46ad722dc505a26e078fb57f22ca9da3d45a2615295b157c27de14bc561cd + sha512sums = 477e29a756a5b6dcc1decb8f3e170e5f8ea8925eeab6719c5ae095ebf0a05bcc1eefce105ef76182d62305f308ba00b01f96fc9e0ae7c576fcd1b87d97c7e66c pkgname = python-fairscale |