Skip to content

Commit 26e023a

Browse files
pytorchbotmalfet
andauthored
[MPS] Update OS version in error message (pytorch#164949)
[MPS] Update OS version in error message (pytorch#164946) Followup after pytorch#159912 Fixes pytorch#164943 Pull Request resolved: pytorch#164946 Approved by: https://github.com/Camyll (cherry picked from commit 01f3a43) Co-authored-by: Nikita Shulga <[email protected]>
1 parent 6f12be2 commit 26e023a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aten/src/ATen/mps/EmptyTensor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define MPS_ERROR_NOT_COMPILED "PyTorch code is not compiled with MPS enabled"
1414
#define MPS_ERROR_RUNTIME_TOO_LOW \
15-
"The MPS backend is supported on MacOS 13.0+.", \
15+
"The MPS backend is supported on MacOS 14.0+. ", \
1616
"Current OS version can be queried using `sw_vers`"
1717
#define MPS_ERROR_DOUBLE_NOT_SUPPORTED "Cannot convert a MPS Tensor to float64 dtype " \
1818
"as the MPS framework doesn't support float64. Please use float32 instead."

0 commit comments

Comments
 (0)