|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
C++20 concept: Any type with sampling parameter fields. More...
#include <sampler.hpp>
C++20 concept: Any type with sampling parameter fields.
Allows template to accept any binding's generated SamplingParams type without coupling to specific implementations.
Fields can be either T or std::optional<T>
Definition at line 73 of file sampler.hpp.