llama.cpp/examples
MillionthOdin16 c283edd7f2 Set n_batch to default values and reduce thread count:
Change batch size to the llama.cpp default of 8. I've seen issues in llama.cpp where batch size affects quality of generations. (It shouldn't) But in case that's still an issue I changed to default.

Set auto-determined num of threads to 1/2 system count. ggml will sometimes lock cores at 100% while doing nothing. This is being addressed, but can cause bad experience for user if pegged at 100%
2023-04-05 18:17:29 -04:00
..
high_level_api Set n_batch to default values and reduce thread count: 2023-04-05 18:17:29 -04:00
low_level_api Add quantize example 2023-04-05 04:17:26 -04:00
notebooks Add performance tuning notebook 2023-04-05 04:09:19 -04:00