Intelligent Voice is pleased to announce the 6.1.1 release. Full details can be found in the Intelligent Voice 6.1.1 release note.
Downloads
Installer 4.0
All IV 6.1.1 components can be installed using the latest version 4.0 of the IV universal installer:
The installer is an Ansible playbook which installs IV components onto one or more Red Hat, Oracle Linux or Ubuntu servers. The installer itself can run on any Linux platform with Ansible 2.14+ and OpenSSL 3.0.2+, and can install the IV software onto the same server or remotely using SSH.
Internet access requirements for installation
By default the installer will connect to the internet to download the required components. All sources are configurable, so the installer can run on a server without any internet access if the requirements below are mirrored locally.
Once installation is complete, no internet access is required.
1. Pre-requisite packages
The installer will attempt to download and install all pre-requisite packages if not already present. If all the pre-requisite packages are already present, no action is taken.
These will be installed using yum, dnf, apt or pip as appropriate, using existing configured package repositories and adding two new repositories: Docker (from download.docker.com
) and NVIDIA (from nvidia.github.io
).
The pre-requisite packages for all supported operating systems are:
python3-pip
docker-ce
,docker-ce-cli
,containerd.io
,docker-buildx-plugin
,docker-compose-plugin
python
docker
andrequests
packages (installed with pip)nvidia-container-runtime
for GPU support (if you setnvidia_runtime_enabled=yes
)
Additional pre-requisite packages for Red Hat and Oracle Linux are:
yum-utils
,device-mapper-persistent-data
,lvm2
,openssl
,python3-setuptools
2. Container images
Container images will be downloaded from:
IV’s container registry at http://intelligentvoice.azurecr.io
Docker Hub (http://registry.hub.docker.com )
NVIDIA NGC (nvcr.io)
See the README.md file included in the installer for details on configuring a local private registry, which will remove the need for internet access during installation.
3. IV models
IV models will be downloaded from models.intelligentvoice.com. To remove the requirement for internet access, set the download_models
option to false or change the model URLs to point to a local mirror of the models.