You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf(" --no-tensor-first-split do not add tensors to the first split (disabled by default)\n");
66
67
printf(" --must-be-followed LAYER ensure LAYER is not the last tensor in a split and will not be released when loading after any tensor is created (can be used multiple times)\n");
67
68
printf(" --dry-run only print out a split plan and exit, without writing any new files\n");
69
+
printf(" --verbose show tensor names for each split\n");
0 commit comments