From e1576bcded67e3500bdf6be026049e131c3408c9 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:54:23 +0100 Subject: [PATCH] optional gpu --- ct/birdnet.sh | 1 + json/birdnet.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ct/birdnet.sh b/ct/birdnet.sh index 79a2fe5a..7bb54d6a 100644 --- a/ct/birdnet.sh +++ b/ct/birdnet.sh @@ -14,6 +14,7 @@ var_disk="${var_disk:-12}" var_os="${var_os:-debian}" var_version="${var_version:-13}" var_unprivileged="${var_unprivileged:-1}" +var_gpu="${var_gpu:-no}" header_info "$APP" variables diff --git a/json/birdnet.json b/json/birdnet.json index 137733b6..4d608d7a 100644 --- a/json/birdnet.json +++ b/json/birdnet.json @@ -37,12 +37,12 @@ "type": "warning" }, { - "text": "Data and recordings are stored in `/opt/birdnet/data`.", + "text": "For GPU acceleration, set `var_gpu=yes` before running the script.", "type": "info" }, { - "text": "GPU acceleration is not available in the LXC version. CPU-based transcription is used.", + "text": "Data and recordings are stored in `/opt/birdnet/data`.", "type": "info" } ] -} +} \ No newline at end of file