mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-01 08:40:19 +00:00
fa84c4b3e8
* Fix issue where interactive mode in the main example crashes when input exceeds ctx size * Ensure the context size is at least 8 tokens in the main example. Closes #1768