-
Notifications
You must be signed in to change notification settings - Fork 20.4k
add --dry-run option to llama-quantize
#19526
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
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
844ad3e
clean slate for branch
ddh0 e6b790f
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 0d22288
use 6 characters for tensor dims
ddh0 56c27b1
add --dry-run to llama-quantize
ddh0 c3f42de
use 6 characters for tensor dims (cont.)
ddh0 b9b32f0
no need to re-calculate ggml_nbytes for tensor
ddh0 150e1db
fix indent
ddh0 966b21a
show model and quant BPW when quant completes
ddh0 07f882b
add example to --help
ddh0 2769f35
new function `tensor_requires_imatrix`, add courtesy warning about im…
ddh0 ea8da05
missing __func__, move imatrix flag set
ddh0 3211a84
logic error
ddh0 55dbee2
fixup tensor_requires_imatrix
ddh0 22db764
add missing `GGML_TYPE`s
ddh0 ae786b8
simplify and rename `tensor_type_requires_imatrix`
ddh0 1ccd7a4
simplify for style
ddh0 1658228
add back Q2_K edge case for imatrix
ddh0 b15bb34
guard ftype imatrix warning
ddh0 4052824
comment ref #12557
ddh0 44f9fee
remove per @compilade
ddh0 f58de63
remove unused `params` parameter
ddh0 75ab2b3
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 0301b1d
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 5bc85af
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 679792b
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 1cd57c8
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 855010e
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 e56e9db
move `bool dry_run` per GG
ddh0 5218991
move `bool dry_run` per GG
ddh0 42d59c2
Merge branch 'ggml-org:master' into llama-quantize-dry-run
ddh0 38ef33f
Update src/llama-quant.cpp
ddh0 4d38a0b
Update src/llama-quant.cpp
ddh0 b1123f9
Update src/llama-quant.cpp
ddh0 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.
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.