blob: 0ce5a45464fcfe673cd182f9c27d3009639147a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = python-pytorch-lightning
pkgdesc = The lightweight PyTorch wrapper for high-performance AI research
pkgver = 1.4.8
pkgrel = 1
url = https://github.com/PyTorchLightning/pytorch-lightning
arch = any
license = Apache
makedepends = python-setuptools
depends = python-fsspec
depends = python-pandas
depends = python-pyaml
depends = python-pydeprecate
depends = python-numpy
depends = python-scikit-learn
depends = python-pytorch
depends = python-torchmetrics
depends = python-torchvision
depends = python-twine
depends = python-tqdm
depends = tensorboard
optdepends = python-apex: mixed precision support
optdepends = python-horovod: for distributed training
source = pytorch-lightning-1.4.8.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.4.8.tar.gz
sha512sums = f4fdc16a8898ffd009c6b050f538bb3166aa58d1790db1e12cc69cc42aa83fb3987036eb833c5107177a3ea6285d3b2bb6d1e9da2705708a7057efcdfca763ae
pkgname = python-pytorch-lightning
|