]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
gitignore : changes for Poetry users + chat examples (#2284)
authorJose Maldonado <redacted>
Fri, 21 Jul 2023 10:53:27 +0000 (06:53 -0400)
committerGitHub <redacted>
Fri, 21 Jul 2023 10:53:27 +0000 (13:53 +0300)
commit73643f5fb1136dc2b65ae910bdc5a431520d70a2
tree6ce452a7b36dbff208231c9671e13df6769be60d
parenta814d04f81121e0429b39a61fe4afd946cd42046
gitignore : changes for Poetry users + chat examples (#2284)

A fix in Makefile for FreeBSD users. In the platfrom x86_64 is amd64. This fix resolve compilation using CFLAGS and CXXFLAGS with -march=native and -mtune=native
Add two examples for interactive mode using Llama2 models (thx TheBloke for models)

Co-authored-by: Georgi Gerganov <redacted>
.gitignore
Makefile
examples/llama2-13b.sh [new file with mode: 0755]
examples/llama2.sh [new file with mode: 0755]