Skip to content

Commit 112b74e

Browse files
papabear99rickstaa
andauthored
refactor(ai): add T2S docker image instructions (#685)
This commit adds instructions for downloading the T2S docker image to the T2S pipeline packge so that orchs don't forget to download this image when trying to serve T2S image models. --------- Co-authored-by: Rick Staa <[email protected]>
1 parent e33f3f4 commit 112b74e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ai/pipelines/text-to-speech.mdx

+11
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ The following system requirements are recommended for optimal performance:
6464
- [NVIDIA GPU](https://developer.nvidia.com/cuda-gpus) with **at least 12GB** of
6565
VRAM.
6666

67+
### Pipeline-Specific Image
68+
69+
To serve the `text-to-speech` pipeline, you must use a pipeline specific AI
70+
Runner container. Pull the required container from
71+
[Docker Hub](https://hub.docker.com/r/livepeer/ai-runner/tags?name=text-to-speech-latest)
72+
using the following command:
73+
74+
```bash
75+
docker pull livepeer/ai-runner:text-to-speech
76+
```
77+
6778
## API Reference
6879

6980
<Card

0 commit comments

Comments
 (0)