Skip to content

Commit 7bd4cfc

Browse files
authored
ROCm update
1 parent 0391696 commit 7bd4cfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ High-performance Text-to-Speech server with OpenAI-compatible API, multilingual
88

99
## Changelog
1010

11+
**v1.3.1** (2025-07-05)
12+
- 🐳 ROCm Docker implementation contributed by [@wizardeur](https://github.com/wizardeur) – many thanks for your contribution ❤️
13+
1114
**v1.3.0** (2025-04-18)
1215
- 🌐 Added comprehensive multilingual support with 16 new voice actors across 7 languages
1316
- 🗣️ New voice actors include:
@@ -108,7 +111,7 @@ Orpheus-FastAPI/
108111
### 🐳 Docker compose
109112

110113
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`
112115

113116
```bash
114117
cp .env.example .env # Create your .env file from the example

0 commit comments

Comments
 (0)