Dev
read more
Local LLM@Heggli
My own LLM, at home
I have a GPU box in the homelab. An RTX 3080 with 10 GB of VRAM and a Core Ultra 7 265KF. For a long time it was mostly there to be a GPU box.
Now it runs a local LLM, and it is live right now. The model and the chats run on my own hardware.
It is all in one Git repo, if you want to run it yourself: github.com/JEA666/local_LLM
A short Hugo how-to
Install Hugo
snap install hugo --channel=extendedCreate a new website
hugo new site evilDevOpsAdd a new post/article
hugo new post/helloWorld.mdStart test server
hugo server -DAdd a new theme
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/anankeAdd a repo as a submodule and set it to follow master.
Only needed if you haven’t configured .gitmodules