From 032c672040e63bb0694ca7b2ed36cef19e9475a2 Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:10:52 -0400 Subject: [PATCH] Update openedai-speech-integration.md --- docs/tutorial/openedai-speech-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/openedai-speech-integration.md b/docs/tutorial/openedai-speech-integration.md index 50378e1..ea6116a 100644 --- a/docs/tutorial/openedai-speech-integration.md +++ b/docs/tutorial/openedai-speech-integration.md @@ -96,7 +96,7 @@ docker compose -f docker-compose.rocm.yml up -d ```bash docker compose -f docker-compose.min.yml up -d ``` -* **CPU only, No GPU (Piper only)**: For a minimal docker image with only Piper support (<1GB vs. 8GB): +* **CPU only, No GPU (Piper only)**: For a minimal docker image with only Piper support (< 1GB vs. 8GB): ```bash docker compose -f docker-compose.min.yml up -d ```