collabora / WhisperFusion

WhisperFusion builds upon the capabilities of WhisperLive and WhisperSpeech to provide a seamless conversations with an AI.
1.45k stars 101 forks source link

expected 8.0 but got 8.9 #39

Closed LEAGUEDORA closed 4 months ago

LEAGUEDORA commented 4 months ago

Hello, when I am running the docker run --gpus all --shm-size 64G -p 6006:6006 -p 8888:8888 -it ghcr.io/collabora/whisperfusion:latest I got the following error expected compute 8.0 but got compute 8.9. I am trying to run this on A100 80GB GPU in GCP. I have read the docs and it said to run like this to build for a new arch bash build.sh 86-real. Now should I build like

bash build.sh 8.9-real

or

bash build.sh 89-real
makaveli10 commented 4 months ago

Hello @LEAGUEDORA, the compute capability of A100 is 8.0 so, the command that you should use to build would come down to:

bash build.sh 80-real

Let us know, if you run into issues.