PyTorch 2.0 compile problem in mac

This was fixed in nightlies where now the default compiler defaults to aot_eager so you can fix your code if you run torch.compile(m, backend="aot_eager")

1 Like