Skip to content

Commit 75cd6e0

Browse files
EAddariocompilade
andauthored
Update README.md
Co-authored-by: compilade <[email protected]>
1 parent c02952a commit 75cd6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/imatrix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The parameters in square brackets are optional and have the following meaning:
2424
* `--process-output` specifies if data will be collected for the `output.weight` tensor. Typically, it is better not to utilize the importance matrix when quantizing `output.weight`, so this is set to `false` by default.
2525
* `--in-file` one or more existing imatrix files to load and combine. Useful for merging files from multiple runs/datasets.
2626
* `--parse-special` enables parsing of special tokens (e.g., `<|im_start|>` in some models). Useful for models with custom tokenizers.
27-
* `--chunk` to skip the first `n` chunks of tokens from the input data. Useful for resuming or skipping initial low-quality data.
27+
* `--chunk | --from-chunk` to skip the first `n` chunks of tokens from the input data. Useful for resuming or skipping initial low-quality data.
2828
* `--chunks` maximum number of chunks to process. Default is -1 for all available chunks.
2929
* `--no-ppl` disables the calculation of perplexity for the processed chunks. Useful if you want to speed up the processing and do not care about perplexity.
3030
* `--show-statistics` displays imatrix file's statistics.

0 commit comments

Comments
 (0)