CoolFace
Modelpublic

Felipe97/llama-cpp-compiled

sourceHugging Faceupdated 3d agoView on Hugging Face
0likes1.1kdownloads
README.md8 linesDownload Raw Back to simple-chat
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