services.tabby.acceleration

Specifies the device to use for hardware acceleration.

Tabby will try and determine what type of acceleration that is already enabled in your configuration when acceleration = null.

IFF multiple acceleration methods are found to be enabled or if you haven't set either cudaSupport or rocmSupport you will have to specify the device type manually here otherwise it will default to the first from the list above or to cpu.

Type
null or one of "cpu", "rocm", "cuda", "metal"
Default
null
Example
"rocm"
Declared
<nixpkgs/nixos/modules/services/misc/tabby.nix>