The 21st century will be the most important century ever for humanity, thanks to the rapid advances in artificial intelligence. It makes no sense to sit on the sidelines in university.
I'm excited to join the latest class of Thiel Fellows
Congrats to Cerebras on the impressive results!
How SRAM-only ASICs like it stack up against GPUs?
Spoiler: GPUs still rock for throughput, custom models, large models and prompts (common "prod" things). SRAM ASICs shine for pure generation.
Long 🧵
x.com/CerebrasSystem…
We’re proud to launch Oasis with @DecartAI, a video diffusion transformer that runs in real time. It’s a 500M param model that runs in real time on H100s, but our upcoming Sohu ASIC will be able to run 100B+ param models in real time.
Introducing Oasis: the first playable AI-generated game.
We partnered with @DecartAI to build a real-time, interactive world model that runs >10x faster on Sohu. We're open-sourcing the model architecture, weights, and research.
Here's how it works (and a demo you can play!):
Hey Horace! Big fan of your work on Pytorch. In the blog post on our website (etched.com/memo), we outline exactly how our benchmark is calculated:
> Benchmarks are for Llama-3 70B in FP8 precision: no sparsity, 8x model parallel, 2048 input/128 output lengths
I don’t think it’s a backhanded compliment - the model only stores the previous 24 frames in its memory. It’s an absolutely tiny model (500M parameters) with a tiny context window. We did this so it would run in real time on H100s that exist today.
You could in theory stuff *way more* than 5x the FLOPS on the chip. It only takes around 10k transistors to build an FP16 fused-multiply-accumulate circuit that can run at 2 GHz (i.e. 4 GFLOPS)
Mistral just announced at @SHACK15sf that they will release a new model today:
Mistral 7B v0.2 Base Model
- 32k instead of 8k context window
- Rope Theta = 1e6
- No sliding window
Using more FLOPs should make transformers smarter.
DeepSeek R1 currently uses ~8 routed experts per token. So would selecting more (and possibly scaling by the router) improve performance?
Come test it out at the Inference Time Compute Hackathon and win up to $60k in prizes!
We're excited to partner with @cognition_labs@mercor_ai@CoreWeave and @AnthropicAI to host an inference-time compute hackathon, featuring >$60K in cash prizes and >1 exaflop of free compute.
They split each layer on 8 chips, and Llama-2-70B has 64 layers, which gets you to 512 chips. The remaining rack of 64 is for other overhead (e.g. de-embedding).