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
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")