Reduce memory usage requirement of `test_pdist_norm_large` in `test_torch.py` (#90075)
Basically the same fix as #85373, `/usr/bin/time` indicates that the memory requirement on the host-side was actually ~64GiB before the workaround and ~30GiB after.
CC @ptrblck @davidberard98
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90075
Approved by: https://github.com/davidberard98