From 798e1576ee7ff43520869d80f82258901cf85b89 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sun, 5 Jan 2025 20:23:32 +0100 Subject: [PATCH] Fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd390a8..ca8f9ed 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ You can use build docker images. First pull the image: docker pull ghcr.io/softcatala/whisper-ctranslate2:latest -Second, run it: +The Docker image includes the small, medium" and large-v2. + +To run it: docker run --gpus "device=0" \ -v "$(pwd)":/srv/files/ \ @@ -42,7 +44,6 @@ Second, run it: /srv/files/e2e-tests/gossos.mp3 \ --output_dir /srv/files/ - Notes: * _--gpus "device=0"_ gives access to the GPU * _"$(pwd)":/srv/files/_ maps your current directory to /srv/files/ inside the container