whisper.cpp/src
Daniel Bevenius bd1cb0c8e3
whisper : remove redundant assignments (#3178)
This commit removes some redundant assignments in the function
`whisper_exp_compute_token_level_timestamps`.

The motivations for this is that tokens[j] and token are references to
the same object and this can be a little confusing when reading the
code.
2025-05-21 13:23:20 +02:00
..
coreml coreml: fix Whisper to CoreML conversion by disabling SDPA [no ci] (#2979) 2025-04-01 18:01:23 +02:00
openvino whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt whisper : add support for backends with multiple ggml_backend_buffer_type (#2863) 2025-03-26 16:54:02 +02:00
whisper-arch.h vad : add initial Voice Activity Detection (VAD) support (#3065) 2025-05-12 16:10:11 +02:00
whisper.cpp whisper : remove redundant assignments (#3178) 2025-05-21 13:23:20 +02:00