How to use Mac M1 GPU #23056
-
I read that onnx runtime v1.19.4 supports acceleration for Apple Silicon. I assume this means GPU support is now available for the M1 chip. I can't find any examples of how to specify an M1 gpu in onnx runtime. If I specify If I try to install onnxruntime-gpu, it can't find a version. I think this is the wrong approach, as onnxruntme-gpu refers to CUDA only. |
Beta Was this translation helpful? Give feedback.
Answered by
robertknight
May 19, 2025
Replies: 1 comment
-
The way to use the GPU on Apple systems is via the CoreML execution provider. This may also use the NPU. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carzh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The way to use the GPU on Apple systems is via the CoreML execution provider. This may also use the NPU.