blob: d84b6a26a7231384f56775b75c6796283a32aae1 (
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
27
28
|
pkgbase = whisper-git
pkgdesc = General-purpose speech-recognition model by OpenAI
pkgver = 2024.09.30.r6.g90db0de1
pkgrel = 2
url = https://github.com/openai/whisper
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = ffmpeg
depends = python
depends = python-more-itertools
depends = python-numba
depends = python-pytorch
depends = python-tiktoken
depends = python-tqdm
optdepends = triton: CUDA accelerated filters
provides = whisper=2024.09.30
conflicts = whisper
source = whisper::git+https://github.com/openai/whisper.git
source = pr2409.patch::https://github.com/openai/whisper/pull/2409.diff
sha256sums = SKIP
sha256sums = 6d40f73edc4dfcdf1fc5a3205170362aa542be721051f7862f9cff8b562f0e55
pkgname = whisper-git
|