-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Addresses #15409 - Support for NVIDIA Nemotron-H hybrid architecture models DRAFT #15572
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
Closed
jwjohns
wants to merge
22
commits into
ggml-org:master
from
jwjohns:feature/nemotron-h-support-working
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
cce8cb1
attempt at implementing nemotron_h architecture.
jwjohns 423d890
fix(nemotron-h): Fix KV cache over-allocation for hybrid architecture
jwjohns f1acd11
update
jwjohns 175d60e
Merge branch 'ggml-org:master' into feature/nemotron-h-support-working
jwjohns 3a99e79
Merge branch 'ggml-org:master' into feature/nemotron-h-support-working
jwjohns 1f55ace
Merge branch 'ggml-org:master' into feature/nemotron-h-support-working
jwjohns 62accf9
working on the ssm tensors sizing
jwjohns cc9b929
still isnt working though progress is being made
jwjohns 36dc3eb
fix nemotron-h tensor dimensions and gguf conversion
jwjohns 657903a
Merge branch 'ggml-org:master' into feature/nemotron-h-support-working
jwjohns 3df06e6
cleanup docs
jwjohns 154459a
Merge branch 'ggml-org:master' into feature/nemotron-h-support-working
jwjohns ca4c978
resolving tensor dimensions
jwjohns a556953
Merge branch 'ggml-org:master' into feature/nemotron-h-support-working
jwjohns e2b0dda
implement a custom tensor creation
jwjohns 0d9725c
update shapes to nvidia safetensors ground truth
jwjohns 3efbb74
code review cleanup
jwjohns 743681b
Merge branch 'ggml-org:master' into feature/nemotron-h-support-working
jwjohns bfc234d
convert_hf_to_gguf.py
jwjohns 2ebaa43
cleanup debug logs and hardcoded portions
jwjohns 497d73b
cleanup
jwjohns 7c668fd
Applying the SSM_SCAN fix for n_groups > 1
jwjohns File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got tired of typing it. Temporary.