Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

63% Positive

Analyzed from 397 words in the discussion.

Trending Topics

#memory#style#model#gpu#llm#writing#run#consumer#read#content

Discussion (19 Comments)Read Original on HackerNews

Havocabout 1 hour ago
Think future generations of AMD could get quite interesting. They’re no doubt seeing people whining about mem throughput specifically
throwa356262about 1 hour ago
"Can't" is not really correct.

Nowadays, specially with MoE models you can run parts of the model on GPU and still get some speed up.

lowbloodsugar9 minutes ago
The current “big GPU” has 96gb of memory, but that’s not a “consumer GPU” apparently, while a $5000 Spark is a “consumer PC” I guess. In any case you’re probably better off running a large open weights model on the cloud.
ReptileMan44 minutes ago
>The two numbers that decide everything

Do you have LLM paranoia? The moment you read something in this style suddenly your brain starts doubting whether you are consuming human generated content.

cheevly38 minutes ago
Maybe like… focus on the actual content instead of perceived writing patterns? Crazy I know.
glimshe35 minutes ago
This. I don't particularly like the LLM writing style, but we've read a ton of very poorly written texts over the year with no complaints. LLMs are average writers with an annoying style, but not bad writers. If the content is good, I don't care if a LLM wrote it.
jazzyjackson33 minutes ago
It’s a flag that no care went into it. Web surfing involves lots of little decisions following cues of “is this worth my time”
lukeinator4233 minutes ago
The writing style is this staccato LLM-like style that is difficult to read as it has zero flow and meaningless sentences.

Like what does the second sentence even mean? Is it even a sentence? "The roofline math, the prompt-processing catch, the NPU red herring, and the owner-measured speeds."

forsalebypwner3 minutes ago
Also so sick of the "it's not x, it's y", like stop fucking telling me what it's not! just get to the point!

` The mini PC's slowness is not a driver problem or a weak chip. It is arithmetic on the bandwidth number. `

abtinf8 minutes ago
There is no doubt. It's junk.
LoganDarkabout 2 hours ago
Can't really run it as well, though. My "mini PC" is an M4 Max with 128GB of unified memory and the memory bandwidth is still sorely lacking for inference (although it's far better than any non-unified consumer architecture!).
mountainriverabout 1 hour ago
Yeah this is such a funny thing going around. Try to run or train a small/medium sized model on a MacBook. It doesn’t go very good compared to a dedicated gpu

This is likely the right path in the future but it isn’t there yet today

bahmbooabout 1 hour ago
To be fair it's "only" half the throughput of a 4090 and a third of an RTX 6000. Significant but not an order of magnitude.
entrope11 minutes ago
Those are the ratios for memory bandwidth, but the GPUs have a much higher ratio for compute, and that affects prefill rate / TTFT, right?
lowbloodsugar14 minutes ago
An old ada Rtx 6000 maybe. A Blackwell RTX Pro 6000 is an order of magnitude faster and has 96gb.
OutOfHereabout 1 hour ago
Let's also ensure the SSD doesn't age prematurely.
craftkillerabout 1 hour ago
I was under the impression that when you're streaming the weights from disk because the full model won't fit in memory, that it is solely reading from the SSD, not writing, so it wouldn't be causing wear on your SSD.
giantrobot22 minutes ago
It is and it doesn't. You only get into disk writes if the system starts paging out to disk.