HACKER Q&A
📣 ludovicianul

Is there a good alternative for a local ChatGPT


I would like to have something as similar as possible to ChatGPT, but deployed in a closed environment. Feed it my specific data and query it afterwards. What would you recommend?


  👤 gostsamo Accepted Answer ✓
Keep in mind that the number of parameters on this thing goes to hundreds of billions. So, start with a local datacenter and continue from there. Facebook's Lama which is supposed to be both similar in performance and much reduced in size has only 65 billion params and weights around 220gb (as far as I remember from an article). You will need a beefy server to run this and it would better be shared or the server will be idle most of the time.


👤 labarilem

👤 amrb
A web UI for running Large Language Models https://github.com/oobabooga/text-generation-webui

👤 ad404b8a372f2b9
There is a thread on /g/ about running your own LLM chatbots with a lot of good info.