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
The text was updated successfully, but these errors were encountered:
ltmx
changed the title
[Feature]: NativeLibraryConfig.WithLibrary available in Dotnet Standard 2.1 (For compatibility with Unity3D)
[Feature]: NativeLibraryConfig.WithLibrary availablility in Dotnet Standard 2.1 (For compatibility with Unity3D)
Oct 22, 2024
Background & Description
This feature would make loading backends much easier in Unity.
API & Usage
Same as for Dotnet 6
How to implement
Add a section that compiles for Dotnet Standard 2.1 (current version only compiles for Dotnet 6 or greater via compiler arguments) :
https://github.com/SciSharp/LLamaSharp/blob/master/LLama/Native/Load/NativeLibraryConfig.cs
The text was updated successfully, but these errors were encountered: