Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Apple Silicon compatibility with onnxruntime #16

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

kevinlacaille
Copy link
Contributor

@kevinlacaille kevinlacaille commented Dec 12, 2023

Closes #15

TL;DR: Replaced requirements.txt with setup.py and allow for Apple Silicon compatibility.

Summary:

I made an important update to the installation process to improve the compatibility of WALDO for Apple Silicon processors.

  1. I removed the requirements.txt file and replaced it with a setup.py file, which allows for multiple options for a given dependency. In this case, to ensure compatibility with Apple Silicon, I've replaced the previous onnxruntime-gpu dependency with onnxruntime-silicon, which can be found on PyPI here.
    • Please feel free to change or ask for revisions to any of the parameters in the setup function (i.e., description, classifiers, etc.)
  2. I updated the README to reflect these changes and provide clear instructions on how to install the project.

@stephansturges stephansturges merged commit b443225 into stephansturges:master Jan 17, 2024
@stephansturges
Copy link
Owner

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

onnxruntime_gpu unavailable for Apple Silicon
2 participants