From 65926f9c7083229d8b874ee9658538da030b28dc Mon Sep 17 00:00:00 2001
From: McCloudS <64094529+McCloudS@users.noreply.github.com>
Date: Mon, 29 Jan 2024 09:09:40 -0700
Subject: [PATCH] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index e43b865..13ae378 100644
--- a/README.md
+++ b/README.md
@@ -134,15 +134,15 @@ The following environment variables are available in Docker. They will default
You MUST mount your media volumes in subgen the same way Plex sees them. For example, if Plex uses "/Share/media/TV:/tv" you must have that identical volume in subgen.
-`"${APPDATA}/subgen:/subgen"` is just for storage of the python script and the language model, so it will prevent redownloading them. This volume isn't necessary, just a nicety. If you map this volume, you will have to likely manually place subgen.py and update it yourself, so it is not recomended unless you are doing dev work.
`"${APPDATA}/subgen/dist-packages:/usr/local/lib/python3.10/dist-packages"` is just for storing of the python packages, so it won't redownload then, again, not necessary.
+`"${APPDATA}/subgen:/subgen"` is just for storage of the python script and the language model. This volume isn't necessary, just a nicety. If you map this volume, you will have to likely manually place subgen.py and update it yourself, so it is not recomended unless you are doing dev work.
If you want to use a GPU, you need to map it accordingly.
### Images:
-mccloud/subgen:latest or mccloud/subgen:cpu is CPU only (smaller)
-mccloud/subgen:cuda is for GPU support
+mccloud/subgen:latest ~~or mccloud/subgen:cpu is CPU only (smaller)
~~
+~~mccloud/subgen:cuda is for GPU support~~
-They are functionally identical, except the cuda variant has all the necessary dependancies for using a GPU.
+There is now only a single image being maintained, the image has everything necessary to do both CPU and GPU.
## Running without Docker