f-dangel / backpack

BackPACK - a backpropagation package built on top of PyTorch which efficiently computes quantities other than the gradient.
https://backpack.pt/
MIT License
555 stars 55 forks source link

[REQ] Require torch<1.13, test with 1.9.0 and 1.12.1 #275

Closed f-dangel closed 1 year ago

f-dangel commented 1 year ago

torch 1.13 removed some internal functionality that BackPACK relied on, see https://github.com/f-dangel/backpack/issues/272.