Felipe97/llama-cpp-compiled
01.1k
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 