]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Add --simple-io option for subprocesses and break out console.h and cpp (#1558)
authorDannyDaemonic <redacted>
Fri, 4 Aug 2023 15:20:12 +0000 (08:20 -0700)
committerGitHub <redacted>
Fri, 4 Aug 2023 15:20:12 +0000 (08:20 -0700)
commit3498588e0fb4daf040c4e3c698595cb0bfd345c0
treeda51423cc8e1574b92507663d332507e1dea32fd
parent5f631c26794b6371fcf2660e8d0c53494a5575f7
Add --simple-io option for subprocesses and break out console.h and cpp (#1558)
Makefile
examples/CMakeLists.txt
examples/common.cpp
examples/common.h
examples/console.cpp [new file with mode: 0644]
examples/console.h [new file with mode: 0644]
examples/main/main.cpp