]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : add "simple" (#1840)
authorSuperUserNameMan <redacted>
Fri, 16 Jun 2023 18:58:09 +0000 (20:58 +0200)
committerGitHub <redacted>
Fri, 16 Jun 2023 18:58:09 +0000 (21:58 +0300)
commitb41b4cad6f956b5f501db0711dd7007c32b5eee5
treeba63bf4f22e0ba000112a9ac1ac791961c67f761
parent13fe9d2d84f30cab613c960bf66ac83916006694
examples : add "simple" (#1840)

* Create `simple.cpp`

* minimalist example `CMakeLists.txt`

* Update Makefile for minimalist example

* remove 273: Trailing whitespace

* removed trailing white spaces simple.cpp

* typo and comments simple.cpp

---------

Co-authored-by: Georgi Gerganov <redacted>
Makefile
examples/simple/CMakeLists.txt [new file with mode: 0644]
examples/simple/simple.cpp [new file with mode: 0644]