20.4 Local Deployment of Large Language Models
llama.cpp
Installation
# pkg install llama-cpp# cd /usr/ports/misc/llama-cpp/
# make install clean# pkg info -D llama-cppDeploying the Qwen Large Model
$ llama-cli -hf Qwen/Qwen3-0.6B-GGUF:Q8_0 --jinja --color -ngl 99 -fa -sm row --temp 0.6 --top-k 20 --top-p 0.95 --min-p 0 --presence-penalty 1.5 -c 1024 -n 256 --no-context-shiftParameter
Description
Ollama
Installation
Service Management
Deploying DeepSeek-R1
Claude Code
Installation
Using Claude Code
GitHub Copilot CLI
Installation
Using GitHub Copilot CLI

Last updated