Skip to content

Commit fc77a54

Browse files
committed
Remove input check
1 parent aef8914 commit fc77a54

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/imatrix/imatrix.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,12 +1183,6 @@ int main(int argc, char ** argv) {
11831183
return 1;
11841184
}
11851185

1186-
if (params.in_files.empty() || params.model.path.empty()) {
1187-
LOG_ERR("%s: an input file is required", __func__);
1188-
print_usage(argc, argv);
1189-
return 1;
1190-
}
1191-
11921186
if (params.show_statistics) {
11931187
if (!show_statistics(params)) {
11941188
return 1;

0 commit comments

Comments
 (0)