blob: 07a104092183ab151a63073d0ffc978ba6b9461f (
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.0
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.0.tar.gz::https://github.com/PyTorchLightning/pytorch-lightning/archive/1.4.0.tar.gz
sha512sums = 3d11a7524dbd5b3c0d7dd8e1f94ba5970e53500959fa54ce00b1806f7e658c9bf79c5b93882073548b2796d1da0f6583a5b2efa97dea25e892e47b8cb6664b8a
pkgname = python-pytorch-lightning
|