TIL: weights-only model loading will be the default in PyTorch 2.6
January 8, 2025
I had missed this, but weights-only is going to be the default for torch.load in Pytorch 2.6:
Needless text
January 8, 2025
I had missed this, but weights-only is going to be the default for torch.load in Pytorch 2.6:
January 6, 2025
January 2, 2025
January 1, 2025
December 31, 2024
Just got round to reading the intro post to the (now improved) thunderkittens kernel DSL.
December 29, 2024
December 23, 2024
December 22, 2024
https://github.com/ezyang/tlparse – or pip install tlparse
December 22, 2024
I wasn’t aware of this particular autotuning lever! There is a breakdown of TunableOpon the AMD blog from back in July:
December 18, 2024
Natalia Gimelshein added cuda supportfor nonzero_staticto PyTorch the other day — its a feature Jax has had for a while that lets you avoid a bit of data dependent annoyingness.