Skip to content

Commit 90579c9

Browse files
author
zhouwg
committed
tests: make CI happy
1 parent f9ba739 commit 90579c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/simple-backend-ut.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ int main(int argc, char * argv[]) {
258258
return 2;
259259
}
260260

261-
printf("ggml_blck_size(%s) %lld\n", ggml_type_name(qtype), ggml_blck_size(qtype));
262-
printf("ggml_type_size(%s) %ld\n", ggml_type_name(qtype), ggml_type_size(qtype));
263261
if (qtype != GGML_TYPE_F32) {
264262
sizex = ggml_blck_size(qtype);
265263
}

0 commit comments

Comments
 (0)