]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
server : add --no-gpu option to print usage output (#3098)
authorDaniel Bevenius <redacted>
Thu, 1 May 2025 06:15:12 +0000 (08:15 +0200)
committerGitHub <redacted>
Thu, 1 May 2025 06:15:12 +0000 (09:15 +0300)
commit25efcfe3ed4b0216a7bbf48da998cb02b93a05f3
treec7c0d379a2e8e51993bdd683c9af726ca999b783
parentedbd4cb7f526897b48bf396e6cf3fccc3d74b378
server : add --no-gpu option to print usage output (#3098)

This commit adds the the command line option `--no-gpu` to the server
examples print usage function.

The motivation for this is that this options is available and can be set
but it is not displayed in the usage message.

Refs: https://github.com/ggml-org/whisper.cpp/issues/3095
examples/server/server.cpp