Files
llama.cpp/src
Oliver Simons 0a17687c72 Make backend dist sampler use same rnd's as dist sampler
We sample in double precision and cast to float to match rnd numbers of
llama_dampler_dist which uses double precision (sampling from
std::uniform_real_distribution<double> and
std::uniform_real_distribution<float> with same rng will produce
different sequences).
2025-12-19 11:43:19 +01:00
..
2025-09-05 17:32:39 -06:00
2025-09-05 17:32:39 -06:00
2025-12-11 14:42:56 +02:00
2025-12-18 10:12:47 +02:00