Views
No views yet
llama.cpp?llama.cpp is a versatile tool for running large language models optimized for efficiency. It supports multiple quantization formats (e.g., GGML and GGUF) and provides inference capabilities on diverse hardware, including CPUs, GPUs, and mobile devices. The GGUF format is the latest evolution, designed to enhance compatibility and performance.llama.cpp for fast and efficient inference.llama.cpp using Homebrew (works on Mac and Linux):brew install llama.cppllama.cppllama.cpp, follow the steps below:llama-cli --hf-repo NbAiLab/nb-llama-3.1-8B-Instruct-Q4_K_M-GGUF --hf-file nb-llama-3.1-8b-instruct-q4_k_m.gguf -p "Your prompt here"llama-server --hf-repo NbAiLab/nb-llama-3.1-8B-Instruct-Q4_K_M-GGUF --hf-file nb-llama-3.1-8b-instruct-q4_k_m.gguf -c 2048