Skip to content

Commit c02952a

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

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
@@ -25,7 +25,7 @@ The parameters in square brackets are optional and have the following meaning:
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.
2727
* `--chunk` to skip the first `n` chunks of tokens from the input data. Useful for resuming or skipping initial low-quality data.
28-
* `-n | --n-chunks` maximum number of chunks to process. Default is -1 for all available chunks.
28+
* `--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.
3131

0 commit comments

Comments
 (0)