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

Any roadmap support for Apple Silicon #44

Open
fabianwilliams opened this issue Oct 14, 2024 · 2 comments
Open

Any roadmap support for Apple Silicon #44

fabianwilliams opened this issue Oct 14, 2024 · 2 comments

Comments

@fabianwilliams
Copy link

Running a MBP M3 with Apple Silicon GPUs, any support coming or workarounds?

@luisquintanilla
Copy link
Contributor

luisquintanilla commented Oct 15, 2024

Are you running into issues today preventing you from using Apple Silicon?

For local models, the sample uses Ollama, so whatever hardware it supports is what the sample supports. Looks like that includes Apple as well based on their documentation.

For OpenAI models, hardware support shouldn't matter since the models don't run locally.

@muhammadyehia
Copy link

I am also facing a lot of problems with Python and running the aspire projects under Apple Silicon. I did a few changes to be able to run the the project like

in E2ETest.csproj
and

in src/PythonInference/PythonInference.pyproj

and under
this two libraries can't be installed with Apple silicon
intel-openmp==2021.4.0
mkl==2021.4.0

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

No branches or pull requests

3 participants