summarylogtreecommitdiffstats
path: root/voxtype-cuda.install
blob: 36d6f858e08ba221a50331bc5bcc1bace7741089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
    cat <<EOF
==> Voxtype Post-installation Steps:

    1. Add your user to the 'input' group:
       sudo usermod -aG input \$USER

    2. Log out and back in for group changes to take effect

    3. Download a model:
       voxtype setup model

    4. Start voxtype:
       systemctl --user enable --now voxtype

    To use ONNX engines (SenseVoice, Parakeet, Moonshine, etc.), make sure
    that either onnxruntime-cuda or onnxruntime-opt-cuda is installed

EOF
}