]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : remove invalid portPos specifiers from dot files (llama/14838)
authorOliver Simons <redacted>
Fri, 25 Jul 2025 11:29:57 +0000 (13:29 +0200)
committerGeorgi Gerganov <redacted>
Mon, 28 Jul 2025 10:02:32 +0000 (13:02 +0300)
commitbbf2389919a950988cc2b7a084a9e0009852483a
tree46f051d14aece4cfb6703b52d37add29d2ad4250
parent56350ecc12cc3d7120535297000ec22bb549bb72
ggml : remove invalid portPos specifiers from dot files (llama/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