Skip to content

Commit 3ca3898

Browse files
committed
revert vision.cpp
1 parent 3c1242a commit 3ca3898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/vision.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ llama_img * load_image_from_file(const char * fname) {
2626
// for (int y = 0; y < ny; y++) {
2727
// for (int x = 0; x < nx; x++) {
2828
// unsigned char * pix = img + x*nc + y*nc*nx;
29-
// printf("%02x%02x%02xload_image_from_file ", pix[0], pix[1], pix[2]);
29+
// printf("%02x%02x%02x ", pix[0], pix[1], pix[2]);
3030
// }
3131
// printf("\n");
3232
// }

0 commit comments

Comments
 (0)