]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : remove invalid portPos specifiers from dot files (#14838)
authorOliver Simons <redacted>
Fri, 25 Jul 2025 11:29:57 +0000 (13:29 +0200)
committerGitHub <redacted>
Fri, 25 Jul 2025 11:29:57 +0000 (14:29 +0300)
commite2b7621e7c265a6739225125cf9c534f471b3472
tree1680543d45c86c6f8b22389930b94a6e0a1cd710
parentc1dbea752a630169c104118fd0c82f3ffcb19c91
ggml : remove invalid portPos specifiers from dot files (#14838)

Neither "g" nor "x" are valid portPos specifiers per the official
[graphviz documents](https://graphviz.org/docs/attr-types/portPos/):

> If a compass point is used, it must have the form "n","ne","e","se","s","sw","w","nw","c","_".

I tested locally for it to fall back to default portPos specifier if an
invalid portPos is specified. As a consequence, we can remove associated
code.
ggml/src/ggml.c