Skip to main content

A.7 macOS Troubleshooting

ErrorSolution
Training fails with MPS errorexport PYTORCH_ENABLE_MPS_FALLBACK=1 before launching the tool
OpenMP runtime errorexport KMP_DUPLICATE_LIB_OK=TRUE before launching
ONNX export failspip install --upgrade onnx onnxruntime
Conda not found after installsource ~/.zshrc then: conda --version
Tool crashes on launchEnsure arm64-native Python environment — x86_64 under Rosetta 2 may have issues