SociallyIneptWeeb / LanguageLeapAI

Your Personal Multilingual AI Translator
MIT License
849 stars 168 forks source link

amd gpu support? #45

Closed jechosu closed 1 year ago

jechosu commented 1 year ago

I got the following error while trying to startup the docker container:

Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: initialization error: WSL environment detected but no adapters were found: unknown

On another PC, this issue was solved by installing the Nvidia GPU driver, but I have an amd GPU on my main machineđź’€. Is there any way to change the requirements of the docker to get AMD GPUs to work?

SociallyIneptWeeb commented 1 year ago

Uh I don't think so, I think it only allows Nvidia GPUs. So you probably have to run whisper and voicevox using the Google colab notebooks

jechosu commented 1 year ago

ok, thanks! also, is there anyway to lower the volume of her voice? It seems earrapeish to some, and OBS seems to show it clips and peaks at times. I have tried to mess with the volume sliders of anything I could find, from the voicemeeter sliders to the windows sound sliders, to no avail.

SociallyIneptWeeb commented 1 year ago

You can change the VOLUME_SCALE variable in the .env file to a lower value, e.g. 3.0

jechosu commented 1 year ago

ok, thanks!