Things that can go wrong with priority levels
December 13, 2024
I read this post years back as we did a big migration to Bazel for Android and iOS at Lyft, but was reminded of it from a recent HN comment by jmmv, the author:
Needless text
December 13, 2024
I read this post years back as we did a big migration to Bazel for Android and iOS at Lyft, but was reminded of it from a recent HN comment by jmmv, the author:
December 11, 2024
December 11, 2024
A question I’ve been asked recently is how Meta compares to other places I’ve worked, or what makes it different.
December 6, 2024
There is a great deal of technical complexity in distributed data parallel, model parallel, tensor parallel, fully-sharded-data-parallel, ZeRO 1/2/3, context parallel etc. To fit ideas into a picture I tend to segment in-practice parallelism into three buckets.
December 5, 2024
The policy is in the RELEASE documentation:
November 29, 2024
November 28, 2024
Training Language Models to Self-Correct via Reinforcement Learning – Aviral Kumar, Vincent Zhuang et al at Deepmind
November 27, 2024
I’ve been following the development of the higher order ops in PyTorch nightlies for a little bit, and got a chance to try out while_loop. The best examples right now are in the tests, but as another, here’s a mandlebrot example:
November 26, 2024
November 25, 2024
The error message you get actually tells you the fix, but I found it non-intuitive to what I was doing enough I was hesitant to actually just try the config: