pub const LLAMA_CPP_MAX_DEVICES: usize = 16;
The maximum number of devices supported.
The real maximum number of devices is the lesser one of this value and the value returned by llama_cpp_2::max_devices().
llama_cpp_2::max_devices()