echodict/llama.cpp
version https://git-lfs.github.com/spec/v1 oid sha256:cfc44b7ba25614df70e6b65e3341cae0310163bd32fd31a6b928a542df433faf size 30786
0773
1# llama.cpp/example/simple-chat2 3The purpose of this example is to demonstrate a minimal usage of llama.cpp to create a simple chat program using the chat template from the GGUF file.4 5```bash6./llama-simple-chat -m Meta-Llama-3.1-8B-Instruct.gguf -c 20487...8 