Release v1.2.0 – Added Docker Compose support and credited contributor

- Added optional Docker Compose setup integrating Orpheus-FastAPI and a GPU-enabled llama.cpp inference server.
- Includes automatic model download via model-init service.
- Native install path remains unchanged to ensure compatibility for non-Docker users.
- Updated README to include contribution credit for @richardr1126 (https://github.com/richardr1126).
- Squash-merged PR #21 with clean commit history.

Thank you to @richardr1126 for the Docker orchestration work and for helping expand accessibility for container-based deployments!
This commit is contained in:
Alexander J. 2025-04-12 13:54:45 +10:00 committed by GitHub
parent a58d6edd79
commit f49e6b6a37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,11 @@ High-performance Text-to-Speech server with OpenAI-compatible API, 8 voices, emo
## Changelog
**v1.2.0** (2025-04-12)
- ❤️ Added optional Docker Compose support with GPU-enabled `llama.cpp` server and Orpheus-FastAPI integration
- 🐳 Docker implementation contributed by [@richardr1126](https://github.com/richardr1126) huge thanks for the clean setup and orchestration work!
- 🧱 Native install path remains unchanged for non-Docker users
**v1.1.0** (2025-03-23)
- ✨ Added long-form audio support with sentence-based batching and crossfade stitching
- 🔊 Improved short audio quality with optimized token buffer handling
@ -84,6 +89,7 @@ The docker compose file orchestrates the Orpheus-FastAPI for audio and a llama.c
```bash
cp .env.example .env # Nothing needs to be changed, but the file is required
copy .env.example .env # For Windows CMD
```
```bash