From cccb498b298695c084911f708a3c93130a820f43 Mon Sep 17 00:00:00 2001 From: papabear99 <89408276+papabear99@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:40:21 -0800 Subject: [PATCH 1/2] Update text-to-speech.mdx Added Pipeline Specific Image info and link --- ai/pipelines/text-to-speech.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ai/pipelines/text-to-speech.mdx b/ai/pipelines/text-to-speech.mdx index 9862aa80..6173722b 100644 --- a/ai/pipelines/text-to-speech.mdx +++ b/ai/pipelines/text-to-speech.mdx @@ -64,6 +64,17 @@ The following system requirements are recommended for optimal performance: - [NVIDIA GPU](https://developer.nvidia.com/cuda-gpus) with **at least 12GB** of VRAM. +### Pipeline-Specific Image + +To serve the `text-to-speech` pipeline, you must use a pipeline specific AI +Runner container. Pull the required container from +[Docker Hub](https://hub.docker.com/layers/livepeer/ai-runner/text-to-speech-3a18b4ee17b80f74c52ef9852694853d5aba5234/images/sha256-037ef97d78c2843e73b78380bc5db9d872b55a3faad0a71c11555cb95c6f62d0?context=explore) +using the following command: + +```bash +docker pull livepeer/ai-runner:text-to-speech +``` + ## API Reference Date: Mon, 11 Nov 2024 11:55:12 +0100 Subject: [PATCH 2/2] refactor(ai): simplify T2S dockerhub link This commit uses a shorter DockerHub url for the T2S image which points to the latest image. --- ai/pipelines/text-to-speech.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/pipelines/text-to-speech.mdx b/ai/pipelines/text-to-speech.mdx index 6173722b..219753a6 100644 --- a/ai/pipelines/text-to-speech.mdx +++ b/ai/pipelines/text-to-speech.mdx @@ -68,7 +68,7 @@ The following system requirements are recommended for optimal performance: To serve the `text-to-speech` pipeline, you must use a pipeline specific AI Runner container. Pull the required container from -[Docker Hub](https://hub.docker.com/layers/livepeer/ai-runner/text-to-speech-3a18b4ee17b80f74c52ef9852694853d5aba5234/images/sha256-037ef97d78c2843e73b78380bc5db9d872b55a3faad0a71c11555cb95c6f62d0?context=explore) +[Docker Hub](https://hub.docker.com/r/livepeer/ai-runner/tags?name=text-to-speech-latest) using the following command: ```bash