mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
b061ba9e2a
* Fix top-p sampling to match the standard definition (smallest set that has probability mass at least p, not largest set with probability mass less than p) * top-p: correct gt to gte * add test for correct top-p behavior |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test-double-float.c | ||
test-grad0.c | ||
test-opt.c | ||
test-quantize-fns.cpp | ||
test-quantize-perf.cpp | ||
test-sampling.cpp | ||
test-tokenizer-0.cpp |