-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I installed blurt from gnome extensions website, on Ubuntu 22.04.5 LTS, on a micro (SFF) desktop, no gpu, only an intel 8500T cpu, with 32G ram.
When I press ctrl+alt+a, the icon color changes to yellow.
When I press ctrl+alt+z, the icon color changes to red.
If I press ctrl+alt+a and leave it for about 10 seconds, the icon color changes to red automatically.
I see this error in notification area.

Please let me know if I have missed anything, or suggestions to debug this further please.
In blurt settings, Location of wsi is set to .local/bin/
Use Server API is turned off.
the .local/bin/ file tree is
.local/bin/
|_ wsi
|_ whisper-tiny.en.llamafile
|_ whisper-small.en.llamafile
I ran
chmod +x ~/.local/bin/wsi
chmod +x ~/.local/bin/whisper-tiny.en.llamafile
chmod +x ~/.local/bin/whisper-small.en.llamafile
I downloaded the wsi file, and changed below lines -
# Commented these 3 lines as I want to use llamafile. Uncommenting them also did not make any difference.
#model="$HOME/CHANGE_PATH_TO/WHISPER_CPP/MODELS/HERE/ggml-base.en.bin"
#WHOST="127.0.0.1"
#WPORT="58080"
# None of the below worked either -
WHISPERFILE="$HOME/.local/bin/whisper-tiny.en.llamafile"
# WHISPERFILE=".local/bin/whisper-tiny.en.llamafile"
# WHISPERFILE="whisper-tiny.en.llamafile"
# WHISPERFILE="$HOME/.local/bin/whisper-small.en.llamafile"
# WHISPERFILE=".local/bin/whisper-small.en.llamafile"
# WHISPERFILE="whisper-small.en.llamafile"
Metadata
Metadata
Assignees
Labels
No labels