]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : improve inputs log sched_print_assignments (ggml/1053)
authorDaniel Bevenius <redacted>
Thu, 19 Dec 2024 02:50:12 +0000 (03:50 +0100)
committerGeorgi Gerganov <redacted>
Sat, 4 Jan 2025 08:45:01 +0000 (10:45 +0200)
commit6348d73e55efbeca0c2d43df2b65f67b77a7aac6
tree564357847cb8a43856b1c5409f33b824f3e65a25
parentfb36a1538a8a74921bd64d69c03baadb54217648
ggml : improve inputs log sched_print_assignments (ggml/1053)

This commit attempts to improve the log message for the inputs of the
splits in the sched_print_assignments function.

The motivation for this change is that currently even if there are no
inputs a colon is displayed at the end of the line, which can make it a
little confusing when reading the output as it could be interpreted as
the line below are inputs when they are in fact nodes. With this change
the colon will only be printed if there actually are inputs.
ggml/src/ggml-backend.cpp