summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 812b5b07d3f0e8cf9e1717671e3ce88276abd688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-thop
	pkgdesc = Count the MACs / FLOPs of your PyTorch model.
	pkgver = 0.1.1.post2209072238
	pkgrel = 2
	epoch = 1
	url = https://github.com/Lyken17/pytorch-OpCounter
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	depends = python
	depends = python-pytorch
	source = git+https://github.com/Lyken17/pytorch-OpCounter#commit=43c064a
	sha256sums = SKIP

pkgname = python-thop
	depends = python
	depends = python-pytorch