Files
rocm-wyoming-whisper/README.md
2024-12-13 23:25:26 +01:00

18 lines
305 B
Markdown

# rocm-wyoming-whisper
A docker image and a few lines of python to use OpenAI whisper with Rhasspy and/or Home Assistant on AMD GPUs with ROCm.
## Build Docker image
Build docker image:
```shell
docker build -t rocm-wyoming-whisper .
```
## Run with docker-compose
```shell
docker-compose up -d
```