From 6c33195429cc14e00c6f240560af065b5b0aa79f Mon Sep 17 00:00:00 2001 From: Manuel <43859792+LoredCast@users.noreply.github.com> Date: Fri, 19 Sep 2025 22:00:39 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f83c97..32d6228 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ File Wizard is a self-hosted, browser-based utility for file conversion, OCR, an * **Configuration:** * A dedicated `/settings` page allows for viewing and editing the configuration directly from the UI. * OAuth needs to be configured in the `config/settings.yml` file, you can see the default for a reference. By default, it runs without auth in local mode. + * Currently it only supports cpu operations, but a future image will include the cuda drivers for running whisper on gpu (torch and cuda is large and I didn't want to inflate the image even more) -----