Machine learning tasks can be improved by using the graphics chip instead of the regular processor. The GPU/Neural Engine in modern Apple hardware (M1 based Macs) can be utilized for this purpose. However, the current machine learning library lacks complete support for it. Efforts are being made to fully support M1 based Mac hardware.
To enable extended machine learning support, follow these steps:
- Launch a terminal.
- Set the CPU as a fallback when the graphics chip is not yet supported.
- Launch Smokingheaps.
Open a terminal and enter the following two commands:
export PYTORCH_ENABLE_MPS_FALLBACK=1
/Applications/Smokingheaps.app/Contents/MacOS/Smokingheaps