I built a local LLM server I can access from anywhere, and it uses a Raspberry Pi
…Just to make things a bit easier on myself, I went with the homebrew package manager to install llama.cpp. Setting up homebrew involved installing git via sudo apt install git -y…