Skip to content

hrehfeld/archlinux-whisper.cpp-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whisper.cpp-model PKGBUILD

autogenerated PKGBUILD for all the models for whisper.cpp. List of packages: https://aur.archlinux.org/packages?O=0&SeB=nd&K=whisper.cpp-model-&outdated=&SB=p&SO=d&PP=50&submit=Go

Why is this not a split package?

I couldn’t figure out how not to download all sources before building, and you really don’t wanna do that with multiple gigabytes of data.

Howto

$ ./generate.py -h       
usage: generate.py [-h] [--commit] [--push] [--push-args [PUSH_ARGS ...]]

options:
  -h, --help            show this help message and exit
  --commit              Commit each model AUR repo.
  --push                Also push to each model AUR repo.
  --push-args [PUSH_ARGS ...]
                        Extra arguments when pushing to each model AUR repo.

Just python generate.py. This will overwrite the individual PKGBUILD files and commit them. You can use –push to push to the aur repos.

Then just go through the models/ subdirectory and build models that you want – or just install from AUR.