From fc0eb29a131f06577c36164a58bc72b31bac1a6e Mon Sep 17 00:00:00 2001
From: McCloudS <64094529+McCloudS@users.noreply.github.com>
Date: Wed, 13 Mar 2024 20:17:31 -0600
Subject: [PATCH] Added CPU only image back
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 08d7318..73741b4 100644
--- a/README.md
+++ b/README.md
@@ -161,10 +161,9 @@ The following environment variables are available in Docker. They will default
| APPEND | False | Will add the following at the end of a subtitle: "Transcribed by whisperAI with faster-whisper ({whisper_model}) on {datetime.now()}"
### Images:
-mccloud/subgen:latest ~~or mccloud/subgen:cpu is CPU only (smaller)
~~
-~~mccloud/subgen:cuda is for GPU support~~
+`mccloud/subgen:latest` is GPU or CPU
+`mccloud/subgen:cpu` is for CPU only (slightly smaller image)
-There is now only a single image being maintained, the image has everything necessary to do both CPU and GPU.
# What are the limitations/problems?