blob: fc425a2d72c93be178ffd38427b039103a3f8160 (
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-speechbrain-git
pkgdesc = All-in-one speech toolkit in pure Python and Pytorch
pkgver = 0.5.14
pkgrel = 1
url = https://github.com/speechbrain/speechbrain
arch = any
license = Apache 2.0
makedepends = git
makedepends = python-setuptools
depends = python>=3.7
depends = python-hyperpyyaml-git
depends = python-joblib
depends = python-numpy
depends = python-packaging
depends = python-scipy
depends = python-sentencepiece
depends = python-pytorch
depends = python-torchaudio
depends = python-tqdm
depends = python-huggingface-hub-git
provides = python-speechbrain-git
conflicts = python-speechbrain
source = python-speechbrain-git::git+https://github.com/speechbrain/speechbrain
md5sums = SKIP
pkgname = python-speechbrain-git
|