@Sepiida Feel free to comment if you have any other issues.
Search Criteria
Package Details: whisper-git 2023.11.17.r2.gba3f3cd5-1
Package Actions
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: | 14 |
Popularity: | 0.28 |
First Submitted: | 2022-09-22 17:49 (UTC) |
Last Updated: | 2024-02-07 22:31 (UTC) |
Dependencies (12)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR)
- python-more-itertools
- python-numba (python-numba-gitAUR)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-tiktoken (python-tiktoken-gitAUR)
- python-tqdm
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- tritonAUR (triton-gitAUR) (optional) – CUDA accelerated filters
Required by (1)
- python-stable-ts-git (requires whisper)
Sources (1)
xiota commented on 2023-06-19 21:41 (UTC)
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! :)
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
(fromaur/check-broken-packages-pacman-hook-git
).