Views
No views yet
llama.cpp framework. It is designed to run efficiently on CPUs and can be used for various natural language processing tasks.llama.cpp, follow these steps:1git clone https://github.com/ggerganov/llama.cpp
2cd llama.cpp
3cmake -B build
4cmake --build build --config Release
5cd llama.cpp/build/bin ./llama-cli -m /path/to/model/ -p "Your prompt here" -n 128 @misc{MISHANM/meta-Llama-3.2-3B-Instruct.gguf,
author = {Mishan Maurya},
title = {Introducing MISHANM/meta-Llama-3.2-3B-Instruct.gguf GGUF Model},
year = {2025},
publisher = {Hugging Face},
journal = {Hugging Face repository},
}