Skip to main content
  1. Blog/

Running Llama 3 Locally with Open WebUI

·1 min
Author
Chengyu
I’m Chengyu — a final-year Computer Science student at the University of Sydney. I write about the things I build and break, plus hiking, travel, gaming, and gadgets.

Got Llama 3 running locally on my consumer-grade GPU and set up Open WebUI as the interface for it. The install was easy — following the docs, a single Docker command was all it took, no real technical hurdles.

On the backend, I hooked it up to One API as an aggregation layer, with Cloudflare and Groq configured as upstream providers. Combined with the locally-hosted Llama 3 8B and 70B models, that gives me one unified API surface spanning both local and remote inference.

Open WebUI interface
Local and remote models combined behind One API

Related