-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Support StableLM2 12B #6635
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
Merged
Merged
Support StableLM2 12B #6635
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d383c0d
StableLM2 12B support for huggingface -> GGUF
ashishdatta 13387d9
StableLM12 tensormapping and constants
ashishdatta b89fa97
StableLM-2-12b model support
ashishdatta b5afc44
fix
ashishdatta 0eb8492
Added 12B support
ashishdatta 15a5e7d
Removed autoformatting; resolved bug where model_arch was not selecti…
ashishdatta 91a3db9
Formatting
ashishdatta 29d940b
Do QK norm stacking in model conversion step
ashishdatta 0ec53cf
Converge StableLM and StableLM2 code to simplify graph construction
ashishdatta 8dcd997
Fix accidental removal
ashishdatta 0dc779b
Removed warnings
ashishdatta f7b40d7
Revert formatter
ashishdatta e3f7360
Move QK norm stack to private function so it's easier to read
ashishdatta 96695fb
refactor stablelm graph builder to support 1.6, 3b and 12b more effic…
ashishdatta 13c75c2
Proper check for None type for new_name to avoid crash; formatting; r…
ashishdatta 412a280
Format
ashishdatta 91728fa
Formatting
ashishdatta bf1a9a5
format
ashishdatta d2ab693
Fix incorrect check for K norm
ashishdatta b7f984a
space after commas; Keep indentation multiple of 4 spaces
ashishdatta 1f6929e
Flake8 format
ashishdatta 8a15f93
Removed unnecessary conditional branches
ashishdatta 6ae4dad
Removed unused comment
ashishdatta e6ec203
Fixed incorrect tensor passing
ashishdatta 94e8c49
Format
ashishdatta 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.