Fresh debian install, needs 6.5 GB free RAM
apt update
apt install gcc g++ make
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp/
make
wget -c https://huggingface.co/TheBloke/WizardLM-7B-V1.0-Uncensored-GGML/resolve/main/wizardlm-7b-v1.0-uncensored.ggmlv3.q4_K_M.bin
mv...