Hi all,
I am running mozilla TTS on 8 core AWS GPU and the response time is same as 1 core.
i first run the 1) export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
2) source tts-venv/bin/activate
3) python -m TTS.server.server
Am i missing any configuration setting.