]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
arg : fix attention non-causal arg value hint (#9985)
authorDaniel Bevenius <redacted>
Mon, 21 Oct 2024 18:12:52 +0000 (20:12 +0200)
committerGitHub <redacted>
Mon, 21 Oct 2024 18:12:52 +0000 (21:12 +0300)
commit94008cc76075fb4a29ee371e7ac255378d1bce6c
treedd14fe6a919d090c28c0cdd67109daf2c34d7503
parentdbd5f2f5736aec6ff8fd63df3b351dae23c43e2f
arg : fix attention non-causal arg value hint (#9985)

This commit updates the argument value hint for the `--attention`
argument to `non-causal`.

The motivation for this change is that the only values for this argument
are `causal` and `non-causal`.
common/arg.cpp