Torch.fft.fftfreq returning wrong array

Hey, i was using to torch.fft.fftfreq on my mac device with my default device being ‘mps’, the resultant array did not contain the negative side of the frequencies (note: i am not using rfftfreq)
can someone explain why this is the case.