]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix coloring of last `n_batch` of prompt, and refactor line input (#221)
authorRickey Bowers Jr <redacted>
Sun, 19 Mar 2023 19:44:30 +0000 (13:44 -0600)
committerGitHub <redacted>
Sun, 19 Mar 2023 19:44:30 +0000 (19:44 +0000)
commit5c19c70ba631a8f5d54feb6634e0eea178911a84
tree3a2af2b0a8cad83d36d52a60102aac91c1b0bfc6
parent24568371ae0d7caf85164abe4753f36a7dba0288
fix coloring of last `n_batch` of prompt, and refactor line input (#221)

* fix coloring of last `n_batch` of prompt, and refactor line input
* forgot the newline that needs to be sent to the model
* (per #283) try to force flush of color reset in SIGINT handler
main.cpp