Pytorch segfault on AMD Athlon CPUs (local machine)

In the rare case where someone built a machine with an awesome video card but an old AMD athlon CPU—and they are getting juypter kernel restarts with no feedback (illegal operation), here is the reason:

pytorch needs a CPU with SSE4 instruction set (mine only has SSE4a)

https://github.com/pytorch/pytorch/issues/535

Off to the cloud temporarily for me…