HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jwan584

no profile record

Submissions

Mistral Flash Answers Run on Cerebras

cerebras.ai
5 points·by jwan584·в прошлом году·1 comments

100x defect tolerance: How we solved the yield problem

cerebras.ai
331 points·by jwan584·в прошлом году·179 comments

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

cerebras.net
2 points·by jwan584·2 года назад·0 comments

BTLM-3B-8K: 7B Parameter Performance in a 3B Parameter Model

arxiv.org
3 points·by jwan584·3 года назад·2 comments

BTLM-3B-8K: 7B Performance in a 3B Parameter Model

cerebras.net
3 points·by jwan584·3 года назад·0 comments

comments

jwan584
·в прошлом году·discuss
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
·в прошлом году·discuss
A good talk on how Cerebras does power & cooling (8min) https://www.youtube.com/watch?v=wSptSOcO6Vw&ab_channel=Appli...
jwan584
·2 года назад·discuss
batch size by Q4 will be solid double digits (cerebras employee)
jwan584
·3 года назад·discuss
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 года назад·discuss
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.
jwan584
·3 года назад·discuss
A helpful paper with the full recipe Cerebras uses to train LLMs and their process including: - Extensively deduplicated dataset (SlimPajama) - Hyperparameter search using muP - Variable sequence length training + ALiBi - Aggressive LR decay
jwan584
·3 года назад·discuss
Meta announced a partnership with Qualcomm to bring LLMs to mobile. But 3B is a lot more compact than LLaMA's 7B.