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
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.
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
Running a MBP M3 with Apple Silicon GPUs, any support coming or workarounds?
The text was updated successfully, but these errors were encountered: