Google Cloud TPU Multislice Training
cloud.google.com
Google Cloud TPU Multislice Training
1–10 of 49 posts
Re: Google Cloud TPU Multislice Training
#2Summary from Bard: "This article is about training large language models (LLMs) on Google Cloud TPUs. It discusses the challenges of training LLMs at scale, and how Google Cloud TPU Multislice Training addresses these challenges. The article also details the results of a recent experiment in which Google trained a 128B parameter LLM on 50,944 TPU v5e chips. This experiment is the largest publicly disclosed LLM distributed training job to date."
Re: Google Cloud TPU Multislice Training
#3Re: Google Cloud TPU Multislice Training
#4Re: Google Cloud TPU Multislice Training
#5Re: Google Cloud TPU Multislice Training
#6Can someone ELI5 this?
Re: Google Cloud TPU Multislice Training
#7Can someone ELI5 this?
they just showed they could indeed make 50k TPUs do some flops.
With no paper this is just a marketing press release - the only takeaway is that existing tech stacks can utilize it probably.
Re: Google Cloud TPU Multislice Training
#8Re: Google Cloud TPU Multislice Training
#9Re: Google Cloud TPU Multislice Training
#10Ok so they claim in the article, 50000 TPU’s is equivalent to 10 exaflop floating point computations. That is equivalent to ~2,512 NVIDIA H100’s, which is like really small. Just shows the difference between TPU’s and GPU’s I guess. Inflection, a new LLM company created a 20,000 H100 cluster, I’m positive OpenAI, Tesla, Meta etc have orchestrated a job on more than 2500 H100 GPU’s.
I'm not certain but I think part of this is that XLA (for example) is a mountain of chip-specific optimizations between your code and the actual operations. So comparing your throughput between GPU and TPU is not just flops-to-flops.