Let me know how you like this one! If you need some GPUs check out Hyperstack: console.hyperstack.cloud/?Influencers&Aleksa+Gordi%C4%87
@AR-iu7tf9 ай бұрын
Thank you so much for this interview. This was very helpful. It is not clear why they can’t do training - is it the additional memory needed ? That can’t be correct because he said they can connect multiple chips to have a large amount of sram. When you asked him that question his answer was Nvidia does it well already anyway .
@BillKatz8 ай бұрын
@@AR-iu7tf I think you mean: why don't they target training instead of inference? It's probably because this LPU architecture is particularly better than GPUs at the smaller tensor sizes you'd see for inference (see the slide at 54:24). So they're focusing on the LPU's competitive advantage and in the coming years, the need for inference compute will skyrocket as these systems permeate society.
@AR-iu7tf8 ай бұрын
@@BillKatz sorry yes !!! Thank you !fixed my brain freeze typo !
@AR-iu7tf8 ай бұрын
@@BillKatz ah - so large batch size training would be a challenge?
@BillKatz8 ай бұрын
@@AR-iu7tf From the slide, you see it's more that LPU bandwidth isn't significantly better than GPU at larger batch size. It's also possible that the data flow (given how the loss backpropagates) is less conducive to the LPU architecture, but it's possible their software stack could still do that as well.
@rembautimes8808Ай бұрын
Great talk, and thanks Igor for sharing this excellent insight. Impressive to be able to sequence things down to ns. Reminds me of a chip called Transmeta 20:years ago 😂
@couldntfindafreename9 ай бұрын
In short: We store everything in SRAM and use an optimized stack to drive it. But you cannot run a full model on a single card, you need two full racks of it. Good for LLM hosting at scale, but forget about buying such a card.
@autripat8 ай бұрын
per dylan patel's analysis and groq's own publication, 576 chips for sure (maybe 576 cards), a marvel in orchestration
@tchlux9 ай бұрын
Fantastic talk! Loved all the information. Any software engineer that truly cares about performance eventually wants to implement custom hardware!😆 I was a little disappointed he dodged the question about how many chips were used to run llama 70B. But I get it, because that metric isn’t what matters for infrastructure. What matters is cost per token generated. That means to roughly minimize: (Cost of chips × power required × token latency) / (Lifetime of chips) Even if the chips cost 10× more, if the set up is 10× faster at half the power consumption it could still halve the total lifetime cost for operating inference infrastructure. Can’t wait to see what the Groq team does in the future.
@sabaokangan9 ай бұрын
Thank you so much for sharing this with us on KZbin ❤️🔥 from SeoulNatU
@BillKatz8 ай бұрын
Very impressive unified software/hardware stack! Thanks so much for doing this interview. Please do schedule a follow-up so we can hear how graph neural networks might be handled given the way the LPUs do software-controlled data flow.
@abudhabi98509 ай бұрын
Aleksa, thank you, you are an inspiration to me.
@Johnassu4 ай бұрын
incredible!
@DailySFY9 ай бұрын
Thanks for sharing this!!
@sucim9 ай бұрын
Really nice technical overview! I was hesitant to click at first because I expected some marketing blabla
@TheAIEpiphany9 ай бұрын
Never on this channel :)
@svenvanwier71966 ай бұрын
@@TheAIEpiphany I do not have a lot of technical know how, but just subbed because of this comment. No marketing bla bla lets see what you can teach me!
@couragefox9 ай бұрын
Just what i wanted to know!
@stefisha9 ай бұрын
bravo coa, samo napred
@JMeyer-qj1pv9 ай бұрын
It's mind boggling how disruptive this is going to be to GPU based AI inference. Nvidia must be looking at it and thinking OMG. Nvidia is talking about 1000 watt ultra expensive B100 chips in 2025, and maybe those will be needed for training, but most of the money in AI is for inference. If Groq can produce enough chips quickly, they will be in a very good spot.
@punk39004 ай бұрын
NVIDIA will buy them next year
@ericchang95688 ай бұрын
Thanks for the great talk, does the LPU compilation optimization still work with mixed workload, i.e. serving different models/experts in the same data centers?
@DynestiGTI4 ай бұрын
Please do another interview in the future on Groq!
@backacheache8 ай бұрын
Hearing it's original name was "Tensor Streaming Unit" makes it sound like an evolution of their work at Google on "Tensor Processing Units", if that is the case , I wonder what the story is of them leaving Google?
@akakybashmachkin6567 ай бұрын
money
@TopGunMan2 ай бұрын
I suppose in the even-further domain-specific direction, one would have a true ASIC for a specific, mature model, right? Groq still maintains some flexibility that an ASIC built for a specific family of models would give up for vastly increased performance?
@JayDee-b5u9 ай бұрын
Does this architecture work just as well using the 1.58B networks (instead of using floating point values for weights, only , -1, 0 or 1?
@autripat9 ай бұрын
why does it take N=5 days to get a compiled version of a model like Llama. Is the speaker talking about optimizing and tuning?
@tchlux9 ай бұрын
Probably time required to look at all the operators it’s using (softmax, mmul, dot, ..) and ensure they’re mapped to the best sequences of byte codes. They also might consider quantization at various levels to make things fit nicely in memory. And biggest of all they need to figure out how to “bin pack” the parameters into their distributed SRAM (across ~10’s of chips) so that the execution minimizes network hops (they’re not all-to-all beyond ~8 chips w/ ~2GB) and optimizes pipelining of data between core operators. Knowing they’ve only got ~10’s of engineers to do it, it must mean their compiler tooling for deciding how to place data on a cluster of cards given a directed compute graph is pretty heavily automated. Impressive.
@monicasun77979 ай бұрын
Any ways we are able to download the presentation ?
@autripat9 ай бұрын
Thanks! Can anyone shed some light...at 18:10 and 22:05, the speaker talks about 'all-reduce' which is a training primitive; groq is a inference chip.
@cocoastarrion45639 ай бұрын
tensor parallelism
@canadianrepublican11858 ай бұрын
get prices, and while Groq seems awesome, no one asked how much a groq system that compares with a H100 ( for LLM ).
@nhtna47069 ай бұрын
so, no need of using any DDRAM or no need of using a GPU anymore? or this acts as an accelerator on top of existing RAM's and GPU devices? what would be the cost of 10tb capacity? is there any product usability matrix? that talks about the capacity planning?
@web3devp7 ай бұрын
Are these chips compatible with an ordinary computer like incase if i want to use the chip in an offline model. and is it on sale
@kozlovskyi9 ай бұрын
Looks similar to the Hailo product. Does groq hardware use the same approach?
@dmtap17688 ай бұрын
A simple question: Does latency really matter? If ChatGPT can produce output faster than a human can read, it makes no sense to prioritize reducing latency. However, when it comes to throughput, Groq's solution is not competitive with Nvidia's.
@zhurst8 ай бұрын
Agentic systems currently require lots of looping which is one area where latency really matters atm. We will also see smaller, open-source models run on Groq soon that out-benchmark their larger counterparts when orchestrating at super high token rates. NPCs in games being truly interactive and responding quickly, real-time language translation driving speech synthesis systems, robots navigating the world, etc. require super low latency. Awesome time to be alive!
@davidkey42727 ай бұрын
It does. Our application needs to speak back and forth with the latency of the conversation contained in this video. Nothing else even gets close right now to being able to do that. That’s not even taking into account the class.
@ChrisPadron8 ай бұрын
So they have any customers? How much debt?
@heelspurs8 ай бұрын
H100 SXM is 700 TDP watts per 2,000 int8 TOPs while Groq is 215 per 750, ratios of 0.35 and 0.28 joules per TOP so I don't get how they can be 10x lower Joules per token. A100 is about like the H100 on this metric.
@anurag-vishwakarma9 ай бұрын
I need slides please
@sureshchandrapatel3925Ай бұрын
Where is the parallel computing revolution? I think AI is not possible without The Parallel Computing Revolution. There have already been training algorithms and data, but not The Parallel Computing Revolution. Also, AI is a parallel computing itself. So it’s a Patellution: The Parallel Computing Revolution. Hope, I am not wrong.
@bengineer_the8 ай бұрын
Has anyone run a raytracer on this yet? could be interesting.
@mzzzz39 ай бұрын
What’s to stop nvidia from making their own LPU?
@autripat8 ай бұрын
token, language, grammar, all the same, everything is converted to embeddings, NVDA already is...what's in a name?
@rominmanojchittettu50739 ай бұрын
The numbers are so off on the competing company 🤣🤣🤣🤣🤣
@rick-kv1gl9 ай бұрын
r u my caucasian
@Phils_Guide5 ай бұрын
CRAZY EYEZ KILLA!
@XnndjehdhkNxndjhds3 ай бұрын
Hernandez Scott Thompson Richard Clark Christopher