]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : remove redundant assignments (#3178)
authorDaniel Bevenius <redacted>
Wed, 21 May 2025 11:23:20 +0000 (13:23 +0200)
committerGitHub <redacted>
Wed, 21 May 2025 11:23:20 +0000 (13:23 +0200)
commitbd1cb0c8e3a04baa411dc12c1325b6a9f12ee7f4
treef2b82494892aa4bea6adbf744af81734cc8dd169
parent62dc8f7d7b72ca8e75c57cd6a100712c631fa5d5
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.
src/whisper.cpp