Requirements & Setup
Hardware Requirements
An Nvidia GPU (GTX 1080 or higher, RTX 2080Ti recommended) is necessary for inference.
Minimum Requirements
these are the minimum requirements for running a single instance (1 GPU encoder) of the TTS system:
CPU : modern 16-thread CPU or better
GPU : GTX 1080 or better (RTX 2080Ti or better recommended)
RAM : 32GB+
Reference Development Environment
the TTS system was primarily developed on the following system:
CPU : AMD Ryzen Threadripper 1950X 16-Core Processor
GPU : Gigabyte nVidia GeForce RTX 2080
RAM : 128 GB
Software Requirements
services are available via docker images. for GPU inference, nvidia-docker2
is used. this requires an Nvidia driver ≥ 410.78 and a CUDA version of 10.0.
# Operating System
Linux Distribution : Ubuntu 16.04+
# Graphics Libraries
Nvidia Driver Version : 410.78+
Nvidia CUDA Version : 10.0
# Software
docker v18.x (<19.03)
nvidia-docker2
docker-compose
Last updated
Was this helpful?