This commit is contained in:
John 2024-01-23 01:28:02 +01:00 committed by GitHub
parent 8690363183
commit 5122c82869
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1746,7 +1746,7 @@ void ggml_printTensorSample(const char *prefix, const struct ggml_tensor * tenso
} }
const char *sep = "+-------------------------------------------------------------------------------------------+\n"; const char *sep = "+-------------------------------------------------------------------------------------------+\n";
printf("%s| Content of %s \"%s\" (%d dim)\n", sep, prefix, tensor->name, ggml_n_dims(tensor)); //printf("%s| Content of %s \"%s\" (%d dim)\n", sep, prefix, tensor->name, ggml_n_dims(tensor));
const int MAX_ELEMENTS_ROW = 10; const int MAX_ELEMENTS_ROW = 10;
const int MAX_ELEMENTS_COL = 6; const int MAX_ELEMENTS_COL = 6;