summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9a18903fcd68a2d891083badca96107aaa84047b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = python-accelerate
	pkgdesc = A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
	pkgver = 0.27.1
	pkgrel = 1
	url = https://github.com/huggingface/accelerate
	arch = any
	groups = hugginface
	license = Apache
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	depends = python-huggingface-hub
	depends = python-numpy
	depends = python-packaging
	depends = python-psutil
	depends = python-pytorch
	depends = python-safetensors
	depends = python-yaml
	source = accelerate-0.27.1.tar.gz::https://github.com/huggingface/accelerate/archive/refs/tags/v0.27.1.tar.gz
	sha256sums = 9a620b67efcdb73ac60dc0da0ee8439902a1f0ecb3da8587392964f25c25fd2b

pkgname = python-accelerate