ROCm update

This commit is contained in:
Alexander J. 2025-07-05 11:05:05 +10:00 committed by GitHub
parent 0391696552
commit 7bd4cfceef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,9 @@ High-performance Text-to-Speech server with OpenAI-compatible API, multilingual
## Changelog ## Changelog
**v1.3.1** (2025-07-05)
- 🐳 ROCm Docker implementation contributed by [@wizardeur](https://github.com/wizardeur) many thanks for your contribution ❤️
**v1.3.0** (2025-04-18) **v1.3.0** (2025-04-18)
- 🌐 Added comprehensive multilingual support with 16 new voice actors across 7 languages - 🌐 Added comprehensive multilingual support with 16 new voice actors across 7 languages
- 🗣️ New voice actors include: - 🗣️ New voice actors include:
@ -108,7 +111,7 @@ Orpheus-FastAPI/
### 🐳 Docker compose ### 🐳 Docker compose
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. 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.
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` 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`
```bash ```bash
cp .env.example .env # Create your .env file from the example cp .env.example .env # Create your .env file from the example