Skip to content
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

Updated Binaries December 2023 #361

Merged
merged 9 commits into from
Dec 15, 2023

Conversation

martindevans
Copy link
Member

@martindevans martindevans commented Dec 13, 2023

This build includes AVX and AVX2 for MacOS x86_64. If anyone has an Intel Mac testing would be much appreciated!

Todo:

  • Json serialization for MetadataOverride

Testing:

  • Windows
  • Linux
  • MacOS (ARM)
  • MacOS (x86_64)

/// </summary>
/// <param name="view"></param>
[DllImport(libraryName, CallingConvention = CallingConvention.Cdecl)]
public static extern unsafe void llama_kv_cache_view_free(LLamaKvCacheView* view);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an amazing feature!

@martindevans martindevans marked this pull request as ready for review December 14, 2023 21:32
@martindevans
Copy link
Member Author

Ok this is ready for review now. The CI has run tests for Windows, Linux and Mac (x64). Just MacOS ARM left!

Copy link
Collaborator

@AsakusaRinne AsakusaRinne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@martindevans
Copy link
Member Author

Some discussion about this in #350, which might end up being merged into this PR.

If you'd rather not wait, we can merge this PR and put out a release right away. The cudart stuff can be added in a patch update at any time.

@AsakusaRinne
Copy link
Collaborator

If it's convenient for you, then feel free to do so. :)

@SignalRT
Copy link
Collaborator

It's checked on OSX-ARM. It's Ok for me.

@martindevans
Copy link
Member Author

Thanks for testing that @SignalRT.

I think I'll merge this one now, cudart stuff can come in a later PR.

@martindevans martindevans merged commit 6650e68 into SciSharp:master Dec 15, 2023
3 checks passed
@martindevans martindevans deleted the update_binaries_dec_2023 branch December 15, 2023 22:19
@martindevans martindevans mentioned this pull request Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants