Live data from Hacker News

Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

cerebras.ai

71–80 of 160 posts

Re: Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

#71
post #63
post #8

It seem this news is "outdated" as it's from Jul 8 and might picked up confusing this model with yesterday Qwen 3 coder 405B release that is different in specs.

I initially thought this was about the Qwen release from two days ago, Qwen3-235B-A22B-Instruct-2507 - https://simonwillison.net/2025/Jul/22/qwen3-235b-a22b-instru... - but that's a no-reasoning model and the Cerebras announcement talks about reasoning, which tipped me off that this was Qwen's Qwen3-235B-A22B from April. (These model names are so confusing.)

Is Qwen3 235B A22B in OpenRouter the stock version or Cerebras version?

https://openrouter.ai/provider/cerebras

Re: Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

#73
post #56

Earlier quoted context omitted.

> dynamically assign precision to the layers that need them Well now I'm curious; how is a layer judged on its relative need for precision? I guess I still have a lot of learning to do w.r.t. how quantization is done. I was under the impression it was done once, statically, and produced a new giant GGUF blob or whatever format your weights are in. Does that assumption still hold true for the approach you're describin…

Last I checked they ran some sort of evals before and after quantisation and measured the effect. E.g Exllama-v2 measures the loss while reciting Wikipedia articles.

[dead]

Re: Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

#74
post #18

Cerebras is truly one of the maddest technical accomplishments that Silicon Valley has produced in the last decade or so. I met Andy seven or eight years ago and I thought they must have been smoking something - a dinner plate sized chip with six tons of clamping force? They made it real, and in retrospect what they did was incredibly prescient

It's a modern take on an old idea. I first saw it in European research for wafer-scale, analog, neural networks. I found another project while looking for it. I'll share both.

https://www.kip.uni-heidelberg.de/Veroeffentlichungen/downlo...

https://archive.ll.mit.edu/publications/journal/pdf/vol02_no...

The second's patents would also be long-expired since it's from 1989.

Re: Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

#75

Earlier quoted context omitted.

Isn’t usually mixed? I understood that Apple even uses fp1 or fp2 on their hardware embedded models they ship on their phones, but as far as I know it’s typically a whole bunch of different precisions.

Small bit of pedantry: While there are 1 and 2-bit quantized types used in some aggressive schemes, they aren't floating point so it's inaccurate to preface them with FP. They are int types. The smallest real floating point type is FP4. EDIT: Who knew that correctness is controversial. What a weird place HN has become.

I wonder if the fact that we use "floating point" is itself a bottleneck that can be improved.

Remembering my CS classes, storing an FP value requires the base and the exponent; that's a design decision. Also remembering some assembler classes, Int arithmetic is way faster than FP.

Could there be a better "representation " for the numbers needed in NN that would provide the accuracy of floating point but provide faster operations? (Maybe even allow to perform required operations as bitwise ops. Kind of like the left/right shifting to double/half ints. )

Re: Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

#76
"Full 131k" context , actually the full context is double that at 262144 context and with 8x yarn mutiplier it can go up to 2million. It looks like even full chip scale Cerebras has trouble with context length, well, this is a limitation of the transformer architechture itself where memory requirements scale ~linearly and compute requirements roughly quadratically with the increase in kv cache.

Anyway, YOU'RE NOT SERVING FULL CONTEXT CEREBRAS, YOU'RE SERVING HALF. Also what quantization exactly is this, can the customers know?

Re: Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

#77
post #75

Earlier quoted context omitted.

Small bit of pedantry: While there are 1 and 2-bit quantized types used in some aggressive schemes, they aren't floating point so it's inaccurate to preface them with FP. They are int types. The smallest real floating point type is FP4. EDIT: Who knew that correctness is controversial. What a weird place HN has become.

I wonder if the fact that we use "floating point" is itself a bottleneck that can be improved. Remembering my CS classes, storing an FP value requires the base and the exponent; that's a design decision. Also remembering some assembler classes, Int arithmetic is way faster than FP. Could there be a better "representation " for the numbers needed in NN that would provide the accuracy of floating point but provide fast…

Shit I'd love to do R&D on this.

Re: Cerebras launches Qwen3-235B, achieving 1.5k tokens per second

#78

Earlier quoted context omitted.

There are rumors that the K2 model Groq is serving is quantized or otherwise produces lower-quality responses than expected due to some optimization, FYI. I tested it and the speed is incredible, though.

have they managed to remove the "output may contain mistakes" disclaimer from a single LLM yet?

Never will.

But then, same for humans yes?

Post reply on HN