blob: 901e9ae6f0ab5464606547e3727763fb52b7c857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-torchprofile
pkgdesc = Profiler to count the number of MACs / FLOPs of PyTorch models
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/zhijian-liu/torchprofile
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-pytorch
source = python-torchprofile-0.1.0.tar.gz::https://github.com/zhijian-liu/torchprofile/archive/refs/tags/v0.1.0.tar.gz
sha256sums = ce1c4838cc70ce5e1f6d46913357bc302d49d80a45e0bf0fdf98213b34ee28de
pkgname = python-torchprofile
|