SciSharp / LLamaSharp

A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
https://scisharp.github.io/LLamaSharp
MIT License
2.72k stars 351 forks source link

Use the correct lib prefix for GGML dependency on Linux / OSX #844

Closed m0nsky closed 4 months ago

m0nsky commented 4 months ago

Updates the NativeLibraryUtils to use the correct lib prefix (from GetPlatformPathParts) for loading the GGML dependency on Linux / OSX.

Tests are passing locally.

martindevans commented 4 months ago

Thanks!