bugfix
This commit is contained in:
parent
8690363183
commit
5122c82869
1 changed files with 1 additions and 1 deletions
|
@ -1746,7 +1746,7 @@ void ggml_printTensorSample(const char *prefix, const struct ggml_tensor * tenso
|
|||
}
|
||||
|
||||
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_COL = 6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue