From f49e6b6a37d3dd4b1c11de602bf2b1dc44b1b66a Mon Sep 17 00:00:00 2001 From: "Alexander J." Date: Sat, 12 Apr 2025 13:54:45 +1000 Subject: [PATCH] =?UTF-8?q?Release=20v1.2.0=20=E2=80=93=20Added=20Docker?= =?UTF-8?q?=20Compose=20support=20and=20credited=20contributor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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! --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 81f3eb1..b50f4d9 100644 --- a/README.md +++ b/README.md @@ -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