Torch argmax not finding max value in array

I am trying to find argmax of an array, but it returns empty value. Any idea whats wrong.
torch.argmax(torch.tensor([[ 1.92, -1.27, -0.86]], dtype=torch.float32)) retunrs empty array

Your code runs fine for me.
Could you please re-run it?