-
Notifications
You must be signed in to change notification settings - Fork 27k
Description
I'm looking for 'aten::erfc.out' to use in Bayesian optimization library Botorch. I am on an M3 MAX with these dependencies in my poetry pyproject.toml:
torch = "^2.0.0"
botorch = "^0.9.0"
gpytorch = "^1.11.0"The current error that I am falling back to CPU for:
NotImplementedError: The operator 'aten::erfc.out' is not currently implemented for the MPS device. If you want this op to be considered for addition please comment on #141287 and mention use-case, that resulted in missing op as well as commit hash 1341794. As a temporary fix, you can set the environment variable
PYTORCH_ENABLE_MPS_FALLBACK=1to use the CPU as a fallback for this op. WARNING: this will be slower than running natively on MPS.
Originally posted by @MetaRossi in #141287
Which feels a bit arbitrary...