Update Llama.cpp Submodule to #9fb13f#1007
Closed
AuLaSW wants to merge 2 commits into
Closed
Conversation
The latest commit allows for MoE models thanks to commit #799a1cb. This should update the connector to use the new llama.cpp files and allow for MoE models (such as Mixtral-8x7B-v0.1) to be used.
Update the Llama.cpp submodule to include commit #799a1cb, which expands Llama.cpp to include MoE models such as Mixtral-8x7B-v0.1.
|
Hi @AuLaSW . I went through and tested your PR and it seems to work fine. I used |
Author
|
Does this also cover #1000? I read through it and it seems like it would. |
|
I believe it does |
Contributor
|
I love it! |
|
Please merge it! 🙏 |
Owner
|
@AuLaSW thank you for this! I've merged the latest llama.cpp release into main and published a new release (v0.2.23) to pypi. |
|
Tested new release, seems good. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request is small and simple: update the Llama.cpp submodule to #9fb13f. The submodule has been updated enough to include support for MoE models (such as the new Mixtral-8x7B-v0.1 that came out yesterday). I have tested this on WSL and it works with the quantized version of that model from TheBloke.