KoljaB / AIVoiceChat

Low latency ai companion voice talk in 60 lines of code using faster_whisper and elevenlabs input streaming
258 stars 49 forks source link

Cuda 12 #12

Open ChrisRutherfordSW2 opened 6 months ago

ChrisRutherfordSW2 commented 6 months ago

Hi, I'd love to use this library, but can't because I have Cuda 12 and its a massive pain to get both 11 and 12 going at the same time. Do you plan to switch to cuda 12, or are there dependencies preventing a migration?

KoljaB commented 6 months ago

Definitely planned. Most depending libraries support CUDA 12 now. CTranslate2 (which is a central lib for many things) even stopped support for CUDA 11 in the latest versions. So this alone will force me to update in the near future.