Self-hosting LLM (AI): Frontends
French version is available on LinuxFr. Comments can be posted on LinkedIn. Introduction This post is a follow-up to my previous articles: Self-hosting your AIs: Generalities Self-hosting your AIs: Hardware and Inference Optimization Self-hosting your LLMs (AIs): CPU+RAM overflow and Mixture-of-Experts We’ve covered the theory, the hardware, and you’ve probably emptied your savings accounts and built your intelligent electric space heater by now. You now have an LLM tuned to perfection. Now we come to the most enjoyable part: actually using the models. In other words, we are going to put user interfaces (frontends) in front of our inference engine to actually put them to work. ...