Package Details: whisper-git 2023.11.17.r2.gba3f3cd5-1

Git Clone URL: https://aur.archlinux.org/whisper-git.git (read-only, click to copy)
Package Base: whisper-git
Description: General-purpose speech-recognition model by OpenAI
Upstream URL: https://github.com/openai/whisper
Licenses: MIT
Conflicts: whisper
Provides: whisper
Submitter: blinry
Maintainer: blinry (xiota)
Last Packager: xiota
Votes: 10
Popularity: 0.94
First Submitted: 2022-09-22 17:49 (UTC)
Last Updated: 2024-02-07 22:31 (UTC)

Pinned Comments

xiota commented on 2023-05-11 15:41 (UTC) (edited on 2023-09-24 04:35 (UTC) by xiota)

Updated package. Builds in clean chroot. Tested with a video.

If you have any issues with this package, rebuild in clean chroot before reporting.

To find packages that need to be rebuilt, run check-broken-packages (from aur/check-broken-packages-pacman-hook-git).

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

xiota commented on 2023-06-19 21:41 (UTC)

@Sepiida Feel free to comment if you have any other issues.

Sepiida commented on 2023-06-19 21:29 (UTC)

@xiota Indeed, pacman mirrorlist needed updating, thank you very much!

xiota commented on 2023-06-19 21:21 (UTC)

@Sepiida Those packages are all in the extra repository. You may need to run pacman -Syu. If that doesn't help, there may be issues with pacman.conf or /etc/pacman.d/mirrorlist.

Sepiida commented on 2023-06-19 18:29 (UTC) (edited on 2023-06-19 18:30 (UTC) by Sepiida)

Package retrieval seems to fail for
nccl-2.18.1-1-x86_64.pkg.tar.zst failed to download
python-fonttools-4.39.4-1-x86_64.pkg.tar.zst failed to download
python-contourpy-1.0.7-3-x86_64.pkg.tar.zst failed to download

Since nccl is used for NVidia cards could this be a problem with having an AMD GPU?

xiota commented on 2023-05-11 15:41 (UTC) (edited on 2023-09-24 04:35 (UTC) by xiota)

Updated package. Builds in clean chroot. Tested with a video.

If you have any issues with this package, rebuild in clean chroot before reporting.

To find packages that need to be rebuilt, run check-broken-packages (from aur/check-broken-packages-pacman-hook-git).

xiota commented on 2023-05-11 15:38 (UTC) (edited on 2023-05-11 15:49 (UTC) by xiota)

@chumariesco python-numba-git is not necessary. core/python has been upgraded to 3.11, so you need to rebuild whisper-git and other python packages that are not working.

chumariesco commented on 2023-05-11 14:17 (UTC) (edited on 2023-05-11 14:18 (UTC) by chumariesco)

I was getting the following error when executing /usr/bin/whisper. Installing python-numba-git from AUR solved it.

Traceback (most recent call last):
  File "/usr/bin/whisper", line 5, in <module>
    from whisper.transcribe import cli
  File "/usr/lib/python3.10/site-packages/whisper/__init__.py", line 13, in <module>
    from .model import ModelDimensions, Whisper
  File "/usr/lib/python3.10/site-packages/whisper/model.py", line 13, in <module>
    from .transcribe import transcribe as transcribe_function
  File "/usr/lib/python3.10/site-packages/whisper/transcribe.py", line 20, in <module>
    from .timing import add_word_timestamps
  File "/usr/lib/python3.10/site-packages/whisper/timing.py", line 7, in <module>
    import numba
  File "/usr/lib/python3.10/site-packages/numba/__init__.py", line 42, in <module>
    from numba.np.ufunc import (vectorize, guvectorize, threading_layer,
  File "/usr/lib/python3.10/site-packages/numba/np/ufunc/__init__.py", line 3, in <module>
    from numba.np.ufunc.decorators import Vectorize, GUVectorize, vectorize, guvectorize
  File "/usr/lib/python3.10/site-packages/numba/np/ufunc/decorators.py", line 3, in <module>
    from numba.np.ufunc import _internal
SystemError: initialization of _internal failed without raising an exception

xiota commented on 2023-05-03 23:19 (UTC)

The numba/python-numpy dependency issue has been fixed. FS77269

blinry commented on 2023-04-06 09:03 (UTC)

Thanks a lot, @xiota! :)