HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jwan584

no profile record

投稿

Mistral Flash Answers Run on Cerebras

cerebras.ai
5 ポイント·投稿者 jwan584·昨年·1 コメント

100x defect tolerance: How we solved the yield problem

cerebras.ai
331 ポイント·投稿者 jwan584·昨年·179 コメント

Cerebras CS-3: the fastest and most scalable AI accelerator

cerebras.net
2 ポイント·投稿者 jwan584·2 年前·0 コメント

コメント

jwan584
·昨年·議論
The point about using FP32 for training is wrong. Mixed precision (FP16 multiplies, FP32 accumulates) has been use for years – the original paper came out in 2017.
jwan584
·昨年·議論
A good talk on how Cerebras does power & cooling (8min) https://www.youtube.com/watch?v=wSptSOcO6Vw&ab_channel=Appli...
jwan584
·2 年前·議論
batch size by Q4 will be solid double digits (cerebras employee)
jwan584
·3 年前·議論
when you go from 1B to 175B, the model no longer fits in memory. so in practice you have to re-factor the model using tensor/pipeline parallelism. that's why it goes from 600 to 20K LOC.
jwan584
·3 年前·議論
Everyone knows Cerebras by their wafer scale chips. The less understood part is the 12TB of external memory. That's the real reason why large models fit by default and you don't have to chop it up in software ala megatron/deepspeed.