]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cli: fix stripping of \n in multiline input (#21485) upstream/0.0.8681
authorBipin Yadav <redacted>
Mon, 6 Apr 2026 18:54:06 +0000 (00:24 +0530)
committerGitHub <redacted>
Mon, 6 Apr 2026 18:54:06 +0000 (20:54 +0200)
commit506200cf8b5c8419ce97d16dc8c50f4634e21ebe
tree203d60681ea4c660f1dffc62132b4ef085c460e4
parent15f786e6581598638840276948a7e6183fc96a83
cli: fix stripping of \n in multiline input (#21485)

* llama-cli: fix stripping of \n in multiline input

* Change & string to string_view

* Apply suggestions from code review

Co-authored-by: Sigbjørn Skjæret <redacted>
* Fix EditorConfig linter error

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
common/console.cpp