-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
IQ3_S: a much better alternative to Q3_K #5676
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
10a47fa
iq4_nl: squash commits for easier rebase
Kawrakow 5691fec
Resurrecting iq3_xs
Kawrakow 76aff09
Minor PPL improvement via a block scale fudge factor
Kawrakow 5be4e7a
Minor improvement via 3 neighbours
Kawrakow f1255c5
iq3_xs: working scalar and AVX2 dot products
Kawrakow 76214ab
iq3_xs: ARM_NEON dot product - works but extremely slow (10 t/s)
Kawrakow 38aa7b1
iq3_xs: working Metal implementation
Kawrakow 2ec600b
Adding IQ3_M - IQ3_XS mix with mostly Q4_K
Kawrakow d83fdda
iiq3_xs: a 3.4375 bpw variant
Kawrakow eacff4a
iq3_xs: make CUDA work for new version
Kawrakow 1fef4b8
iq3_xs: make scalar and AVX2 work for new version
Kawrakow 1328331
iq3_s: make ARM_NEON work with new version
Kawrakow 1777825
iq3_xs: make new version work on metal
Kawrakow 87038fe
iq3_xs: tiny Metal speed improvement
Kawrakow 4d5feeb
iq3_xs: tiny Metal speed improvement
Kawrakow b25f996
Fix stupid warning
Kawrakow 272c7f7
Q3_K_XS now uses a mix of IQ3_XS and IQ3_XXS
Kawrakow 2730225
iq3_xs: rename to iq3_s
Kawrakow 47cf30b
iq3_s: make tests pass
Kawrakow cd6a0f0
Move Q3_K_XS mix to 3.25 bpw
Kawrakow 436a146
Attempt to fix failing tests
Kawrakow 303f3f3
Another attempt to fix the Windows builds
Kawrakow 0d6d185
Attempt to fix ROCm
Kawrakow 1d47de3
ROCm again
Kawrakow e6e61e3
iq3_s: partial fix for QK_K = 64
Kawrakow cbd950b
iq3_s: make it work on metal for QK_K = 64
Kawrakow e1b8efb
Will this fix ROCm?
Kawrakow 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 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 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.
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.