-
Notifications
You must be signed in to change notification settings - Fork 12.2k
StableLM support #3586
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
StableLM support #3586
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
27467a5
Initial support - model loads, generates random stuff
Galunid 80b2e72
Remove gpt neox references
Galunid 605e701
Fixes suggested by @mmnga
Galunid 1ee5cc3
Make stablelm conversion script use .safetensors
Galunid f1dd430
Remove random junk print
Galunid 4fbce39
Fix model conversion script
Galunid a71041a
Use ggml_norm not ggml_rms_norm
Galunid 76b4495
Fix rope parameters
Galunid e167ebc
Fix formatting in gguf.py
Galunid 839a183
Fix formatting in llama.cpp
Galunid db09c02
Merge branch 'master' into stablelm-support
Galunid 0153376
batch.seq_id[j] -> batch.seq_id[j][0]
Galunid e399050
Fix added_tokens crashes
Galunid cf5eff3
Merge branch 'master' into stablelm-support
Galunid a92fd2d
Add tests for stablelm tokenizer
Galunid d9c0332
Update readme with stablelm support
Galunid fa2cd7e
Add special token handling to conver script
Galunid 27d0c11
Merge branch 'master' into stablelm-support
Galunid 51b3b56
Prevent offloading of more than 33 layers
Galunid a00bb06
Make convert script with pytorch files
Galunid 8917767
Merge branch 'master' into stablelm-support
Galunid c959376
Update after #3382
Galunid 698c945
Merge branch 'master' into stablelm-support
Galunid 4713a40
LLAMA_BACKEND_OFFLOAD* -> llama_backend_offload*
Galunid 2f41552
Merge branch 'master' into stablelm-support
Galunid 6be3356
Update conversion script to convert-hf-to-gguf.py
Galunid a371a8b
Use ggml_view_3d
Galunid e87d709
Cleanup for review
Galunid 9e035cd
Add vision model support
Galunid 047032d
Duh - add llava in another place
Galunid be2ac38
Make qrot, krot contiguous
Galunid beb17a7
Merge branch 'master' into stablelm-support
Galunid 853fe04
Fix gguf post merge
Galunid 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
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.
Uh oh!
There was an error while loading. Please reload this page.