Support Adept Persimmon 8b#3410
Merged
ggerganov merged 30 commits intoggml-org:masterfrom Oct 7, 2023
Merged
Conversation
…hillip-kravtsov/support-adept-persimmon-8b
…kravtsov/support-adept-persimmon-8b
…kravtsov/support-adept-persimmon-8b
… .saftensors file
…kravtsov/support-adept-persimmon-8b
goerch
reviewed
Sep 30, 2023
…kravtsov/support-adept-persimmon-8b
ggerganov
approved these changes
Oct 2, 2023
phillip-kravtsov
commented
Oct 2, 2023
…kravtsov/support-adept-persimmon-8b
Member
|
Let's resolve the CI fails and merge |
cebtenzzre
reviewed
Oct 5, 2023
…kravtsov/support-adept-persimmon-8b. ggml-ci
92acb44 to
5d259d3
Compare
ggerganov
reviewed
Oct 6, 2023
…kravtsov/support-adept-persimmon-8b
Member
|
The switches in |
Member
|
@phillip-kravtsov PTAL at @slaren's comment and fix as necessary |
Contributor
|
I got tired of seeing the compiler warning and created #3535 (not sure if there are any other issues, haven't had a chance to test it yet). |
Contributor
Author
|
Thanks for the fix @KerfuffleV2 -- that PR should be sufficient. |
joelkuiper
added a commit
to vortext/llama.cpp
that referenced
this pull request
Oct 12, 2023
…example * 'master' of github.com:ggerganov/llama.cpp: py : change version of numpy requirement to 1.24.4 (ggml-org#3515) quantize : fail fast on write errors (ggml-org#3521) metal : support default.metallib load & reuse code for swift package (ggml-org#3522) llm : support Adept Persimmon 8B (ggml-org#3410) Fix for ggml-org#3454 (ggml-org#3455) readme : update models, cuda + ppl instructions (ggml-org#3510) server : docs fix default values and add n_probs (ggml-org#3506)
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.
To support Partial RoPE & Squared ReLU, this PR adds concat & square kernels for metal.
I've confirmed agreement between the GGML & HF implementation up to tensor values in the last layer.