this post was submitted on 25 Jul 2026
6 points (75.0% liked)

LocalLLaMA

4948 readers
14 users here now

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.

founded 3 years ago
MODERATORS
 

llm's are random text generators. each one is a different architecture, different training data, or different training recipe.

first off: you probably dont need to fill up your harddrive with every good model in existance. often a url link is sufficient.(unless the owner deletes it. but quants are often still there)

optional second questions: how many links do you have to decent models(excluding low value experiments) how many would you estimate that you have?

optional third question: how much is your divirsity of model usage? assuming you had the compute, how many tested models would you utilize for a single query across different models? average. max.

fourth question: do you still rely on inference compute for non-locally hosted models?

top 6 comments
sorted by: hot top controversial new old
[–] leanleft@lemmy.ml 2 points 2 days ago* (last edited 1 day ago)

i wish there were more specialized models (domains.. in addition to styles).
Formation of the Open Secure AI Alliance
there are very real usecases for alternative models.
reddit locallama: reason for uncensored models
its a double edge sword. i compare it to marijuana decriminalization/legalization and, less positively, firearm rights. but actually, i think its more like linux being open-source.

[–] kwarg@mander.xyz 6 points 4 days ago

I also use Qwen3-Coder-Next for coding, and Qwen3-Instruct for general purposes. Im curious about Gemma4; might give it a try.

Its not part of the questions, but I started using Pi.dev with llama.cpp provider as my agent. If anyone has experimented with Pi, it would be nice to hear opinions.

[–] harmbugler@piefed.social 5 points 4 days ago (1 children)

Every now and then I try new models that come out and replace older ones I have that are worse. Best of the bunch for me is Gemma4, so all the rest went in the bin.

[–] SubArcticTundra@lemmy.ml 3 points 4 days ago* (last edited 4 days ago) (1 children)

What do you use your local models for? I've been considering going local but I'm not sure if local models are good enough yet to help me with CBT (essentially I paste in a few paragraphs describing my mental health problems and it analyzes what the mechanism is and how to untangle it. ChatGPT only became good enough for this last Christmas)

[–] Smokeydope@lemmy.world 1 points 2 days ago* (last edited 2 days ago)

Local llms would be big boot to your privacy if nothing else. You dont know what cloud llm providers do with your info, how long they store your data, or who they sell it to. The only HIPPA compliant model I know of is Claude series through api key access specifically. With local llms you dont have to worry about those things.

Also consider they changing and tweaking models all the time behind the scenes what works great for you now may change next update. Once you download a local llm its yours no chance of changes happening to important therapy not.

Chain of thought models are really good for use cases where you want quality answers over speedy ones.

[–] librekitty@lemmy.today 5 points 4 days ago

i have been using Gemma4 for general purpose, and Qwen3-Coder-Next for coding

i'm always interested in small models (under ~8b) too for CPU or phone use

i may start using non local models like GLM5.2 or Kimi, since it would be nice to have "claude-level" LLM output (i don't use proprietary models)