]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Exit from interactive mode if input stream is bad (#491)
authorHarald Fernengel <redacted>
Sun, 26 Mar 2023 05:25:46 +0000 (07:25 +0200)
committerGitHub <redacted>
Sun, 26 Mar 2023 05:25:46 +0000 (08:25 +0300)
commit33e35b8fe8f09adcac0632e9cece62e1dd629f7d
tree70c6a0731dbd08f458e8ab775f3b589f3e708484
parent19726169b379bebc96189673a19b89ab1d307659
Exit from interactive mode if input stream is bad (#491)

Allow exiting the interactive prompt also with CTRL-D on Unix and CTRL-Z
on Windows.
examples/main/main.cpp