whisper-edge icon indicating copy to clipboard operation
whisper-edge copied to clipboard

Error in whisper-edge/build.sh

Open mahmad096 opened this issue 1 year ago • 4 comments

When I run the line: bash whisper-edge/build.sh

I get the following error: WhatsApp Image 2024-01-30 at 22 46 36_b724c082

mahmad096 avatar Jan 30 '24 17:01 mahmad096

It's been a while since I looked at this and maybe some of the containers have changed. But it looks like you might be running this on a desktop while it was meant to be run on the Jetson Nano itself.

maxbbraun avatar Jan 31 '24 15:01 maxbbraun

This is the desktop environment on the jetson! Also, I'm curious to know if this can be run on something other than a jetson, and if so what the constraints are?

jacobhq avatar Feb 02 '24 22:02 jacobhq

I see! In principle, only the Docker part is specific to Jetson. The whisper library used here should work in many different environments, probably best with CUDA. If you're looking for something more flexible (and more mature than this repo), I'd recommend checking out whisper.cpp.

maxbbraun avatar Feb 03 '24 20:02 maxbbraun

Okay, thank you!

jacobhq avatar Feb 06 '24 08:02 jacobhq