Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 7347230

Browse files
fix: fixed feature flags in README.md
1 parent f5ee632 commit 7347230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ All disabled by default unless otherwise specified.
7575
* `openblas`: enable OpenBLAS support.
7676
* `metal`: enable Metal support. Implicitly enables hidden GPU flag at runtime.
7777
* `vulkan`: enable Vulkan support. Implicitly enables hidden GPU flag at runtime.
78-
* `whisper-cpp-log`: allows hooking into whisper.cpp's log output and sending it to the `log` backend. Requires calling
79-
* `whisper-cpp-tracing`: allows hooking into whisper.cpp's log output and sending it to the `tracing` backend.
78+
* `log_backend`: allows hooking into whisper.cpp's log output and sending it to the `log` backend. Requires calling
79+
* `tracing_backend`: allows hooking into whisper.cpp's log output and sending it to the `tracing` backend.
8080

8181
## Building
8282

0 commit comments

Comments
 (0)