view the rest of the comments
LocalLLaMA
Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.
Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.
As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.
Rules:
Rule 1 - No harassment or personal character attacks of community members. I.E no namecalling, no generalizing entire groups of people that make up our community, no baseless personal insults.
Rule 2 - No comparing artificial intelligence/machine learning models to cryptocurrency. I.E no comparing the usefulness of models to that of NFTs, no comparing the resource usage required to train a model is anything close to maintaining a blockchain/ mining for crypto, no implying its just a fad/bubble that will leave people with nothing of value when it burst.
Rule 3 - No comparing artificial intelligence/machine learning to simple text prediction algorithms. I.E statements such as "llms are basically just simple text predictions like what your phone keyboard autocorrect uses, and they're still using the same algorithms since <over 10 years ago>.
Rule 4 - No implying that models are devoid of purpose or potential for enriching peoples lives.
Can't speak to OWUI (llama.cpp's built in web UI has been sufficient for me), but for image generation, you'll need to grab a different piece of software to handle that as Ollama only does LLMs, not diffusion models. The two main options for that are ComfyUI and Automatic1111, though I will warn that both require far more manual setup than Ollama does.
- Opinion warning -
I would highly recommend you move away from Ollama and switch to llama.cpp or ik_llama.cpp if you can. While Ollama is by far the simplest, most plug-and-play solution, it has a handful odd or misleading design choices that make doing anything worthwhile kind of annoying, like setting the context size to 4096 (are we in 2023 or something?) by default a weird, nonstandard model naming scheme. Ollama configuration is also painfully limited, while llama.cpp exposes a lot more knobs and dials you can tune to get the best performance you can.
Additionally, you may want to swap out some of the models you're using for newer ones. As it is unlikely you are running the full 685B parameter Deepseek-R1 on your home rig since it requires >500 GB of RAM to run at any appreciable speed, you're probably running one of the "distills," which are smaller models that were fine-tuned to behave like the full-sized model. The Deepseek distills, along with every Llama model, are practically ancient by LLM standards and have since been far outclassed by newer models that are around the same size or even smaller. If you want somewhere to start, check out the new Qwen3.5 models.
Thank you for the deep post!
Ok, I need you to ELI5 what you wrote because I am not a llm expert and... Got lost.
I have OWUI which provide the web interface. Then I have ollama that runs the models, and I have added models there.
I searched for llama. Cpp but i am unclear why make it different from ollama and if i can install models there.
Can you help me cast some light?
Also about models, I have a 16gb VRAM NVIDIA gpu that works fine with the models I have, what is the correlation here?