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

Llama 3.1 update binaries #874

Merged

Conversation

martindevans
Copy link
Member

@martindevans martindevans commented Jul 28, 2024

Update to new binaries for llama.cpp 345c8c0c87a97c1595f9c8b14833d531c8c7d8df. Built with this build action. This should include the RoPE fixes for llama 3.1.

Testing:

  • Windows CPU
  • Windows CUDA
  • Windows Vulkan
  • Linux CPU
  • Linux CUDA
  • Linux Vulkan
  • MacOS

…hen referring to the C++

 - Exposed `KvCacheMaxPosition` on `SafeLLamaContextHandle`
@m0nsky
Copy link
Contributor

m0nsky commented Aug 1, 2024

Tests passed on Linux CUDA.
Built my sample app for Windows & Linux Vulkan, and both are working fine.

Not sure if we need to test Linux/MacOS CPU as this should be covered by CI.

@martindevans
Copy link
Member Author

Not sure if we need to test Linux/MacOS CPU as this should be covered by CI.

Does the MacOS CI runner have metal or is it CPU only?

@SignalRT
Copy link
Collaborator

SignalRT commented Aug 2, 2024

Not sure if we need to test Linux/MacOS CPU as this should be covered by CI.

Does the MacOS CI runner have metal or is it CPU only?

Only CPU. The metal emulation fails.

@SignalRT
Copy link
Collaborator

SignalRT commented Aug 2, 2024

It works on MacOS with metal

Copy link
Collaborator

@SignalRT SignalRT left a comment

Choose a reason for hiding this comment

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

Tested

@martindevans
Copy link
Member Author

Excellent, thanks for testing that @SignalRT. I'll try to run through the release process tonight or tomorrow.

@martindevans
Copy link
Member Author

Resolved conflicts, will merge once CI completes.

@martindevans martindevans merged commit bb2f3ad into SciSharp:master Aug 3, 2024
6 checks passed
@martindevans martindevans deleted the llama_3.1_update_binaries branch August 3, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants