We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
how could i convert to float32? on pure torch was simple, just converting tensor to dtype=torch.float32
dtype=torch.float32
full error
TypeError: Cannot convert a MPS Tensor to float64 dtype as the MPS framework doesn't support float64. Please use float32 instead.