]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
server : add --flash-attn usage output (#3152)
authorDaniel Bevenius <redacted>
Wed, 14 May 2025 13:22:05 +0000 (15:22 +0200)
committerGitHub <redacted>
Wed, 14 May 2025 13:22:05 +0000 (15:22 +0200)
commit3882a099e18c9149efe0d8d046be3300f709e889
treeb558b4acdd2f962b7798535dc45d4eaafcee9f5d
parentf89056057511a1657af90bb28ef3f21e5b1f33cd
server : add --flash-attn usage output (#3152)

This commit adds the `--flash-attn` option to the usage output of the
server example.

The motivation for this change is that while it is possible to set this
option it is not printed in the usage output.
examples/server/server.cpp