-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to add ane into current asahi linux #4
Comments
It's not upstream yet, but it will be very soon and, by then, it will be installed automatically. In the meantime, you are probably missing CONFIG_DRM_ACCEL (not sure if fedora enables those) and/or the kernel development headers. |
Hi, just curious if you had insight into when this will be merged into upstream? Thank you. |
Around/before the summer I think. No hard dates though |
Hi, I'm curious what's the difference between the effort of porting MPS driver and this ANE driver? I understand CoreML is built upon MPS, so is your ANE port leveraging the MPS driver here (https://rosenzweig.io/blog/first-conformant-m1-gpu-driver.html)? And my second question is that is this possible to make a dockerized asahi linux image leveraging your ANE support and make it possible to run coreML inside a docker container on top of macOS? I feel that Docker for macOS is built upon Hypervisor framework, so all the kernel level driver that asahi implemented won't take any effect, am I correct on this? Thank for your great work! |
After decades of researching, I think there is no way to run neural network on desktop level OpenGL. I tried run tflite model on OpenGL but failed. About your second question, I think you are correct. A virtual machine can't use ANE. |
Hi folks, with so many LLMs (not sure if they are leveraging the ANE yet) being available. Any chance for this to be made available anytime soon? If not, any instructions on how to get this incorporated, in the existing kernel while we wait for this to be merged upstream? I'm asking because I saw commits have stopped, or maybe it's feature complete. Thanks once again. |
I have successfully installed the latest asahi linux on my Mac, and I want to enable ANE on my Mac.
I tried to compile it but failed. The error message is as follow:
Could you please tell me how to add ane into current asahi linux?
The text was updated successfully, but these errors were encountered: