maxbbraun / whisper-edge

OpenAI Whisper for edge devices
MIT License
107 stars 16 forks source link

Error in whisper-edge/build.sh #8

Open mahmad096 opened 5 months ago

mahmad096 commented 5 months ago

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

maxbbraun commented 5 months ago

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.

jacobhq commented 5 months ago

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?

maxbbraun commented 5 months ago

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.

jacobhq commented 5 months ago

Okay, thank you!