Skip to content

whisper : remove redundant assignments#3178

Merged
danbev merged 1 commit into
ggml-org:masterfrom
danbev:whisper-compute-token-level-timestamps
May 21, 2025
Merged

whisper : remove redundant assignments#3178
danbev merged 1 commit into
ggml-org:masterfrom
danbev:whisper-compute-token-level-timestamps

Conversation

@danbev

@danbev danbev commented May 21, 2025

Copy link
Copy Markdown
Member

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.

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.
@danbev danbev merged commit bd1cb0c into ggml-org:master May 21, 2025
53 checks passed
@danbev danbev deleted the whisper-compute-token-level-timestamps branch May 22, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants