lightningRalf / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
0 stars 0 forks source link

ubuntu shutting down after ./stream for few minutes #66

Open lightningRalf opened 1 year ago

lightningRalf commented 1 year ago

After using ./stream with cublas for a few minutes, my entire linux computer switches off without warning and reboots.

I highly suspect this is a personal hardware issue, but for reference, steps to reproduce:

  1. have a ubuntu 22.04 installation with an NVIDIA RTX 3090
  2. install whisper.cpp, download medium.en, WHISPER_CUBLAS=1 make stream -j
  3. ./stream -m ./models/ggml-medium.en.bin -t 8 --step 3000 --length 30000 --keep 3000
  4. wait for crash

can't find anything in dmesg or other logs about the source of the crash.