Skip to content

Commit fa5f767

Browse files
EAddarioCISC
andauthored
Fix typos
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 76218ae commit fa5f767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/quantize/quantize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static bool parse_tensor_type(const char * data, std::vector<tensor_quantization
288288

289289
static bool parse_layer_prune(const char * data, std::vector<int> & prune_layers) {
290290
if (!data) {
291-
printf("\n%s: no layer prunning ids provided\n\n", __func__);
291+
printf("\n%s: no layer pruning ids provided\n\n", __func__);
292292
return false;
293293
}
294294

0 commit comments

Comments
 (0)