GithubHelp home page GithubHelp logo

Comments (4)

martindevans avatar martindevans commented on June 21, 2024 1

Unfortunately it looks like Github Actions doesn't have Windows+ARM available (docs) :(

Edit: Note that's not a total blocker for this. I think we could cross compile the DLLs from Windows x64 Actions, it just means we couldn't test it.

from llamasharp.

AsakusaRinne avatar AsakusaRinne commented on June 21, 2024

Hi, we're certainly willing to add such a backend. Could you please test whether it works well with current LLamaSharp? Though we could compile and test it with github actions, the period of debugging it will be much longer since we don't have arm windows device. So if you'd like to help it'll save a lot of time. :)

Here're some steps for it:

  1. Clone llama.cpp and checkout to 3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6.
  2. Compile it on your PC and get a file llama.dll.
  3. Modify the code here to use NativeLibraryConfig.Instance.WithLibrary to load your compiled library file.
  4. Run the examples one by one and see if they all works well.

If all things above go well, what we need to do is just adding it to CI and release next version. :)

from llamasharp.

david-nordvall avatar david-nordvall commented on June 21, 2024

And using the ARM DLL from llama.cpp's official releases isn't a viable workaround?

from llamasharp.

AsakusaRinne avatar AsakusaRinne commented on June 21, 2024

And using the ARM DLL from llama.cpp's official releases isn't a viable workaround?

Using dlls from llama.cpp's release will bring some troubles for auto binary-updating in CI, but I think we could make it as long as you've confirmed that LLamaSharp works well with that dll.

from llamasharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.