Update openedai-speech-integration.md

This commit is contained in:
Justin Hayes 2024-09-02 21:10:52 -04:00 committed by GitHub
parent 127f2cacda
commit 4f502cccfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```