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
I made a few attempts, but PR is a bit difficult due to my inexperience with github actions. I see that the releases of llama.cpp have a compiled ubuntu-arm64 version, can I copy it directly into the project and use it?
It needs to fit into our pipeline, but it should act as a good guide. The matrix (line 27) is a set of different build targets. The rest of the pipeline will be run once for each thing in the matrix. So adding an arm64 target should involve adding a new item to the matrix, and working out what build defines are needed for arm64
Background & Description
I found that llamasharp has supported below runtime for a while.but not found linux-arm64, Is there any plan to support it?
API & Usage
No response
How to implement
No response
The text was updated successfully, but these errors were encountered: