Expand description
Representation of an initialized llama backend
Structs§
- Invalid
Numa Strategy - An invalid numa strategy was provided.
- Llama
Backend - Representation of an initialized llama backend This is required as a parameter for most llama functions as the backend must be initialized before any llama functions are called. This type is proof of initialization.
Enums§
- Numa
Strategy - A rusty wrapper around
numa_strategy
.