minor mprovements to dot file formatting

This commit is contained in:
Slaren 2023-05-01 23:39:53 +02:00
parent 52151b6dac
commit 9af4b9e43f

2
ggml.c
View file

@ -12172,7 +12172,7 @@ void ggml_graph_dump_dot(const struct ggml_cgraph * gb, const struct ggml_cgraph
}
}
else {
fprintf(fp, "CONST %d [%" PRId64 ", %" PRId64 "]\n", i, node->ne[0], node->ne[1]);
fprintf(fp, "CONST %d [%" PRId64 ", %" PRId64 "]", i, node->ne[0], node->ne[1]);
}
fprintf(fp, "\"; ]\n");
}