Hacker News new | ask | show | jobs
by gryfft 816 days ago

  git clone https://github.com/ggerganov/llama.cpp
  cd llama.cpp
  make
  ./server -m models/7B/ggml-model.gguf -c 2048
I don't think it'll take you the whole weekend :)