We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1242a commit 3ca3898Copy full SHA for 3ca3898
common/vision.cpp
@@ -26,7 +26,7 @@ llama_img * load_image_from_file(const char * fname) {
26
// for (int y = 0; y < ny; y++) {
27
// for (int x = 0; x < nx; x++) {
28
// unsigned char * pix = img + x*nc + y*nc*nx;
29
- // printf("%02x%02x%02xload_image_from_file ", pix[0], pix[1], pix[2]);
+ // printf("%02x%02x%02x ", pix[0], pix[1], pix[2]);
30
// }
31
// printf("\n");
32
0 commit comments