README update

This commit is contained in:
albe873
2024-12-13 23:23:07 +01:00
parent 400aa31d19
commit f62f995c1d

View File

@@ -2,28 +2,16 @@
A docker image and a few lines of python to use OpenAI whisper with Rhasspy and/or Home Assistant on AMD GPUs with ROCm. 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 gpu-wyoming-whisper .
```
## Run with docker-compose ## Run with docker-compose
```shell ```shell
docker-compose up -d docker-compose up -d
``` ```
## Run with Docker
Build docker image:
```shell
docker build -t wyoming-whisper .
```
Run docker image:
```shell
docker run --entrypoint '' -v $(pwd)/data:/data -v $(pwd)/src:/src -it --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video -p 10300:10300 wyoming-whisper bash
```
Run script:
```shell
python -m wyoming_whisper --download-dir /data --model medium --debug
```