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

Update ggml #128

Merged
merged 14 commits into from
Sep 19, 2023
Merged

Update ggml #128

merged 14 commits into from
Sep 19, 2023

Conversation

saharNooby
Copy link
Collaborator

@saharNooby saharNooby commented Sep 18, 2023

Notable improvements:

  • sequence lengths of up to 64 are now allowed to be used out-of-the-box, without the need to manually change the node limit in ggml.h
  • a small performance boost

k-quants support was NOT added since there is no support yet for them in the main ggml repo.

On the internal side:

  • "future tensors" mechanism was removed in favor of new way of calculating required context size: a measuring allocator
  • a couple of new tests were added, some existing ones were fixed

@saharNooby saharNooby merged commit 8db73b1 into master Sep 19, 2023
36 checks passed
@saharNooby saharNooby deleted the update-ggml-2023-09-16 branch September 19, 2023 14:42
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.

None yet

1 participant