optional gpu
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user