You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install KaraFan on an Apple Silicon Mac (specifically an M2 Ultra Mac Studio), I've run into multiple issues along the way. Most of which I've been able to fix, but the following error is something I can't get past. Terminal produces this error message when trying to run 'Setup.py': ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu
So far, my understanding is that onnxruntime-gpu cannot run on MacOS, and the inbuilt ML cores must be used instead of Nvidia's CUDA solution. But of course my technical knowledge doesn't go very deep.
To Reproduce
Steps to reproduce the behavior:
Install Homebrew, Python, etc. beforehand
Change 'Setup.py' to the correct Python version
Run 'Setup.py' in terminal (as double clicking just opens up an editor, it does not run the app)
See error
Expected behavior
Of course, the expected behaviour is that it will install correctly
Desktop (please complete the following information):
OS: MacOS 13.5.1
Machine: M2 Ultra Mac Studio
The text was updated successfully, but these errors were encountered:
When trying to install KaraFan on an Apple Silicon Mac (specifically an M2 Ultra Mac Studio), I've run into multiple issues along the way. Most of which I've been able to fix, but the following error is something I can't get past. Terminal produces this error message when trying to run 'Setup.py':
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu
So far, my understanding is that onnxruntime-gpu cannot run on MacOS, and the inbuilt ML cores must be used instead of Nvidia's CUDA solution. But of course my technical knowledge doesn't go very deep.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Of course, the expected behaviour is that it will install correctly
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: