llama.cpp
0a17687c - Make backend dist sampler use same rnd's as dist sampler

Commit
13 days ago
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).
Author
Parents
Loading