]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : fix crash when using verbose output with input tokens that are not in printa...
authorIshaan Gandhi <redacted>
Thu, 13 Mar 2025 10:10:05 +0000 (06:10 -0400)
committerGitHub <redacted>
Thu, 13 Mar 2025 10:10:05 +0000 (11:10 +0100)
commit2048b5913d51beab82dfe29955f9008130b936c0
treef9d2301200b08bc5128c0e66baed0ed3529aedb9
parentf08f4b3187b691bb08a8884ed39ebaa94e956707
server : fix crash when using verbose output with input tokens that are not in printable range (#12178) (#12338)

* Fix DOS index bug

* Remove new APIs

* remove extra line

* Remove from API

* Add extra newline

* Update examples/server/server.cpp

---------

Co-authored-by: Xuan-Son Nguyen <redacted>
examples/server/server.cpp