Summary
@Miliya-Ai discovered that the Docker containers need to be updated to work with CUDA 12.8:
@jeffbl I think we could try changing ARG CUDA="11.8" to ARG CUDA="12.8" in services/multilang-support/Dockerfile, based on the information in the link. However, since I don't have access to Pegasus, I'm not able to run a test on my end to verify whether it resolves the issue.
Originally posted by @Miliya-Ai in #1194
Instructions
Acceptance criteria
multilang runs on GPU in dev and production environments
espnet-tts runs on CPU in dev and production environments
espnet-tts-fr runs on CPU in dev and production environments
Summary
@Miliya-Ai discovered that the Docker containers need to be updated to work with CUDA 12.8:
Originally posted by @Miliya-Ai in #1194
Instructions
multilang-supportDockerfile CUDA argument to CUDA 12.8espnet-ttsandespnet-tts-frconfigurations indocker-compose.ymlto be CPU-only and working with CUDA 12.8Acceptance criteria
multilangruns on GPU in dev and production environmentsespnet-ttsruns on CPU in dev and production environmentsespnet-tts-frruns on CPU in dev and production environments