You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ High-performance Text-to-Speech server with OpenAI-compatible API, multilingual
8
8
9
9
## Changelog
10
10
11
+
**v1.3.1** (2025-07-05)
12
+
- 🐳 ROCm Docker implementation contributed by [@wizardeur](https://github.com/wizardeur) – many thanks for your contribution ❤️
13
+
11
14
**v1.3.0** (2025-04-18)
12
15
- 🌐 Added comprehensive multilingual support with 16 new voice actors across 7 languages
13
16
- 🗣️ New voice actors include:
@@ -108,7 +111,7 @@ Orpheus-FastAPI/
108
111
### 🐳 Docker compose
109
112
110
113
The docker compose file orchestrates the Orpheus-FastAPI for audio and a llama.cpp inference server for the base model token generation. The GGUF model is downloaded with the model-init service.
111
-
There are two versions, one for machines that have access to GPU support `docker-compose-gpu.yaml` and one for CPU support only: `docker-compose-cpu.yaml`
114
+
There are three versions, two for machines that have access to GPU support `docker-compose-gpu.yaml`, `docker-compose-gpu-rocm.yml` and one for CPU support only: `docker-compose-cpu.yaml`
112
115
113
116
```bash
114
117
cp .env.example .env # Create your .env file from the example
0 commit comments