Zeoic

joined 3 years ago
[–] Zeoic@lemmy.world 1 points 3 weeks ago

Good point, could easily be hex or some higher base

[–] Zeoic@lemmy.world 6 points 3 weeks ago (6 children)

5 digit user ids, yet over 700k users? Im sure they must have gone up to 6 digits

[–] Zeoic@lemmy.world 2 points 4 weeks ago

Mind highlighting the part that you think proves your point? You used some of those words, sure, but this is a completely different meaning from your original comment.

[–] Zeoic@lemmy.world 3 points 1 month ago* (last edited 1 month ago) (1 children)

malware*

Their software contains a wiretap

[–] Zeoic@lemmy.world 1 points 1 month ago

Not talking about caching (though there would be some decent memory savings due to that on general platforms like ChatGPT and tools like Codex). I am talking about large batch sizes, which are concurrent requests all accessing the same memory at the same time. The model is loaded once onto the GPU(s) and then many simultaneous requests can read that memory at the same time. When those requests are all processing their responses simultaneously, the energy per token drops off a cliff.

And yes, running a smaller model would generally take less power, but thats not really a fair comparison. Small models just wont give you the same results as larger ones. You need to compare it apples to apples. If you want to compare your local Qwen model running on your laptop, you compare those numbers to larger systems supplying that same qwen model to thousands of people. Just because we are comparing cloud services to local doesn't automatically mean GPT 5.6 vs Qwen 3.6 27B. There are plenty of cloud AI providers running all sorts of models and sizes.

As for one of the articles I learned alot of this from originally, this is one I recommend going through. It really goes deep into the whole topic: https://arxiv.org/html/2601.22076v1

[–] Zeoic@lemmy.world 1 points 1 month ago (2 children)

Very serious. Your personal amount of usage means nothing at all in this conversation. It is entirely about tokens per watt. The amount of energy the memory operations involve scale incredibly well when people are accessing the same object in memory simultaneously. Last I looked it was around a 10x difference for the same models efficiency.

If you want me to be your personal search engine you’ll need to wait a bit, im making dinner right now and would rather look for the articles on my desktop.

[–] Zeoic@lemmy.world 2 points 1 month ago (7 children)

You have that backwards. The only thing you gain from running local models is privacy. It is not cheaper, it is not more efficient. You are actively hurting the environment MORE by using a local model on your own. LLM efficiency sky rockets the more users there are on a single loaded model.

IMO the only way we get to efficient LLM usage would be by having very efficient non frontier models running only for its local community to use, where you can have assurances on whether its power source is clean or not. That doesn't help with the plagiarism aspect though