#Wyoming Protocol not detecting Whisper
1 messages · Page 1 of 1 (latest)
is the whisper addon running?
is there anything in the whisper addons log?
Yes… now I see it ;/
yeah looks like its trying to run and falling over
what system are you running on?
perhaps there is a bios setting to enable. or maybe your a bit out of luck.
I'm running HAOS Generic x86-64 on a Dell Wyse 5060 with 4GB RAM.
looks like it has a AMD GX-424 which should support AVX. you could check through the bios settings to see if there are any options for turning on various cpu instructions. you could also see if there is a bios update
Please share uname -a and cat /proc/cpuinfo.
Here's what triggers this message, btw
if [ "$(uname -m)" == "x86_64" ] && ! grep -qw 'avx' /proc/cpuinfo; then
bashio::log.warning "Your CPU does not support Advanced Vector Extensions (AVX). Whisper will run slower than normal."
fi
It turned out that my AMD GX-424 processor doesn't support AVX, so Whisper can't run properly. So, I want to upgrade my hardware to something more powerful that can easily handle the Voice Assistant with AI.
Do you have any proven recommendations for hardware that runs well on HAOS and is suitable for handling Whisper, Piper and ChatGPT?
Please still run the commands above and share.
You kind of need a dedicated GPU so a Mini PC will not do. I'd build something custom.
I use an Intel NUC 12 Pro. It might be a pricy buy in, but I have run HA on everything else and I like the NUC the best.
Well I suppose there are Mini PCs with dGPUs but they will be loud, expensive and you have fewer options and cannot easily replace it.
Could you share the specs of your NUC 12 Pro?
Intel NUC 12 Pro for ASUS, Business NUC Intel Core i5-1240P (12C/16T, Up to 4.4GHz), 16GB DDR4 RAM 256GB PCIe 4.0 NVMe SSD Mini PC, 8K/HDR/4K 4 Display/WiFi 6E/BT5.3/Quiet https://www.amazon.com/dp/B0DPH6P94J?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_1 and it isn't quiet it is silent. Hope it helps