blob: 39ee23b395cc48693f55b3be2d6f9998e7d61f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = whisper.cpp-cuda
pkgdesc = Port of OpenAI's Whisper model in C/C++ (with NVIDIA CUDA optimizations)
pkgver = 1.7.5
pkgrel = 4
url = https://github.com/ggerganov/whisper.cpp
arch = armv7h
arch = aarch64
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
depends = ggml-cublas-git
depends = sdl2-compat
provides = whisper.cpp
conflicts = whisper.cpp
source = whisper.cpp-1.7.5.tar.gz::https://github.com/ggerganov/whisper.cpp/archive/v1.7.5.tar.gz
sha256sums = 2fda42b57b7b8427d724551bd041616d85401fb9382e42b0349132a28920a34f
pkgname = whisper.cpp-cuda
|